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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove extendline definition
bapt
2015-05-10
1
-3
/
+0
*
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
*
The pwdb function is only used once to check the database rename it
bapt
2015-05-10
1
-10
/
+4
*
if the check of the pw db fails return the failed value
bapt
2015-05-10
1
-37
/
+35
*
Some style(9) fixes
bapt
2015-05-10
1
-9
/
+16
*
Replace sprintf(3) with snprintf(3)
bapt
2015-05-09
1
-7
/
+7
*
Use snprintf(3) instead of sprintf(3)
bapt
2015-05-09
1
-8
/
+7
*
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
*
Remove some uneeded headers
bapt
2015-05-09
3
-8
/
+0
*
Remove unneeded headers
bapt
2015-05-09
1
-8
/
+0
*
Replace malloc(3) + strcpy(3) + strcat(3) by asprintf(3)
bapt
2015-05-09
1
-3
/
+1
*
Use snprintf(3) instead of strcpy(3) + strncat(3)
bapt
2015-05-09
1
-2
/
+1
*
Use sbuf(9) instead of homebrewed buffered string
bapt
2015-05-09
3
-62
/
+47
*
Fix a race condition by allowing up to 5 seconds of difference between the ti...
brd
2015-02-24
1
-4
/
+8
*
Add tests for account and password expiration.
brd
2015-02-17
1
-0
/
+111
*
Really fix the pw_usernext tests.
brd
2015-02-15
1
-12
/
+15
*
Remove an extra curly bracket that was causing intermittent failures.
brd
2015-02-14
1
-1
/
+1
*
Add tests for `pw usernext'.
brd
2015-02-09
2
-1
/
+44
*
Revert r277652
bapt
2015-01-26
5
-50
/
+3
*
Allow negative numbers in -u and -g options
bapt
2015-01-24
5
-3
/
+50
*
Add tests for pw -N
brd
2014-12-16
2
-0
/
+89
*
Restructure to make it easier to extend in the future
brd
2014-12-09
1
-6
/
+10
*
Add some tests for user modification. [1]
brd
2014-12-09
2
-1
/
+59
*
Break out the tests into a file per command and clean up some long lines
brd
2014-12-09
5
-19
/
+33
*
Add more tests for pw(8) useradd.
brd
2014-12-09
2
-1
/
+42
*
Convert to LIBADD.
brd
2014-11-24
1
-2
/
+1
*
Replace the pw(1) calls with a variable, to make it easier to to change acros...
brd
2014-11-19
4
-32
/
+35
*
Clean up some language
brd
2014-11-17
2
-18
/
+18
*
Add a test for locking and unlocking user accounts
brd
2014-11-15
2
-1
/
+23
*
Fix wrong message when using pw -V with a non existent directory
bapt
2014-11-12
3
-1
/
+27
*
Require root when running the pw_delete and pw_modify test programs (pw(8)
ngie
2014-11-03
1
-0
/
+3
*
Integrate usr.sbin/useradd/t_useradd.sh from NetBSD into FreeBSD as pw_test
ngie
2014-11-03
1
-0
/
+11
*
Fix renaming a group via the gr_copy function
bapt
2014-10-28
1
-0
/
+14
*
Ensure pw userdel -u <invalid> do not try to remove root
bapt
2014-10-28
2
-0
/
+14
*
Fix atf syntax
bapt
2014-10-28
1
-1
/
+1
*
Do not delete the group wheel when bad argument is passed to pw groupdel -g
bapt
2014-10-28
2
-0
/
+17
*
Fix a regression in pw usermod -G list
bapt
2014-10-28
2
-1
/
+40
*
When a group is renamed then the group has been invalidated for sure.
bapt
2014-10-28
2
-3
/
+17
*
Two more places where login_setcryptfmt() defaults to MD5 were missed
des
2014-10-09
1
-2
/
+2
*
- Add some tests for modifying groups
brd
2014-10-06
2
-1
/
+35
*
- Add a test for bug 191427 where pw(8) will go into an infinite loop
brd
2014-10-02
6
-0
/
+62
*
pw: fix up deletion of users from groups
mjg
2014-06-27
1
-4
/
+3
*
Fix changing the username
bapt
2014-06-20
1
-1
/
+1
*
Removed compatibility with pre FreeBSD 2.2 pw_mkdb command
bapt
2014-06-20
1
-13
/
+2
*
Simplify reading pw.conf(5) by using getline(3)
bapt
2014-04-22
2
-24
/
+12
*
Fix pw(8) deletion of group "username" on userdel even if group "username"
dteske
2014-03-13
1
-1
/
+9
[next]