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
/
pwupd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFH: r264781, r267669, r267670
bapt
2014-07-06
1
-14
/
+3
*
In case of the deletion of a user those whole database has to be regenerated,
bapt
2012-12-26
1
-1
/
+5
*
Use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+4
*
Teach pw(8) about how to use pw/gr API to reduce code duplication
bapt
2012-10-30
1
-74
/
+40
*
Make sure that each va_start has one and only one matching va_end,
kevlo
2012-09-28
1
-0
/
+1
*
Before updating the password database, the pw(8) utility first performs a
jhb
2008-07-17
1
-1
/
+2
*
Don't rely on NULL being a pointer, add a cast before passing it to a variadic
stefanf
2004-10-03
1
-2
/
+2
*
Do not expose password if it is empty and PWF_STANDARD format is requested
fjoe
2003-01-23
1
-1
/
+2
*
Use correct mode for temporary file.
nectar
2001-12-20
1
-1
/
+1
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-1
/
+1
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-0
/
+2
*
Don't dereference NULL in the userdel case.
davidn
2000-06-26
1
-1
/
+1
*
Second and hopefully final fix to .db sync when renaming a user; we must run
davidn
2000-06-18
1
-4
/
+12
*
Fix db syncronization when username is changed with -l under usermod.
davidn
2000-06-06
1
-1
/
+1
*
Missed statement in password update relating to the previous change
davidn
1999-10-26
1
-1
/
+1
*
Clean up error handling in fileupdate(), which now returns 0 on success
davidn
1999-10-26
1
-7
/
+10
*
Only do a full pwd_mkdb for deletions; other operations may use the -u
sheldonh
1999-08-30
1
-2
/
+6
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
1) Do not blindly ignore file update errors which may occur due to concurrent
davidn
1999-02-23
1
-7
/
+38
*
pwd_mkdb option '-c' was renamed to -C some weeks ago.
wosch
1998-02-11
1
-4
/
+4
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-2
/
+5
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
*
Make the long-awaited change from $Id$ to $FreeBSD$
jkh
1997-01-14
1
-1
/
+1
*
Remove duplicated #include.
davidn
1997-01-05
1
-2
/
+1
*
1) 200 users per group limitation removed and pw
davidn
1996-12-21
1
-2
/
+2
*
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
-0
/
+7
*
pw(8) -- a backend utility to manage the user and group databases.
joerg
1996-12-09
1
-0
/
+160