Age | Commit message (Expand) | Author |
2000-04-15 | - For consistency, `super-user' -> `superuser' in all cases. | Aaron Campbell |
2000-03-23 | Fix some formatting problems I missed before. | Aaron Campbell |
2000-03-23 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell |
2000-03-22 | Note that ``chfn'' and ``chsh'' are synonyms for ``chpass'', and reflect this | Aaron Campbell |
2000-03-21 | The BUGS section comes after HISTORY, usually. | Aaron Campbell |
2000-03-05 | Change prompt string from "Location:" to "Office Location:", to disambiguate | Aaron Campbell |
1999-12-15 | these strcpy are fine | Theo de Raadt |
1999-12-05 | Fix temp file unlinking. We use atexit() since the libutil passwd | Todd C. Miller |
1999-11-28 | Check for size change as well as change in time. Scripted changes | Hakan Olsson |
1999-09-29 | Check malloc(3) return. deraadt@ ok | Alex Feldman |
1999-08-21 | Document the YP options | Niklas Hallqvist |
1999-08-06 | uid_t and gid_t, and use %u | Theo de Raadt |
1999-07-04 | correct use of .Nm; some other formatting nits | Aaron Campbell |
1999-06-05 | - remove trailing white space | Aaron Campbell |
1999-05-16 | Cleanup xrefs under SEE ALSO. Specifically: | Alex Feldman |
1998-09-23 | usr.bin/ man page repairs, a - e | Aaron Campbell |
1998-08-03 | use __progname | Todd C. Miller |
1998-08-02 | add close on exec flag to all opens | Todd C. Miller |
1998-06-14 | fix gecos subfield description | Theo de Raadt |
1998-05-29 | Remove shadow decl. | Jason Downs |
1998-05-29 | put temp file _PATH_VARTMP | Todd C. Miller |
1998-05-28 | unlink tmpfile; noted by chris@dqc.org | Theo de Raadt |
1998-05-28 | permit any gecos field to be empty | Theo de Raadt |
1998-03-30 | Y2K fixes from Andreas.Gunnarsson@emw.ericsson.se; culled from various places | Theo de Raadt |
1998-03-24 | pretty | Theo de Raadt |
1998-03-18 | .Ev EDITOR | Theo de Raadt |
1998-03-15 | Capitalize the title of Unix Password Security correctly. | gene |
1997-09-21 | $OpenBSD$ | Theo de Raadt |
1997-06-17 | (foo *)NULL -> NULL | kstailey |
1997-04-19 | Changed ``defined(KERBEROS)'' to ``(${KERBEROS} == "yes")'' | Todd C. Miller |
1997-02-14 | #include <stdlib.h> | Niklas Hallqvist |
1997-02-13 | fix YP and non-YP cases to exit/warn nicely | Theo de Raadt |
1997-01-15 | getopt(3) returns -1 when out of args, not EOF, whee! | Todd C. Miller |
1996-10-20 | better error message if unable to create password temp file. | Todd C. Miller |
1996-10-03 | Allow build with YP aka NIS support | Thorsten Lockert |
1996-09-23 | for errors, tell which line # | Theo de Raadt |
1996-09-23 | correct field name | Theo de Raadt |
1996-09-23 | pw_abort() after yp change, does unlock | Theo de Raadt |
1996-09-16 | _PATH_TMP -> _PATH_TMPFILE; avoid /tmp//fooXXXX where possible too | Theo de Raadt |
1996-09-04 | permit YP to be compiled out using flag in bsd.own.mk; pr#15, peter@demon.net | Theo de Raadt |
1996-09-01 | limit to around 1024 chars post expansion | Theo de Raadt |
1996-08-31 | constrain & expansion to LINE_MAX for safety | Theo de Raadt |
1996-08-31 | constrain & expansion to LINE_MAX for safety | Theo de Raadt |
1996-08-31 | kill leaks; help from das33@cornell.edu | Theo de Raadt |
1996-08-30 | typo | Theo de Raadt |
1996-08-30 | watch for slimy link races, improvement by das33@cornell.edu & i | Theo de Raadt |
1996-08-30 | buf oflow; found by oliver fixed by me | Theo de Raadt |
1996-08-30 | moved to libutil a few months ago | Theo de Raadt |
1996-08-26 | mem leak | Theo de Raadt |
1996-07-12 | slight clarification | Jason Downs |