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.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the type of the NULL arg to execl()
brian
2001-07-09
1
-1
/
+1
*
Fix a harmless format string bogon and mark a function as __printflike().
kris
2001-07-05
1
-1
/
+1
*
Document the lock and unlock commands. This fixes a segmentation fault.
dd
2001-03-14
1
-0
/
+10
*
Convert to use the <sys/queue.h> macros rather than fiddling with the queue
ben
2000-12-29
1
-2
/
+2
*
Add `_PATH_DEVZERO'.
obrien
2000-12-09
1
-1
/
+1
*
Localize ctype too.
ache
2000-06-24
1
-1
/
+1
*
Localize time/date.
ache
2000-06-22
1
-0
/
+3
*
Be a little more strict about handling command line args. This allows user and
davidn
2000-06-18
1
-4
/
+6
*
Portability fixes for other bsd4.4 derivatives.
davidn
2000-01-15
1
-1
/
+4
*
Add new functionality "lock" and "unlock" to provide a simple password
davidn
1999-10-26
1
-4
/
+10
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Add the ability to print user records in unix version 7 (old) format.
davidn
1999-03-02
1
-3
/
+4
*
Fix minor nit with command line parsing for pw -V DIR action.
davidn
1999-02-23
1
-2
/
+2
*
Fix tpyo (sic) and missing 'else' (bad cut n' paste).
davidn
1999-02-23
1
-13
/
+13
*
1) Do not blindly ignore file update errors which may occur due to concurrent
davidn
1999-02-23
1
-16
/
+96
*
Remove bogus file locking in main().
davidn
1999-01-08
1
-13
/
+1
*
- On second thought, attempt to get the read-only lock, but don't
nate
1998-08-04
1
-1
/
+16
*
- Removed read-only lock from 'pw'. This removes portions of the FIX
nate
1998-08-04
1
-22
/
+1
*
Fix race condition in pw caused by multiple instances of pwd_mkdb being
nate
1998-07-16
1
-2
/
+23
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-52
/
+26
*
getuid() -> geteuid().
davidn
1997-07-17
1
-2
/
+2
*
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
-1
/
+1
*
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
-10
/
+46
*
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
-36
/
+54
*
pw(8) -- a backend utility to manage the user and group databases.
joerg
1996-12-09
1
-0
/
+321