more tweaking to handle error conditions properly
[unix-history] / usr / src / usr.sbin / sendmail / src /
1993-05-04 Eric Allmanmore tweaking to handle error conditions properly
1993-05-04 Eric AllmanANSI fixes
1993-05-04 Eric Allmanif in SM_DELIVER mode, don't do optimizations on RCPT
1993-05-04 Eric Allmanif we are in Verbose mode, be sure to set sendmode...
1993-05-04 Eric Allmandebugging (printfs and code changes)
1993-05-04 Eric Allmanfirst cut at updated alias implementation
1993-05-04 Eric Allmancache name canonification lookups (in case someone...
1993-05-04 Eric Allmanclean up extra "C" line in qf file; first cut at new...
1993-05-04 Eric Allmanimprove error logging on OutChannel I/O errors
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-05-02 Eric Allmandon't use %e for syslog errors -- either %m or errstring
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-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 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 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 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 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-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 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 Allmanreturn status information from map lookups and from...
1993-04-15 Eric Allmanset q_ruser when you send to a true human user
next