more cleanup for DSN drafts
[unix-history] / usr / src / usr.sbin / sendmail / src / alias.c
1992-11-14 Eric Allmanfix error with IF_MAKEDBMFILES ifdef
1992-11-14 Eric Allman-DNDBM implies -DDBM
1992-07-13 Eric Allmanreduce number of instances of CurEnv by passing it...
1992-05-30 Eric AllmanYP back compatibility for NEWDB -- DBM files needed
1992-03-21 Eric Allmanreject connections more quickly if load average goes up;
1991-12-15 Eric Allmanconvert lockf implementation to use fcntl directly
1991-12-14 Eric Allmanfix lockf code; have getcanonname recognize canonical...
1991-12-09 Eric AllmanF_TEST => F_TLOCK
1991-12-06 Eric Allmanhacks for systems with lockf, not flock
1991-11-20 Eric Allmanallow both NEWDB and DBM compilation so that old alias...
1991-09-24 Keith Bostichash_open -> dbopen, R_PUT no longer necessary
1991-07-27 Eric Allmanugh... fixes for older C compiler
1991-07-27 Eric Allmancheck some return values
1991-07-27 Eric Allmanuse new Berkeley DB routines for aliases
1991-03-03 Keith BosticANSI
1990-06-02 Keith Bosticnew copyright notice
1990-04-19 Keith Bosticsignals return void pointers
1990-03-22 Keith Bosticboth the alias and alias ndbm files have to be protected
1989-02-28 Keith Bosticadd types.h for pwd.h
1989-01-02 Keith Bosticremove DEBUG
1988-07-15 Keith Bosticadd approved copyright
1988-07-01 Keith Bosticinstall approved copyright notice
1988-04-02 Keith Bosticalways use flock when rebuilding alias file
1988-03-14 Keith Bosticadd Berkeley specific header
1986-04-18 Eric Allmandon't ignore aliasing during queue runs in conjunction...
1986-03-09 Eric Allmando dbminit in a reasonable place
1986-03-03 Eric Allmanalways ignore SIGCHLD in openmailer; get SccsId correct...
1986-01-11 Eric Allmanonly check the RHS of aliases during newalias if the...
1986-01-06 Eric Allmanrewrite reply-to and resent-reply-to; save errorqueueu...
1985-12-18 Eric Allmanlint
1985-11-23 Eric Allmangive error if alias file cannot be opened; log message...
1985-10-25 Eric Allmandon't create a queue name in syserr; permit trailing...
1985-10-20 Eric Allmanstrip off spaces again so that blanks at end of line...
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-04-30 Eric Allmanlock alias file while rebuilding if flock system call...
1985-04-29 Eric Allmanarrange tests to recover from trashed DBM files; avoid...
1985-02-16 Eric Allmanfix some bugs with -C flag; one with queuing from Teus
1984-12-06 Eric AllmanTry to use flock call (this doesn't work because we...
1984-09-19 Eric Allmanfix multiline aliases
1984-08-12 Eric AllmanAssorted changes from Guy Harris <rlgvax!guy>: mostly...
1984-06-18 Eric Allmanabortive attempt to install a name server.... sigh.
1984-03-18 Eric Allmanalways fold case on host names; fold case on the LHS...
1984-03-12 Eric Allmanchange macro expansion character from $ to \001 so...
1983-12-28 Eric Allmanfix bug with un-DBM'ed alias files that adds a newline...
1983-07-26 Eric Allman4.2 release version
1983-04-18 Eric Allmanfix bogus errno problems
1983-03-10 Eric AllmanDelete colon on front of aliases
1983-03-09 Eric AllmanPass the delimiter character to parseaddr so that we...
1982-12-25 Eric AllmanChange parse to parseaddr for BB&N TCP/IP implementatio...
1982-12-14 Eric AllmanThe routine "sendto" is now a system call (yeuch!)...
1982-11-28 Eric AllmanMany changes resulting from a complete code readthrough...
1982-11-25 Eric Allmanlint it
1982-11-14 Eric Allmandon't default to rebuilding alias file if needed; now...
1982-10-29 Eric AllmanPut the "@:@" trick on the "a" option. Also, move...
1982-10-10 Eric AllmanLock out interrupts during alias rebuild; add an alias...
1982-09-07 Eric Allmaninstall new state-driven scanner; make everyone use...
1982-08-08 Eric Allmanchange debug level to a debug vector; add levels on...
1982-06-07 Eric Allmanmake transcripts verbose always; misc. message cleanup...
1982-06-07 Eric Allmanstrip out xlate stuff -- this belongs at a different...
1982-06-07 Eric Allmanfirst cut at putting mailing list maintainers in -...
1982-06-01 Eric Allmanpass lint. notice that definitions in llib-lc have...
1982-06-01 Eric Allmanfinish implementing envelopes. it's not completely...
1982-05-30 Eric Allmantry to install envelopes. is this really worth it???
1982-05-22 Eric Allmanadd "envelopes" to contain the basic information needed...
1982-02-16 Eric Allmanpass lint
1982-02-05 Eric Allmanadd host aliasing; add -p flag. this version doesn...
1981-12-07 Eric Allmancleanup so it will go through lint without any fancy...
1981-11-22 Eric Allmanchange the send queue to be only one queue instead...
1981-11-22 Eric Allmanlinks together aliases into proper trees. This is...
1981-10-24 Eric AllmanEliminate magic MN_LOCAL and MN_PROG; change q_mailer...
1981-10-18 Eric Allmaninitial prep to put in Daemon mode
1981-09-29 Eric Allmanenable aliases to self-reference themselves correctly.
1981-09-17 Eric Allmanlast delta was too paranoid -- this increases the number of
1981-09-17 Eric Allmanrun as the user forwarding mail after a .forward operation;
1981-09-08 Eric Allmantake mode 666 instead of 777 for database autorebuild
1981-09-08 Eric Allmanadd auto-rebuild on alias database; fix some aliasing...
1981-09-07 Eric Allmancleanup, commenting, linting, etc.
1981-08-23 Eric Allmanonly use a .forward file if owned by the receiver
1981-08-22 Eric Allmandrop M_FINAL, change some other defined constant names
1981-08-21 Eric Allmanclean up some header information; don't reopen tempfile as
1981-08-21 Eric Allmanmerge forwarding with :include:ing
1981-08-19 Eric Allmanfactor out ARPANET FTP reply codes into conf.c
1981-08-19 Eric Allmanput alias.{dir,pag} initialization into sendmail rather...
1981-08-11 Eric Allmanmake the non-DBM case work
1981-08-11 Eric Allmanfix botch with $z macro that confused forwarding
1981-08-11 Eric Allmantotally rework aliasing scheme -- sucks when no DBM...
1981-08-11 Eric Allmanintermediate version -- NOT RUNNABLE
1981-08-10 Eric Allmanlint it
1981-08-10 Eric Allmanadd private incoming mailers; add q_home field to ADDRE...
1981-08-09 Eric Allmaninstall forwarding using .forward technique
1981-08-09 Eric Allmanimplement blow-by-blow verbose mode
1981-03-21 Eric Allmanchange name (again); from postbox to sendmail
1981-03-12 Eric Allmangeneral cleanup, esp. macro processor
1981-03-08 Eric Allmanchange q_mailer to be index, not pointer
1981-03-08 Eric Allmanlint fixes
1981-03-08 Eric Allman----- delivermail ==> postbox -----
next