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