Age | Commit message (Expand) | Author |
2003-10-22 | utilties -> utilities; from Jared Yanovich | Jason McIntyre |
2003-09-02 | fix use-after-free for expired passwds; ok deraadt, tdeval | Markus Friedl |
2003-07-23 | move junk (bad code, terrible APIs) to the only program that uses it; | Theo de Raadt |
2003-07-15 | fix function description in SYNOPSIS; | Jason McIntyre |
2003-06-26 | ansi and protos | Theo de Raadt |
2003-06-17 | Sync with share/misc/license.template and add missing DARPA credit | Todd C. Miller |
2003-06-03 | Use an ISC-tyle license for all my code; it is simpler and more permissive. | Todd C. Miller |
2003-06-02 | Remove the advertising clause in the UCB license which Berkeley | Todd C. Miller |
2003-06-02 | - section reorder | Jason McIntyre |
2003-05-23 | - typos | Jason McIntyre |
2003-05-15 | New: fmt_scaled() and scan_scaled() convert to and from "human readable" | Ian Darwin |
2003-04-02 | knf | Theo de Raadt |
2003-04-01 | Throw an error if the username field is empty; noticed by mpech@ | Todd C. Miller |
2003-03-30 | more asprintf; millert ok | Theo de Raadt |
2003-03-30 | asprintf; millert ok | Theo de Raadt |
2003-03-06 | .Xr typos; | Jason McIntyre |
2002-12-03 | Crank all library major numbers. Needed due to the fact that we | Todd C. Miller |
2002-11-24 | Add HISTORY section | Todd C. Miller |
2002-08-23 | do not export error_table | Theo de Raadt |
2002-07-31 | mark pw_error() __dead since it exits | Todd C. Miller |
2002-06-27 | %u for uid/gid; millert ok | Theo de Raadt |
2002-06-25 | Now that we don't have a trailing newline we need to explicitly check | Todd C. Miller |
2002-06-22 | Use strtok_r() instead of strsep() since the latter treats consecutive | Todd C. Miller |
2002-06-21 | login_fbtab(3) fixes: | Todd C. Miller |
2002-06-09 | some -Wall and spaces cleanup, scsi.c left. | Federico G. Schwindt |
2002-05-26 | pid_t cleanup | Theo de Raadt |
2002-05-24 | strlcpy at most 16 characters, so says man page | Theo de Raadt |
2002-05-24 | strlcpy and KNF | Theo de Raadt |
2002-05-24 | KNF | Theo de Raadt |
2002-05-22 | atexit(3) can fail. handle error accordingly. deraadt ok | Jun-ichiro itojun Hagino |
2002-05-01 | o) start new sentence on a new line; | Mike Pechkin |
2002-04-30 | Initial cleanup: | Mike Pechkin |
2002-04-10 | Clean up after pw_file(). | Mike Pechkin |
2002-02-26 | mdoc fixes from pjanzen | Peter Valchev |
2002-02-26 | rephrase warning; from miod | Peter Valchev |
2002-02-25 | print a warning that realpath points to internal static storage space that | Peter Valchev |
2002-02-21 | fgsch, if you commit without test compiling ONE MORE TIME, I will send a cast... | Theo de Raadt |
2002-02-21 | use sizeof w/ defines; niklas@ millert@ ok. | Federico G. Schwindt |
2002-02-19 | login_close() should avoid memory leak. | Mike Pechkin |
2002-02-17 | Manual cleanup of remaining userland __P use (excluding packages maintained o... | Todd C. Miller |
2002-02-16 | Part one of userland __P removal. Done with a simple regexp with some minor ... | Todd C. Miller |
2002-01-16 | Use the volatile specifier to fix warnings about variables being | Todd C. Miller |
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 |