summaryrefslogtreecommitdiffstats
path: root/usr.bin/chpass/chpass.c
Commit message (Expand)AuthorAgeFilesLines
* Avoid possible null deref if ypclnt_new returns nulleadler2012-11-151-2/+5
* Fix bug introduced in rev 1.23:marck2006-09-251-1/+6
* Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, makecharnier2004-01-181-7/+1
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].obrien2003-05-031-2/+1
* Make WARNS=5 clean.obrien2002-12-301-3/+2
* Don't try to dereference a NULL pw pointer. This would happen whenjoerg2002-10-291-1/+1
* Use libutil and libypclnt for all passwd manipulation and NIS needs.des2002-05-081-124/+127
* Fix vendor ID.dwmalone2002-03-301-2/+4
* Fix warns, ANSIfy, use __FBSDID(), sort headers.markm2002-03-241-8/+9
* remove __Pimp2002-03-221-2/+2
* It was possible for an unprivileged user to tie up the passwordcjc2002-03-181-21/+28
* Prevent chpass(1) from writing -1 in the UID or GID fieldsmike2001-07-261-1/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you cannectar2000-09-061-1/+1
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).archie1998-12-061-6/+6
* compare return value from getopt against -1 rather than EOF, per the finalimp1997-03-291-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Add new option to chpass: -e "expire" ; change the account expire timepeter1996-08-121-7/+18
* Move setting of username to the correcft place; also initialize it.guido1996-07-141-3/+3
* Implement incremental passwd database updates. This is done by ading a '-u'guido1996-07-011-2/+4
* Fix the -l flag. For some reason I can't fathom, I left in some codewpaul1996-05-251-8/+5
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.wpaul1996-02-231-33/+48
* Move the YP initialization earlier, so it's done before the evaluationjoerg1996-01-061-26/+27
* Make use_yp() smarter about figuring out whether a user is local orwpaul1995-09-021-13/+42
* Take the ypchfn/ypchsh stuff that was removed from passwdwpaul1995-08-131-2/+30
* Remove trailing whitespace.rgrimes1995-05-301-2/+2
* Add a `-p' option, allowing the super-user to directly set a user'swollman1995-01-141-6/+22
* BSD 4.4 Lite Usr.bin Sourcesrgrimes1994-05-271-0/+192
OpenPOWER on IntegriCloud