more cleanup for DSN drafts
[unix-history] / usr / src / usr.sbin / sendmail / src / srvrsmtp.c
1995-03-28 Eric Allmanmore cleanup for DSN drafts
1995-03-25 Eric Allmandon't pass through NOTIFY= unless it was given in the...
1995-03-23 Eric Allmanmore updates for DSN
1995-03-23 Eric Allmanavoid null messages if you get a tempfail on a recipien...
1995-03-22 Eric Allmanfix some compile problems with message sizes
1995-03-22 Eric Allmannew DSN draft
1995-03-15 Eric Allmanchange call to expand() to be more rational (and consis...
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-10 Eric Allmanfix security problem allowing bogus lines to be written...
1995-02-10 Eric Allmanfix security problem: avoid newlines in command line...
1995-02-06 Eric Allmancut at 20 January version of DSN document
1994-12-06 Eric Allmanfix a bug that caused lost messages in -odq mode
1994-12-04 Eric Allmanput DSNs on a compile flag
1994-11-26 Eric Allmanimprove DSN handling somewhat + some bug fixes
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-23 Eric Allmanfix propogation of notification flags to alias values
1994-11-22 Eric Allmanconvert to new DSN draft
1994-11-06 Eric Allmanannounce DSN extension as X-DSN-0 instead of DSN until...
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-08-08 Eric Allmanfix unnecessary dereferences
1994-07-23 Eric AllmanMIME 8 to 7 bit support
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-06-25 Eric Allmandiagnose bogus HELO commands
1994-06-18 Eric Allmanfixes for MIME body type support
1994-05-17 Eric Allmanmake VRFY 252 response more polite
1994-05-13 Eric Allmanrepairs to ensure that error messages in response to...
1994-04-13 Eric Allmantry to handle very large SIZE parameters (should be...
1994-04-13 Eric Allmanfix need for double space between ESMTP args on MAIL...
1994-04-13 Eric Allmanfix botch in multi-line SMTP greeting code
1994-04-13 Eric Allmanmake HELO and EHLO response consistent
1994-04-12 Eric Allmanhandle multi-line greeting messages
1994-03-09 Eric Allmanavoid "warning: user foo owned process using -bs" if...
1994-03-05 Eric Allmanfix uninitialized variable reference in ESMTP parameter...
1994-03-01 Eric Allmanabort connection after 25 bad commands
1994-02-07 Eric Allmanchanges from Eric Wassenaar: Apollo portability and...
1994-02-06 Eric Allmanfix bug in last delta causing all MAIL commands to...
1994-02-06 Eric Allmanallow $s to be set to NULL for locally generated mail
1994-02-01 Eric Allmaneliminate HELO checking -- almost noone does it right
1994-01-23 Eric Allmanfix problem that caused loss of "invalid HELO arg"...
1994-01-16 Eric AllmanUnicos portability changes
1993-12-22 Eric Allmanmake the "go away" message more polite
1993-12-12 Eric Allmanarrange to log sender in SMTP even if all RCPTs failed
1993-12-11 Eric Allmanlimit size of input lines sent to setproctitle to avoid...
1993-12-03 Eric Allmanlog host info on expn/vrfy even when they are disabled
1993-11-27 Eric Allmandiagnose children that core dump in srvrsmtp
1993-10-29 Eric Allmanpass 451 out of space errors back
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-10-01 Eric Allmanlog attempts to use the "WIZ" command
1993-09-19 Eric Allmanhooks to handle broken SMTP peers that can't handle...
1993-08-26 Eric Allmanremember to clear envelope on RSET
1993-08-21 Eric Allmanannounce amount of actual free space in EHLO SIZE line
1993-08-20 Eric Allmanfix obscure lost mail problem if fcntl locking used...
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-07 Eric AllmanNOOP should return 250 response code, not 200
1993-07-28 Eric Allmanfix statistics gathering
1993-07-27 Eric Allmanfix problem causing errors during collect to supress...
1993-07-22 Eric Allmanfix botch with EXPN continuation lines
1993-07-21 Eric AllmanRISCOS and SGI fixes; fix error handling (caused error...
1993-07-20 Eric AllmanSGI IRIX & ANSI C portability
1993-07-18 Eric Allmandetect self-destructing alias loop more generally for...
1993-07-17 Eric Allmanglobal error cleanup; log "lost connection" at level...
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
1993-07-11 Eric Allmanhuge number of changes for 8.2, including IRIX & Solari...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-07 Eric Allmanbehave properly even with bogus input
1993-06-06 Eric Allmanlint-style cleanup
1993-06-04 Eric Allmanprint better diagnostic information on sfgets timeouts
1993-06-03 Eric Allmandon't send 050 information after the 250 QUIT response
1993-05-28 Eric Allmanchange alias initialization to general map initialization
1993-05-28 Eric Allmanprototype functions
1993-05-23 Eric Allmanmessage insists on a literal " " or "-" for continuation
1993-05-22 Eric Allmanavoid unexpected multiline replies to HELO packet ...
1993-05-12 Eric Allmandon't allow VERB if PRIV_NOEXPN set
1993-05-06 Eric Allmanfixes for problems causing mail to be both sent and...
1993-05-05 Eric Allmanfix VRFY and EXPN output to have fully qualified names
1993-05-05 Eric Allmanupdate for MIME encapsulated error messages
1993-05-04 Eric Allmanchange option 8 to option 7 (and invert semantics)
1993-05-04 Eric Allmanif in SM_DELIVER mode, don't do optimizations on RCPT
1993-05-04 Eric Allmanfirst cut at updated alias implementation
1993-04-27 Eric Allmanreject messages exceeding maximum message size
1993-04-27 Eric Allmangive max message size in HELO/EHLO message if specified
1993-04-15 Eric Allmanadd e_bodytype and B queue line and -B flag for body...
1993-04-14 Eric Allmansimplify and generalize OutChannel => stdout code
1993-04-14 Eric Allmanimprove setproctitle info
1993-04-13 Eric Allmanavoid multiple error messages on wierd syntax like...
1993-04-10 Eric Allmanset $s after runinchild; runinchild calls newenvelope...
1993-04-05 Eric AllmanIDENT cleanup; move loopback checking from srvr to...
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-04-02 Eric Allmando immediate requeue if expanding aliases during queue...
1993-04-02 Eric Allmanalways respond "quickly" to RCPT commands; don't give...
1993-03-31 Eric Allmanattempt to get better handling of recipients going
1993-03-31 Eric Allmanback out previous two changes
1993-03-31 Eric Allmanfix typo
1993-03-31 Eric Allmanmove VRFYONLY flag up into MAIL command (it's global...
1993-03-30 Eric Allmangive a nicer message on message acceptance
1993-03-30 Eric Allmandiagnose RCPT before MAIL
1993-03-26 Eric Allmanfix auth_warning problem that rejected all MAIL command...
1993-03-24 Eric Allmanadd X-Authentication-Warning: headers on possible attem...
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
next