add support for NEWDB
[unix-history] / usr / src / usr.sbin / sendmail /
1993-05-21 Eric Allmanadd support for NEWDB
1993-05-21 Eric Allmanlog more information on -bv "deliverable" message
1993-05-21 Eric Allmanneed to delete ndbm.h from db library as well as ndbm.o
1993-05-21 Keith Bosticconvert from dbm to ndbm
1993-05-21 Eric Allmancompatibility for Sun BSD
1993-05-18 Eric Allmantype conflicts
1993-05-18 Eric Allmanclean up function prototypes
1993-05-18 Eric Allmandelete unneeded and conflicting errstring declarations
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-15 Eric AllmanMIME cleanups
1993-05-15 Eric Allmanuse newstr for e_message consistently
1993-05-15 Eric Allmangive better error message on "can't exec" error
1993-05-14 Eric Allmanfix nasty bug that causes core dumps on fallback MXes
1993-05-14 Eric Allmanfix code that does MX fallback to avoid null ptr refs
1993-05-14 Eric Allmantry to make setproctitle port to NET/bsd and BSD/386...
1993-05-14 Eric Allmanlog sendmail version during SMTP startup
1993-05-14 Eric Allmanfix SMTP display bug; allow SMTP greeting failure to...
1993-05-14 Eric Allmanfix To: lists in error messages
1993-05-14 Eric Allmandon't write arbitrarily off the end of a buffer (ugh!)
1993-05-14 Eric Allmana bunch of nits in the MIME code
1993-05-14 Eric Allmanadd debugging
1993-05-14 Eric Allmanfix parsing of split header/envelope rewriting rules
1993-05-12 Eric Allmanallow 421 instead of initial greeting message to go...
1993-05-12 Eric Allmandon't allow VERB if PRIV_NOEXPN set
1993-05-12 Eric Allmandon't botch message display (if it begins with digits)
1993-05-11 Eric AllmanO8 => O7; add Oj
1993-05-11 Eric Allman*file* mailer flags changed
1993-05-11 Eric Allmanmajor rewrite of alias module; cache name server canoni...
1993-05-11 Eric AllmanOption 8 => option 7; add Oj (confMIME_FORMAT_ERRORS)
1993-05-11 Eric Allmandocument SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS
1993-05-11 Eric Allmanavoid some implicit dependencies on NETINET
1993-05-11 Eric Allmanhave *file* mailer output all appropriate flags
1993-05-11 Eric Allmandebugging in putheader
1993-05-10 Eric Allmanstrip spaces off of beginning of message-id (in case...
1993-05-07 Eric Allmanadd ListenQueueLength daemon option keyword
1993-05-07 Eric Allmanadd ListenQueueSize keyword to O (Daemon Options) option
1993-05-07 Eric Allman_OLD_SENDMAIL_ compatibility
1993-05-07 Eric Allmanadd SMTP_MAILER_FLAGS and UUCP_MAILER_FLAGS
1993-05-07 Eric Allmandocument O8 => O7 change, j (MIME Encapsulation) option...
1993-05-07 Eric Allmandocument change in alias file syntax
1993-05-07 Eric Allmanallow comma separated A option(s)
1993-05-07 Eric Allmancleanup for NIS and general usability
1993-05-07 Eric Allmanfix bug causing mail to be returned in -bv mode
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 Allmancreate dead.letter with FileMode instead of 0666
1993-05-05 Eric Allmanchange prototype for dfopen
1993-05-05 Eric AllmanO8 => O7; add Oj
1993-05-05 Eric Allmanadd references to MIME documents
1993-05-05 Eric Allmanfix some bogus messages being printed in mailq command
1993-05-05 Eric Allmanavoid gratuitous warning messages
1993-05-05 Eric Allmanadjust setproctitle for 4.4BSD (to avoid problem with...
1993-05-05 Eric Allmanfix a wierdness on handling -o override options
1993-05-05 Eric Allmanupdate for MIME encapsulated error messages
1993-05-05 Eric Allmanstatus update
1993-05-05 Eric AllmanNIS => NIS_ALIASES (set by NIS in conf.h)
1993-05-05 Eric Allmanmake NIS set NIS_ALIASES and NIS_MAP
1993-05-05 Eric Allmanputbody takes one more parameter
1993-05-04 Eric Allmanadd SendMIMEErrors
1993-05-04 Eric Allmanadd e_msgboundary for MIME support
1993-05-04 Eric Allmanchange option 8 to option 7 (and invert semantics)
1993-05-04 Eric Allmanchange EightBit to SevenBit and invert
1993-05-04 Eric Allmanfirst cut at :mailsender extension
1993-05-04 Eric Allmanmore tweaking to handle error conditions properly
1993-05-04 Eric AllmanANSI fixes
1993-05-04 Eric Allmanif in SM_DELIVER mode, don't do optimizations on RCPT
1993-05-04 Eric Allmanif we are in Verbose mode, be sure to set sendmode...
1993-05-04 Eric Allmandebugging (printfs and code changes)
1993-05-04 Eric Allmanfirst cut at updated alias implementation
1993-05-04 Eric Allmancache name canonification lookups (in case someone...
1993-05-04 Eric Allmanclean up extra "C" line in qf file; first cut at new...
1993-05-04 Eric Allmanimprove error logging on OutChannel I/O errors
1993-05-04 Eric Allmanrestore NoAlias
1993-05-04 Eric Allmanupdates for new alias implementation
1993-05-02 Eric Allmanadd nc_flags word
1993-05-02 Eric Allmanadd ST_NAMECANON map (to short circuit DNS)
1993-05-02 Eric Allmanundo botch with not stripping trailing dots off addresses
1993-05-02 Eric Allmandon't use %e for syslog errors -- either %m or errstring
1993-05-02 Eric Allmannew GNU m4 hacks
1993-05-02 Eric AllmanUSERDB_SPEC => confUSERDB_SPEC
1993-05-02 Eric Allmanbe more conservative about saving diversions
1993-05-02 Eric Allmanoops... can't #undef __P on vangogh
1993-05-02 Eric Allmanminor tweaking of syslog levels & compile fixes for...
1993-05-02 Eric Allmanstrerror => errstring
1993-05-02 Eric Allmanfix Postmaster alias in fallback mail return; fix flock...
1993-05-02 Eric Allman(no message)
1993-05-02 Eric Allmanlocking for DBM files
1993-05-02 Eric Allmanadd python.cf
1993-05-02 Eric Allmandate and time created 93/05/01 09:00:46 by eric
1993-05-01 Eric Allmanclean up UUCP route-addrs; delete unnecessary angle...
1993-05-01 Eric Allmandon't need angle brackets in mailer definitions (just...
1993-05-01 Eric Allmanfix route-addr syntax
1993-05-01 Eric Allmanclean up error message printing, especially for deferre...
1993-05-01 Eric Allmanfix comment on message()
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-30 Eric Allmangive reasonable error message on transienterror() of...
1993-04-30 Eric Allmandon't need -ldbm
1993-04-30 Eric Allmanimplement b mailer flag
1993-04-30 Eric Allmancompile problem -- dangling else
1993-04-30 Eric Allmanimplement g mailer flag
next