oops... can't #undef __P on vangogh
[unix-history] / usr / src / usr.sbin / sendmail /
1993-05-02 Eric Allmanoops... can't #undef __P on vangogh
1993-05-02 Eric Allmanminor tweaking of syslog levels & compile fixes for...
1993-05-02 Eric Allmanstrerror => errstring
1993-05-02 Eric Allmanfix Postmaster alias in fallback mail return; fix flock...
1993-05-02 Eric Allman(no message)
1993-05-02 Eric Allmanlocking for DBM files
1993-05-02 Eric Allmanadd python.cf
1993-05-02 Eric Allmandate and time created 93/05/01 09:00:46 by eric
1993-05-01 Eric Allmanclean up UUCP route-addrs; delete unnecessary angle...
1993-05-01 Eric Allmandon't need angle brackets in mailer definitions (just...
1993-05-01 Eric Allmanfix route-addr syntax
1993-05-01 Eric Allmanclean up error message printing, especially for deferre...
1993-05-01 Eric Allmanfix comment on message()
1993-05-01 Eric Allmandon't change alpha case on header field names
1993-04-30 Eric Allmangive reasonable error message on transienterror() of...
1993-04-30 Eric Allmandon't need -ldbm
1993-04-30 Eric Allmanimplement b mailer flag
1993-04-30 Eric Allmancompile problem -- dangling else
1993-04-30 Eric Allmanimplement g mailer flag
1993-04-30 Eric Allmandocument b and g mailer flags
1993-04-30 Eric Allman6.55 features; list of contributors
1993-04-30 Eric Allmanadd M_NO_NULL_FROM
1993-04-30 Eric Allmanadd M_BLANKEND
1993-04-29 Eric Allmanadd hooks to allow unlocking
1993-04-28 Eric Allmanfix bug that can cause senders to be queued as recipien...
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-28 Eric Allmandon't ignore postmaster alias for emergency fallback
1993-04-28 Eric Allmanonly flock regular files (specifically, not /dev/null)
1993-04-28 Eric Allmancompile flag hpux ==> __hpux
1993-04-28 Eric Allmanneed sys/stat.h
1993-04-28 Eric Allmanmove compatibility hooks for S_ISREG et al to conf.h
1993-04-28 Keith Bosticgetloadavg(3) -> libc; sysctl no longer needs libutil...
1993-04-28 Eric Allmanhpux => __hpux
1993-04-27 Eric Allmancheck for message size exceeded
1993-04-27 Eric Allmanadjust ctladdr on Q runs; fix lost CNAME problem; getmx...
1993-04-27 Eric Allmanadd x400-received to list of H_TRACE fields
1993-04-27 Eric Allmanfix minor doc botch (from Bryan Costales)
1993-04-27 Eric Allmanmake tty id buffer large enough for modern names
1993-04-27 Eric Allmanup some of the values to be more generous
1993-04-27 Eric Allmanfix an uninitialized variable problem
1993-04-27 Eric Allmanclean up setsid handling
1993-04-27 Eric AllmanNeXT portability changes
1993-04-27 Eric Allmanadd HASSETSID on #ifdef _POSIX_VERSION
1993-04-27 Eric Allmanadd hpux config files
1993-04-27 Eric Allmanuse "a" mailer flag to attempt to use ESMTP; send SIZE=
1993-04-27 Eric Allmanreject messages exceeding maximum message size
1993-04-27 Eric Allmanextend "b" option to include maximum message size
1993-04-27 Eric Allmanprint out other fields
1993-04-27 Eric Allmandelete mci_options; use mci_flags instead
1993-04-27 Eric Allmanadd M_ESMTP
1993-04-27 Eric Allmanquote need not be in DELIMCHARS either
1993-04-27 Eric Allmanfix some problems with backslash handling
1993-04-27 Eric Allmandelete duplicate 8th bit stripping
1993-04-27 Eric Allmanuse FileMailer instead of ProgMailer
1993-04-27 Eric Allmanobey INCLNULL flag in NIS maps
1993-04-27 Eric Allmanhave getmxrr look at $=w to determine local host name
1993-04-27 Eric Allmanclean up handling of F line
1993-04-27 Eric Allmangive max message size in HELO/EHLO message if specified
1993-04-27 Eric Allmanfix misinterpretation of ctladdr when it goes through...
1993-04-27 Eric Allmanprint more fields in printaddr
1993-04-27 Eric Allmanfix problem that can cause CNAMEs to be misinterpreted
1993-04-27 Eric Allmandebugging printf in mailfile
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-22 Eric Allmanpatches to XLA code
1993-04-22 Eric AllmanHPUX compatibility changes in getla()
1993-04-20 Eric Allmanproperly handle \! hack; improve error message printing...
1993-04-20 Eric Allmandate and time created 93/04/19 16:50:57 by eric
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-19 Eric Allmanpass flags to remotename() instead of many individual...
1993-04-19 Eric AllmanExtended Load Average (XLA) hooks
1993-04-19 Eric Allmanuse -D_FORGIVING_CC_
1993-04-19 Eric Allmanoops... fix botch in previous delta
1993-04-19 Eric Allmanuse UCB standard prototyping standard; use more prototypes
1993-04-19 Eric Allmanuse UCB standard prototype string
1993-04-19 Eric Allmanuse UCB standard for __P
1993-04-19 Eric Allmanadd defines for prototype compatibility
1993-04-18 Eric Allmanavoid NULL mci_out syserr; creates bogus error messages
1993-04-18 Eric Allmanimprove error printing (changes format of C line in qf)
1993-04-17 Eric Allmanturn off DEFNAMES and DNSRCH in hostsignature for old...
1993-04-17 Eric Allmandon't double-#define SMTP and QUEUE
1993-04-17 Eric Allmanupdate expected release date and mention contrib directory
1993-04-16 Eric Allmanfix bug causing host\!user to be parsed as one token
1993-04-16 Eric Allmanfix compilation problem when IDENTPROTO is not defined
1993-04-16 Eric Allmanfixes to handle null messages -- why did this break?
1993-04-16 Eric AllmanIPC mailers can take a colon-separated list of addresse...
1993-04-16 Eric Allmandocument the -B flag
1993-04-16 Eric AllmanB line in qf file
1993-04-16 Eric Allmanminor botch: use htons on ident port name
1993-04-15 Eric Allman(no message)
1993-04-15 Eric Allmandiscard errors only on responses to responses to respon...
1993-04-15 Eric Allmanadd e_bodytype and B queue line and -B flag for body...
1993-04-15 Eric AllmanIDENT problem applies to HPUX as well as Ultrix
1993-04-15 Eric Allmanadd e_bodytype
1993-04-15 Eric Allmandon't dequote if there would be spaces left -- they...
1993-04-15 Eric Allmansome first thoughts at a MAILB lookup
1993-04-15 Eric Allmanadd fifth parameter to *_map_lookup
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-15 Eric Allmanset q_ruser when you send to a true human user
1993-04-15 Eric Allmanprint a list of the bad addresses on returned email
next