386BSD 0.1 development
[unix-history] / usr / src / usr.sbin / sendmail /
1991-03-22 Keith Bostic<arpa/nameser.h> needs <sys/param.h> for endian stuff
1991-03-20 Eric Allmananother cut at "I refuse to talk to myself" error messa...
1991-03-17 Cynthia A. E. Livi... macro and text revision (-mdoc version 3)
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-14 Cynthia A. E. Livi... add .Vx so tmac.andoc will call tmac.mdoc-old
1991-03-13 Eric Allmank option specifies checkpoint interval (default 10);
1991-03-10 Keith Bosticshouldn't need writablestrings any more
1991-03-09 Keith BosticANSI, don't write into strings; bug report 4.3BSD-reno...
1991-03-05 Keith BosticANSI
1991-03-04 Keith Bosticsendmail can't do non-writable strings (see putline...
1991-03-03 Keith BosticANSI
1991-01-02 CSRGBSD 4_3_Reno release BSD-4_3_Reno
1990-08-30 Eric Allmanfrom Eric Wassenaar at NIKHEF-H, Amsterdam: reset EF_OL...
1990-08-03 Eric Allmanchange the contact address
1990-07-25 Cynthia A. E. Livi... .Xr botch fix
1990-07-21 Keith Bosticadded field name q_ruser; need to update NullAddress
1990-07-05 Keith Bostichf is in the source directory
1990-07-05 Keith Bosticneeds a BINDIR
1990-07-01 Keith Bosticnew doc makefiles
1990-06-30 Mike Karelsuse daemon() call
1990-06-25 Trent Heinnew copyright & pathnames
1990-06-25 CSRGBSD 4_3_Reno development
1990-06-25 CSRGBSD 4_3_Reno development
1990-06-24 Trent Heinnew copyright notice
1990-06-24 Trent Heinchanged /usr/lib/aliases to /etc/aliases and /usr/lib...
1990-06-02 Keith Bosticnew copyright notice
1990-06-02 Keith Bostic(no message)
1990-06-02 Keith Bosticnew copyright notice
1990-05-31 Keith Bosticunsigned sizeof test < 0; bug report 4.3BSD/usr.lib/156
1990-05-18 Mike Karelsadd sender to outgoing headers, deleting old; keep...
1990-05-18 Mike Karelsmy modifications before first test on arpa
1990-05-18 Mike Karelsfrom Eric
1990-05-12 Keith Bostic(no message)
1990-05-12 Keith Bosticfirst pass for new make
1990-05-12 Rick Adamsfixed a race condition in the locking when there are...
1990-05-11 William F. Jolitz386BSD 0.0 development
1990-05-11 William F. Jolitz386BSD 0.0 development
1990-04-30 Keith Bosticupdate after moving things around and pmake
1990-04-30 Keith Bosticcheckpoint for pmake
1990-04-29 William F. Jolitz386BSD 0.0 development
1990-04-29 CSRGBSD 4_3_Net_2 development
1990-04-29 CSRGBSD 4_3_Reno development
1990-04-25 Eric Allmandon't change semantics of uid setting for local mail...
1990-04-24 Eric Allmanchange my affiliation
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-20 Keith Bosticdon't NULL deref if smtpmessage() is passed a NULL...
1990-04-20 Keith Bosticdisk error check, case-insensitive list-owner lookup
1990-04-20 Keith Bosticdon't prepend a '>' to "From:" lines; bug report 4...
1990-04-20 Keith BosticNULL dereference; bug report 4.3BSD-tahoe/usr.sbin/11
1990-04-20 Keith Bosticallocate space for pw_name; bug report 4.3BSD-tahoe...
1990-04-20 Keith Bosticfdopens are wrong; bug report 4.3BSD/usr.lib/137
1990-04-20 Keith Bosticdate and time created 90/04/19 10:03:45 by bostic
1990-04-20 Keith Bosticmove pathnames into pathnames.h
1990-04-20 Keith Bosticuninitialized file pointers
1990-04-19 Keith Bosticthaw() needs OutChannel if an error occurs
1990-04-19 Keith Bosticsendmail security problems; bug report 4.3BSD/usr.lib/153
1990-04-19 Keith Bosticsignals return void pointers
1990-04-19 Keith Bosticflock instead of locking files, major security fixes...
1990-04-19 Keith Bosticlong headers can cause sendmail to loop; bug report...
1990-04-19 Keith Bosticmail bounces on transient errors; bug report 4.3BSD...
1990-04-19 Keith Bostic`LineNumber' not incremented when reading :include...
1990-04-19 Keith Bosticdon't break old makefiles; bug report 4.3BSD/usr.lib/114
1990-04-19 Keith Bosticincrease MAXFIELD to 4K; bug report 4.3BSD/usr.lib/153
1990-04-17 Rick Adamsforgot an extern int la; for load avarage.
1990-04-16 Rick Adamsfix shouldqueue to not get load average for evey file...
1990-04-16 Rick Adamsnew locking code that uses flock()
1990-04-16 Rick Adamscheck if e_xfp is null before flushing it
1990-04-16 Rick Adamsfix bug in delivering to files where can't read dfAA*
1990-04-16 Rick Adamsdont recalculate load average for EVERY job in the...
1990-04-16 Rick Adamscomplain if cant use frozen config file
1990-03-22 Keith Bosticboth the alias and alias ndbm files have to be protected
1990-03-06 Keith Bosticfix h_errno for ANSI C variable scoping
1990-01-31 Kirk McKusickproper cast in printf (4.3BSD-tahoe/usr.lib/10)
1990-01-05 CSRGBSD 4_3_Tahoe release BSD-4_3_Tahoe
1989-09-11 Rick Adamsadd missing () to test in if statement to correctly...
1989-05-30 Kirk McKusickeliminate floating point from the kernel (from forys...
1989-05-16 Keith Bosticmove newaliases to /usr/sbin
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-02-28 Keith Bosticadd types.h for pwd.h
1989-02-17 Keith BosticSMTP does not imply IPC; bug report 4.3BSD-tahoe/usr...
1989-02-16 Keith BosticBerkeley specific copyright
1989-02-16 Keith Bostic#ifdef h_errno on NAMED_BIND
1989-02-15 Keith Bosticnew idea...
1989-02-15 William F. Jolitz386BSD 0.0 development
1989-01-27 Keith Bosticredundant install line
1989-01-27 Keith Bostic../include is gone
1989-01-26 Keith Bosticdon't indirect through null, just because mc file messed up
1989-01-25 Keith Bosticifdef openlog for 4.2BSD systems
1989-01-25 CSRGBSD 4_3_Reno development
1989-01-24 Keith Bosticdate and time created 89/01/23 09:48:17 by bostic
1989-01-24 Keith Bosticadd Berkeley specific copyright
1989-01-24 Keith Bosticadd Berkeley specific copyright notice
1989-01-24 Keith Bosticadd Berkeley specific copyright
1989-01-24 Keith Bosticdate and time created 89/01/23 09:41:32 by bostic
1989-01-20 Keith Bosticcleanup
1989-01-20 Keith Bosticclean out the deadwood
1989-01-20 Keith Bosticmake ps more informative; from Rick Adams/David Comay
1989-01-20 Keith Bosticallow -oMr and -oMs; rmail wishes to set them
1989-01-19 Keith Bosticdefine protocol used for them as wants it
next