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 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
*
Part 2 of bug 187310.. had to commit separately due to local confusion.
julian
2014-03-06
1
-15
/
+21
*
Stop pw(8) from segfaulting when given certain input
julian
2014-03-06
1
-6
/
+13
*
Fall back to sha512 if passwd_format is not set.
des
2013-07-04
1
-1
/
+1
*
There is no reason to disallow setting the password or account expiry
des
2013-07-03
1
-4
/
+0
*
Fix -Wunsequenced warning
kientzle
2013-06-29
1
-1
/
+1
*
mdoc sweep
joel
2013-05-13
1
-1
/
+1
*
Prevent a null pointer dereference in pw userdel when deleting
deischen
2013-02-01
1
-1
/
+1
*
Remove unused variables
eadler
2013-01-16
1
-2
/
+0
*
pw: free group returned by gr_add
mjg
2013-01-06
1
-0
/
+1
*
Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.
bapt
2012-12-27
1
-169
/
+67
*
Fix a regression in "pw group show" introduced r242349:
bapt
2012-12-27
1
-1
/
+1
*
Simplify the code by using the new gr_add function
bapt
2012-12-27
1
-15
/
+9
*
Simplify copying of group members by using memcpy
bapt
2012-12-26
1
-2
/
+1
*
Fix off-by-one error in memory allocation: j entries, one new and a null
bapt
2012-12-26
1
-1
/
+1
*
In case of the deletion of a user those whole database has to be regenerated,
bapt
2012-12-26
1
-1
/
+5
*
Fix creating a user and adding it to a group
bapt
2012-12-26
1
-7
/
+8
*
Simplify string duplication: use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+5
*
Avoid overflowing the file buffer
eadler
2012-12-05
1
-1
/
+1
*
Use strdup instead of malloc + strcpy
eadler
2012-12-05
1
-6
/
+4
*
Avoid overflow of file buffer
eadler
2012-12-05
1
-1
/
+1
[next]