summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.c
Commit message (Expand)AuthorAgeFilesLines
* Recommit everything, add chpass, improve history (except for a few files that...Cameron Katri2021-05-021-43/+19
* spdx: initial adoption of licensing ID tags.Pedro F. Giffuni2017-11-181-0/+2
* chpass(1): Check crypt(3) return and handle error appropriatelyConrad Meyer2017-10-041-3/+3
* Avoid possible null deref if ypclnt_new returns nullEitan Adler2012-11-151-0/+305
* Create the altix project branch. The altix project will add supportMarcel Moolenaar2010-03-101-302/+0
* Fix bug introduced in rev 1.23:Dmitry Morozovsky2006-09-251-1/+6
* Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, makePhilippe Charnier2004-01-181-7/+1
* Make GCC 3.3 happy with rcsid[], sccs[], and copyright[].David E. O'Brien2003-05-031-2/+1
* Make WARNS=5 clean.David E. O'Brien2002-12-301-3/+2
* Don't try to dereference a NULL pw pointer. This would happen whenJoerg Wunsch2002-10-291-1/+1
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-081-124/+127
* Fix vendor ID.David Malone2002-03-301-2/+4
* Fix warns, ANSIfy, use __FBSDID(), sort headers.Mark Murray2002-03-241-8/+9
* remove __PWarner Losh2002-03-221-2/+2
* It was possible for an unprivileged user to tie up the passwordCrist J. Clark2002-03-181-21/+28
* Prevent chpass(1) from writing -1 in the UID or GID fieldsMike Barcroft2001-07-261-1/+2
* Add nsswitch support. By creating an /etc/nsswitch.conf file, you canJacques Vidrine2000-09-061-1/+1
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
* Tweaks to allow compiling -Wall (mostly adding "const" to char rcsid[]).Archie Cobbs1998-12-061-6/+6
* compare return value from getopt against -1 rather than EOF, per the finalWarner Losh1997-03-291-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Add new option to chpass: -e "expire" ; change the account expire timePeter Wemm1996-08-121-7/+18
* Move setting of username to the correcft place; also initialize it.Guido van Rooij1996-07-141-3/+3
* Implement incremental passwd database updates. This is done by ading a '-u'Guido van Rooij1996-07-011-2/+4
* Fix the -l flag. For some reason I can't fathom, I left in some codeBill Paul1996-05-251-8/+5
* Merge in changes to support the new rpc.yppasswdd(8) and fix a few bugs.Bill Paul1996-02-231-33/+48
* Move the YP initialization earlier, so it's done before the evaluationJoerg Wunsch1996-01-061-26/+27
* Make use_yp() smarter about figuring out whether a user is local orBill Paul1995-09-021-13/+42
* Take the ypchfn/ypchsh stuff that was removed from passwdBill Paul1995-08-131-2/+30
* Remove trailing whitespace.Rodney W. Grimes1995-05-301-2/+2
* Add a `-p' option, allowing the super-user to directly set a user'sGarrett Wollman1995-01-141-6/+22
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+192