| Age | Commit message (Expand) | Author |
| 2018-06-25 | Specify SANITIZER_RENAME_SYMBOL in chpass | kamil |
| 2015-10-27 | Fixed memory leak (CID 978341) | shm |
| 2015-06-17 | more stray \n | christos |
| 2012-04-21 | Add capfile(5) to describe the termcap format. | roy |
| 2012-03-22 | Fix whitespace nits. Suggested by Bug Hunting. | wiz |
| 2011-08-31 | NULL does not need a cast | plunky |
| 2011-08-29 | static + __dead | joerg |
| 2009-04-11 | Fix WARNS=4 (-Wcast-qual -Wsign-compare -Wshadow) issues. | lukem |
| 2008-07-21 | Remove the \n and tabs from the __COPYRIGHT() strings. | lukem |
| 2007-05-28 | Add new Makefile knob, USE_FORT, which extends USE_SSP by turning on the | tls |
| 2007-02-21 | pw_lock(3): ``You should finish writing to and close the file descriptor | hubertf |
| 2006-10-07 | PR/29722: Andreas Kling: chpass temporary files in /etc not always unlinked | elad |
| 2005-09-05 | Mention pwhash(1) in a few places, | hubertf |
| 2005-06-02 | appease gcc -Wuninitialized | lukem |
| 2005-06-02 | Ensure yflag is initialized before trying to use it. | lukem |
| 2005-02-17 | Kill __P(), use ANSI function declarations. | xtraeme |
| 2004-10-30 | Add (unsigned char) cast to ctype functions | dsl |
| 2003-08-07 | Move UCB-licensed code from 4-clause to 3-clause licence. | agc |
| 2003-07-22 | use CPPFLAGS.getpwent.c=... to set file-specific cpp flags | lukem |
| 2003-04-05 | Build custom getpwent.o only if USE_YP==no. Otherwise, chpass will not | bouyer |
| 2003-02-16 | Describe class field correctly. Addresses PR 20370 by Pavel Cahyna. | wiz |
| 2003-02-03 | Open the file with O_NOFOLLOW, and only use if it still has one link (from | christos |
| 2002-11-16 | error handling on strdup failure | itojun |
| 2002-09-30 | New sentence, new line. Some mdoc cleanup. | grant |
| 2002-09-18 | makefile delint. use NETBSDSRCDIR as appropriate | lukem |
| 2002-08-16 | Make this compiles again when compiled without YP. | enami |
| 2002-08-08 | Don't leave temporary file on abnormal exit (like, interrupted by user). | enami |
| 2002-08-07 | Mentions options -l and -y as in passwd.1. | soren |
| 2002-06-11 | err/errx/warn/warnx do not need \n at the end | itojun |
| 2002-05-09 | Fix warnings found by gcc-current with alpha target: | simonb |
| 2002-03-22 | Split the notion of building Hesiod, Kerberos, S/key, and YP | thorpej |
| 2001-12-01 | Sort sections, punctuation fixes, sort SEE ALSO. | wiz |
| 2001-12-01 | Whitespace cleanup. | wiz |
| 2001-08-18 | Update for pw_mkdb() change: restrict updates to one user's records and/or | ad |
| 2001-02-13 | progname not used here, so don't extern it | cgd |
| 2001-02-05 | fix redundant decls | christos |
| 2000-10-27 | getpwuid() and getpwnam() both support YP maps, insecure and secure. | phil |
| 2000-10-11 | More format string cleanup by sommerfeld. | is |
| 2000-10-04 | plug warn() call with variable only, just in case - honor behavior of warn(NULL) | itojun |
| 2000-07-07 | errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsd | itojun |
| 2000-07-06 | Xref passwd.conf. | ad |
| 1999-08-16 | Spell "privilege" correctly (correct spelling from Jonathan Stone). | simonb |
| 1999-02-08 | Fix for PR 5507 and 6686, using mostly patch by Rick Byers. | mjl |
| 1998-12-19 | Set close-on-exec on all opened files. Partially from OpenBSD. | thorpej |
| 1998-12-19 | Better error message if opening the temp file fails. | thorpej |
| 1998-08-10 | We need to initialize the "save" member in the list for GECOS fields. | kim |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-26 | const poisoning. | mycroft |
| 1998-07-05 | KNF | mrg |