Solaris portability changes
[unix-history] / usr / src / usr.sbin / sendmail / src / alias.c
1993-05-28 Eric AllmanSolaris portability changes
1993-05-28 Eric Allmanprototype functions
1993-05-23 Eric Allmanalias maps include null byte; don't add .db if it alrea...
1993-05-22 Eric Allmanchanges to merge alias and map implementations
1993-05-18 Eric Allmanfirst cut at merged map/alias implementation
1993-05-07 Eric Allmanallow comma separated A option(s)
1993-05-07 Eric Allmancleanup for NIS and general usability
1993-05-05 Eric Allmanavoid gratuitous warning messages
1993-05-05 Eric AllmanNIS => NIS_ALIASES (set by NIS in conf.h)
1993-05-04 Eric Allmanmore tweaking to handle error conditions properly
1993-05-04 Eric Allmandebugging (printfs and code changes)
1993-05-04 Eric Allmanfirst cut at updated alias implementation
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-04-30 Eric Allmangive reasonable error message on transienterror() of...
1993-04-28 Eric Allmanmove #include <sys/stat.h> into conf.h
1993-04-19 Eric Allmanuse UCB standard prototype string
1993-04-11 Eric Allmanclarify error messages
1993-04-02 Eric Allmanstrip leading spaces off of aliases
1993-03-31 Eric Allmanhooks for eventual better handling of SMTP recipients
1993-03-30 Eric Allmanfix typo bugs
1993-03-18 Eric Allmanflock requires sys/file.h
1993-03-18 Eric Allmanclean up file locking (create a lockfile() routine...
1993-03-17 Eric Allmandelete e_sender and e_returnpath; fix some bugs in...
1993-03-14 Eric Allmanchange (simplify) user and host UPPER => lower case...
1993-03-14 Eric Allmandelete trailing newline from aliases when option n...
1993-03-08 Eric Allmanuse transienterror() all places where we do this sort...
1993-03-02 Eric Allmanchanges for ESMTP; mostly better delimiter character...
1993-03-01 Eric Allmanheader file cleanup; primarily #include <unistd.h>...
1993-02-27 Eric Allmanbetter handling of transient errors
1993-02-24 Eric Allmanpropagate alias owner information back to envelope...
1993-02-24 Eric Allmanfix botch in SMTP VRFY code (assumed all users were...
1993-02-23 Eric Allmanoverhaul status of SMTP reply codes
1993-02-21 Eric Allmanmake VRFY just verify; EXPN does full expansion
1993-02-21 Eric Allmanclose cached MCI connections after a fork; add p (priva...
1993-02-20 Eric Allmanmake duplicate deletion more global
1993-02-20 Eric Allmanadd YP_LAST_MODIFIED and YP_MASTER_NAME to DBM version...
1993-02-19 Eric Allmanmove the meta-characters from C0 into C1 space
1993-02-17 Eric Allmanclean up log levels; allow IDA-style split header/envel...
1993-02-16 Eric Allmanimprove some error messages; fix quoted :include:s...
1993-02-15 Eric AllmanHPUX and OSF/1 support; fix SMTP reply codes & multiple...
1993-02-13 Eric Allmanfix System V compatibility -- again
1993-01-29 Eric Allmanfix the System 5 compatilibility to be compatible with...
1993-01-29 Eric AllmanSystem 5 compatibility, misc fixes
1993-01-15 Eric Allmanfix compilation problem with -DNDBM only
1993-01-10 Eric Allmantuning of queueing functions as recommended by John...
1993-01-02 Eric Allmanreport duplicated aliases; handle upper case aliases...
1992-12-22 Eric AllmanRelease 6
1992-12-22 Eric Allmanfix aliases to print error messages (rather than core...
1992-12-21 Eric Allmanchange random constants to be #defines
1992-12-16 Eric AllmanJ option sets "search path" for .forward
1992-12-16 Eric Allmandynamically allocate header fields (and more....);...
1992-11-17 Eric Allman#error breaks most old compilers, even if it is being...
1992-11-17 Eric Allmaneliminate old DBM support; improve NDBM support
1992-11-15 Eric Allman(partially) ANSI-fy it
1992-11-15 Eric Allmanfix botch in YPCOMPAT mode
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...
next