#
36484 |
| 28-Dec-1988 |
bostic |
WIZ vanishes |
#
36238 |
| 18-Nov-1988 |
karels |
getruid uses unitialized var, use getuid (even though -bd is now privileged) |
#
35651 |
| 20-Sep-1988 |
eric |
add I option to insist on Internet domain server; add NAMED_BIND compile option to compile in named routines. |
#
34921 |
| 30-Jun-1988 |
bostic |
install approved copyright notice |
#
33936 |
| 01-Apr-1988 |
bostic |
remove V6 #ifdefs |
#
33731 |
| 13-Mar-1988 |
bostic |
add Berkeley specific header |
#
25820 |
| 11-Jan-1986 |
eric |
only check the RHS of aliases during newalias if the "n" option is set; this option should probably be set if you are not running the nameserver |
#
25808 |
| 10-Jan-1986 |
eric |
allow multiple words per line in file classes; require a SCANF compilation flag to use sscanf in F specs in order to reduce image size |
#
25700 |
| 05-Jan-1986 |
eric |
cleanup for various compilation flags and reasonable organization |
#
25567 |
| 07-Dec-1985 |
eric |
several small bugs: don't die if no environment, don't look in ESM_DEADLETTER state in savemail; lowercase before getpwnam to allow upper case regular names in alias file |
#
24981 |
| 21-Sep-1985 |
eric |
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to post
clean up priority handling, making several of the parameters configurable: y - WkRecipFact, z - WkClassFact, Z - WkTimeFact, Y - ForkQueueRuns; improve process title labelling; finish "errors to postmaster" option
show more ...
|
#
24952 |
| 19-Sep-1985 |
eric |
'z' option now sets ForkQueueRuns |
#
24945 |
| 19-Sep-1985 |
eric |
incorporate SMI changes -- still experimental |
#
24944 |
| 19-Sep-1985 |
eric |
SMI changes (somewhat) |
#
23111 |
| 08-Jun-1985 |
eric |
lint |
#
22932 |
| 07-Jun-1985 |
miriam |
Resolve duplicate SccsId |
#
22709 |
| 07-Jun-1985 |
dist |
Add copyright |
#
21755 |
| 02-Jun-1985 |
eric |
plug another security hole with command line arguments |
#
21066 |
| 24-May-1985 |
eric |
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, dro
Changes from Bill Nowicki <sun!rose!nowicki> and Jay Lepreau <lepreau@utah-cs>: Fix "bad file number" problem; improve error reporting; try to keep messages closer to their original order. Also, drop "safe" mode in readcf since we never run setuid when -C is specified.
show more ...
|
#
17985 |
| 15-Feb-1985 |
eric |
fix some bugs with -C flag; one with queuing from Teus |
#
17975 |
| 14-Feb-1985 |
eric |
"and" file mode bits with 0777 |
#
17474 |
| 05-Dec-1984 |
eric |
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@"
Try to use flock call (this doesn't work because we don't always have an open fd); security and performance fixes from Kirk Smith at Purdue; "a" option is now the number of minutes to wait for "@:@" alias; fix bug in $[ $] using -t; random cleanup
show more ...
|
#
16915 |
| 11-Aug-1984 |
eric |
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a
Add $[ and $] as RHS operators to look up the contents and pass them to maphostname; maphostname currently looks them up in /etc/hosts and converts them to canonical form, but could be turned into a general name server..... huzzah!!
show more ...
|
#
16893 |
| 11-Aug-1984 |
eric |
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supp
Changes from Greg Couch <ucsfcgl!gregc> for V7 compatibility and miscellaneous bug fixes; "clear" => "bzero" and "bmove" => "bcopy" throughout for consistency; bzero is now in bcopy.c (these are supplied by libc on 4.2bsd)
show more ...
|
#
16878 |
| 11-Aug-1984 |
eric |
allow multiple -M flags -- fix from Liudvikas Bukys |