BSD 4_4_Lite1 release
[unix-history] / usr / src / usr.sbin / sendmail / src / recipient.c
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-03-01 Eric Allmanavoid null pointer dereferences to e->e_id when logging
1994-02-23 Eric Allmanfix typo in syslog call
1994-02-01 Eric Allmancleanup of _POSIX_CHOWN_RESTRICTED stuff
1994-01-27 Eric Allmanfix security problem with systems that can give away...
1994-01-23 Eric AllmanApollo/POSIX changes -- leading pathname of // can...
1994-01-11 Eric Allmanavoid QuickAbort problems while uid is reset; repair...
1994-01-09 Eric Allmanfix improper diagnosis of "aliasing/forwarding loop...
1994-01-07 Eric Allmanif an address is a self-reference, inherit the new...
1994-01-06 Eric Allmanimprovements to local program access lockouts
1993-12-30 Eric Allmansecurity: fix a problem that allowed root to get into...
1993-12-27 Eric Allmanavoid "broken alias loop" messages when a :include...
1993-12-26 Eric Allmanclean up implementation if you don't have getusershell...
1993-12-24 Eric Allmango ahead and actually implement getusershell in compat...
1993-12-24 Eric Allmanfixes to restrict users who don't have a "regular"...
1993-12-15 Eric Allmanadd hooks to permit writes to setuid files (with no...
1993-12-13 Eric Allmanpatches to fix checks when sending to a file
1993-12-11 Eric Allmanimprove error messages -- avoid "Error 0" syndrome
1993-12-11 Eric Allmancleanup of symbolic link checking -- make it less picky
1993-12-05 Eric Allmanfix bug in writable (directory writable wasn't enough...
1993-12-03 Eric Allmanfix bug in new writable implementation -- can't return...
1993-11-26 Eric Allmansecurity patches to seal up symbolic link attacks
1993-11-15 Eric Allmanlook at DefUid instead of zero if no ctladdr
1993-11-09 Eric Allmanadditional debugging statements
1993-10-30 Eric Allmanimproved logging (log ctladdr on recipients
1993-10-28 Eric Allmansecurity fix: avoid accepting inappropriate program...
1993-09-30 Eric Allmanreject all-numeric login names
1993-09-23 Eric Allmanfix bug that can cause recursive .forward files to...
1993-08-22 Eric Allmanremember to always reset uid
1993-08-22 Eric Allmanmove uid setting from forward() to include() so as...
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-09 Eric Allmanhooks to set $u to original recipient for "for" clause...
1993-08-07 Eric Allmandiagnose null list passed to sendtolist
1993-07-29 Eric Allmanaccept group permissions for :include: and .forward...
1993-07-23 Eric Allmanfix bogus error message with open timeout in :include...
1993-07-22 Eric Allmandon't improperly diagnose alias/forward loops (although...
1993-07-21 Eric AllmanRISCOS and SGI fixes; fix error handling (caused error...
1993-07-20 Eric Allmanfix duplicate diagnosis of aliasing/forwarding loop...
1993-07-20 Eric AllmanSGI IRIX & ANSI C portability
1993-07-20 Eric AllmanHASSETEUID => HASSETREUID and changes to avoid having...
1993-07-18 Eric Allmanclean up semantics: QDONTSEND says don't ever send...
1993-07-18 Eric Allmandetect self-destructing alias loop more generally for...
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
1993-07-11 Eric Allmanhuge number of changes for 8.2, including IRIX & Solari...
1993-06-28 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-24 Eric Allmanfix serious security bug allowing any user to read...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-28 Eric Allmanprototype functions
1993-05-02 Eric Allmandon't use %e for syslog errors -- either %m or errstring
1993-05-02 Eric Allmanminor tweaking of syslog levels & compile fixes for...
1993-04-30 Eric Allmangive reasonable error message on transienterror() of...
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-15 Eric Allmanset q_ruser when you send to a true human user
1993-04-10 Eric Allmanclean up some debug messages if MATCHGECOS not compiled in
1993-04-02 Eric Allmandon't do extra userdb lookups in VRFYONLY mode
1993-03-31 Eric Allmanhooks for eventual better handling of SMTP recipients
1993-03-31 Eric Allmanattempt at quick RCPT response
1993-03-31 Eric Allmanmark include() address as verified for possible later...
1993-03-20 Eric Allmandon't force local names to lower case -- this was left...
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-18 Eric Allmanattempts to handle ENFILE conditions better
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-15 Eric Allmandelete handling for word "at" on command line
1993-03-14 Eric Allmanchange (simplify) user and host UPPER => lower case...
1993-03-07 Eric Allmandon't automatically print errno in usrerr -- it can...
1993-03-03 Eric Allmanset QDONTSEND together with QBADADDR
1993-03-02 Eric Allmanyet more logging
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-03-01 Eric Allmanheader file cleanup; primarily #include <unistd.h>...
1993-02-28 Eric Allmanfix problem that caused looping in .forward files on...
1993-02-27 Eric Allmanbetter handling of transient errors
1993-02-24 Eric Allmanfix botch in SMTP VRFY code (assumed all users were...
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-23 Eric Allmandelete -R flag (RcptLogFile handling)
1993-02-21 Eric Allmanmake VRFY just verify; EXPN does full expansion
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanmake duplicate deletion more global
1993-02-20 Eric Allmanfix a variety of bugs found by Eric Wassenaar <e07...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-16 Eric Allmanimprove some error messages; fix quoted :include:s...
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
1993-01-29 Eric Allmanfix the System 5 compatilibility to be compatible with...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-27 Eric Allmansome (iffy) changes to prevent suppressing the actual...
1993-01-22 Eric Allmanmore environment problems; limit resource exhaustion...
1993-01-03 Eric Allmanchanges to recognize special mailer types (e.g., file...
1992-12-22 Eric AllmanRelease 6
1992-12-18 Eric Allmanfix bug in including (and forwarding) files; all lines...
1992-12-16 Eric Allmanrestore # as comment symbol in .forward/:include:;...
1992-12-16 Eric AllmanJ option sets "search path" for .forward
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-14 Eric Allman*really* fix quoting in phrase part of addresses; elimi...
1992-07-20 Eric Allmanfinish uid_t/gid_t conversion; allow locally customized...
1992-07-19 Eric Allmanfix confusion regarding quoting with fuzzy local name...
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-07-13 Eric Allmanchild pid not getting changed; \quoted names were still...
1992-07-13 Eric Allmanmake eight-bit clean; backslashes are carried through...
next