BSD 4_4 release
[unix-history] / usr / src / usr.sbin / sendmail / src / main.c
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1993-05-30 Eric Allmanset RES_DEBUG earlier
1993-05-28 Eric Allmanchange alias initialization to general map initialization
1993-05-28 Eric Allmanprototype functions
1993-05-24 Eric Allmandeclare macvalue
1993-05-22 Eric AllmanAIX compatibility changes; clean up map initialization...
1993-05-18 Eric Allmantype conflicts
1993-05-14 Eric Allmanlog sendmail version during SMTP startup
1993-05-07 Eric Allmanfix bug causing mail to be returned in -bv mode
1993-05-04 Eric Allmanfirst cut at updated alias implementation
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-27 Eric Allmanclean up setsid handling
1993-04-19 Eric AllmanExtended Load Average (XLA) hooks
1993-04-15 Eric Allmanadd e_bodytype and B queue line and -B flag for body...
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-11 Eric Allmanimplement $&x for deferred macro expansion; some POSIX...
1993-04-05 Eric AllmanIDENT cleanup; move loopback checking from srvr to...
1993-04-05 Eric AllmanRFC 1413 (IDENT) protocol support
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-03-31 Eric Allmandon't give a warning if -f is being used to set id...
1993-03-30 Eric Allmanmake heuristic on when -d doesn't have an argument...
1993-03-27 Eric Allmansimplify content of X-Authentication-Warning: header
1993-03-26 Eric Allmanportability
1993-03-26 Eric Allmandefine $=w to include long host name
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-24 Eric Allmanadd X-Authentication-Warning: headers on possible attem...
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
1993-03-19 Eric Allmanavoid extra unnecessary creation of queue files solely...
1993-03-19 Eric AllmanOSF/1 on Alpha portability enhancements
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
1993-03-18 Eric Allmanattempts to handle ENFILE conditions better
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
1993-03-17 Eric Allmanpass envelope to disconnect to avoid another use of...
1993-03-06 Eric Allmanfix daemon startup log message
1993-03-05 Eric Allmanset RealHostName under all circumstances
1993-03-05 Eric Allmanexit on bad parameters
1993-03-04 Eric Allmandon't write PidFile until we are actually about ready...
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-03-01 Eric Allmanheader file cleanup; primarily #include <unistd.h>...
1993-03-01 Eric Allmanallow command line limitations to individual queue...
1993-03-01 Eric Allmanchanges for better logging of mail submitters
1993-03-01 Eric Allmanlog daemon startup
1993-02-27 Eric Allmanrequire FROZENCONFIG compile flag to get frozen config...
1993-02-25 Eric Allmanfix yet another problem with new owner-foo implementation
1993-02-23 Eric Allmandelete -R flag (RcptLogFile handling)
1993-02-22 Eric Allmanuse 022 as default umask
1993-02-22 Eric Allmanignore process group signals -- some front ends screw...
1993-02-22 Eric Allmaninsist on level 4 config file to send errors from <>
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanfix glitch with \001 => \201 changes
1993-02-20 Eric Allmanfix a variety of bugs found by Eric Wassenaar <e07...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-19 Eric Allmanchange -bt so that -v always prints prompts
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-29 Eric Allmanfix the System 5 compatilibility to be compatible with...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-27 Eric Allmansome (iffy) changes to prevent suppressing the actual...
1993-01-23 Eric Allmanfix -e compat flag; a few compilation warnings; improve...
1993-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-21 Eric Allmanfix problem with address delimitor inside quotes; defin...
1993-01-19 Eric Allmanimplement arpatounix; log more info; allow nested ...
1993-01-14 Eric Allmanenvironment handling simplification/bug fix; handle...
1993-01-11 Eric Allmanjgm+@CMU.EDU: check mtime of thaw file against .cf...
1993-01-03 Eric Allmanchanges to recognize special mailer types (e.g., file...
1993-01-02 Eric Allmanfix botch in invalidaddr() routine
1993-01-02 Eric Allmanreport wierd characters in -bt mode
1992-12-22 Eric AllmanRelease 6
1992-12-21 Eric Allmanbug fixes for getopt changes
1992-12-21 Eric Allmangetopt-ify it
1992-12-20 Keith Bosticfirst pass at a getopt interface
1992-12-16 Eric Allmanrestore # as comment symbol in .forward/:include:;...
1992-12-16 Eric Allmansendmail -p sets protocol
1992-11-17 Eric Allmanmake it use varargs/stdarg and vsprintf
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-07 Eric Allmansome debugging hooks for -bt mode
1992-09-24 Eric Allmanfix bug in envp handling in main(); always put trailing...
1992-09-23 Eric Allmana variety of bug minor bug fixes; add file locking...
1992-07-20 Eric Allmanportability changes
1992-07-20 Eric Allmanfix bogus envelope problem in clock-driven queue runs...
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-07-13 Eric Allmanchild pid not getting changed; \quoted names were still...
1992-07-12 Eric Allmansecurity hacks: make F .cf line a little more careful...
1992-07-12 Eric Allmanopen connection caching
1992-05-26 Eric Allmanadd generalized database mapping (using the K config...
1992-05-06 Eric Allmanuse putenv (Sys 5 standard) instead of setenv (complete...
1992-04-17 Eric Allmantry to eliminate some of the CurEnv globals
1992-03-21 Eric Allmancheck for configuration level higher than we understand
1992-02-22 Eric Allmanfrom Bryan Costales: several smallish changes, mostly...
1992-01-18 Eric Allmandrop mode a (ARPA FTP) -- NCP is gone forever.....
1992-01-06 Eric Allmanclean up #ifdef configuration to more cleanly match...
1992-01-05 Eric Allmanallow limited 8-bit support; allow [TCP] as an alias...
1991-12-22 Eric Allmandon't set FullName in daemon run
1991-12-21 Eric Allmanadd -R flag to log incoming raw recipients for analysis
1991-12-14 Eric Allmansome System V hacks....
1991-12-13 Eric Allmandefine $m macro to have the domain part of $w
1991-11-23 Eric Allmandon't complain if sendmail.fc doesn't exist (this is...
1991-11-21 Eric Allmanfrom costales@icsi.Berkeley.EDU: print rulesets with...
next