Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace <sys/param.h> with <limits.h> and other less dirty headers where | 2015-01-16 | 1 | -3/+2 | |
| | | | | | | | | | possible. Annotate <sys/param.h> lines with their current reasons. Switch to PATH_MAX, NGROUPS_MAX, HOST_NAME_MAX+1, LOGIN_NAME_MAX, etc. Change MIN() and MAX() to local definitions of MINIMUM() and MAXIMUM() where sensible to avoid pulling in the pollution. These are the files confirmed through binary verification. ok guenther, millert, doug (helped with the verification protocol) | ||||
* | unsigned char casts for ctype | 2013-11-26 | 1 | -3/+3 | |
| | | | | ok krw | ||||
* | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | 2009-10-27 | 1 | -9/+1 | |
| | | | | | | | unmaintainable). these days, people use source. these id's do not provide any benefit, and do hurt the small install media (the 33,000 line diff is essentially mechanical) ok with the idea millert, ok dms | ||||
* | fix previous, admin may again set non-standard shell; ok millert@ | 2009-04-30 | 1 | -3/+4 | |
| | |||||
* | Call endusershell() at the end of ok_shell(), making a copy of the | 2009-03-05 | 1 | -7/+6 | |
| | | | | (possibly) expanded shell as needed. OK deraadt@ | ||||
* | tiny bits of lint | 2006-03-31 | 1 | -5/+3 | |
| | |||||
* | cast to uid_t where needed; ok deraadt@ | 2006-03-30 | 1 | -4/+4 | |
| | |||||
* | Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t. | 2004-07-05 | 1 | -16/+17 | |
| | | | | Fixes a warning on 64bit platforms and is less error-prone. OK otto@ | ||||
* | - no need for pathnames.h, just use <paths.h> instead | 2003-07-01 | 1 | -3/+3 | |
| | | | | | - bump mktemp randomness slightly from 8 -> 10 millert@ ok | ||||
* | Remove the advertising clause in the UCB license which Berkeley | 2003-06-03 | 1 | -7/+3 | |
| | | | | rescinded 22 July 1999. Proofed by myself and Theo. | ||||
* | cleanup; mpech & millert ok | 2002-06-27 | 1 | -47/+16 | |
| | |||||
* | Remove shadow decl. | 1998-05-29 | 1 | -3/+3 | |
| | |||||
* | rcsid | 1996-06-26 | 1 | -1/+2 | |
| | |||||
* | initial import of NetBSD tree | 1995-10-18 | 1 | -0/+274 | |