BSD 4_3_Net_2 release
[unix-history] / usr / src / usr.sbin / sendmail / src / deliver.c
1991-08-20 CSRGBSD 4_3_Net_2 release BSD-4_3_Net_2
1991-03-22 Keith Bostic<arpa/nameser.h> needs <sys/param.h> for endian stuff
1991-03-13 Eric Allmank option specifies checkpoint interval (default 10);
1991-03-03 Keith BosticANSI
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-06-02 Keith Bosticnew copyright notice
1990-05-31 Keith Bosticunsigned sizeof test < 0; bug report 4.3BSD/usr.lib/156
1990-04-25 Eric Allmandon't change semantics of uid setting for local mail...
1990-04-20 Keith Bosticdisk error check, case-insensitive list-owner lookup
1990-04-20 Keith Bosticdon't prepend a '>' to "From:" lines; bug report 4...
1990-04-20 Keith Bosticfdopens are wrong; bug report 4.3BSD/usr.lib/137
1990-04-20 Keith Bosticuninitialized file pointers
1990-04-19 Keith Bosticsendmail security problems; bug report 4.3BSD/usr.lib/153
1990-04-19 Keith Bosticdon't break old makefiles; bug report 4.3BSD/usr.lib/114
1990-04-16 Rick Adamsfix bug in delivering to files where can't read dfAA*
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-02-17 Keith BosticSMTP does not imply IPC; bug report 4.3BSD-tahoe/usr...
1989-02-16 Keith Bostic#ifdef h_errno on NAMED_BIND
1989-01-02 Keith Bosticremove DEBUG
1988-11-19 Mike Karelsfix buffer handling botch for logging "to" addresses...
1988-10-23 Keith Bosticuse F_SETFD instead of FIOCLEX; F_SETFD is in S3/S5...
1988-09-21 Eric Allmanadd I option to insist on Internet domain server; add...
1988-07-01 Keith Bosticinstall approved copyright notice
1988-05-06 Keith Bosticremove ifdef's on FIOCLEX; never got turned on since...
1988-04-20 Keith Bosticunless interactive, don't pound name server; restructur...
1988-04-02 Keith Bosticif get MX record, note what site we're *really* connect...
1988-04-02 Keith Bosticmap certain errors in getmxrr; minor speedup/cleanup
1988-03-25 Keith BosticMXDOMAIN is always in place
1988-03-14 Keith Bosticadd Berkeley specific header
1987-12-13 Keith Bosticadd h_errno as an extern
1987-07-28 Keith Bosticbug report 4.3BSD/usr.lib/50; fix user@[a.b.c.d]
1987-03-04 CSRGBSD 4_3 release BSD-4_3
1988-03-09 CSRGBSD 4_2 release BSD-4_2
1986-10-24 Eric AllmanFix security bug allowing writing to arbitrary files...
1986-10-15 Eric Allmanmake global variables begin with cap letters -- Please!!
1986-07-22 Jim BloomMX branch merge
1986-07-22 Jim Bloomclean up code a bit, move MX query, getmxrr is smarter
1986-07-02 Jim Bloomadd Name Server MX support from satz@su-sierra.arpa...
1986-03-03 Eric Allmanalways ignore SIGCHLD in openmailer; get SccsId correct...
1985-12-18 Eric Allmanlint
1985-11-23 Miriam Amos NihartCall errstring() to print out Name Server error code...
1985-10-01 Eric Allmanclean up some aspects of error message display
1985-09-25 Eric Allmandon't step on user environment
1985-09-19 Eric AllmanSMI changes (somewhat)
1985-06-17 Eric Allmanarrange for a useful error message if the mailer fork...
1985-06-08 Eric Allmanlint
1985-06-08 Miriam Amos NihartResolve duplicate SccsId
1985-06-08 Distribution FolksAdd copyright
1985-05-25 Eric AllmanChanges from Bill Nowicki <sun!rose!nowicki> and Jay...
1984-08-12 Eric Allmanchanges from Tom Ferrin <ucsfcgl!tef>: don't drop messa...
1984-08-12 Eric AllmanChanges from Greg Couch <ucsfcgl!gregc> for V7 compatib...
1984-08-12 Eric AllmanE flag will > escape From lines (for files)
1984-03-12 Eric Allmanchange macro expansion character from $ to \001 so...
1983-12-28 Eric Allmandon't close files immediately before exec of mailer...
1983-11-14 Eric AllmanFixes two nasty problems, both pointed out by Bill...
1983-10-02 Eric Allmanclean up error handling in general; make sure that...
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-07-26 Eric Allman4.2 release version
1983-05-21 Eric AllmanDon't stack processes when VRFY fails.
1983-05-05 Eric Allmanfix botch in 3.338 -- arguments reversed
1983-05-05 Eric AllmanDon't send domain-based UUCP addresses to UGLYUUCP...
1983-05-01 Eric Allmanlint
1983-04-18 Eric Allmanfix bogus errno problems
1983-04-02 CSRGBSD 4_1c_2 release BSD-4_1c_2
1983-02-21 Eric AllmanAvoid loops in the auto-closedown code
1983-02-03 Eric AllmanMake mailer size limits a per-mailer parameter (M field...
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; define...
1983-01-16 Eric Allmanbe sure everything gets appropriately externalized...
1983-01-07 Eric Allmansplit up FULLSMTP flag -- now have "X" (M_XDOT, use...
1983-01-05 Eric Allmanexternalize $g macro using ruleset 4 also
1983-01-05 Eric AllmanDon't try to drop our controlling TTY except when we...
1983-01-05 Eric AllmanIgnore SIGPIPE early (in main rather than in deliver...
1983-01-05 Eric Allmanchange format of deferred message to be consistent...
1983-01-04 Eric Allmangive more useful error messages (including the errno...
1983-01-04 Eric Allmanprocess timeouts like normal errors, so that they will...
1983-01-02 Eric AllmanPut CRLF on all lines in user SMTP. Pass this info...
1982-12-17 CSRGBSD 4_1_snap release BSD-4_1_snap
1982-12-14 Eric AllmanThe routine "sendto" is now a system call (yeuch!)...
1982-12-06 Eric AllmanClear the envelope in the child in server SMTP to insur...
1982-11-29 Eric Allmanimplement SMTP auto-shutdown on 421 codes; clean up...
1982-11-29 Eric Allmanfix a number of problems left over from yesterday's...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-25 Eric Allmanlint it
1982-11-25 Eric Allmanrun SMTP jobs in a subprocess so that multiple jobs...
1982-11-19 Eric Allmandisconnect input, output, signals, etc. when running...
1982-11-18 Eric Allmansplit operation mode ("-bx" flag) and delivery mode...
1982-11-15 Eric Allmanfix quote processing on program mailers
1982-11-14 Eric Allman#ifdef VFORK => #ifdef VMUNIX
1982-11-08 Eric Allmanmake all mailer output go to the transcript if running...
1982-11-04 Eric AllmanArrange to strip quote bits in message header; move...
1982-10-26 Eric AllmanDon't send closing protocol to SMTP if you haven't...
1982-10-17 Eric AllmanFix debug statement in sendall
1982-10-12 Eric Allmanhave auto-queueups print a polite message in the log...
1982-10-10 Eric AllmanHandle Reverse-Path in some reasonable way. You must...
1982-10-10 Eric Allmanprint a status indication when a message is autoqueued...
1982-10-10 Eric AllmanForce -v override of deferred connect
1982-10-10 Eric AllmanOnly put the "from" person on the error queue if an...
1982-09-27 Eric Allmancompletely instantiate queue files for all mail, even...
1982-09-25 Eric Allmanarrange to be able to define options; put precedences...
1982-09-22 Eric Allmanoutput headers with commas into the queue
next