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_conf.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use intmax_t rather than long long
bapt
2015-08-02
1
-2
/
+2
*
Fix build on 32bits
bapt
2015-08-02
1
-2
/
+2
*
Cleanup a bit includes
bapt
2015-08-02
1
-4
/
+4
*
Rewrite parsing subcommands arguments of pw(8)
bapt
2015-08-02
1
-31
/
+30
*
Remove things that crept in after badly checked revert
bapt
2015-08-01
1
-2
/
+0
*
Partial revert of r286152
bapt
2015-08-01
1
-0
/
+2
*
Fix build
bapt
2015-08-01
1
-0
/
+1
*
Fix formatting of new code
bapt
2015-08-01
1
-20
/
+26
*
Validate expiration days and password days from commmand line and pw.conf
bapt
2015-08-01
1
-4
/
+12
*
Validate the max_uid/max_gid boundaries and entry type in pw.conf
bapt
2015-08-01
1
-7
/
+23
*
Cast uid/git to uintmax_t when using printf-like functions so the size of
bapt
2015-08-01
1
-4
/
+5
*
Replace custom string array with stringlist(3)
bapt
2015-07-11
1
-15
/
+8
*
Remove useless cast in printf and printf-like functions:
bapt
2015-05-31
1
-4
/
+4
*
Move cleanup functions to the right place
bapt
2015-05-31
1
-2
/
+3
*
Remove useless test before free()
bapt
2015-05-31
1
-2
/
+1
*
Return early in case we cannot read the configuration file
bapt
2015-05-31
1
-110
/
+111
*
Use calloc(3) instead of malloc(3) + memset(3)
bapt
2015-05-10
1
-2
/
+4
*
The initial logic for allocating the new string was wrong, the conversion
bapt
2015-05-10
1
-5
/
+2
*
Use strndup(3) instead of malloc(3) + memcpy(3)
bapt
2015-05-10
1
-7
/
+11
*
Remove useless call to extendarray
bapt
2015-05-10
1
-1
/
+0
*
Remove now unused LNBUFSZ buffer size
bapt
2015-05-09
1
-3
/
+0
*
Return from the function as early as possible
bapt
2015-05-09
1
-117
/
+116
*
Use sbuf(9) instead of homebrewed buffered string
bapt
2015-05-09
1
-48
/
+46
*
Simplify reading pw.conf(5) by using getline(3)
bapt
2014-04-22
1
-24
/
+11
*
Stop hard-coding default directory mode as 0777.
jkim
2011-03-08
1
-2
/
+2
*
Add home directory creation mode to pw.conf(5) and be a bit
le
2007-03-30
1
-0
/
+15
*
Handle snprintf() returning < 0 (not just -1)
brian
2001-08-20
1
-2
/
+2
*
Handle snprintf() returning -1.
brian
2001-08-20
1
-0
/
+4
*
Make the comment generated in /etc/pw.conf match reality
dougb
2000-12-18
1
-1
/
+1
*
Catch up to the fact that we now have tcsh in the tree.
davidn
2000-07-16
1
-1
/
+2
*
$Id$ -> $FreeBSD$
peter
1999-08-28
1
-1
/
+1
*
Remove some more warnings.
davidn
1999-07-28
1
-2
/
+3
*
1) Do not blindly ignore file update errors which may occur due to concurrent
davidn
1999-02-23
1
-3
/
+2
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-2
/
+5
*
Unquote default group in pw.conf.
davidn
1997-09-01
1
-1
/
+2
*
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
*
Adds optional NIS passwd file updating and optionally rebuilding
davidn
1997-01-05
1
-1
/
+13
*
1) 200 users per group limitation removed and pw
davidn
1996-12-21
1
-114
/
+142
*
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
/
+458