4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / sendmail / src / util.c
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-06 Eric Allmanlint-style cleanup
1993-06-04 Eric Allmanprint better diagnostic information on sfgets timeouts
1993-05-28 Eric Allmanprototype functions
1993-05-05 Eric Allmancreate dead.letter with FileMode instead of 0666
1993-05-04 Eric Allmanchange option 8 to option 7 (and invert semantics)
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-28 Eric Allmanonly flock regular files (specifically, not /dev/null)
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-08 Eric Allmanuse transienterror() all places where we do this sort...
1993-03-01 Eric Allmanheader file cleanup; primarily #include <unistd.h>...
1993-03-01 Eric Allmanallow command line limitations to individual queue...
1993-02-27 Eric Allmanbetter handling of transient errors
1993-02-24 Eric Allmanpropagate alias owner information back to envelope...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-19 Eric Allmanimplement arpatounix; log more info; allow nested ...
1993-01-02 Eric Allmanpass read timeouts to sfgets
1992-12-22 Eric AllmanRelease 6
1992-12-21 Eric Allmanchange random constants to be #defines
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-12-15 Eric Allmancorrect list of must-be-quoted characters
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-14 Eric Allman*really* fix quoting in phrase part of addresses; elimi...
1992-09-23 Eric Allmana variety of bug minor bug fixes; add file locking...
1992-07-20 Eric Allmanfinish uid_t/gid_t conversion; allow locally customized...
1992-07-15 Eric Allmanfix small bug in buildfname
1992-07-13 Eric Allmanquote full names if they have special characters
1992-07-13 Eric Allmanmake eight-bit clean; backslashes are carried through...
1992-02-25 Eric Allmanallow on-line comments; don't double-parse RCPT To...
1992-02-22 Eric Allmanfrom Bryan Costales: several smallish changes, mostly...
1992-01-05 Eric Allmanallow limited 8-bit support; allow [TCP] as an alias...
1991-12-22 Eric Allmanprint some control characters in xputs
1991-11-21 Eric Allmanfrom costales@icsi.Berkeley.EDU: print rulesets with...
1991-03-09 Keith BosticANSI, don't write into strings; bug report 4.3BSD-reno...
1991-03-03 Keith BosticANSI
1990-06-02 Keith Bosticnew copyright notice
1990-04-20 Keith Bosticdon't use toupper(*s++), paranoia; bug report 4.3BSD...
1990-04-20 Keith Bosticdon't NULL deref RealHostName; bug report 4.3BSD-tahoe...
1990-04-19 Keith Bosticmail bounces on transient errors; bug report 4.3BSD...
1988-12-06 Keith Bosticminor cleanups for cray
1988-11-18 Mike Karelsmore cleanup, fix some inappropriate syserr's
1988-11-18 Mike Karelsexpunge debugging/nonstandard/trojan horse commands...
1988-03-14 Keith Bosticadd Berkeley specific header
1988-03-14 Keith Bosticuse tolower macro where applicable; remove sameword...
1986-12-18 Eric Allmandelete unneeded #include <ctype.h>
1985-12-18 Eric Allmanlint
1985-10-01 Eric Allmanclean up some aspects of error message display
1985-09-19 Eric AllmanSMI changes (somewhat)
1985-06-09 Eric Allmanlint for 4.3 release
1985-06-08 Eric Allmanlint
1985-06-08 Miriam Amos NihartResolve duplicate SccsId
1985-06-08 Distribution FolksAdd copyright
1985-04-29 Eric Allmanremove #ifdef DEBUG so we can compile without #define...
1985-04-10 Ralph Campbellsyslog() is in lint librrary now.
1984-11-14 Eric Allmanoptimize fgetfolded and sameword
1984-08-12 Eric AllmanAssorted changes from Guy Harris <rlgvax!guy>: mostly...
1984-08-12 Eric AllmanChanges from Greg Couch <ucsfcgl!gregc> for V7 compatib...
1984-08-12 Eric Allmanstrip 0200 bits on input to prevent loops
1984-03-12 Eric Allmanfixes from Greg Satz <satz@sri-tsc.ARPA>, mostly for...
1983-12-28 Eric Allmandon't close files immediately before exec of mailer...
1983-11-14 Eric AllmanFixes two nasty problems, both pointed out by Bill...
1983-09-01 Eric Allmanfix problem with timeouts caused by change in EINTR...
1983-07-26 Eric Allman4.2 release version
1983-04-18 Eric Allmanfix bogus errno problems
1983-02-25 Eric AllmanTruncate output text to seven bits
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; define...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-10 Eric Allmanfix CRLF problem when sending SMTP commands; make newst...
1983-01-07 Eric Allmansplit up FULLSMTP flag -- now have "X" (M_XDOT, use...
1983-01-02 Eric AllmanPut CRLF on all lines in user SMTP. Pass this info...
1982-12-31 Eric Allmandon't bother timing out on *.cf and qf* file reads...
1982-12-10 Eric Allmanlog read timeouts as a syserr
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-04 Eric AllmanPut temporary file mode on the F option
1982-11-04 Eric AllmanArrange to strip quote bits in message header; move...
1982-09-27 Eric Allmancompletely instantiate queue files for all mail, even...
1982-09-06 Eric Allmantune debugging
1982-09-06 Eric Allmanadd line numbering for some input files; improve debugg...
1982-08-28 Eric Allmansimplify timeout code; allow multiple simultaneous...
1982-08-26 Eric Allmanclean up time manipulation to always be current; assign job
1982-08-25 Eric Allmanclean up event handling so that events that do longjmp...
1982-08-24 Eric Allmanclean up queueing; log time in queue.
1982-08-23 Eric Allmanassign a unique id to each transaction that can be...
1982-08-18 Eric Allmanhandle folded lines in queue file properly
1982-08-16 Eric Allmanknow about continuation lines in queue files: necessary...
1982-08-09 Eric Allmanmore general event mechanism
1982-08-08 Eric Allmanchange debug level to a debug vector; add levels on...
1982-07-06 Eric Allmansplit off clock stuff from util.c so that vacation...
1982-07-06 Eric Allmanput timeouts on net reads
1982-06-27 Eric Allmanlint
1982-06-08 Eric Allmancall the routine putline to output lines to mailers...
1982-06-01 Eric Allmanpass lint. notice that definitions in llib-lc have...
1982-05-21 Eric Allmanadd dfopen as a "determined fopen" -- it retries if...
1982-03-21 Eric Allmantake % as an acceptable name terminator in GECOS field
1981-12-07 Eric Allmancleanup so it will go through lint without any fancy...
1981-11-22 Eric Allmanlinks together aliases into proper trees. This is...
next