summaryrefslogtreecommitdiffstats
path: root/pw/pw_user.c
Commit message (Expand)AuthorAgeFilesLines
* Use err(3) instead of local redefinition. Add rcsid string.Philippe Charnier1997-10-101-48/+52
* Fix -p switch.David Nugent1997-08-011-2/+2
* Remove srandomdev fallback codeAndrey A. Chernov1997-06-141-5/+7
* Fixes skeleton directory test-it-is-a-directory logic.David Nugent1997-05-241-2/+2
* Initialize RNG only onceAndrey A. Chernov1997-03-241-23/+18
* Fix srandom arg according to Lite2Andrey A. Chernov1997-03-111-3/+3
* Back out MAXLOGNAME fix, Bruce points that copyinstr require NULAndrey A. Chernov1997-03-031-2/+2
* Fix MAXLOGNAME usage, the code has wrong assumption thatAndrey A. Chernov1997-03-021-3/+3
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
* Fix useage of MAXLOGNAME to include terminating NUL, by usingDavid Nugent1997-02-071-2/+11
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
* Adds optional NIS passwd file updating and optionally rebuildingDavid Nugent1997-01-051-3/+25
* Implemented /home -> /usr/home symlink kludge.David Nugent1997-01-031-11/+28
* 1) Base home directory is created if it does not already exist ifDavid Nugent1996-12-301-35/+65
* Correct file modes on updated /etc/skeykeys.David Nugent1996-12-231-2/+2
* 1) 200 users per group limitation removed and pwDavid Nugent1996-12-211-13/+66
* Bugfix (cosmetic) for output of generated passwords.David Nugent1996-12-201-3/+3
* Allow 8-bit characters in the passwd gecos field, and adds a paragraphDavid Nugent1996-12-191-11/+11
* Changes to password generator: fallback to MD5 generator disabledDavid Nugent1996-12-171-32/+66
* Submitted by: proff@iq.orgDavid Nugent1996-12-171-2/+2
* Reviewed by: davidn@blaze.net.auDavid Nugent1996-12-161-4/+50
* Update from David, reflecting Wolfram's wishes regarding limitation ofJoerg Wunsch1996-12-111-5/+8
* Copyright update by the author, to be more in line with our sampleJoerg Wunsch1996-12-101-12/+6
* Upgrade from the author, reflecting all my wishes resulting out of theJoerg Wunsch1996-12-091-50/+103
* pw(8) -- a backend utility to manage the user and group databases.Joerg Wunsch1996-12-091-0/+849