summaryrefslogtreecommitdiff
path: root/usr.sbin
AgeCommit message (Expand)Author
2003-06-23authpf can handle binat nowadays; from Joel KnightHenning Brauer
2003-06-22Remove files without copyright. Add a yp v1 protocol specification andMats O Jansson
2003-06-22-mdoc version;Jason McIntyre
2003-06-22-mdoc version;Jason McIntyre
2003-06-21kill duplicate .Xr;Jason McIntyre
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
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
2003-06-17Use getifaddrs() to get the list of interfaces. This fixes theTodd C. Miller
2003-06-17- document "-G netgroup";Jason McIntyre
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
2003-06-15Add an OpenBSD style license/copyright.Kenneth R Westerback
2003-06-15small mdoc fixes;Jason McIntyre
2003-06-14Add an "auto" encryption type that calls encrypt(1) with "-c class".Todd C. Miller
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
2003-06-13Be more careful with resolv.conf. It may be a link (e.g. duringKenneth R Westerback
2003-06-13mdoc version of chat(8);Jason McIntyre
2003-06-13license update from Paul Mackerras. This is now (c) Paul. Part of theJason McIntyre
2003-06-12ansifyTheo de Raadt
2003-06-12remove term 3 & 4Theo de Raadt
2003-06-12- section reorderJason McIntyre
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
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
2003-06-10Rework script using advanced coding techniques like a case statement,Kenneth R Westerback
2003-06-10Add login class support; based on a diff from Peter WernerTodd C. Miller
2003-06-10Check that login class exists before using it; based on a patch fromTodd C. Miller
2003-06-10o Check for fwrite() error with != 1, not <= 0 (mostly style)Todd C. Miller
2003-06-10Keep a table of password types, and their associated lengths, andTodd C. Miller
2003-06-10Use syslog(3) to log new users and groups, deletions of users and groups,Todd C. Miller
2003-06-10Catch illegal flags and reply with usage; from NetBSD (agc)Todd C. Miller
2003-06-10o rename login variable to login_nameTodd C. Miller
2003-06-10- removed obsolete section about rc.wscons and wscons.conf;Jason McIntyre
2003-06-09missing copyright, found by deraadt@;Jason McIntyre
2003-06-09Fix my previous commit here, pwd_mkdb needs to be a list now too.Todd C. Miller
2003-06-08Sync man pages w/ NetBSD versionTodd C. Miller
2003-06-08Add usermgmt.conf man page. From NetBSD (grant)Todd C. Miller
2003-06-08user -e and -f now accepts "month day year" (ala chpass(1)) andTodd C. Miller
2003-06-08Make c_word const; from NetBSD (tron)Todd C. Miller