Age | Commit message (Expand) | Author |
2024-10-22 | remove duplicate prototype | Jonathan Gray |
2024-01-22 | I forgot that chpass(1) and passwd(1) reach-around into libc for | Theo de Raadt |
2023-08-11 | Replace use of the old BSD st_*timespec members in struct stat with | Philip Guenther |
2023-03-08 | Delete obsolete /* ARGSUSED */ lint comments. | Philip Guenther |
2022-12-04 | userspace: remove vestigial '?' cases from top-level getopt(3) loops | Scott Soule Cheloha |
2022-03-31 | man pages: add missing commas between subordinate and main clauses | Christian Weisgerber |
2021-10-24 | For open/openat, if the flags parameter does not contain O_CREAT, the | Theo de Raadt |
2021-07-12 | Change the error reporting pattern throughout the tree when unveil | Bob Beck |
2019-09-14 | correct some unveil(2) violations due to "login.conf.db" access (the .db version | Sebastien Marie |
2019-04-30 | add unveil(2): | Ricardo Mestre |
2019-04-23 | add some missing "pp." to .%P macros; | Ingo Schwarze |
2017-12-08 | Convert snprintf+write into dprintf. It is simply easier to read, and | Theo de Raadt |
2016-03-30 | for some time now mandoc has not required MLINKS to function | Jason McIntyre |
2015-11-26 | Delete YP password related code. As a result, these can also be | Theo de Raadt |
2015-11-18 | needs _shadow so it can rewrite the master.passwd file | Ted Unangst |
2015-09-14 | Supply DEF_WEAK() macro to suppress warnings during compilation via | Philip Guenther |
2015-03-15 | tzfile.h is an internal header that should never have been installed. | Todd C. Miller |
2015-01-16 | Replace <sys/param.h> with <limits.h> and other less dirty headers where | Theo de Raadt |
2014-11-15 | Reduce instances of `` '' in manuals. | Anthony J. Bentley |
2014-10-26 | Prefer mkostemp(O_CLOEXEC) over mkstemp()+fcntl(F_SETFD) | Philip Guenther |
2014-02-16 | fix bibliographical references; from Jan Stary <hans at stare dot cz> | Ingo Schwarze |
2013-11-26 | unsigned char casts for ctype | Theo de Raadt |
2013-08-14 | some Bx/Ox conversion; | Jason McIntyre |
2013-04-18 | - use FD_CLOEXEC instead of 1 | Okan Demirmen |
2012-06-20 | Correct English just like jsing@ did it in passwd/local_passwd.c rev. 1.38 | Ingo Schwarze |
2012-06-19 | sync the descriptions of /etc/passwd; | Jason McIntyre |
2009-10-28 | rcsid[] and sccsid[] and copyright[] are essentially unmaintained (and | Theo de Raadt |
2009-10-22 | use the UNIX-related macros (.At and .Ux) where appropriate. | Igor Sobrado |
2009-04-30 | fix previous, admin may again set non-standard shell; ok millert@ | Jacek Masiulaniec |
2009-03-05 | Call endusershell() at the end of ok_shell(), making a copy of the | Todd C. Miller |
2009-02-15 | in a secure YP context, a chpass would whack the user's password to * | Theo de Raadt |
2008-12-16 | strptime() never sets tm_isdst, so set it to -1 before passing the | Philip Guenthe |
2008-10-09 | remove unused variable | Charles Longeau |
2008-07-08 | fix double "usage:" | Igor Sobrado |
2008-07-04 | fix compilation for !YP case; ok millert@ | Damien Miller |
2008-06-24 | implement getpwnam_r() and getpwuid_r() -- very nearly a rewrite of the | Theo de Raadt |
2008-06-19 | Moved the unset of TZ environment variable out of atot into main, removing | Tobias Stoeckmann |
2007-11-17 | Use mtimespec instead of mtime when comparing the timestamp of the edited | Todd C. Miller |
2007-05-31 | convert to new .Dd format; | Jason McIntyre |
2007-03-27 | -a requires a separate synopsis; | Jason McIntyre |
2007-03-20 | remove some bogus *p tests from charles longeau | Ted Unangst |
2007-01-15 | Fix -a when given an entry with an already existing user. Also, give | Otto Moerbeek |
2006-03-31 | tiny bits of lint | Theo de Raadt |
2006-03-30 | cast to uid_t where needed; ok deraadt@ | Robert Nagy |
2006-03-30 | use size_t where needed; ok deraadt@ | Robert Nagy |
2005-12-12 | ARGSUSED on signal handler | Theo de Raadt |
2005-11-14 | use asprintf | Theo de Raadt |
2005-04-11 | move two snprintf out so easier to audit | Theo de Raadt |
2004-07-05 | Use strtonum() instead of assigning the value of strtoul() to a uid_t/gid_t. | Todd C. Miller |
2004-05-10 | unbreak chsh, ok millert | Peter Stromberg |