make the maximum number of simultaneous SMTP connections an option
[unix-history] / usr / src / usr.sbin /
1983-01-17 Eric Allmanmake the maximum number of simultaneous SMTP connection...
1983-01-17 Kirk McKusickchange -s to -p, no longer generate gmon.out by default
1983-01-17 Eric Allmandocument new mailer definition format
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-16 Eric Allmanbe sure everything gets appropriately externalized...
1983-01-16 Kirk McKusickfix up exit codes; make messages more accurate
1983-01-16 Kirk McKusickfix up exit codes; pte.h moves from sys => machine
1983-01-16 Kirk McKusicknew austere memory version; add wondrous flags
1983-01-15 Kirk McKusickfix-up for making GPROF'ed system.
1983-01-14 Sam Leffleradd -p option to specify particular tcpcb and cleanup...
1983-01-13 Eric Allmanfix date format to be truly RFC822
1983-01-11 Eric Allmandate and time created 83/01/10 09:46:22 by eric
1983-01-11 Eric Allmantalk about the root makefile; mention superuser needs...
1983-01-11 Eric Allmanchoose the configuration file by calling "hostname"
1983-01-10 Eric Allmanfix CRLF problem when sending SMTP commands; make newst...
1983-01-10 Eric Allmanturn newstr() and crlf() into macros
1983-01-10 Eric Allmanmake newstr and crlf macros
1983-01-10 Eric Allmanadd declaration of "crlf"
1983-01-09 Eric Allmanrelease daemon resources when running the queue
1983-01-09 Eric Allmanbe sure to open a new transcript on every queue run...
1983-01-08 Ralph Campbelladded status file to spooldir and other improvements.
1983-01-07 Eric Allmandocument "error" mailer
1983-01-07 Eric Allmanallow user-setable error codes in "error" mailer
1983-01-07 Eric Allmanfix a botch in argument processing such that it used...
1983-01-07 Eric AllmanAdd/change mailer flags: R = CRLF mapping, p = reverse...
1983-01-07 Eric Allmanfix (one more time!) long line wrapping.....
1983-01-07 Eric Allmansplit up FULLSMTP flag -- now have "X" (M_XDOT, use...
1983-01-07 Eric Allmanlint
1983-01-06 Eric Allmanadd M_CRLF
1983-01-06 Eric Allmanfix folded line output
1983-01-06 Eric Allmancuriouser and curiouser..... a read error on the reply...
1983-01-06 Eric Allmanadd bug contact info
1983-01-06 Bill Joychanged -c to -l so default is copy instead of linking
1983-01-06 Bill JoyWorking version of remote spooling.
1983-01-06 Eric Allmanimprove error recovery for bizarre SMTP cases; unfortun...
1983-01-05 Eric Allmanexternalize $g macro using ruleset 4 also
1983-01-05 Eric AllmanDon't try to drop our controlling TTY except when we...
1983-01-05 Eric AllmanIgnore SIGPIPE early (in main rather than in deliver...
1983-01-05 Eric Allmantake EHOSTDOWN as a temporary failure; change the forma...
1983-01-05 Eric Allmanchange format of deferred message to be consistent...
1983-01-05 Eric Allmantake EHOSTDOWN as a temporary failure
1983-01-05 Eric Allmanfix botch that causes sendmail to core dump when there...
1983-01-05 Eric Allmanadd min and max
1983-01-05 Eric AllmanDetect an internal error that seems to be occuring
1983-01-04 Eric Allmangive more useful error messages (including the errno...
1983-01-04 Eric Allmanadd e_message field for eventual error message improvement
1983-01-04 Eric Allmanhave canonname pass the address through ruleset four...
1983-01-04 Eric Allmantake ENETUNREACH (Network unreachable) as a transient...
1983-01-04 Eric Allmanprint "request" instead of "requests" if there is only...
1983-01-04 Eric Allmanfix bug in commaize so that it won't core dump on every...
1983-01-04 Eric Allmanprocess timeouts like normal errors, so that they will...
1983-01-04 Eric Allmanfix bug in commaize so that it won't core dump on every...
1983-01-04 Eric Allmanfix botch in reading the queue that caused it to throw...
1983-01-03 Eric AllmanTake errno 65, "Host is unreachable", to be a recoverab...
1983-01-03 Sam Lefflerpte.h moved; sunmb->sundev
1983-01-03 Eric Allmanclean up output of mailq mode
1983-01-02 Eric AllmanPut CRLF on all lines in user SMTP. Pass this info...
1983-01-02 Eric AllmanUse a more resilient algorithm to handle the special...
1983-01-02 Eric Allmantag syserr's specially in the log so they can be grep...
1983-01-02 Eric Allmaninstall /usr/adm/newsyslog when syslog is installed
1982-12-31 Eric Allmandon't bother timing out on *.cf and qf* file reads...
1982-12-31 Eric Allmanclose files 3 through 20 before startup to insure suffi...
1982-12-30 Eric Allmandon't htons(sp->s_port) in makeconnection
1982-12-30 Eric Allmanmake info about prototype files reflect the truth
1982-12-28 Eric Allmanmake it all work....
1982-12-27 Eric Allmandate and time created 82/12/26 20:52:37 by eric
1982-12-26 Sam Leffleruse install for install
1982-12-25 Sam Lefflerport not byte swapped; no more asm.sed;
1982-12-25 Sam Lefflerheader files moved around a bit
1982-12-25 Sam Lefflerpte.h moved
1982-12-25 Eric AllmanChange parse to parseaddr for BB&N TCP/IP implementatio...
1982-12-24 Eric Allmanmake reasonable with today's reality -- a lot of stuff...
1982-12-19 Sam Lefflerwrong path to crt0.ex
1982-12-17 Sam Lefflerport numbers now returned byte swapped
1982-12-16 Eric Allmanremove some macros so that the index can print
1982-12-15 Eric Allmanfix freeze mode to do something more interesting that...
1982-12-15 Eric AllmanAdd the -bp flag (mailq command)
1982-12-15 Eric AllmanAdd "print mail queue" mode (-bp flag or call as "mailq")
1982-12-14 Sam Lefflerupdate for new data structures
1982-12-14 Eric AllmanThe routine "sendto" is now a system call (yeuch!)...
1982-12-14 Eric AllmanNEW-IPC: convert to 4.1c
1982-12-10 Sam Lefflersomehow the -p option went away
1982-12-10 Eric AllmanFix a bug triggered when we add the sender's "@domain...
1982-12-10 Eric Allmanadd $~x syntax to match any word not in a class
1982-12-10 Eric Allmanlog read timeouts as syserrs; be able to match the...
1982-12-10 Eric Allmanbe able to match the inverse of a class using the ...
1982-12-10 Eric Allmanavoid putting in a full name in network forward operations
1982-12-10 Eric Allmanlog read timeouts as a syserr
1982-12-07 Eric Allmanreadthrough, major restructuring of op.me, some reality...
1982-12-06 Eric AllmanClear the envelope in the child in server SMTP to insur...
1982-12-06 Eric Allmandate and time created 82/12/05 13:42:10 by eric
1982-12-04 Kirk McKusickadd keywords, update to version 4
1982-12-04 Kirk McKusickadd DESTDIR
1982-12-04 Bill Joychanged the names dq and sq to lprm and lpq
1982-12-04 Ralph Campbellchanged to make it easier to put scandir in libc.
1982-12-03 Ralph CampbellUpdated directory scanning and sorting for new dir.h
1982-11-29 Eric Allmanimplement SMTP auto-shutdown on 421 codes; clean up...
1982-11-29 Eric Allmanfix a number of problems left over from yesterday's...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
next