add initialization comments; init for maxcontig and maxbpg
[unix-history] / usr / src / usr.sbin /
1982-09-25 Eric Allmanchange option implementation; define a bunch of interes...
1982-09-25 Eric Allmanarrange to be able to define options; put precedences...
1982-09-23 Eric Allmandon't put commas in non-address fields; have -bq clean...
1982-09-22 Eric Allmanget rid of double error returns; improve verbose mode...
1982-09-22 Eric Allmanadd nmessage (to not add "to..." tag); improve handling...
1982-09-22 Eric Allmanavoid double error messages (one from each end)
1982-09-22 Eric Allmanput 050 in from of recursive smtp messages
1982-09-22 Eric Allmanoutput headers with commas into the queue
1982-09-19 Eric Allmanfix botch where it believes that a list is !oldstyle...
1982-09-17 Eric Allmandrop ":...;" stuff -- it screws it up aliases; pass...
1982-09-13 Eric Allmanaccept ": ... ;" syntax for groups if !oldstyle
1982-09-13 Eric Allmanchange inheritance for macros in envelopes; be able...
1982-09-12 Eric Allmandon't assign $s to be the sending host (this mucks...
1982-09-10 Kirk McKusickdate and time created 82/09/10 00:09:25 by mckusick
1982-09-09 Eric Allmanfix stupid bug in wait code to dispose of "Interrupted...
1982-09-09 Eric Allmanfix a nasty botch in 3.194 that killed SMTP in daemon...
1982-09-09 Eric Allmantry to avoid "Interrupted system call" on wait in deliv...
1982-09-07 Eric Allmanmore hacking on oldstyle -- always assume sender fields...
1982-09-07 Eric Allmanfix botch in "at"s in headers
1982-09-07 Eric Allmanfix botch in computing e_oldstyle
1982-09-07 Eric Allmanfix bug in scanner state machine that never let you...
1982-09-07 Eric Allmanincrease log level needed to print "entered" message.
1982-09-07 Eric Allmanuser SMTP fixes to talk to ISI
1982-09-07 Eric Allmaninstall new state-driven scanner; make everyone use...
1982-09-06 Eric Allmanchange $g processing from a macro substitution per...
1982-09-06 Eric Allmanchange $g rewriting to two rewriting rulesets per maile...
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
next