allow ETIMEDOUT or EINTR as in accept call
[unix-history] / usr / src / usr.sbin / sendmail /
1982-08-16 Eric Allmanallow ETIMEDOUT or EINTR as in accept call
1982-08-16 Eric Allmanknow about continuation lines in queue files: necessary...
1982-08-09 Eric Allmanmake "sleep" work correctly even in the face of other...
1982-08-09 Eric Allmanmove remotename() from deliver.c to parse.c; change...
1982-08-09 Eric Allmanmore general event mechanism
1982-08-09 Eric Allmandon't give an error when the link fails -- another...
1982-08-09 Eric Allmanmove remotename() from deliver.c to parse.c; initial...
1982-08-09 Eric Allmantruncate excessively long header lines
1982-08-09 Eric Allmanmove remotename() to parse.c; log errors at a higher...
1982-08-09 Eric Allmanchange default log level to 9
1982-08-08 Eric Allmanchange debug level to a debug vector; add levels on...
1982-08-08 Eric Allmandon't delete bcc: lines; force message-id output; defau...
1982-08-08 Eric Allmandate and time created 82/08/08 00:37:36 by eric
1982-08-08 Eric AllmanFix address rewriting so that multiple spaces and tabs...
1982-08-08 Eric Allmanclean up comments
1982-08-01 Eric Allmandon't give error on ETIMEDOUT on accept call; print...
1982-08-01 Eric Allmandon't give error on ETIMEDOUT on accept() call.
1982-08-01 Eric Allmanarrange to print errno properly in syserr's
1982-08-01 Eric AllmanBy default, just queue up the mail for most mailers...
1982-07-28 Eric Allmanclean up semantics of daemon mode to facilitate use...
1982-07-28 Eric Allmandon't attempt delivery if you get an error reading...
1982-07-28 Eric Allmanimprove verbose information to make it more obvious...
1982-07-28 Eric Allmanclean up semantics of daemon mode to facilitate use...
1982-07-26 Eric Allmanclean up error handling
1982-07-22 Eric Allmannew version of syslog that uses 4.2 IPC
1982-07-21 Eric Allmanbe smarter about when to rerun the queue when you are...
1982-07-15 Eric Allmandisconnect sendmail from the controlling tty in daemon...
1982-07-15 Eric Allmanarrange for MotherPid to be correct in daemon mode
1982-07-15 Eric Allmanfork automatically in daemon mode (but only if no debug...
1982-07-15 Eric Allmandon't accidently unlink a null pointer in finis();...
1982-07-15 Eric Allmandon't accidently unlink a null pointer in finis();...
1982-07-15 Eric Allmanfix bug in Apparently-To:, outputing too many lines
1982-07-06 Eric Allmanflush fatal error flag before returning error messages...
1982-07-06 Eric Allmanimprove debugging: flush transcript before doing things...
1982-07-06 Eric Allmanflush fatal errors when returning error messages to...
1982-07-06 Eric Allmanimprove configuration on timeout
1982-07-06 Eric Allmanadd "Apparently-To:" field if no recipients are in...
1982-07-06 Eric Allmancount Mail-From: lines to get a hop count, giving error as
1982-07-06 Eric Allmancount Mail-From: lines to avoid loops (simulates hop...
1982-07-06 Eric Allmanfix bug in interactive SMTP session (i.e., non-daemon)
1982-07-06 Eric Allmandon't deliver the message if there were errors during...
1982-07-06 Eric Allmanadd debugging info & comments
1982-07-06 Eric Allmancheck for errors before opening a daemon connection
1982-07-06 Eric Allmandate and time created 82/07/05 12:23:56 by eric
1982-07-06 Eric Allmansplit off clock stuff from util.c so that vacation...
1982-07-06 Eric Allmanput timeouts on net reads
1982-07-05 Eric Allmando some stuff to add a "HOPS" command -- it seems like...
1982-07-03 Eric Allmanarrange to not lose temporary queue control files ...
1982-07-03 Eric Allmanbe paranoid about resetting the "FatalErrors" flag...
1982-07-03 Eric Allmantake special care in outputing error messages to the...
1982-07-01 Eric Allmanopen a separate transcript in the child of a daemon.
1982-06-27 Eric Allmanclean up error messages on SMTP temporary failures...
1982-06-27 Eric Allmanmore debug information; fix dependencies in makefile
1982-06-27 Eric Allmanlint
1982-06-27 Eric Allmantake environment variable "NAME" to determine what...
1982-06-27 Eric Allmanadd _kill command to SMTP. this is probably dangerous...
1982-06-26 Eric Allmanadd debugging information to server smtp code: _debug...
1982-06-24 Eric Allmancheck prescan return values in remotename
1982-06-20 Eric Allmanremember to put a newline at the end of the UGLYUUCP...
1982-06-20 Eric Allmanget rid of comment lines when storing rewriting rules
1982-06-20 Eric Allmanimprove SMTP error reporting
1982-06-19 Eric Allmanbelieve host name on SMTP "HELO" line
1982-06-18 Eric Allmanfix botch in -Q flag (sets AliasFile rather than QueueDir)
1982-06-18 Eric Allmanmove junk into AUX directory
1982-06-17 Eric Allmanallow connection refused as a temporary error; make...
1982-06-17 Eric Allmanallow ECONNREFUSED (connection refused) as a temp error
1982-06-17 Eric Allmanmake sure there is always someone to return the message to
1982-06-17 Eric Allmanfix botch in outputing "recipient" type lines (e.g...
1982-06-08 Eric Allmancall the routine putline to output lines to mailers...
1982-06-08 Eric Allmanallow multiple connections; call putline to output...
1982-06-08 Eric Allmanallow multiple connections
1982-06-08 Eric Allmanmake bitset work even on an implicit cast to bool acros...
1982-06-07 Eric Allmanmake transcripts verbose always; misc. message cleanup...
1982-06-07 Eric Allmanstrip out xlate stuff -- this belongs at a different...
1982-06-07 Eric Allmanavoid loops by not sending to owner-owner-* -- just...
1982-06-07 Eric Allmanimplement alias owner feature. this actually works...
1982-06-07 Eric Allmanfirst cut at putting mailing list maintainers in -...
1982-06-01 Eric Allmanmake temp files the correct modes in all cases
1982-06-01 Eric Allmanpass lint. notice that definitions in llib-lc have...
1982-06-01 Eric Allmaneliminate -V, -D, -p flags in favor of a single flag...
1982-06-01 Eric Allmandon't output SMTP/FTP error codes in transcript file
1982-06-01 Eric Allmanfinish implementing envelopes. it's not completely...
1982-05-31 Eric Allmanadd M_FULLSMTP (``X'' flag in .cf file) for eventual...
1982-05-30 Eric Allmanallow the user with name "daemon" to send mail as anyon...
1982-05-30 Eric Allmantry to install envelopes. is this really worth it???
1982-05-22 Eric Allmanadd "junk mail" -- error responses are never returned.
1982-05-22 Eric Allmanadd "envelopes" to contain the basic information needed...
1982-05-22 Eric Allmanadd some other temporary failure conditions to ipc...
1982-05-22 Eric Allmanextend the list of "temporary failure" returns from...
1982-05-21 Eric Allmanadd dfopen as a "determined fopen" -- it retries if...
1982-05-16 Eric Allmanadd the 'R' flag to mailers, saying to rewrite the...
1982-05-16 Eric Allmanadd M_RELRCPT flag to indicate that messages sent to...
1982-05-07 Eric Allmanallow socket number on [IPC] connections -- eventually...
1982-05-06 Matt GlickmanRemoved whoami.h.
1982-05-06 Matt GlickmanModified to use new directory access routines.
1982-05-06 Eric Allman(glickman) Changed include of types.h to param.h for...
1982-03-28 Eric Allmandelete neat remotename feature, because it doesn't...
1982-03-28 Eric Allmancompensate for bug in getlogin: can return the empty...
1982-03-23 Eric Allmancontinue the impossible task of tracking Bill Joy
1982-03-23 Eric Allman16 bit fixes
next