summaryrefslogtreecommitdiff
path: root/usr.sbin/sendmail/src
AgeCommit message (Collapse)Author
1995-06-03Fix the `restrictmailq' security check to explicitly check the egid.mycroft
1995-05-21Use inet_aton(), not inet_addr().mycroft
1995-04-08Fix a typo that caused an off-by-one error.mycroft
1995-03-10sendmail 8.6.11 integrationglass
1995-03-10sendmail 8.6.11 try #2glass
1995-03-01Clean up deleted files.mycroft
1995-02-24Enable optimization.mycroft
1995-02-23was busyglass
1995-02-23integrate sendmail 8.6.10glass
1994-12-22specify man pages the new way.cgd
1994-09-26fixes a compilation problem under gcc 2.6.0glass
1994-09-26now includes sendmail.h like the rest of the sendmail source..no functional ↵glass
change
1994-04-20sendmail 8.6.9. may your cm5 explodeglass
1994-04-16perversion, until eric does the right thing with 4.4BSD-ish seteuid()cgd
1994-04-14we already have setproctitlecgd
1994-03-27we have unameglass
1994-03-27Clean up deleted files.mycroft
1994-03-27off_t exp.cgd
1994-03-19sendmail 8.6.8: i hope your wine gets warm...glass
1994-03-16sendmail 8.6.7. fixes recently discovered security holeglass
1994-03-15sendmail 8.6.7 import, from allmanglass
1994-02-02link mailq.8 to sendmail.8. 4.4 doesn't do this right :)glass
1994-02-02Clean up deleted files.mycroft
1994-02-01don't need to be su-gid kmem anymoreglass
1994-01-31link w/shared libraries.glass
1994-01-31upgrade to version 8.6.5glass
1994-01-29an attempt to import sendmail. can unfuck..glass
1994-01-28no longer need lib hackerycgd
1994-01-28hack to make getloadavg() link properlycgd
1994-01-10fix two goofs:glass
-DMIME was used. According to Allman this doesn't work. Of course it is in the documentation. So no more MIME formatted MAILER-DAEMON messages.... -DNDBM shouldn't have been used since it can't do the right thing without a true ndbm library that isn't just an emulation using db
1994-01-07now takes advantage of NetBSD's YP supportglass
1993-12-06386BSD --> NetBSD, in preparation of diffs for Ericglass
1993-11-14from Thomas Eberhardt <thomas@mathematik.uni-Bremen.de>:cgd
use shared libutil, if available
1993-11-05upgraded to sendmail version 8.6.4glass
1993-10-30Clean up deleted files.mycroft
1993-10-30updated from 8.3 to 8.6.3.glass
known problems: sendmail/cf/cf required 'obj' directory
1993-09-05Nuke -DNDBM.mycroft
1993-08-14Don't use ${DESTDIR} in LINKS.mycroft
1993-08-09Tweak for cross-compilation.mycroft
1993-08-01Add RCS identifiers.mycroft
1993-08-01Add RCS indentifiers.mycroft
1993-07-30Add RCS identifiers.mycroft
1993-07-20Upgraded sendmail from revision 8.1C to 8.3;glass
this version of sendmail tries to use sysconf() if the _SC_* macros are defined in unistd.h. We have the macros but not the function. A temporary "fix" has been made to avoid the issue.
1993-06-28Upgrade for sendmail 8.1B to 8.1C....glass
from Eric Allman <eric@vangogh.cs.berkeley.edu>: >Subject: sendmail 8.1C out ... >THIS IS AN URGENT FIX. There is a security problem in 8.1B (and >apparently most vendor versions of sendmail) that permits a user >to read any file on the system (don't ask, I won't go into details). >It should be installed immediately. ... > ====================================================================== > > 8.1C/8.1B 93/06/27 > Serious security bug fix: it was possible to read any file on > the system, regardless of ownership and permissions. > If a subroutine returns a fully qualified address, return it > immediately instead of feeding it back into rewriting. > This fixes a problem with mailertable lookups. > CONFIG: fix some M4 frotz (concat => CONCAT) >
1993-06-18link with -lutil to get getloadavg()glass
1993-06-18Clean up deleted files.mycroft
1993-06-18baseline commit of sendmail release 8 version 8.1Bglass
(this is the sendmail stuff as it will appear in 4.4BSD)
1993-05-28don't USE_DBcgd
1993-04-25Convert btree_open() calls to dbopen().mycroft
1993-04-18Cleanup for GCC 2.mycroft