summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_user.c
Commit message (Expand)AuthorAgeFilesLines
* Add working and easy crypt(3)-switching. Yes, we need a whole new APIgreen2000-08-221-1/+20
* Move test for -w flag outside of the code dealing with -D (defaults).davidn2000-07-201-2/+2
* Allow -g with an empty argument in the -D case. This allows -g "" to setdavidn2000-07-201-5/+8
* Fix another missed case where usermod would not set the "modified" flag:davidn2000-07-201-3/+6
* Fix breakage introduced by bypassing update for additional 'mod'davidn2000-07-031-0/+1
* Localize ctype too.ache2000-06-241-2/+2
* Localize time/date.ache2000-06-221-10/+10
* Fix obvious braino in assignment statement. usermod -g should work again.davidn2000-06-181-1/+1
* Fix a long-standing bug in the rename case previously masked by another bugdavidn2000-06-181-2/+10
* Portability fixes for other bsd4.4 derivatives.davidn2000-01-151-10/+12
* Don't try updating the passwd file if no data has changed. This allows thingsdavidn1999-10-261-39/+102
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-261-2/+31
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-261-21/+49
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* Remove some more warnings.davidn1999-07-281-2/+3
* Add the ability to print user records in unix version 7 (old) format.davidn1999-03-021-8/+15
* 1) Do not blindly ignore file update errors which may occur due to concurrentdavidn1999-02-231-83/+89
* Don't assume a_name is a number just because the first characterdes1999-02-081-2/+4
* -Clarification of last commit-billf1999-01-041-1/+1
* Let's make sure we're at the end of the password string before we apply a \0billf1999-01-021-2/+2
* Use err(3) instead of local redefinition. Add rcsid string.charnier1997-10-101-48/+52
* Fix -p switch.davidn1997-08-011-2/+2
* Remove srandomdev fallback codeache1997-06-141-5/+7
* Fixes skeleton directory test-it-is-a-directory logic.davidn1997-05-241-2/+2
* Initialize RNG only onceache1997-03-241-23/+18
* Fix srandom arg according to Lite2ache1997-03-111-3/+3
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULache1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption thatache1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$peter1997-02-221-1/+1
* Fix useage of MAXLOGNAME to include terminating NUL, by usingdavidn1997-02-071-2/+11
* Make the long-awaited change from $Id$ to $FreeBSD$jkh1997-01-141-1/+1
* Adds optional NIS passwd file updating and optionally rebuildingdavidn1997-01-051-3/+25
* Implemented /home -> /usr/home symlink kludge.davidn1997-01-031-11/+28
* 1) Base home directory is created if it does not already exist ifdavidn1996-12-301-35/+65
* Correct file modes on updated /etc/skeykeys.davidn1996-12-231-2/+2
* 1) 200 users per group limitation removed and pwdavidn1996-12-211-13/+66
* Bugfix (cosmetic) for output of generated passwords.davidn1996-12-201-3/+3
* Allow 8-bit characters in the passwd gecos field, and adds a paragraphdavidn1996-12-191-11/+11
* Changes to password generator: fallback to MD5 generator disableddavidn1996-12-171-32/+66
* Submitted by: proff@iq.orgdavidn1996-12-171-2/+2
* Reviewed by: davidn@blaze.net.audavidn1996-12-161-4/+50
* Update from David, reflecting Wolfram's wishes regarding limitation ofjoerg1996-12-111-5/+8
* Copyright update by the author, to be more in line with our samplejoerg1996-12-101-12/+6
* Upgrade from the author, reflecting all my wishes resulting out of thejoerg1996-12-091-50/+103
* pw(8) -- a backend utility to manage the user and group databases.joerg1996-12-091-0/+849
OpenPOWER on IntegriCloud