#
61421 |
| 04-Jun-1993 |
bostic |
4.4BSD snapshot (revision 8.1); add 1993 to copyright |
#
60085 |
| 17-May-1993 |
bostic |
index -> strchr |
#
56730 |
| 13-Nov-1992 |
bostic |
Must eat packet if _PATH_MAILDIR doesn't exist to avoid looping from inetd. Open file as user in case _PATH_MAILDIR is an nfs filesystem. Close mail drop when we're done. Don't allow '/' in ut_line
Must eat packet if _PATH_MAILDIR doesn't exist to avoid looping from inetd. Open file as user in case _PATH_MAILDIR is an nfs filesystem. Close mail drop when we're done. Don't allow '/' in ut_line (security fix). Other minor lint; from Craig Leres
show more ...
|
#
54200 |
| 22-Jun-1992 |
bostic |
lseek takes a quad, now; lots of ANSI style cleanups |
#
46668 |
| 25-Feb-1991 |
bostic |
ANSI fixes |
#
46235 |
| 03-Feb-1991 |
torek |
fseek is correctly declared in <stdio.h>; do not re-declare it, and especially not incorrectly. |
#
43860 |
| 24-Jun-1990 |
bostic |
forgot to change the _PATH lines. |
#
43859 |
| 24-Jun-1990 |
bostic |
move _PATH_MAILDIR into <paths.h> |
#
42663 |
| 01-Jun-1990 |
bostic |
new copyright notice |
#
42032 |
| 15-May-1990 |
bostic |
string.h is ANSI C include file |
#
41564 |
| 10-May-1990 |
leres |
Minor tweaks; delete unused atol() definition. Also, might as well use toascii() macro since we already include ctype.h. |
#
41531 |
| 10-May-1990 |
bostic |
minor cleanup, don't have hardcoded length |
#
41506 |
| 09-May-1990 |
bostic |
don't pass magic characters to the terminal; minor lint fixes |
#
37986 |
| 11-May-1989 |
bostic |
file reorg, pathnames.h, paths.h |
#
37257 |
| 02-Apr-1989 |
bostic |
add pathnames.h |
#
35389 |
| 23-Aug-1988 |
mckusick |
do not say ...more... when there is no more (4.3BSD/etc/146) |
#
34777 |
| 18-Jun-1988 |
bostic |
install approved copyright notice |
#
33824 |
| 29-Mar-1988 |
bostic |
2.10BSD long/int problems |
#
33135 |
| 26-Dec-1987 |
bostic |
wait is a union, not a struct; fix for ANSI C |
#
32756 |
| 04-Dec-1987 |
bostic |
add Berkeley specific header |
#
32646 |
| 19-Nov-1987 |
bostic |
minor cleanups, particularly in reading mail header |
#
32638 |
| 18-Nov-1987 |
bostic |
if utmp empty drops core; bug report 4.3BSD/etc/98; make lint happy; redo header reading logic completely |
#
32008 |
| 06-Aug-1987 |
marc |
changed debug printf's to use syslog(LOG_DEBUG,...) |
#
25268 |
| 24-Oct-1985 |
bloom |
watch for hostname overflow in printf |
#
24850 |
| 17-Sep-1985 |
eric |
facilities in syslog |