54996 | 12-Jul-1992 |
eric |
change setproctitle so it will print sendmail: in 4.4bsd |
54993 | 12-Jul-1992 |
eric |
child pid not getting changed; \quoted names were still forwarded |
54990 | 12-Jul-1992 |
eric |
update error address |
54984 | 12-Jul-1992 |
eric |
quote full names if they have special characters |
54983 | 12-Jul-1992 |
eric |
make eight-bit clean; backslashes are carried through as-is |
54975 | 12-Jul-1992 |
eric |
many fixes to controlling user code; fix Neil Rickert's hack using CNAME for someone else's host |
54974 | 12-Jul-1992 |
eric |
clean up controlling user implementation; all those global variables weren't needed |
54973 | 12-Jul-1992 |
eric |
security hacks: make F .cf line a little more careful; don't close more than 256 files |
54967 | 11-Jul-1992 |
eric |
open connection caching |
54963 | 11-Jul-1992 |
eric |
date and time created 92/07/11 17:47:25 by eric |
54278 | 23-Jun-1992 |
eric |
fix botch in random choice function for preferences |
53751 | 31-May-1992 |
eric |
checkpoint: putting in connection caching |
53742 | 29-May-1992 |
eric |
YP back compatibility for NEWDB -- DBM files needed |
53741 | 29-May-1992 |
eric |
more connection caching hacks |
53740 | 29-May-1992 |
eric |
more connection caching hacks |
53739 | 29-May-1992 |
eric |
more connection caching hacks |
53738 | 29-May-1992 |
eric |
more connection caching hacks |
53737 | 29-May-1992 |
eric |
make GECOS matching configurable, and look at aliases after a match |
53736 | 29-May-1992 |
eric |
move call to udbsender so that full name can potentially be extracted from UDB instead of passwd file |
53735 | 29-May-1992 |
eric |
allow configuration of GECOS matching; do regular aliasing after a GECOS match |
53655 | 25-May-1992 |
eric |
ignore setuid bits on files if address was passed through a .forward or :include: file -- this avoids a security problem that comes up with System V Release 4, reported by Dave Borman |
53654 | 25-May-1992 |
eric |
add generalized database mapping (using the K config line and $( ... $) syntaxes); $[ ... $] is now a special case |
53400 | 10-May-1992 |
eric |
make C option safe; output values of $r and $s macros to qf; allow long messages in queue files |
53382 | 06-May-1992 |
eric |
use putenv (Sys 5 standard) instead of setenv (completely nonstandard) |
53183 | 16-Apr-1992 |
eric |
properly set up envelope when returning email; try to eliminate some of the CurEnv globals |