typo
[unix-history] / usr / src / libexec / mail.local /
1995-01-19 Eric Allmantypo
1995-01-19 Eric Allmanarrange for some open files and a reasonable umask
1995-01-18 Eric Allmanchange ultrix version of mkstemp to avoid race condition
1995-01-17 Eric Allmanfix a couple of other small potential problems
1995-01-17 Eric Allmanavoid link during locking -- the target follows slinks,
1994-12-08 Eric Allmancheck ownership of mailbox file
1994-12-02 Eric Allmandeal with systems that don't have quads
1994-11-30 Eric Allmanhmm..... make sure no one can predict the lock temp...
1994-11-30 Eric Allmanrestore old mailbox locking (user.lock) so that NFS...
1994-10-18 Eric Allmanmake so it's portable to SunOS and Ultrix. Yes, I...
1994-10-18 Eric Allmandate and time created 94/10/17 14:59:00 by eric
1994-04-09 Keith Bosticretry the lstat if the create fails because the file...
1994-04-09 Keith BosticEric points out that you can compare the stat structure...
1994-04-08 Keith Bosticmake the symbolic link race harder to hit by checking...
1994-01-08 Keith Bosticdon't use __dead here, it hoses portability
1993-12-12 Kirk McKusickcopyediting for Usenix manuals
1993-12-01 Kirk McKusickANSI C lint
1993-07-20 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-07-20 Keith Bosticset the immutable bit on installation
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1)
1993-06-05 Keith Bostic4.4BSD snapshot (revision 8.1); add 1993 to copyright
1993-05-18 Keith Bosticbcmp -> memcmp, bcopy -> memmove
1993-05-01 Keith Bostictry to get the error/failed mail returns right
1993-03-03 Keith Bosticspeedup/cleanliness not worth enough, just always write...
1993-03-03 Keith Bosticif LOG_PERROR not defined, write to stderr ourselves
1993-01-22 Keith Bosticuse snprintf(3), it's safer than sprintf(3)
1992-06-23 Keith Bosticlseek takes a quad, now
1991-11-14 Keith Bostictypo
1991-06-20 Keith BosticANSI cleanups
1991-04-28 Cynthia A. E. Livi... mdoc version three
1991-03-08 Donn SeeleyFixed mkstemp() on string constant.
1991-02-26 Keith BosticANSI fixes
1991-02-23 Keith Bosticuse stdarg.h, not varargs.h
1991-02-23 Keith Bosticfsync the mailbox file descriptor
1991-01-20 Keith Bosticfrom set by sendmail -- don't reset it!
1991-01-18 Keith Bosticfrom scratch -- /bin/mail was a security problem, and...
1990-06-30 Keith Bosticmove man page to section 8
1990-06-26 Cynthia A. E. Livi... converted man page
1990-06-25 Keith Bosticugly hack because _PATH_MAILDIR doesn't have trailing...
1990-06-25 Keith Bosticmove _PATH_MAILDIR into <paths.h>
1990-06-25 Cynthia A. E. Livi... converted man page
1990-06-25 Keith Bosticmove delivermail to section 8
1990-06-11 Cynthia A. E. Livi... converted man page
1990-05-12 Keith Bosticfirst pass for new make
1990-04-30 Keith Bosticdate and time created 90/04/29 15:50:28 by bostic
1989-05-12 Keith Bosticfile reorg, pathnames.h, paths.h
1989-04-22 Keith Bosticdate and time created 89/04/21 09:49:19 by bostic
1989-04-22 Keith Bosticfile reorganization, pathnames.h
1988-12-31 Keith Bosticbogus fdopen calls; bug report 4.3BSD/bin/222
1988-09-21 Keith Bosticstrcmpn -> strncmp
1988-02-28 Keith Bostic2.10BSD int/long fixes
1988-01-13 Keith Bosticcheck getpwuid(getuid()) in all cases; minor cleanup
1987-10-23 Keith BosticANSI C; sprintf now returns an int.
1987-09-17 Keith Bosticgetpwnam fix; bug report 4.3BSD/bin/67
1987-05-31 Keith Bosticcheck return of socket call
1986-08-13 Mike Karelsfix keywords
1986-08-13 Mike Karelsfix buffer overrun with -r; don't loop on faults
1985-05-02 Miriam Amos NihartClose getlogin problem
1985-04-30 Kirk McKusick4.3BSD beta release manual page
1985-04-30 Kirk McKusickmanual page distributed with 4.2BSD
1985-04-30 Kirk McKusickmanual page distributed with 4.1BSD
1984-12-19 Ralph Campbelluse mkstemp so people can't substitute a symlink for...
1984-08-28 Ralph Campbellfix uucp mail when given -d option.
1984-07-20 Ralph Campbelluse flock for mailbox locking
1983-11-02 Mike Karelsun-protect -r (removing deltas 4.18, 4.19), so sendmail
1983-10-28 Mike Karelsusage() sets error status EX_USAGE
1983-10-26 Eric Allmanfix botch in 4.18 that rejects all incoming UUCP mail...
1983-09-10 Ralph Campbellprotects the -r option.
1983-09-08 Ralph Campbellonly trap signals SIGHUP to SIGTERM, not 0 - 20.
1983-08-12 Sam Lefflersccs keyword fixes
1983-04-12 Craig LeresChanged mode of created mail to 600; just like they...
1983-04-11 Eric Allmanmove call to lock before the fopen for append; change...
1983-02-10 Eric Allmancheck uux exit status in the forward case; this doesn...
1983-02-01 Eric Allmanpatch BIG security hole with symbolic links (oh boy...
1983-01-11 Sam Lefflerfix biff (rah rah -- sis boom bah)
1982-12-27 Eric Allmanchange delivermail to sendmail throughout
1982-11-15 Sam Lefflerconvert to 4.1c sys calls and directory layout
1982-04-01 Bill Joyno more wellknown.h
1982-03-15 Bill Joymachine independent
1982-03-01 Bill Joysecurity merged with biff
1981-10-04 Bill Joysetuid(getuid()) before execv(DELIVERMAIL)
1981-10-04 Bill Joytypo
1981-10-04 Bill Joydon't write to mail files with > 1 link
1981-05-09 Bill Joyadded biff to /bin/mail
1980-10-02 Bill JoyDefine 4.1
1980-08-05 Eric Allmantook out some stuff that delivermail does better (but...
1980-08-05 Bill Joydate and time created 80/08/04 22:59:44 by root