improvements to local program access lockouts
[unix-history] / usr / src / usr.sbin / sendmail / src / deliver.c
1994-01-06 Eric Allmanimprovements to local program access lockouts
1993-12-24 Eric Allmanfixes to restrict users who don't have a "regular"...
1993-12-22 Eric Allmanfix null pointer dereference
1993-12-22 Eric Allmanavoid misleading error message if an SMTP mailer drops...
1993-12-15 Eric Allmanfix problem of local mailer being called with uid of...
1993-12-13 Eric Allmanavoid bogus pointer dereference in shortened logdeliver...
1993-12-11 Eric Allmanmove SmtpError decl out -- two identical decl's seem...
1993-12-11 Eric Allmanadjust ctladdr processing
1993-12-11 Eric Allmandeal with possibility of very short syslog buffers...
1993-12-11 Eric Allmanfix problem that caused mailers returning EX_IOERR...
1993-12-03 Eric Allmanfix typo in logdeliver() that truncated part of the log
1993-12-03 Eric Allmanfix bogus implementation of name overflow limiting
1993-12-02 Eric Allmanminor typos
1993-12-01 Eric Allmanfix typo -- setuid => setgid
1993-12-01 Eric Allmantry to keep syslog entries reasonably short
1993-11-28 Eric Allmanfix problem that allowed Deferred: messages to override...
1993-11-26 Eric Allmandon't try to print the hostname on -bv if there is...
1993-11-20 Eric Allmancurhost can be null if running SMTP to a program: avoid...
1993-11-15 Eric Allmanimprove diagnosis of null host name/signature
1993-11-13 Eric Allmanset group ids completely before calling programs
1993-11-09 Eric Allmanimprove responsiveness to load average
1993-11-09 Eric Allmanbe much less trusting about setuid in mailfile -- still...
1993-10-30 Eric Allmanimproved logging (log ctladdr on recipients
1993-10-24 Eric Allmanfix problems causing excessive numbers of open files
1993-10-21 Eric Allmanallow dumping of MCI cache to syslog for debugging
1993-10-18 Eric Allmanfix handling of pre-parsing address errors
1993-10-18 Eric Allmanadditional debugging information for too many open...
1993-10-17 Eric Allmancheck for possibility of fdopen returning null
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-10-09 Eric Allman8.6.1: A/UX and Encore UMAX V patches; fix to not toss...
1993-10-03 Eric Allmanfree message during startup so that the printed message...
1993-10-02 Eric Allmanbe more generous at assigning the home directory to $z
1993-09-30 Eric Allmanimprove connection caching by making [host] look like...
1993-09-27 Eric Allmanfix problem causing "c" option (don't connect to expens...
1993-09-22 Eric Allmanavoid duplicate error messages
1993-09-20 Eric AllmanNeXT portability changes; cleanup of <sys/wait.h> assum...
1993-09-19 Eric Allmanprint more information on "too many hops" message
1993-09-06 Eric Allmanmore attempts to catch bad fd 1 bug
1993-09-05 Eric Allmanmore attempts to find the fd 1 closed error
1993-09-03 Eric Allmanbetter error messages
1993-09-03 Eric AllmanPOSIX changes
1993-08-31 Eric Allmanfix missing trailing \0 problem
1993-08-29 Eric Allmanclean up No ! in UUCP! message
1993-08-23 Eric Allmanreset SmtpPhase on initial connection so messages are...
1993-08-21 Eric Allmanmore NeXT portability changes; use initgroups when...
1993-08-21 Eric Allmanavoid duplicate error message deliveries
1993-08-20 Eric Allmanfix screwed up error message returns in some situations
1993-08-20 Eric Allmanfix obscure lost mail problem if fcntl locking used...
1993-08-09 Eric Allmanprint uids being used when execing a mailer
1993-08-07 Eric Allmanfix problem causing slow delivery warning to fail if...
1993-07-29 Eric Allmandon't call newstr() macro with arguments with subroutin...
1993-07-27 Eric Allmansignal and file locking portability changes
1993-07-23 Eric Allmanfix bogus error message with open timeout in :include...
1993-07-21 Eric AllmanRISCOS and SGI fixes; fix error handling (caused error...
1993-07-18 Eric Allmanclean up semantics: QDONTSEND says don't ever send...
1993-07-17 Eric Allmanclean up error handling, including concept of local...
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-06 Eric Allmanlint-style cleanup
1993-06-06 Eric Allmandon't send warning messages in response to warning...
1993-06-04 Eric Allmandon't deliver messages that have had a fatal error...
1993-05-28 Eric Allmanprototype functions
1993-05-21 Eric Allmanlog more information on -bv "deliverable" message
1993-05-18 Eric Allmantype conflicts
1993-05-18 Eric Allmandelete unneeded and conflicting errstring declarations
1993-05-15 Eric Allmangive better error message on "can't exec" error
1993-05-14 Eric Allmanfix code that does MX fallback to avoid null ptr refs
1993-05-12 Eric Allmanallow 421 instead of initial greeting message to go...
1993-05-05 Eric Allmancreate dead.letter with FileMode instead of 0666
1993-05-05 Eric Allmanupdate for MIME encapsulated error messages
1993-04-30 Eric Allmanimplement b mailer flag
1993-04-28 Eric Allmanfix bug that can cause senders to be queued as recipien...
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-27 Eric Allmanuse FileMailer instead of ProgMailer
1993-04-27 Eric Allmanhave getmxrr look at $=w to determine local host name
1993-04-27 Eric Allmandebugging printf in mailfile
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-17 Eric Allmanturn off DEFNAMES and DNSRCH in hostsignature for old...
1993-04-14 Eric Allmanlet the $@ clause of an SMTP mailer be a colon separate...
1993-04-13 Eric Allmanreset statmsg before each mailer invocation to avoid...
1993-04-03 Eric Allmanadd Directory mailer field
1993-04-02 Eric Allmanfixes to properly compute priority, nrcpts, etc. on...
1993-04-02 Eric Allmangive more info on error messages
1993-04-02 Eric Allmanclear FATALERRS indication in cloned envelope; use...
1993-03-31 Eric Allmanattempt at quick RCPT response
1993-03-30 Eric Allmanadditional checking on pipe file handling
1993-03-26 Eric Allmantry to fall back to MX sites if there is a failure...
1993-03-26 Eric Allmanimprove error reporting; open new transcript on envelop...
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
1993-03-20 Eric AllmanPOSIX changes; use dup2
1993-03-19 Eric Allmanmake certain we always enqueue split envelopes
1993-03-19 Eric Allmanadd logging on envelope splitting; some debugging
1993-03-19 Eric Allmanrestore e_sender as sending address sans decorations
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-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-15 Eric Allmanpass TZ variable to children (for System V)
next