4.4BSD snapshot (revision 8.1); add 1993 to copyright
[unix-history] / usr / src / usr.sbin / sendmail / src / sendmail.h
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
1993-01-10 Eric Allmanmake some ints into longs
1993-01-03 Eric Allmanadd definitions for FileMailer and InclMailer
1992-12-31 Eric Allmanput return-receipt-to on a conf.c flag (but don't set...
1992-12-22 Eric AllmanRelease 6
1992-12-19 Eric Allmanadd NIS map type; log message-id in same line as from...
1992-12-16 Eric AllmanJ option sets "search path" for .forward
1992-12-10 Eric Allmanreverse sense of -f in K field
1992-11-17 Eric Allmanadd MF_FOLDCASE flag
1992-11-16 Eric Allmanallow specification of arbitrary string on successful...
1992-11-16 Eric Allmanfinish support for generalized maps
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-09-09 Eric Allmanmiscellaneous bug fixes from Bryan Costales and Craig...
1992-07-21 Eric Allmando clean connection closing on queue runs
1992-07-20 Eric Allmanportability changes
1992-07-20 Eric Allmanother non-uid_t/gid_t variable changes
1992-07-20 Eric Allmanchange q_uid to uid_t, q_gid to gid_t
1992-07-12 Eric Allmanopen connection caching
1992-06-01 Eric Allmancheckpoint: putting in connection caching
1992-05-30 Eric Allmanmore connection caching hacks
1992-05-30 Eric Allmanallow configuration of GECOS matching; do regular alias...
1992-05-26 Eric Allmanadd generalized database mapping (using the K config...
1992-02-27 Eric Allmanpartial hooks for caching all email connections; won...
1992-01-18 Eric Allmandrop mode a (ARPA FTP) -- NCP is gone forever.....
1992-01-06 Eric Allmanclean up #ifdef configuration to more cleanly match...
1992-01-05 Eric Allmanallow limited 8-bit support; allow [TCP] as an alias...
1991-12-16 Eric Allman<sysexits.h> before "conf.h"
1991-12-16 Eric Allmanseparate support for header vs envelope sender; if...
1991-12-15 Eric Allmanfix race condition in queue file locking; generalize...
1991-11-21 Eric Allmanfrom costales@icsi.Berkeley.EDU: print rulesets with...
1991-10-12 Eric Allmanfixes for user database and new config files
1991-10-06 Eric Allmanadd definitions for config level 2
next