Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | knf | 2003-04-02 | 1 | -3/+3 | ||
| | ||||||
* | Throw an error if the username field is empty; noticed by mpech@ | 2003-04-01 | 1 | -3/+4 | ||
| | ||||||
* | more asprintf; millert ok | 2003-03-30 | 1 | -5/+3 | ||
| | ||||||
* | asprintf; millert ok | 2003-03-30 | 1 | -5/+4 | ||
| | ||||||
* | .Xr typos; | 2003-03-06 | 2 | -6/+6 | ||
| | | | | ok deraadt@ | |||||
* | Crank all library major numbers. Needed due to the fact that we | 2002-12-03 | 1 | -2/+2 | ||
| | | | | | | | | now build libraries with propolice enabled. Without this, existing binaries (such as ports/packages) that link with any system library other than libc will fail with an undefined symbol of "___guard" (__guard on ELF). Pointed out by markus@ and discussed with deraadt@ | |||||
* | Add HISTORY section | 2002-11-24 | 1 | -1/+8 | ||
| | ||||||
* | do not export error_table | 2002-08-23 | 1 | -2/+2 | ||
| | ||||||
* | mark pw_error() __dead since it exits | 2002-07-31 | 1 | -3/+3 | ||
| | ||||||
* | %u for uid/gid; millert ok | 2002-06-27 | 1 | -6/+7 | ||
| | ||||||
* | 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 | 3 | -63/+71 | ||
| | | | | | | | | 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. | |||||
* | some -Wall and spaces cleanup, scsi.c left. | 2002-06-09 | 13 | -28/+28 | ||
| | | | | some brave soul should look at it. | |||||
* | pid_t cleanup | 2002-05-26 | 2 | -7/+7 | ||
| | ||||||
* | strlcpy at most 16 characters, so says man page | 2002-05-24 | 1 | -4/+9 | ||
| | ||||||
* | strlcpy and KNF | 2002-05-24 | 1 | -29/+32 | ||
| | ||||||
* | KNF | 2002-05-24 | 1 | -4/+4 | ||
| | ||||||
* | atexit(3) can fail. handle error accordingly. deraadt ok | 2002-05-22 | 1 | -3/+11 | ||
| | | | | | XXX libraries should not use atexit(3) from within, as program can terminate with _exit. | |||||
* | o) start new sentence on a new line; | 2002-05-01 | 8 | -44/+65 | ||
| | | | | | | | o) always close .Bl tags; o) fix usage of .Xr; millert@ ok | |||||
* | Initial cleanup: | 2002-04-30 | 1 | -2/+2 | ||
| | | | | | | | | | | | | o) remove extra space in the end of line; o) remove extra blank lines in the end of file; o) remove .Pp before .Ss; o) CAVEAT -> CAVEATS; o) fix usage of .Fa; o) <blank-line> -> .Pp; o) wrap long lines; millert@ ok | |||||
* | Clean up after pw_file(). | 2002-04-10 | 1 | -3/+6 | ||
| | | | | | millert@ ok deraadt@ ok to commit | |||||
* | mdoc fixes from pjanzen | 2002-02-26 | 1 | -2/+6 | ||
| | ||||||
* | rephrase warning; from miod | 2002-02-26 | 1 | -3/+3 | ||
| | ||||||
* | print a warning that realpath points to internal static storage space that | 2002-02-25 | 1 | -1/+4 | ||
| | | | | will be overwritten by subsequent calls; suggested by pjanzen, ok millert | |||||
* | fgsch, if you commit without test compiling ONE MORE TIME, I will send a castration team down to argentina | 2002-02-21 | 1 | -2/+2 | ||
| | ||||||
* | use sizeof w/ defines; niklas@ millert@ ok. | 2002-02-21 | 1 | -3/+3 | ||
| | ||||||
* | login_close() should avoid memory leak. | 2002-02-19 | 1 | -1/+2 | ||
| | | | | millert@ ok | |||||
* | Manual cleanup of remaining userland __P use (excluding packages maintained outside the tree) | 2002-02-17 | 2 | -22/+19 | ||
| | ||||||
* | 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 | 7 | -55/+55 | ||
| | ||||||
* | Use the volatile specifier to fix warnings about variables being | 2002-01-16 | 1 | -6/+4 | ||
| | | | | clobbered by longjmp / vfork instead of the gcc "(void)&foo;" hack. | |||||
* | pids should be pid_t, not int | 2002-01-02 | 1 | -3/+3 | ||
| | ||||||
* | save the pid as well, and only do the atexit in the same pid | 2001-12-08 | 1 | -9/+13 | ||
| | ||||||
* | Warn that pidfile() will not have the expected removal behaviour if _exit() | 2001-12-01 | 1 | -1/+10 | ||
| | | | | is called. | |||||
* | save errno in signal handler | 2001-11-14 | 1 | -2/+4 | ||
| | ||||||
* | Start new sentence on a new line. | 2001-10-01 | 1 | -5/+6 | ||
| | | | | jakob@ ok | |||||
* | re-enable pidfile(3). ok millert@ | 2001-09-29 | 3 | -5/+6 | ||
| | ||||||
* | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | 2001-09-29 | 1 | -2/+1 | ||
| | ||||||
* | jakob did not even do a make build, sigh | 2001-09-29 | 2 | -4/+4 | ||
| | ||||||
* | add pidfile(3) prototype | 2001-09-28 | 1 | -1/+2 | ||
| | ||||||
* | multiple calls to pidfile(3) are actually ok, but there are problems if you change the basename | 2001-09-28 | 1 | -5/+7 | ||
| | ||||||
* | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | 2001-09-28 | 4 | -4/+186 | ||
| | ||||||
* | oh this is horrible | 2001-09-06 | 1 | -2/+5 | ||
| | ||||||
* | make sure that va_start() has matching va_end() | 2001-09-05 | 1 | -9/+24 | ||
| | ||||||
* | Change the second arg to pw_mkdb() from a boolean flag to a set of | 2001-08-26 | 2 | -16/+26 | ||
| | | | | | | | | | | | bit flags ORed together. Currently the only flags defined are _PASSWORD_SECUREONLY and _PASSWORD_OMITV7 but this is enough to cause pw_mkdb() to run pwd_mkdb with the options we want. With this change we no longer generate the old V7 passwd file when only the extra fields in master.passwd (or the encrypted password) have changed. There are other programs that could probably use the _PASSWORD_OMITV7 flag; they will be converted at a future date. | |||||
* | 2nd arg to pw_mkdb() | 2001-08-16 | 1 | -2/+2 | ||
| | ||||||
* | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | 2001-08-16 | 4 | -10/+13 | ||
| | ||||||
* | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s | 2001-08-16 | 4 | -24/+54 | ||
| | | | | flag and crank the library major due to the interface change. | |||||
* | Get rid of extraneous #includes by using stub struct declarations. | 2001-08-12 | 1 | -19/+27 | ||
| | ||||||
* | o) We always close .Bl and .Bd tags; | 2001-08-06 | 2 | -4/+3 | ||
| | | | | | | | | | | o) .Sh AUTHOR -> .Sh AUTHORS; o) We don't like .Pp before/after .Sh; o) We don't like .Pp before/after .Rs/.Re; o) NetBSD -> .Nx; o) OpenBSD -> .Ox; millert@ ok |