summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Collapse)Author
2003-06-26two missing protosTheo de Raadt
2003-06-25remove excess protoTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25proto cleanupTheo de Raadt
2003-06-25protosTheo de Raadt
2003-06-25ansiTheo de Raadt
2003-06-25mdoc 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 moreJun-ichiro itojun Hagino
2003-06-24o 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-24cleanTheo de Raadt
2003-06-24(long)getpid(); andrushock@korovino.netTheo de Raadt
2003-06-24no need to reset the BIN* stuff in here; markus@ okMichael Shalayeff
2003-06-24BINDIR is set in the ../Makefile.inc alreadyMichael Shalayeff
2003-06-23authpf can handle binat nowadays; from Joel KnightHenning Brauer
ok daniel
2003-06-22Remove files without copyright. Add a yp v1 protocol specification andMats 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-21kill duplicate .Xr;Jason McIntyre
from Kent Spillner.
2003-06-21#ifdef INET6Daniel Hartmeier
2003-06-21typo;Jason McIntyre
2003-06-21count packets and bidirectionally on state entries, allowing for fine-grainedDamien 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-21the theTheo de Raadt
2003-06-19rpcgen -CTheo de Raadt
2003-06-19plug memory leak; ok solar, camieldPeter Valchev
2003-06-18need "a". from jmcJun-ichiro itojun Hagino
2003-06-18relax config syntax; addrs#x is not needed any more. millert okJun-ichiro itojun Hagino
2003-06-17Sync with share/misc/license.template and add missing DARPA creditTodd C. Miller
where applicable.
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd 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-17make Groupname match Groupid output; ok millert@Jason Peel
2003-06-16Bitwise AND was used where logical AND was intended; from mpech@Todd C. Miller
2003-06-16Add more paranoia and try to ensure created resolv.conf files have theKenneth R Westerback
correct owner and mode. Suggested by & ok millert@.
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
Suggested by deraadt@, ok millert@.
2003-06-15small mdoc fixes;Jason McIntyre
ok millert@
2003-06-14Add 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-14Cipher type is set in login.conf, not passwd.conf these days; Otto MoerbeekTodd C. Miller
2003-06-14For moduser(), only do valid_class() check when F_CLASS is set inTodd C. Miller
up->u_flags. Fixes a coredump when changing/deleting an existing user introduced by my recent commit here.
2003-06-13Be more careful with resolv.conf. It may be a link (e.g. duringKenneth 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-13mdoc version of chat(8);Jason McIntyre
sanity checked and help from pjanzen@
2003-06-13license update from Paul Mackerras. This is now (c) Paul. Part of theJason McIntyre
man page was rewritten to replace work originally from CMU.
2003-06-12ansifyTheo de Raadt
2003-06-12remove term 3 & 4Theo de Raadt
2003-06-12- section reorderJason McIntyre
- macro fixes - kill whitespace at EOL - new sentence, new line
2003-06-12another UCB term 3 removalTheo de Raadt
2003-06-12Terms 3 and 4 have been removed from sbin/isakmpd/x509.c so theyTodd C. Miller
can go away here too.
2003-06-11some ansification, some de-registerTheo de Raadt
2003-06-11support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@Markus Friedl
2003-06-11mdoc version of pppd(8);Jason McIntyre
sanity checked and help from pjantzen@
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
factoring out common code to functions, consistant indenting, etc. Should be no semantic changes, just much easier to read, except for ensuring that certain cable companies no longer confuse the issue by supplying name server addresses without a domain name. Either will now result in the creation of an appropriate resolv.conf Inspired by PRs #2969 from Alexander Taler and #3135 from Jan Johansson. Fixes #3135 completely according to Jan. #2969 may have another item to fix. Tested by various, including tech@'ers Jan Johansson, Uwe A. P. Wuerdinger and Jim Rees. Let the flood of enhancements begin now that it can actually be read and understood ... ok deraadt@.
2003-06-10Add login class support; based on a diff from Peter WernerTodd C. Miller