summaryrefslogtreecommitdiffstats
path: root/chpass/chpass.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused includes. Make it WARNS=6 friendly. Concerning bin/2442, makePhilippe Charnier2004-01-181-2/+2
| | | | | | | | | | a new function dup_shell() to replace ok_shell() and make it unconditionnally strdup() its result to make the caller's code simplier. Change ok_shell() to just return an integer value suitable for tests (it was used mainly for that purpose). Do not use strdup() in the caller's code but rely on dup_shell() that will do the job for us. PR: bin/2442
* Use libutil and libypclnt for all passwd manipulation and NIS needs.Dag-Erling Smørgrav2002-05-081-5/+11
| | | | Sponsored by: DARPA, NAI Labs
* Fix warns, ANSIfy, use __FBSDID(), sort headers.Mark Murray2002-03-241-2/+3
|
* remove __PWarner Losh2002-03-221-17/+18
|
* Bump up the E_SHELL constant after an extra field was added, thus makingMark Murray1998-09-031-1/+1
| | | | | this refer to the wrong data. Submitted by: axl@iafrica.com (Sheldon Hearn)
* Submitted by: Peter Hawkins <thepish@FreeBSD.org>Peter Hawkins1998-08-141-0/+1
| | | | | | Add functionality for support for more than 4 subfields within gcos. chsh, chpass etc did not parse beyond the 4th field previously and so truncated gcos on updating the database.
* BSD 4.4 Lite Usr.bin SourcesRodney W. Grimes1994-05-271-0/+70