Age | Commit message (Collapse) | Author | |
---|---|---|---|
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@ | |||
2003-06-13 | license update from Paul Mackerras. This is now (c) Paul. Part of the | Jason McIntyre | |
man page was rewritten to replace work originally from CMU. | |||
2003-06-12 | ansify | Theo de Raadt | |
2003-06-12 | remove term 3 & 4 | Theo de Raadt | |
2003-06-12 | - section reorder | Jason McIntyre | |
- macro fixes - kill whitespace at EOL - new sentence, new line | |||
2003-06-12 | another UCB term 3 removal | Theo de Raadt | |
2003-06-12 | Terms 3 and 4 have been removed from sbin/isakmpd/x509.c so they | Todd C. Miller | |
can go away here too. | |||
2003-06-11 | some ansification, some de-register | Theo de Raadt | |
2003-06-11 | support for NAT-T (draft-ietf-ipsec-udp-encaps-06.txt); ok deraadt@ | Markus Friedl | |
2003-06-11 | mdoc version of pppd(8); | Jason McIntyre | |
sanity checked and help from pjantzen@ | |||
2003-06-10 | Rework 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-10 | Add login class support; based on a diff from Peter Werner | Todd C. Miller | |
2003-06-10 | Check that login class exists before using it; based on a patch from | Todd C. Miller | |
Peter Werner. Closes PR 2699. | |||
2003-06-10 | o Check for fwrite() error with != 1, not <= 0 (mostly style) | Todd C. Miller | |
o Correct some error messages o More informative error when reading a line that is > LINE_MAX o When saving password, only alloc space for what is used | |||
2003-06-10 | Keep a table of password types, and their associated lengths, and | Todd C. Miller | |
check in useradd or usermod whether the given encrypted password has the correct length. Factor out time code into a function, scantime() Perform ctype(3) operations on unsigned chars. From NetBSD (agc) | |||
2003-06-10 | Use syslog(3) to log new users and groups, deletions of users and groups, | Todd C. Miller | |
and modification of user and group information. Syslog priority is LOG_INFO, facility is LOG_USER (there is no need to do this via LOG_AUTH, since the password and group files are world readable). From NetBSD (agc) | |||
2003-06-10 | Catch illegal flags and reply with usage; from NetBSD (agc) | Todd C. Miller | |
2003-06-10 | o rename login variable to login_name | Todd C. Miller | |
o remove user from supplementary groups when deleting a user and not preserving information. o add some const o check that user/group is local (not YP) before trying to change it. From NetBSD (agc) | |||
2003-06-10 | - removed obsolete section about rc.wscons and wscons.conf; | Jason McIntyre | |
from Wouter Clarie - thanks! | |||
2003-06-09 | missing copyright, found by deraadt@; | Jason McIntyre | |
2003-06-09 | Fix my previous commit here, pwd_mkdb needs to be a list now too. | Todd C. Miller | |
2003-06-08 | Sync man pages w/ NetBSD version | Todd C. Miller | |
2003-06-08 | Add usermgmt.conf man page. From NetBSD (grant) | Todd C. Miller | |
2003-06-08 | user -e and -f now accepts "month day year" (ala chpass(1)) and | Todd C. Miller | |
seconds-since-epoch. From NetBSD (grant). | |||
2003-06-08 | Make c_word const; from NetBSD (tron) | Todd C. Miller | |