added umask(0) so mode of /etc/passwd will be correct
[unix-history] / usr / src / usr.sbin / sendmail /
1983-09-06 Eric AllmanFix security hole caused by being able to freeze the...
1983-09-06 Eric AllmanCut down the amount of bulk that is sent in SMTP error...
1983-09-01 Eric Allmanfix problem with timeouts caused by change in EINTR...
1983-08-29 Eric Allmanset FIOCLEX on /dev/kmem file when getting load average
1983-08-29 Eric AllmanChange QueueLA and RefuseLA to 8 and 12 respectively
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-08-29 Eric AllmanAdd SM_DEFAULT so that we can arrange for sendall to...
1983-08-22 Eric AllmanDrop "Sender:" hack, since it doesn't work properly...
1983-08-22 Eric AllmanInsert a Sender: line if a From: line is specified...
1983-08-22 Eric AllmanDon't print out a null pointer in debugging info.
1983-08-22 Eric AllmanDon't send back a separate error message if we have...
1983-08-22 Eric AllmanInsert Sender: line if a From: line is specified and...
1983-08-07 Eric AllmanClear errno before trying connect in an attempt to...
1983-08-01 Eric AllmanAdd EX_NOPERM to sysexits.h for kre
1983-07-29 Eric AllmanUpdates to delete "DRAFT" etc. and make more accurate...
1983-07-29 Eric Allmandate and time created 83/07/28 10:12:30 by eric
1983-07-28 Eric AllmanDon't uppercase hostname in myhostname so that it can...
1983-07-26 Eric Allman4.2 release version
1983-07-18 Eric Allmanfix botch in default help message
1983-07-14 Eric AllmanDelete "load limiting" for SMTP connections (a bad...
1983-07-14 Eric Allmandelete "N" option (max simultaneous SMTP connections)
1983-07-10 Sam Lefflerpass MFLAGS please!!!
1983-07-03 Sam Lefflerinclude fix
1983-07-02 Bill Joy(no message)
1983-07-02 Bill Joywait.h -> sys/wait.h
1983-06-19 Sam Lefflerquit making documents, I'm getting tired of removing...
1983-06-15 Eric Allmanlog the message-id only if non-null
1983-06-12 Eric Allman%d => %ld in mailq for PDP-11's
1983-06-12 Eric Allmandon't rearrange input header lines; force Received...
1983-05-22 Eric AllmanMiscellaneous changes for PDP-11's.
1983-05-21 Eric Allmanupdate for 4.2 beta release
1983-05-21 Eric Allmanadd "h" flag to tar so that rmail.c will be included
1983-05-21 Eric AllmanDon't stack processes when VRFY fails.
1983-05-19 Eric AllmanChange WKTIMEFACT to be negative to force failing jobs...
1983-05-19 Eric AllmanMinor formatting change so that the entire text of...
1983-05-19 Eric Allmanchange WKTIMEFACT to be negative so that jobs that...
1983-05-08 Eric AllmanPass the size of the buffer to myhostname.
1983-05-05 Eric Allmanfix botch in 3.338 -- arguments reversed
1983-05-05 Eric AllmanDon't send domain-based UUCP addresses to UGLYUUCP...
1983-05-02 Eric Allmandon't add an extra tab in the header (white space shoul...
1983-05-02 Eric Allmanavoid core dumps on messages with very long header...
1983-05-01 Eric Allmanlint
1983-04-24 Eric AllmanDon't put Resent-*: lines in queue file to prevent...
1983-04-20 Eric AllmanFix bug causing convtime to loop forever on "w" (week...
1983-04-18 Eric Allmanput true current time on SMTP greeting message; drop...
1983-04-18 Eric Allmanfix bogus errno problems
1983-04-18 Eric Allmanremove >From hack
1983-04-18 Eric Allmanput true current time on SMTP greeting message; fix...
1983-04-18 Eric Allmanput true current time on SMTP greeting message; fix...
1983-04-18 Eric Allmanfix *(0) problems
1983-03-27 Eric Allmanchanges from MRH for USG UNIX 5.0
1983-03-27 Eric Allmanincrease buffer size in smtpmessage to avoid overflows...
1983-03-27 Eric Allmanrewrite again with ruleset 3 after appending from domai...
1983-03-27 Eric Allmanincrease buffer size in smtpmessage
1983-03-27 Eric Allmanu_short should be unsigned short; actually this is...
1983-03-27 Eric AllmanUndo glickman's change of types.h => param.h -- why...
1983-03-20 Eric AllmanDon't have mail from su'ed people come from "daemon"
1983-03-20 Eric AllmanFix botch of putting incorrect full names on some addre...
1983-03-15 Eric Allmanadd references
1983-03-13 Eric Allmanadd usenix.me; be usable in /usr/doc/sendmail
1983-03-13 Eric Allmandate and time created 83/03/12 22:22:54 by eric
1983-03-13 Eric Allmanadd "USENIX" reference in footer
1983-03-13 Eric Allmantake ECONNRESET (Connection reset by peer) as a tempora...
1983-03-13 Eric AllmanCheck for I/O error on close of temp file -- i.e.,...
1983-03-13 Eric AllmanDon't artifically add a "from: $q" when running the...
1983-03-10 Eric AllmanDelete colon on front of aliases
1983-03-09 Eric AllmanPass the delimiter character to parseaddr so that we...
1983-03-08 Eric AllmanDon't pass EX_TEMPFAIL code out (since we have already...
1983-03-08 Eric AllmanHandle OLDSTYLE addresses properly with the -t flag...
1983-03-07 Eric AllmanHandle messages with "Resent-xxx:" header lines properl...
1983-03-07 Eric AllmanAdd H_RESENT flag to header flags to indicate fields...
1983-03-06 Eric AllmanIgnore delimiters (e.g., commas) inside quotes
1983-02-27 Eric AllmanDon't log message-id mapping and from person in a queue run
1983-02-27 Eric Allmanmap host name for $w macro to upper case -- this is...
1983-02-27 Eric AllmanDocument logging of queueid <=> message-id corresponden...
1983-02-27 Eric Allmanlog queueid <=> message-id correspondence
1983-02-26 Eric AllmanMore attempts at insuring that everything goes through...
1983-02-25 Eric Allmanarrange to cleanup addresses using ruleset 4 before...
1983-02-25 Eric AllmanFix bug in $w and $=w setup; truncate output to seven...
1983-02-25 Eric AllmanFix bug in $w and $=w setup
1983-02-25 Eric AllmanTruncate output text to seven bits
1983-02-24 Eric Allmancleanup from Sam Leffler & Dave Been
1983-02-21 Eric AllmanAvoid loops in the auto-closedown code
1983-02-20 Eric AllmanAvoid core dumps on very long addresses in headers.
1983-02-19 Eric Allmanimprove hostname validation: force it even if no HELO...
1983-02-19 Eric AllmanImprove host verification -- put something in even...
1983-02-19 Eric AllmanAdd HELO hostname verification; give an error if a...
1983-02-19 Eric AllmanAdd HELO hostname verification; put in hack to print...
1983-02-19 Eric AllmanAdd HELO hostname verification
1983-02-19 Eric AllmanGive an error if the message is terminated with an...
1983-02-17 Eric Allmandate and time created 83/02/16 12:42:51 by eric
1983-02-14 Eric Allmanfix clrbitmap to really clear the entire bitmap
1983-02-11 Eric Allmanavoid core dump on return receipt processing; clean...
1983-02-10 Eric Allmanclean up install entry to use install script
1983-02-10 Eric Allmanclean up clean entry for 4.1c release
1983-02-10 Eric Allmanmake clean in doc
1983-02-09 Eric Allmanclean up problems when QUEUE compile flag not defined...
1983-02-04 Eric Allmanclean up mailer flags -- M_ARPAFMT is garbage now
1983-02-04 Eric AllmanChange version stamp to have no date (so that it looks...
1983-02-04 Eric AllmanAdd the $e macro
next