change call to expand() to be more rational (and consistent!)
[unix-history] / usr / src / usr.sbin / sendmail / src / alias.c
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-02-24 Eric Allmanallow optional alias files (where the source file doesn...
1995-02-24 Eric Allmancleanup to make gcc -Winitialized happier
1994-12-28 Eric Allmanprevent errors during alias auto-rebuilds from stopping...
1994-12-28 Eric Allmanallow multiple OA/file/name lines
1994-11-29 Eric Allmanfix DSN return receipts to mailing lists
1994-11-23 Eric Allmanclean up several small problems with file delivery...
1994-11-23 Eric Allmanmake alias maps have a name
1994-10-25 Eric Allmanfirst cut at service switch abstraction
1994-07-04 Eric Allmanbreak out special local mail processing (e.g., mapping...
1994-06-19 Eric Allmanavoid denial-of-service attacks caused by setting resou...
1994-06-19 Eric Allmanprint the true database key when entering the alias...
1994-05-29 Eric Allmanavoid logging alias stats if you have no db code defined
1994-04-15 Eric Allmangive return-receipt on delivery to mailing lists (inste...
1994-03-01 Eric Allmanavoid null pointer dereferences to e->e_id when logging
1994-02-28 Eric Allmanavoid null pointer reference during logging of EXPN...
1994-02-01 Eric Allmanallow alias builds from alias text files on read only...
1993-12-12 Eric Allmanbe more conservative about reflecting contents of owner...
1993-11-13 Eric Allmanfix core dump on null LHS of alias
1993-11-01 Eric Allmanclean up aliaswait backoff algorithm
1993-10-30 Eric Allmanuse xfclose instead of fclose to catch closes of fd=1
1993-10-16 Eric Allman8.6.2: improved error return messages; better error...
1993-09-25 Eric Allmanadd MF_ALIASWAIT flag to avoid infinite recursion in...
1993-09-23 Eric Allmanfix signal return value
1993-09-03 Eric Allmanimprovements to alias file locking code
1993-09-03 Eric Allmandon't announce alias file rebuild if it fails
1993-08-23 Eric Allmanadd "ext" argument to lockfile so you can accurately...
1993-08-22 Eric Allmanmove uid setting from forward() to include() so as...
1993-08-21 Eric Allmanmore NeXT portability changes; use initgroups when...
1993-08-20 Eric Allmancatch "disappearing" aliases -- they aren't allowed...
1993-08-18 Eric Allmanput in beginnings of mod time checks on maps; generaliz...
1993-08-17 Eric Allmando better identification of errors during alias rebuild
1993-07-27 Eric Allmansignal and file locking portability changes
1993-07-20 Eric AllmanHASSETEUID => HASSETREUID and changes to avoid having...
1993-07-18 Eric Allmanclean up semantics: QDONTSEND says don't ever send...
1993-07-14 Eric Allmanmany fixes. primarily fix for seteuid problem in 8...
1993-07-11 Eric Allmanhuge number of changes for 8.2, including IRIX & Solari...
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 Allmanchange alias initialization to general map initialization
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
next