Fix order of 2nd and 3rd arguments to fread so the count of the
[unix-history] / usr / src / usr.sbin /
1982-09-06 Eric Allmanconvert Return-Receipt-To: and Precedence: to NBS stand...
1982-09-06 Eric Allmanclean up canonname
1982-09-06 Eric Allmantune debugging
1982-09-06 Eric Allmanchange from m_from (macro from rewrite) to using a...
1982-09-06 Eric Allmancorrectly process all sender fields; clean up sender...
1982-09-06 Eric Allmanadd $* to match zero or more and $> to make a "subrouti...
1982-09-06 Eric Allmanput line numbers on error messages; increase max number...
1982-09-06 Eric Allmanadd line numbering for some input files; improve debugg...
1982-09-06 Eric Allmanadd $* to match zero or more and $> to make a "subrouti...
1982-09-02 Eric Allmanlog entering uid & pid; allow CANONUSER ($:) to abort...
1982-09-02 Eric Allmanallow CANONUSER ($:) to abort a rewriting set
1982-09-02 Eric Allmanlog entering uid & pid
1982-09-01 Eric Allmanincrease MAXMAILERS to 25
1982-09-01 Eric Allmanclean up reply code processing some more; in particular...
1982-08-30 Eric Allmanhandle comments and quotes in headers; still doesn...
1982-08-30 Eric Allmanfix serious botch in SMTP reply code delta; change...
1982-08-30 Eric Allmando a better job at interpreting SMTP reply codes
1982-08-30 Eric Allmangive 554 message on syserr (instead of 451) if errno...
1982-08-28 Eric Allmanhack crackaddr to strip blanks off the end of a cracked...
1982-08-28 Eric Allmansimplify timeout code; allow multiple simultaneous...
1982-08-28 Eric Allmansimplify timeout code; allow multiple simultaneous...
1982-08-28 Eric Allmanrelease e_id after fork in daemon code; ignore events...
1982-08-26 Eric Allmanassign a new queue id to all jobs coming in via TCP
1982-08-26 Eric Allmansigh.... more fun and games in the daemon code to...
1982-08-26 Eric Allmanrecreate a socket after every failed accept()
1982-08-26 Eric Allmanapply ruleset 4 to rewrite addresses in the body of...
1982-08-26 Eric Allmanclean up time manipulation to always be current; assign job
1982-08-26 Eric Allmanlog locked files in queuer; don't mistakenly start...
1982-08-25 Eric Allmanput queueup log messages on a higher logging level
1982-08-25 Eric Allmanlog more info (on log level 11); try to detect wild...
1982-08-25 Eric Allmanclean up event handling so that events that do longjmp...
1982-08-25 Eric Allmanclean up event handling so that events that do longjmp...
1982-08-25 Eric Allmandiagnose reentry of main()
1982-08-24 Eric Allmanclean up queueing; log time in queue.
1982-08-24 Eric Allmanallow continuation lines in .cf file (particularly...
1982-08-23 Eric Allmanchange $i to $j; $i is now queue id; put "Received...
1982-08-23 Eric Allmanassign a unique id to each transaction that can be...
1982-08-22 Eric Allmanmove <> and forward path processing to .cf file; increa...
1982-08-22 Eric Allmanincrease MAXATOMS from 30 to 100 -- since <> is now...
1982-08-21 Eric Allmantime stamp the SMTP greeting message; increase the...
1982-08-21 Eric Allmantime stamp the greeting message
1982-08-18 Eric Allmanchange Mail-From: to Received: for new SMTP spec (RFC82...
1982-08-18 Eric AllmanMail-From: ==> Received: for new SMTP spec (RFC821)
1982-08-18 Eric Allmanhandle folded lines in queue file properly
1982-08-18 Eric Allmanrework header processing: do special purpose header...
1982-08-18 Eric Allmanrework header processing: do special purpose header...
1982-08-18 Eric Allmandon't process core files; process headers properly...
1982-08-18 Eric Allmancheck for length of queue directory name; do verify...
1982-08-18 Eric Allmanfix verify mode (only worked in verbose mode)
1982-08-16 Eric Allmanmark From: lines with the H_FROM bit; make VRFY work...
1982-08-16 Eric Allmanmake headers work properly when a message is queued...
1982-08-16 Eric Allmanmake VRFY and EXPN work more correctly (VRFY still...
1982-08-16 Eric Allmanmark From: lines with a bit; make EXPN work properly
1982-08-16 Eric Allmanmark From: lines with a bit; this should be used later...
1982-08-16 Eric Allmanoutput class rather than priority in log; accept zero...
1982-08-16 Eric Allmanoutput message class rather than priority in log
1982-08-16 Eric Allmandon't choke on zero intervals
1982-08-16 Eric Allmansplit off "commaize()" routine; fix bug that caused...
1982-08-16 Eric Allmanadd debugging info
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-22 Robert Elzuse number specified after pseudo-dev (if any) as value
1982-07-22 Robert Elzpermit options to have values (viz: options name="value");
1982-07-22 Robert Elzallow comments other than at start of line;
1982-07-22 Robert Elzallow a value field for options
1982-07-22 Robert Elzprint options that have values with their values
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-14 Robert Elzmods to reflect motion of sys source & config files
1982-07-14 Robert Elzmake spec of timezones east of Greenwich rational
1982-07-06 Eric Allmanflush fatal error flag before returning error messages...
1982-07-06 Eric Allmanimprove debugging: flush transcript before doing things...
next