Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-27 | /etc/authpf.allow -> /etc/authpf/authpf.allow in comments | Henning Brauer | |
spotted by Joel Knight again | |||
2003-06-26 | proto | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | ansi and protos | Theo de Raadt | |
2003-06-26 | err() cleanup; andrushock@korovino.net | Theo de Raadt | |
2003-06-26 | ansi | Theo de Raadt | |
2003-06-26 | strict proto cleanups | Theo de Raadt | |
2003-06-26 | remove superfluous .Ek; | Jason McIntyre | |
from wiz@netbsd | |||
2003-06-26 | correct an example, and fix BUGS; | Jason McIntyre | |
ok millert@ | |||
2003-06-26 | Quote % characters in macro lines; | Jason McIntyre | |
from wiz@netbsd. Also better format of SYNOPSIS. | |||
2003-06-26 | avoid using floating point for a random in [a, b] and kill a false comment | Michael Shalayeff | |
2003-06-26 | two missing protos | Theo de Raadt | |
2003-06-25 | remove excess proto | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | proto cleanup | Theo de Raadt | |
2003-06-25 | protos | Theo de Raadt | |
2003-06-25 | ansi | Theo de Raadt | |
2003-06-25 | mdoc version of the dhcp pages; | Jason McIntyre | |
from myself and pjanzen@. input and ok in dhclient-script.8 from krw@ | |||
2003-06-25 | "addrs" is not needed any more | Jun-ichiro itojun Hagino | |
2003-06-24 | o don't need to include <sys/stat.h> | Todd C. Miller | |
o include <fcntl.h>, not <sys/fcntl.h> o mark usage() __dead o kill '?' in getopt switch o use __progname in usage() o ANSI function declarations Most from Andrey Matveev | |||
2003-06-24 | clean | Theo de Raadt | |
2003-06-24 | (long)getpid(); andrushock@korovino.net | Theo de Raadt | |
2003-06-24 | no need to reset the BIN* stuff in here; markus@ ok | Michael Shalayeff | |
2003-06-24 | BINDIR is set in the ../Makefile.inc already | Michael Shalayeff | |
2003-06-23 | authpf can handle binat nowadays; from Joel Knight | Henning Brauer | |
ok daniel | |||
2003-06-22 | Remove files without copyright. Add a yp v1 protocol specification and | Mats O Jansson | |
generate files at compile time. -moj ok @deraadt | |||
2003-06-22 | -mdoc version; | Jason McIntyre | |
ok pjanzen@ | |||
2003-06-22 | -mdoc version; | Jason McIntyre | |
ok pjanzen@ | |||
2003-06-21 | kill duplicate .Xr; | Jason McIntyre | |
from Kent Spillner. | |||
2003-06-21 | #ifdef INET6 | Daniel Hartmeier | |
2003-06-21 | typo; | Jason McIntyre | |
2003-06-21 | count packets and bidirectionally on state entries, allowing for fine-grained | Damien Miller | |
traffic reporting w/ pfsync; ok dhartmei@ Note: ABI change (new fields in struct pf_state), requires a rebuild of pfctl and tcpdump. | |||
2003-06-21 | the the | Theo de Raadt | |
2003-06-19 | rpcgen -C | Theo de Raadt | |
2003-06-19 | plug memory leak; ok solar, camield | Peter Valchev | |
2003-06-18 | need "a". from jmc | Jun-ichiro itojun Hagino | |
2003-06-18 | relax config syntax; addrs#x is not needed any more. millert ok | Jun-ichiro itojun Hagino | |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller | |
where applicable. | |||
2003-06-17 | Use getifaddrs() to get the list of interfaces. This fixes the | Todd C. Miller | |
"wire" variable which may be used in amd maps to select an NFS server based on the subnet. Tested by matthieu@; OK by deraadt@ | |||
2003-06-17 | - document "-G netgroup"; | Jason McIntyre | |
from Kurt V. Hindenburg on misc@ - show that -i and -n are mutually exclusive - sync SYNOPSIS and usage() help from millert@ | |||
2003-06-17 | make Groupname match Groupid output; ok millert@ | Jason Peel | |
2003-06-16 | Bitwise AND was used where logical AND was intended; from mpech@ | Todd C. Miller | |
2003-06-16 | Add more paranoia and try to ensure created resolv.conf files have the | Kenneth R Westerback | |
correct owner and mode. Suggested by & ok millert@. | |||
2003-06-15 | Add an OpenBSD style license/copyright. | Kenneth R Westerback | |
Suggested by deraadt@, ok millert@. | |||
2003-06-15 | small mdoc fixes; | Jason McIntyre | |
ok millert@ | |||
2003-06-14 | Add an "auto" encryption type that calls encrypt(1) with "-c class". | Todd C. Miller | |
This results in encrypt(1) picking the password cipher based on the user's login class in /etc/login.conf. | |||
2003-06-14 | Cipher type is set in login.conf, not passwd.conf these days; Otto Moerbeek | Todd C. Miller | |
2003-06-14 | For moduser(), only do valid_class() check when F_CLASS is set in | Todd C. Miller | |
up->u_flags. Fixes a coredump when changing/deleting an existing user introduced by my recent commit here. | |||
2003-06-13 | Be more careful with resolv.conf. It may be a link (e.g. during | Kenneth R Westerback | |
installs) so just pour new information into the existing file/link rather than removing and replacing it. Noticed by and fix tested by Jan Johansson. Several enhancements suggested as a result and in the pipeline. ok deraadt@ millert@ | |||
2003-06-13 | mdoc version of chat(8); | Jason McIntyre | |
sanity checked and help from pjanzen@ |