fix wildcard MX handling (option W no longer needed); fix
[unix-history] / usr / src / usr.sbin / sendmail / src / readcf.c
1993-02-13 Eric Allmanfix wildcard MX handling (option W no longer needed...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-19 Eric Allmanimplement arpatounix; log more info; allow nested ...
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...
1992-12-22 Eric AllmanRelease 6
1992-12-19 Eric Allmanallow I option to arbitrarily set and clear resolver...
1992-12-16 Eric Allmanrestore # as comment symbol in .forward/:include:;...
1992-12-16 Eric AllmanJ option sets "search path" for .forward
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-12-12 Eric Allmandon't auto-initialize host map if user has already...
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-11-05 Eric Allmanfix a variety of small bugs noticed by bcx
1992-09-09 Eric Allmanmiscellaneous bug fixes from Bryan Costales and Craig...
1992-07-20 Eric Allmanportability changes
1992-07-20 Eric Allmanoption E has to be in a safe environment; otherwise...
1992-07-20 Eric AllmanOE is the same as omitting it
1992-07-20 Eric Allmanfinish uid_t/gid_t conversion; allow locally customized...
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-07-12 Eric Allmansecurity hacks: make F .cf line a little more careful...
1992-07-12 Eric Allmanopen connection caching
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-05-10 Eric Allmanmake C option safe; output values of $r and $s macros...
1992-03-21 Eric Allmanreject connections more quickly if load average goes up;
1992-02-25 Eric Allmanallow on-line comments; don't double-parse RCPT To...
1992-02-25 Eric Allmanadd new 'V' config line to control configuration syntax...
1992-02-22 Eric Allmanfrom Bryan Costales: several smallish changes, mostly...
1992-01-05 Eric Allmanallow limited 8-bit support; allow [TCP] as an alias...
1991-12-25 Eric Allmanallow F config line to open a pipe
1991-10-12 Eric Allmanfixes for user database and new config files
1991-10-06 Eric Allmanadd "config level" config parameter
1991-10-04 Eric Allmansome changes to enhance compatibility with SunOS sendmail
1991-10-03 Eric Allmanreverse sense of w (wildcard MX) flag to default to...
1991-10-01 Eric Allmanfix some debugging output
1991-07-27 Eric Allmanhooks for distributed user database system
1991-07-26 Eric Allmansome compatibility with SunOS for future work here...
1991-03-13 Eric Allmank option specifies checkpoint interval (default 10);
1990-06-02 Keith Bosticnew copyright notice
1990-04-19 Keith Bosticsendmail security problems; bug report 4.3BSD/usr.lib/153
1989-09-11 Rick Adamsadd missing () to test in if statement to correctly...
1989-01-20 Keith Bosticallow -oMr and -oMs; rmail wishes to set them
1989-01-02 Keith Bosticremove DEBUG
1988-12-29 Keith BosticWIZ vanishes
1988-11-19 Mike Karelsgetruid uses unitialized var, use getuid (even though...
1988-09-21 Eric Allmanadd I option to insist on Internet domain server; add...
1988-07-01 Keith Bosticinstall approved copyright notice
1988-04-02 Keith Bosticremove V6 #ifdefs
1988-03-14 Keith Bosticadd Berkeley specific header
1986-01-11 Eric Allmanonly check the RHS of aliases during newalias if the...
1986-01-11 Eric Allmanallow multiple words per line in file classes; require...
1986-01-06 Eric Allmancleanup for various compilation flags and reasonable...
1985-12-08 Eric Allmanseveral small bugs: don't die if no environment, don...
1985-09-22 Eric Allmanclean up priority handling, making several of the param...
1985-09-20 Eric Allman'z' option now sets ForkQueueRuns
1985-09-19 Eric Allmanincorporate SMI changes -- still experimental
1985-09-19 Eric AllmanSMI changes (somewhat)
1985-06-08 Eric Allmanlint
1985-06-08 Miriam Amos NihartResolve duplicate SccsId
1985-06-08 Distribution FolksAdd copyright
1985-06-03 Eric Allmanplug another security hole with command line arguments
1985-05-25 Eric AllmanChanges from Bill Nowicki <sun!rose!nowicki> and Jay...
1985-02-16 Eric Allmanfix some bugs with -C flag; one with queuing from Teus
1985-02-15 Eric Allman"and" file mode bits with 0777
1984-12-06 Eric AllmanTry to use flock call (this doesn't work because we...
1984-08-12 Eric AllmanAdd $[ and $] as RHS operators to look up the contents...
1984-08-12 Eric AllmanChanges from Greg Couch <ucsfcgl!gregc> for V7 compatib...
1984-08-12 Eric Allmanallow multiple -M flags -- fix from Liudvikas Bukys
1984-08-06 Eric Allmanadd B option to set blank substitution character
1984-06-18 Eric Allmanabortive attempt to install a name server.... sigh.
1984-03-12 Eric Allmanchange macro expansion character from $ to \001 so...
1984-03-12 Eric Allmanmake network name configurable
1983-08-29 Eric AllmanRefuse to talk to yourself (i.e., reject HELO packets...
1983-07-26 Eric Allman4.2 release version
1983-07-14 Eric AllmanDelete "load limiting" for SMTP connections (a bad...
1983-05-22 Eric AllmanMiscellaneous changes for PDP-11's.
1983-05-01 Eric Allmanlint
1983-02-09 Eric Allmanclean up problems when QUEUE compile flag not defined...
1983-02-04 Eric Allman$e macro is now SMTP entry message (so that configurati...
1983-02-03 Eric AllmanMake mailer size limits a per-mailer parameter (M field...
1983-02-03 Eric Allmanimplement classes and mailer flags as a bit map; define...
1983-01-18 Eric Allmanfix bug that caused "\r\n" string in TCP mailer definit...
1983-01-17 Eric Allmanmake the maximum number of simultaneous SMTP connection...
1983-01-17 Eric AllmanChange mailer spec to have labelled fields for future...
1983-01-07 Eric Allmansplit up FULLSMTP flag -- now have "X" (M_XDOT, use...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-25 Eric Allmanlint it
1982-11-25 Eric Allmanrun SMTP jobs in a subprocess so that multiple jobs...
1982-11-22 Eric Allmanpreliminary hacks for multiple SMTP transactions per...
1982-11-18 Eric Allmansplit operation mode ("-bx" flag) and delivery mode...
1982-11-15 Eric AllmanDon't give an error message on unknown options
1982-11-14 Eric Allmanrequire an option to do auto-rebuild of alias database...
1982-11-08 Eric Allmandon't flag errors in setting dangerous options when...
1982-11-04 Eric AllmanPut temporary file mode on the F option
1982-10-29 Eric AllmanPut the "@:@" trick on the "a" option. Also, move...
1982-10-17 Eric AllmanPut list of login names able to use -f in the .cf file.
1982-10-17 Eric AllmanArrange for a wizards password (the W option). The...
1982-10-07 Eric Allmanadd test mode (MD_TEST, -bt)
next