add Berkeley specific header
[unix-history] / usr / src / usr.sbin / sendmail / src / main.c
1988-03-14 Keith Bosticadd Berkeley specific header
1987-12-22 Keith Bosticmake ANSI C compatible
1987-03-25 Keith Bosticalways uses local time
1986-10-15 Eric Allmanmake sure that 0, 1, and 2 are open to avoid confusing...
1986-01-31 Eric Allmanfix .forward files that include yourself; this was...
1985-12-08 Eric Allmanseveral small bugs: don't die if no environment, don...
1985-11-19 Eric Allmanattempt at clearing header in error envelopes
1985-10-01 Eric Allmanclean up some aspects of error message display
1985-09-25 Eric Allmandon't step on user environment
1985-09-20 Eric Allmanlint
1985-09-19 Eric Allmanincorporate SMI changes -- still experimental
1985-09-19 Eric AllmanSMI changes (somewhat)
1985-09-18 Eric Allmanfacilities in syslog
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-05-25 Eric AllmanChanges from Bill Nowicki <sun!rose!nowicki> and Jay...
1985-04-10 Ralph Campbellfix order of setgid's, openlog has three arguments.
1985-02-16 Eric Allmanfix some bugs with -C flag; one with queuing from Teus
1984-12-06 Eric AllmanTry to use flock call (this doesn't work because we...
1984-08-12 Eric AllmanAdd $[ and $] as RHS operators to look up the contents...
1984-08-12 Eric Allmandefine external representations of hostname lookup...
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-06 Eric Allmanalway reset uid and gid immediately if alternate config...
1984-06-18 Eric Allmanabortive attempt to install a name server.... sigh.
1984-03-18 Eric Allmanfix usage message
1984-03-12 Eric Allmanchange macro expansion character from $ to \001 so...
1983-12-28 Eric Allmandon't close files immediately before exec of mailer...
1983-11-11 Eric AllmanBe able to override the hostname in the configuration...
1983-10-17 Eric AllmanPostpone opening the alias DBM file until after the...
1983-10-03 Eric AllmanUse old environment after the thaw; credit rhc for...
1983-09-06 Eric AllmanFix security hole caused by being able to freeze the...
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-07-26 Eric Allman4.2 release version
1983-05-08 Eric AllmanPass the size of the buffer to myhostname.
1983-05-01 Eric Allmanlint
1983-04-18 Eric Allmanfix bogus errno problems
1983-03-08 Eric AllmanDon't pass EX_TEMPFAIL code out (since we have already...
1983-02-04 Eric Allman$e macro is now SMTP entry message (so that configurati...
1983-02-03 Eric AllmanMake mailer size limits a per-mailer parameter (M field...
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; define...
1983-02-02 Eric Allmandon't call printqueue() if queueing is turned off
1983-01-18 Eric AllmanSet the $w macro to the hostname if at all possible...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-07 Eric Allmanfix a botch in argument processing such that it used...
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...
1982-12-31 Eric Allmanclose files 3 through 20 before startup to insure suffi...
1982-12-15 Eric Allmanfix freeze mode to do something more interesting that...
1982-12-15 Eric AllmanAdd "print mail queue" mode (-bp flag or call as "mailq")
1982-12-10 Eric Allmanbe able to match the inverse of a class using the ...
1982-12-06 Eric AllmanClear the envelope in the child in server SMTP to insur...
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...
1982-11-25 Eric Allmanlint it
1982-11-25 Eric Allmanrun SMTP jobs in a subprocess so that multiple jobs...
1982-11-22 Eric Allmanpreliminary hacks for multiple SMTP transactions per...
1982-11-19 Eric AllmanCorrectly run "sendmail -q" (had a reversed condition...
1982-11-19 Eric Allmandisconnect input, output, signals, etc. when running...
1982-11-18 Eric Allmanfix botch in daemon code (it only ran the queue)
1982-11-18 Eric Allmansplit operation mode ("-bx" flag) and delivery mode...
1982-11-15 Eric AllmanExplicitly inherit e_oldstyle from BlankEnvelope to...
1982-11-14 Eric Allmanclean up argument structure -- put -I and -Z on options...
1982-11-08 Eric Allmanmake all mailer output go to the transcript if running...
1982-11-06 Eric Allmanarrange to freeze the configuration file for quick...
1982-11-05 Eric Allmandon't unlink qf & df files on ^C
1982-11-05 Eric Allmanput header conditionals into the .cf file
1982-11-04 Eric AllmanPut temporary file mode on the F option
1982-10-17 Eric AllmanPut list of login names able to use -f in the .cf file.
1982-10-17 Eric AllmanArrange for MD_FORK to work well with -v so that we...
1982-10-14 Eric AllmanDon't interrupt the process doing accepts (have a separ...
1982-10-12 Eric Allmanhave auto-queueups print a polite message in the log...
1982-10-10 Eric Allmanprint a status indication when a message is autoqueued...
1982-10-10 Eric AllmanExtend test mode to be able to handle multiple addresse...
1982-10-07 Eric Allmanallow passing through multiple rewriting sets in test...
1982-10-07 Eric Allmanadd test mode (MD_TEST, -bt)
1982-10-07 Eric Allmanadd test mode (MD_TEST, -bt)
1982-09-27 Eric AllmanPut more configuration into setoption; merge some of...
1982-09-27 Eric Allmancompletely instantiate queue files for all mail, even...
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-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-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 Allmanincrease log level needed to print "entered" message.
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 Allmanadd $* to match zero or more and $> to make a "subrouti...
1982-09-02 Eric Allmanlog entering uid & pid
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 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-25 Eric Allmanlog more info (on log level 11); try to detect wild...
1982-08-25 Eric Allmandiagnose reentry of main()
1982-08-24 Eric Allmanclean up queueing; log time in queue.
next