summaryrefslogtreecommitdiff
path: root/usr.bin/chpass/chpass.c
AgeCommit message (Expand)Author
2011-08-31NULL does not need a castplunky
2011-08-29static + __deadjoerg
2008-07-21Remove the \n and tabs from the __COPYRIGHT() strings.lukem
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-06-02Ensure yflag is initialized before trying to use it.lukem
2005-02-17Kill __P(), use ANSI function declarations.xtraeme
2003-08-07Move UCB-licensed code from 4-clause to 3-clause licence.agc
2002-11-16error handling on strdup failureitojun
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
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
2000-10-27getpwuid() and getpwnam() both support YP maps, insecure and secure.phil
2000-07-07errx?/warnx? audit. do not pass variable alone, use %s. idea from openbsditojun
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-07-05KNFmrg
1997-10-18WARNSify, fix .Nm usage, bzero -> memsetlukem
1997-07-25initialize variables for gcc -Wall (marked XXX)mikel
1997-07-24Changes to close PR3807. (Different than in PR.)phil
1997-01-05PR 3081: segfault due to reversed test.cjs
1996-11-26Fix a semantic problem reported by Chuck Cranor:thorpej
1996-08-09Slight semantics change: ALWAYS use YP if the system is bound to athorpej
1996-05-15Updated to use new password file functions in libutil.jtc
1995-07-28Improvements to YP support from Jason Downs.phil
1995-06-26Remove unnecessary sys/signal.h headerjtc
1995-03-26merged with 4.4Liteglass
1994-08-17tabsderaadt
1993-08-01Add RCS identifiers.mycroft
1993-06-11Add YP support.brezak
1993-03-21initial import of 386bsd-0.1 sourcescgd