index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
usr.sbin
/
pw
/
pw_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
ben
2000-12-29
1
-2
/
+2
*
Add working and easy crypt(3)-switching. Yes, we need a whole new API
green
2000-08-22
1
-1
/
+20
*
Move test for -w flag outside of the code dealing with -D (defaults).
davidn
2000-07-20
1
-2
/
+2
*
Allow -g with an empty argument in the -D case. This allows -g "" to set
davidn
2000-07-20
1
-5
/
+8
*
Fix another missed case where usermod would not set the "modified" flag:
davidn
2000-07-20
1
-3
/
+6
*
Fix breakage introduced by bypassing update for additional 'mod'
davidn
2000-07-03
1
-0
/
+1
*
Localize ctype too.
ache
2000-06-24
1
-2
/
+2
*
Localize time/date.
ache
2000-06-22
1
-10
/
+10
*
Fix obvious braino in assignment statement. usermod -g should work again.
davidn
2000-06-18
1
-1
/
+1
*
Fix a long-standing bug in the rename case previously masked by another bug
davidn
2000-06-18
1
-2
/
+10
*
Portability fixes for other bsd4.4 derivatives.
davidn
2000-01-15
1
-10
/
+12
*
Don't try updating the passwd file if no data has changed. This allows things
davidn
1999-10-26
1
-39
/
+102
*
Add new functionality "lock" and "unlock" to provide a simple password
davidn
1999-10-26
1
-2
/
+31
*
Clean up error handling in fileupdate(), which now returns 0 on success
davidn
1999-10-26
1
-21
/
+49
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Remove some more warnings.
davidn
1999-07-28
1
-2
/
+3
*
Add the ability to print user records in unix version 7 (old) format.
davidn
1999-03-02
1
-8
/
+15
*
1) Do not blindly ignore file update errors which may occur due to concurrent
davidn
1999-02-23
1
-83
/
+89
*
Don't assume a_name is a number just because the first character
des
1999-02-08
1
-2
/
+4
*
-Clarification of last commit-
billf
1999-01-04
1
-1
/
+1
*
Let's make sure we're at the end of the password string before we apply a \0
billf
1999-01-02
1
-2
/
+2
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-48
/
+52
*
Fix -p switch.
davidn
1997-08-01
1
-2
/
+2
*
Remove srandomdev fallback code
ache
1997-06-14
1
-5
/
+7
*
Fixes skeleton directory test-it-is-a-directory logic.
davidn
1997-05-24
1
-2
/
+2
*
Initialize RNG only once
ache
1997-03-24
1
-23
/
+18
*
Fix srandom arg according to Lite2
ache
1997-03-11
1
-3
/
+3
*
Back out MAXLOGNAME fix, Bruce points that copyinstr require NUL
ache
1997-03-03
1
-2
/
+2
*
Fix MAXLOGNAME usage, the code has wrong assumption that
ache
1997-03-02
1
-3
/
+3
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Fix useage of MAXLOGNAME to include terminating NUL, by using
davidn
1997-02-07
1
-2
/
+11
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Adds optional NIS passwd file updating and optionally rebuilding
davidn
1997-01-05
1
-3
/
+25
*
Implemented /home -> /usr/home symlink kludge.
davidn
1997-01-03
1
-11
/
+28
*
1) Base home directory is created if it does not already exist if
davidn
1996-12-30
1
-35
/
+65
*
Correct file modes on updated /etc/skeykeys.
davidn
1996-12-23
1
-2
/
+2
*
1) 200 users per group limitation removed and pw
davidn
1996-12-21
1
-13
/
+66
*
Bugfix (cosmetic) for output of generated passwords.
davidn
1996-12-20
1
-3
/
+3
*
Allow 8-bit characters in the passwd gecos field, and adds a paragraph
davidn
1996-12-19
1
-11
/
+11
*
Changes to password generator: fallback to MD5 generator disabled
davidn
1996-12-17
1
-32
/
+66
*
Submitted by: proff@iq.org
davidn
1996-12-17
1
-2
/
+2
*
Reviewed by: davidn@blaze.net.au
davidn
1996-12-16
1
-4
/
+50
*
Update from David, reflecting Wolfram's wishes regarding limitation of
joerg
1996-12-11
1
-5
/
+8
*
Copyright update by the author, to be more in line with our sample
joerg
1996-12-10
1
-12
/
+6
*
Upgrade from the author, reflecting all my wishes resulting out of the
joerg
1996-12-09
1
-50
/
+103
*
pw(8) -- a backend utility to manage the user and group databases.
joerg
1996-12-09
1
-0
/
+849