don't alias \-quoted addresses
[unix-history] / usr / src / usr.sbin / sendmail / src / recipient.c
1995-06-16 Eric Allmandon't alias \-quoted addresses
1995-06-16 Eric Allmanavoid bogus "aliasing/forwarding loop broken" messages
1995-06-15 Eric Allmanallow trusted users to have untrusted shells
1995-06-14 Eric Allmanmake a bunch of #defines into 0/1 instead of ifdef...
1995-05-31 Eric Allmanchange RealUserName from an array to a pointer; move...
1995-05-29 Eric Allmanlint
1995-05-27 Eric Allmanallow #@#\0 as a comment; make USERDB be a 0/1 option
1995-05-24 Eric Allmanallow use of seteuid() on systems that have new Posix...
1995-05-24 Eric Allmanavoid bogus "alias loop" messages
1995-05-24 Eric Allmandon't do .forward lookups at RCPT time -- can have...
1995-05-20 Eric Allmantweak comments to match Andrew's original intent
1995-05-20 Eric Allmanfix simple self-references; more debugging
1995-05-19 Eric Allmanfix self-reference algorithm to use more intelligent...
1995-05-10 Eric Allmanallow root .forward to work even if ~root not searchable or
1995-04-24 Eric Allmanupdates for new DSN drafts
1995-04-23 Eric Allmanwoops -- compile glitch
1995-04-23 Eric Allmanbetter use of extended DSN status codes
1995-04-22 Eric Allmanupdate copyright notice
1995-04-14 Eric Allmanfix postmaster notifications -- it was getting the...
1995-04-12 Eric Allmanallow <SP>#@#<SP> as an in-line comment introducer...
1995-04-01 Eric Allmanpull getpwXXX and gethostbyXXX calls out into conf...
1995-03-28 Eric Allmanmore cleanup for DSN drafts
1995-03-25 Eric Allmandon't pass through NOTIFY= unless it was given in the...
1995-03-22 Eric Allmannew DSN draft
1995-03-15 Eric Allmanbe more precise on MAXNAME checking
1995-03-11 Eric Allmanimproved security when opening files
1995-03-07 Eric Allmanfix some race conditions for file opens
1995-03-06 Eric Allmanadd "strict" parameter to denlstring to allow continuations
1995-03-06 Eric Allmanadd concept of "strict adherence" to newline standard
1995-03-01 Eric Allmanincorporate fixes from 8.6.11
1995-03-01 Eric Allmanmultiple glitches in 8.6.10 -- see ../RELEASE_NOTES...
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-21 Eric Allmanwoops -- botched the last patch
1995-02-21 Eric Allmanfix sendtolist() buffer copying -- confusion of global...
1995-02-14 Eric Allmanfix bug -- should have been testing bufp == NULL instea...
1995-02-14 Eric Allmanfix error -- should hvae been testing bufp instead...
1995-02-11 Eric Allmanbecome the default uid when including files with HASSET...
1995-02-11 Eric Allmanavoid checking path directory modes if setreuid succeed...
1995-02-10 Eric Allmanavoid conflicting buffer usage
1995-02-10 Eric Allmanfix security problem allowing bogus lines to be written...
1995-02-10 Eric Allmanfix security problem: avoid newlines in command line...
1995-01-05 Eric Allmanavoid error message on self-referencing alias
1994-12-10 Eric Allmanlog transaction delay as well as queue delay (for order...
1994-11-26 Eric Allmanimprove DSN handling somewhat + some bug fixes
1994-11-24 Eric Allmanget ORCPT= ESMTP DSN parameter working
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-23 Eric Allmanfix propogation of notification flags to alias values
1994-11-22 Eric Allmanconvert to new DSN draft
1994-11-21 Eric Allmanallow files referenced in aliases to write files as...
1994-11-09 Eric Allmancopy buffer in senttolist() to avoid conflict with...
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-10-21 Eric Allmandon't object to all numeric user names unless HESIOD...
1994-10-18 Eric Allmanimproved diagnostics in setreuid code
1994-08-22 Eric Allmanmultiple queue timeouts
1994-08-20 Eric AllmanGeneralize ReadTimeout option and call it Timeouts...
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-05-29 Eric Allmanavoid buffer overrun problems with very long user names
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...
next