BSD 4_4_Lite2 release
[unix-history] / usr / src / usr.sbin / sendmail / src / parseaddr.c
1995-07-25 CSRGBSD 4_4_Lite2 release origin/BSD-Release BSD-4_4_Lite2
1995-08-05 CSRGBSD 4_4_Lite1 release BSD-4_4_Lite1
1995-07-25 CSRGBSD 4_4 release BSD-4_4
1994-04-02 Bill JoyBSD-SCCS END release origin/BSD-SCCS BSD-4_4_Lite2-Snapshot-Development BSD-SCCS-END
1995-06-19 Eric Allmanfix bogus debug flag (apparently a typo)
1995-06-10 Eric Allmanneed MF_KEEPQUOTES bit in dequote map, else it is doubl...
1995-05-31 Eric Allmanallow symbolic ruleset names on M lines (S= and R=)
1995-05-29 Eric Allmanlint
1995-05-26 Eric Allmanadd -q map flag to avoid quote stripping; clean up...
1995-04-25 Eric Allmanfix problem sending to user@domain where "domain" has...
1995-04-24 Eric Allmanupdates for new DSN drafts
1995-04-23 Eric Allmanallow error mailer to take DSN status code
1995-04-22 Eric Allmanupdate copyright notice
1995-04-10 Eric Allmanclean up group handling for sender & envelope addresses
1995-04-03 Eric AllmanMIME cleanup to get header line parsing right
1995-04-01 Eric Allmanfix compile glitch
1995-04-01 Eric Allmanmerge a bit with Sun version
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 Allmanhacks to make it more IDA-like -- they have other problems
1995-03-15 Eric Allmanchange call to expand() to be more rational (and consis...
1995-03-15 Eric Allmanbe more precise on MAXNAME checking
1995-03-14 Eric Allmanfix problem that can cause very long R lines in qf...
1995-02-24 Eric Allmanminor ordering glitch, more pedantic than important
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1995-02-22 Eric Allmanfix minor used-before-set problem
1995-02-20 Eric Allmanallow symbolic ruleset names
1995-02-19 Eric Allmanupdated status codes for DSNs
1995-02-19 Eric Allmanfix prescan() function decl to match prototype
1995-02-06 Eric Allmancut at 20 January version of DSN document
1995-01-25 Eric Allmanuse wordinclass() abstraction for searching classes
1994-12-28 Eric Allmanallow $#local $: @ /filename
1994-11-28 Eric Allmanmore DSN hacking
1994-11-28 Eric Allmanimproved debugging
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-22 Eric Allmanconvert to new DSN draft
1994-11-21 Eric Allmancheck for "<<>>" etc as equivalent to "<>"
1994-11-05 Eric Allmanfirst cut at DSN implementation
1994-10-18 Eric Allmanuse -s flag on dequote map to indicate space substitution
1994-10-08 Eric Allman(no message)
1994-09-09 Eric Allmanuse SpaceSub option value for space replacement in...
1994-08-17 Eric Allmanmake all flags be printed in hex rather than octal...
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-05-29 Eric Allmanmove entry/exit debugging to 21.1
1994-05-19 Eric Allmanavoid null pointer dereference in debugging code
1994-04-16 Eric Allmandon't print size parameter in error messages during...
1994-02-10 Eric Allmanmake default $#error number 553 instead of 501
1994-01-06 Eric Allmantry to make sure that path-addrs always have <angle...
1994-01-05 Eric Allmanmake sure route-addrs have <angle brackets> in envelope
1994-01-04 Eric Allmanavoid core dump on $> with no argument; fix sameaddr...
1993-12-15 Eric Allmanparameterize maximum recursion depth (compile time...
1993-12-12 Eric Allmanavoid core dump if getctladdr() returns null
1993-12-12 Eric Allmanfix uid-dependent non-equivalence of addresses
1993-12-12 Eric Allmanefficiency hacks for toktype
1993-12-11 Eric Allmanadd a "recursion level" argument to rewrite() to detect...
1993-12-11 Eric Allmanadd bufsize parameter to prescan
1993-12-11 Eric Allmanavoid core dump on subroutines that return null addr...
1993-12-03 Eric Allmanfix bogus implementation of name overflow limiting
1993-11-29 Eric Allmanavoid problems with very long addresses
1993-11-20 Eric Allmanmake $#error exit stats work consistently whether or...
1993-11-01 Eric Allmandebugging
1993-10-29 Eric Allmanit's not the case that unbalanced conditions are always...
1993-10-29 Eric Allmanfix core dump caused by writing to read-only memory
1993-10-23 Eric Allmanrepair to infinite loop detection algorithm
1993-10-18 Eric Allmanfix handling of pre-parsing address errors
1993-09-28 Eric Allmanrepair numeric codes on $#error lines (broken a few...
1993-09-05 Eric Allmanallow null defaults in $( ... $) lookups
1993-09-05 Eric Allmanfix improper interpretation of % in addresses in $...
1993-08-25 Eric Allmansave paddr in parseaddr early to avoid having it get...
1993-08-20 Eric Allmanif buildaddr return an error, return a non-null pointer...
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-07-18 Eric Allmanhave "Unbalanced" messages note that the problem was...
1993-07-18 Eric Allmanallow 6xx codes to mean "warnings sent to postmaster"
1993-07-17 Eric Allmanrepair unbalanced ) and >
1993-07-12 Eric Allmanavoid deferencing null pointers -- breaks on Solaris...
1993-07-11 Eric Allmanhuge number of changes for 8.2, including IRIX & Solari...
1993-06-28 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-24 Eric Allmanfix serious security bug allowing any user to read...
1993-06-12 Eric Allman4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-12 Eric Allmanfix bug causing class backups to jump two tokens instea...
1993-06-08 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-06-06 Eric Allmanlint-style cleanup
1993-05-28 Eric Allmandefer map open as long as possible
1993-05-28 Eric AllmanSolaris portability changes
1993-05-28 Eric Allmanprototype functions
1993-05-22 Eric AllmanAIX compatibility changes; clean up map initialization...
1993-05-22 Eric Allmancleanup for NIS maps
1993-05-22 Eric Allmanchanges to merge alias and map implementations
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-15 Eric Allmanuse newstr for e_message consistently
1993-05-14 Eric Allmandon't write arbitrarily off the end of a buffer (ugh!)
1993-05-06 Eric Allmanfixes for problems causing mail to be both sent and...
1993-05-05 Eric Allmanfix some bogus messages being printed in mailq command
1993-05-04 Eric AllmanANSI fixes
1993-05-01 Eric Allmanclean up error message printing, especially for deferre...
1993-04-30 Eric Allmancompile problem -- dangling else
1993-04-27 Eric Allmanquote need not be in DELIMCHARS either
next