fix bogus implementation of name overflow limiting
[unix-history] / usr / src / usr.sbin / sendmail / src / sendmail.h
1993-12-03 Eric Allmanfix bogus implementation of name overflow limiting
1993-11-26 Eric Allmansecurity patches to seal up symbolic link attacks
1993-11-08 Eric Allmansupport for systems that don't have unix domain sockets...
1993-11-01 Eric Allmanadd nc_message to NAMECANON structure
1993-11-01 Eric AllmanSafeAlias is now a time interval
1993-10-25 Eric Allmanhooks to make eventual sockaddr_un work properly
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-09-27 Eric Allmanadd RunExpensiveJobs
1993-09-25 Eric Allmanadd MF_ALIASWAIT flag
1993-09-24 Eric Allmanadd CheckLoopBack variable
1993-09-23 Eric Allmancompile cleanup on various systems (mostly AUX)
1993-09-23 Eric Allmanget sendmail.cf name from a routine (so it can autoconf...
1993-09-19 Eric Allmanadd BrokenSmtpPeers
1993-09-03 Eric Allmanadd MF_LOCKED flag
1993-08-23 Eric Allmanadd "ext" argument to lockfile so you can accurately...
1993-08-23 Eric Allmanadd PRIV_RESTRICTQRUN flag
1993-08-21 Eric Allmanmore on elimination of frozen config files
1993-08-18 Eric Allmanadd hooks for MAIL11V3
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-15 Eric Allmanadd TimeOuts.to_ident to set IDENT protocol timeout
1993-08-09 Eric Allmanhooks to set $u to original recipient for "for" clause...
1993-08-07 Eric Allmanfix problem causing slow delivery warning to fail if...
1993-07-27 Eric Allmansignal and file locking portability changes
1993-07-23 Eric Allmanfix bogus error message with open timeout in :include...
1993-07-22 Eric Allmanmore 4.3 changes
1993-07-18 Eric Allmanmake metamac.metaval type u_char (some compilers complain)
1993-07-18 Eric Allmanallow 6xx codes to mean "warnings sent to postmaster"
1993-07-17 Eric Allmanclean up error handling, including concept of local...
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-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-04 Eric Allmandelete duplicate declaration of sfgets
1993-06-04 Eric Allmanadd another parameter to sfgets
1993-06-04 Eric Allmanadd UseErrorsTo: option flag
1993-05-29 Eric Allmanchange prototypes to eliminate chars in argument lists...
1993-05-28 Eric Allmanfix stabapply prototype (again)
1993-05-28 Eric Allmanfix stabapply prototype
1993-05-28 Eric Allmanprototype functions
1993-05-22 Eric Allmanchanges to merge alias and map implementations
1993-05-18 Eric Allmanclean up function prototypes
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-05 Eric Allmanchange prototype for dfopen
1993-05-05 Eric Allmanputbody takes one more parameter
1993-05-04 Eric Allmanadd SendMIMEErrors
1993-05-04 Eric Allmanadd e_msgboundary for MIME support
1993-05-04 Eric Allmanchange EightBit to SevenBit and invert
1993-05-04 Eric Allmanrestore NoAlias
1993-05-04 Eric Allmanupdates for new alias implementation
1993-05-02 Eric Allmanadd nc_flags word
1993-05-02 Eric Allmanadd ST_NAMECANON map (to short circuit DNS)
1993-04-30 Eric Allmanadd M_NO_NULL_FROM
1993-04-30 Eric Allmanadd M_BLANKEND
1993-04-27 Eric Allmandelete mci_options; use mci_flags instead
1993-04-27 Eric Allmanadd M_ESMTP
1993-04-27 Eric Allmantype char can be a problem in prototypes on some systems
1993-04-27 Eric Allmanadd mci_options word & advertised max message size
1993-04-19 Eric Allmanpass flags to remotename() instead of many individual...
1993-04-19 Eric Allmanuse UCB standard prototyping standard; use more prototypes
1993-04-15 Eric Allmanadd e_bodytype
1993-04-11 Eric Allmanadd MACRODEXPAND for deferred expansion
1993-04-05 Eric Allmanadd map_rebuild for program to use for auto-rebuild
1993-04-03 Eric Allmanadd execdir to mailer definition
1993-04-02 Eric Allmanadd e_statmsg to hold local status message (per deliver...
1993-03-31 Eric AllmanANSI changes
1993-03-31 Eric Allmangeneralize networking a bit more
1993-03-30 Eric Allmanadd FallBackMX
1993-03-29 Eric Allmaninclude declaration for errstring -- HPUX seems to...
1993-03-27 Eric Allmanmake MATCHZERO a synonym for CANONHOST (to clarify...
1993-03-26 Eric Allmanmore fixes on __STDC__ declarations
1993-03-26 Eric Allmanprototypes break a lot of compilers, even with __STDC__...
1993-03-24 Eric Allmanadd X-Authentication-Warning: headers on possible attem...
1993-03-24 Eric Allmanfix generalized socket code so that it doesn't screw...
1993-03-20 Eric Allmaninitial hooks for ISO networking
1993-03-20 Eric Allmaninclude a warning timeout after some interval; get...
1993-03-20 Eric Allmanmove SendMode and ErrorMode into the envelope
1993-03-19 Eric Allmanrestore e_sender -- comment stripped version of from...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-08 Eric Allmandeclare transienterror()
1993-03-01 Eric Allmanclean up header files
1993-03-01 Eric Allmanallow command line limitations to individual queue...
1993-02-28 Eric Allmanfix problem that caused looping in .forward files on...
1993-02-27 Eric Allmanadd restrictmailq privacy flag
1993-02-24 Eric Allmanpropagate alias owner information back to envelope...
1993-02-24 Eric Allmandelete trusted users code; it's too easy to circumvent
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 Allmanadd route pruning
1993-02-22 Eric AllmanM_LOCAL => M_LOCALMAILER to avoid conflict with Ultrix...
1993-02-22 Eric Allmangeneralize read timeout
1993-02-21 Eric Allmanadd EF_VRFYONLY flag
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanadd QSELFREF bit
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-19 Eric Allmanadd M_NOCOMMENT flag (eliminate comments in addresses)
1993-02-17 Eric Allmansplit envelope and header mailer rewriting sets
1993-02-16 Eric Allmanincrease size of prescan buffer
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-18 Eric Allmanadd e_nsent
1993-01-14 Eric Allmaneliminate UserEnviron
1993-01-11 Eric Allmanadd host signature STAB class
next