use SpaceSub option value for space replacement in dequote map
[unix-history] / usr / src / usr.sbin / sendmail / src / parseaddr.c
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
1993-04-27 Eric Allmanfix some problems with backslash handling
1993-04-27 Eric Allmanprint more fields in printaddr
1993-04-20 Eric Allmanchange remotename to use flag bits instead of individua...
1993-04-16 Eric Allmanfix bug causing host\!user to be parsed as one token
1993-04-15 Eric Allmandon't dequote if there would be spaces left -- they...
1993-04-15 Eric Allmanreturn status information from map lookups and from...
1993-04-12 Eric Allmanproperly diagnose ruleset zero returning null vector
1993-04-11 Eric Allmanimplement $&x for deferred macro expansion; some POSIX...
1993-04-05 Eric Allmanclean up error return messages
1993-03-31 Eric Allmanfix bogus "infinite loop" diagnostic; log better diagno...
1993-03-27 Eric Allmanfix excessive matching problem
1993-03-26 Eric Allmanfix a few problems pointed out by Neil Rickert; $~...
1993-03-26 Eric Allmanimplement multi-word classes
1993-03-26 Eric Allmanrecognize -a flag in dequote map
1993-03-26 Eric Allmanadd dequote pseudo-map
1993-03-24 Eric Allmanimproved debugging; pass convtime a default units;...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-15 Eric Allmandon't send all addresses through recipient rewriting...
1993-03-14 Eric Allmanchange (simplify) user and host UPPER => lower case...
1993-03-08 Eric Allmanundo patch allowing prescan to return null vector;...
1993-03-07 Eric Allmanallow host on local addresses; don't do domain extension on
1993-03-05 Eric Allmanconsider addresses "different" if their uids differ
1993-03-04 Eric Allmanallow prescan to return a null vector; fix some duplica...
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-02-25 Eric Allmanallow $@ on LHS to indicate match zero tokens
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-22 Eric AllmanM_LOCAL => M_LOCALMAILER to avoid conflict with Ultrix...
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanfix a variety of bugs found by Eric Wassenaar <e07...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-19 Eric Allmanadd "c" mailer flag to suppress all comment info in...
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-16 Eric AllmanAllow saving in ~/dead.letter; clean up VRFY output...
1993-02-16 Eric Allmanimprove some error messages; fix quoted :include:s...
1993-01-27 Eric Allmansome (iffy) changes to prevent suppressing the actual...
1993-01-21 Eric Allmanfix problem with address delimitor inside quotes; defin...
1993-01-15 Eric Allmanrevert debugging to old values
1993-01-15 Eric Allmanfix minor debugging botch
1993-01-14 Eric Allmanenvironment handling simplification/bug fix; handle...
1993-01-11 Eric AllmanMX piggybacking, based on code from John Myers@CMU...
1993-01-03 Eric Allmanchanges to recognize special mailer types (e.g., file...
1993-01-02 Eric Allmanfix botch in invalidaddr() routine
1993-01-02 Eric Allmancheck for invalid characters in addresses
next