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
/
grupd.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Simplify string duplication: use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+5
*
Teach pw(8) about how to use pw/gr API to reduce code duplication
bapt
2012-10-30
1
-81
/
+39
*
Unbreak group operations by reverting previous delta which removed the
dd
2001-08-30
1
-1
/
+1
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-1
/
+1
*
Clean up error handling in fileupdate(), which now returns 0 on success
davidn
1999-10-26
1
-2
/
+3
*
$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
-4
/
+43
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-3
/
+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
*
1) 200 users per group limitation removed and pw
davidn
1996-12-21
1
-21
/
+45
*
Copyright update by the author, to be more in line with our sample
joerg
1996-12-10
1
-12
/
+6
*
pw(8) -- a backend utility to manage the user and group databases.
joerg
1996-12-09
1
-0
/
+111