Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove cast of malloc(), since stdlib.h is included | 2015-08-20 | 1 | -2/+2 | |
| | |||||
* | comment inside comment | 2007-09-09 | 1 | -2/+2 | |
| | |||||
* | change internal login_protect() API to use mode_t like it should | 2006-03-30 | 1 | -4/+4 | |
| | |||||
* | avoid aliasing over library symbol | 2004-09-18 | 1 | -5/+5 | |
| | |||||
* | Now that we don't have a trailing newline we need to explicitly check | 2002-06-25 | 1 | -3/+4 | |
| | | | | that the first char in the line is not NUL after killing comments. | ||||
* | Use strtok_r() instead of strsep() since the latter treats consecutive | 2002-06-22 | 1 | -8/+22 | |
| | | | | | field separators as empty field. This is not what we want for whitespace-delimited fields. | ||||
* | login_fbtab(3) fixes: | 2002-06-21 | 1 | -51/+59 | |
| | | | | | | | | o make first arg const since we don't modify it o use strsep() instead of strtok() as strtok() changes internal state o add some bounds checking and use strlcat() instead of pointer arithmetic o ANSI function headers Originally based on a patch from Lars J. Buitinck but much modified. | ||||
* | Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically. | 2002-02-16 | 1 | -2/+2 | |
| | |||||
* | new license from Wietse; permits modification. This code is derived from | 2001-06-03 | 1 | -5/+6 | |
| | | | | | logdaemon, so this applies: ftp://ftp.porcupine.org/pub/security/logdaemon_license | ||||
* | Add opendisk from NetBSD. | 1999-09-21 | 1 | -0/+2 | |
| | | | | Add OpenBSD tags to files | ||||
* | Use _PATH_DEV, not "/dev/" | 1998-04-13 | 1 | -2/+3 | |
| | | | | Make init(8) call login_fbtab() correctly. | ||||
* | -Wall | 1997-11-18 | 1 | -1/+2 | |
| | |||||
* | Bring prototypes into scope | 1996-09-16 | 1 | -0/+1 | |
| | |||||
* | duh, theo | 1996-07-31 | 1 | -1/+1 | |
| | |||||
* | login_fbtab() in libutil | 1996-07-31 | 1 | -0/+154 | |