Age | Commit message (Expand) | Author |
2002-01-02 | pids should be pid_t, not int | Mike Pechkin |
2001-12-08 | save the pid as well, and only do the atexit in the same pid | Theo de Raadt |
2001-12-01 | Warn that pidfile() will not have the expected removal behaviour if _exit() | Miod Vallat |
2001-11-14 | save errno in signal handler | Theo de Raadt |
2001-10-01 | Start new sentence on a new line. | Mike Pechkin |
2001-09-29 | re-enable pidfile(3). ok millert@ | Jakob Schlyter |
2001-09-29 | zap pidfile from here too, until conflict with kerberosV is fixed ok deraadt@ | Matthieu Herrb |
2001-09-29 | jakob did not even do a make build, sigh | Theo de Raadt |
2001-09-28 | add pidfile(3) prototype | Jakob Schlyter |
2001-09-28 | multiple calls to pidfile(3) are actually ok, but there are problems if you c... | Jakob Schlyter |
2001-09-28 | add pidfile(3) - write a daemon pid file. ok deraadt@, millert@. | Jakob Schlyter |
2001-09-06 | oh this is horrible | Theo de Raadt |
2001-09-05 | make sure that va_start() has matching va_end() | Theo de Raadt |
2001-08-26 | Change the second arg to pw_mkdb() from a boolean flag to a set of | Todd C. Miller |
2001-08-16 | 2nd arg to pw_mkdb() | Todd C. Miller |
2001-08-16 | consistently use #include "util.h" not <util.h> since util.h lives in this dir. | Todd C. Miller |
2001-08-16 | Add new 'secureonly' arg to pw_mkdb() to correspond to pwd_mkdb's new -s | Todd C. Miller |
2001-08-12 | Get rid of extraneous #includes by using stub struct declarations. | Todd C. Miller |
2001-08-06 | o) We always close .Bl and .Bd tags; | Mike Pechkin |
2001-07-13 | RETURN VALUES, not RETURN VALUE | Todd C. Miller |
2001-07-13 | Make the list of required #includes match reality. | Todd C. Miller |
2001-07-11 | Plug memory leak in pw_copy(); millert@ ok | Aaron Campbell |
2001-07-09 | correct type on last arg to execl(); nordin@cse.ogi.edu | Theo de Raadt |
2001-06-18 | o move passwd.conf variables into login.conf | Todd C. Miller |
2001-06-10 | proto; S@mSmith.net | Theo de Raadt |
2001-06-03 | new license from Wietse; permits modification. This code is derived from | Theo de Raadt |
2001-02-05 | please alpha | Theo de Raadt |
2001-01-31 | move utmp to large format, usernames to 32 chars; downsj | Theo de Raadt |
2001-01-07 | libutil.h -> util.h | Christian Weisgerber |
2001-01-02 | Fix a problem introduced by the printf format sweep. Passing a NULL | Todd C. Miller |
2000-11-27 | MLINK check_expire.3 -> login_check_expire.3 | Todd C. Miller |
2000-11-27 | first cut at a man page for login_check_expire() | Todd C. Miller |
2000-11-26 | login_check_expire(3), a helper function for use with BSD authentication. | Todd C. Miller |
2000-11-26 | Add a username argument to pw_mkdb to match 'pwd_mkdb -u username'. | Todd C. Miller |
2000-11-10 | shorten, now it fits in -Tps | Theo de Raadt |
2000-09-17 | Arguments to .Dt macros should be all-caps. | Aaron Campbell |
2000-09-17 | Fix typo in NAME section; loict@bougon.net. While I'm here, capitalify the | Aaron Campbell |
2000-08-02 | typo | Aaron Campbell |
2000-08-01 | close fd for pw_lck on exec, okay deraadt@ | Niels Provos |
2000-06-30 | warnx?/errx? paranoia (use "%s" not a bare string unless it is a | Todd C. Miller |
2000-05-01 | Document device lookup semantics. | Hugh Graham |
2000-04-30 | crank minor | Todd C. Miller |
2000-04-30 | Add OPENDEV_BLCK | Todd C. Miller |
2000-04-30 | Add OPENDEV_BLCK flag for opening the block devices (the character | Todd C. Miller |
2000-04-15 | Mostly punctuation fixes. | Aaron Campbell |
2000-04-12 | Trailing whitespace begone! | Aaron Campbell |
2000-03-28 | no need to spec the link path | Theo de Raadt |
2000-03-06 | Do not leave `(' characters dangling at the end of lines; instead, use the | Aaron Campbell |
2000-03-04 | In Unix land we prefer "whitespace" to "white space" or "white-space". At | Aaron Campbell |
2000-01-05 | update header requirements; bde | Theo de Raadt |