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_user.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typo preventing pw {user,group}next -C from working as expected
bapt
2016-06-04
1
-1
/
+1
*
Remove some unneeded headers
bapt
2016-03-26
1
-2
/
+0
*
Fix a typo that prevented pw(8) from setting a user's UID to 0.
markj
2016-03-02
1
-1
/
+1
*
pw_checkname since the beginning if too strict on GECOS field,
bapt
2015-12-02
1
-1
/
+2
*
Fix handling of numeric-only names with pw lock
bapt
2015-12-02
1
-9
/
+12
*
In pw_userlock, set 'name' to NULL when we encounter an all number string
delphij
2015-10-30
1
-2
/
+3
*
Fix unlikely memory leak.
bdrewery
2015-10-29
1
-1
/
+3
*
Regression: fix usershow -7
bapt
2015-09-14
1
-1
/
+1
*
Regression: fix pw usermod -d
bapt
2015-09-12
1
-0
/
+1
*
Fix /home symlink creation
bapt
2015-08-21
1
-1
/
+1
*
Fix useradd regression:
bapt
2015-08-21
1
-0
/
+66
*
Regression: fix pw usermod -w xxx
bapt
2015-08-14
1
-0
/
+2
*
Avoid calling strlen() where we can use the strspn() return value.
ed
2015-08-03
1
-5
/
+5
*
Fix bugs spotted by gcc
bapt
2015-08-03
1
-3
/
+4
*
Actually set quiet to something.
adrian
2015-08-03
1
-1
/
+1
*
Split some extra long lines
bapt
2015-08-02
1
-5
/
+10
*
Cleanup a bit includes
bapt
2015-08-02
1
-10
/
+15
*
Fix regression: report again if a username already exists when creating it
bapt
2015-08-02
1
-0
/
+3
*
Rewrite parsing subcommands arguments of pw(8)
bapt
2015-08-02
1
-923
/
+1248
*
Partial revert of r286152
bapt
2015-08-01
1
-4
/
+4
*
Validate expiration days and password days from commmand line and pw.conf
bapt
2015-08-01
1
-4
/
+4
*
Cast uid/git to uintmax_t when using printf-like functions so the size of
bapt
2015-08-01
1
-16
/
+18
*
Reject usermod and userdel if the user concerned is not on the user database
bapt
2015-07-28
1
-0
/
+19
*
Fix wrong warning printed after changing or updating NIS users
bapt
2015-07-28
1
-2
/
+2
*
Regression fix: allow to create users with uid0
bapt
2015-07-13
1
-1
/
+1
*
Ensure skeldir is abolute path (relatively to the rootdir)
bapt
2015-07-12
1
-4
/
+10
*
pw -R <rootdir> userdel can now cleanup installation
bapt
2015-07-12
1
-56
/
+50
*
Rework the home directory creation and copy or the skel content to use *at
bapt
2015-07-12
1
-9
/
+8
*
Make getarg return NULL if args is NULL
bapt
2015-07-12
1
-4
/
+1
*
Fix regression: ensure when try to create the group and the user with the same
bapt
2015-07-11
1
-12
/
+4
*
Replace custom string array with stringlist(3)
bapt
2015-07-11
1
-10
/
+6
*
Remove unused argument from pm_passwd
bapt
2015-07-11
1
-4
/
+4
*
check the gecos format early: at the moment the -c option is parsed
bapt
2015-07-11
1
-4
/
+3
*
Remove useless use of goto
bapt
2015-07-11
1
-4
/
+3
*
Isolate pw lock/unlock into a separate function
bapt
2015-07-11
1
-44
/
+78
*
homedir can only be populate during useradd
bapt
2015-07-11
1
-3
/
+3
*
Make a separate groupdel/userdel from the main function
bapt
2015-07-11
1
-17
/
+31
*
Make separate functions to show users and groups
bapt
2015-07-11
1
-17
/
+35
*
Move the quiet flag into the configuration structure
bapt
2015-07-11
1
-1
/
+1
*
Separate usernext/groupnext from the main functions
bapt
2015-07-11
1
-17
/
+17
*
Fix validation of crypted password
bapt
2015-07-04
1
-7
/
+6
*
Validate input of pw usermod -h and pwusermod -H
bapt
2015-07-04
1
-60
/
+63
*
backout remove of -q option for pw [user|group] next
bapt
2015-06-08
1
-3
/
+7
*
Remove '-q' support for pw [user|group] next
bapt
2015-06-07
1
-7
/
+3
*
Fix generating configuration file
bapt
2015-06-07
1
-4
/
+3
*
Fix duplicate checking
bapt
2015-06-07
1
-10
/
+9
*
Remove uneeded code (already done by pw_make_v7)
bapt
2015-06-07
1
-3
/
+0
*
In case of rename validate the length of the new name
bapt
2015-06-07
1
-4
/
+4
*
Refactor input validation
bapt
2015-06-07
1
-58
/
+37
*
Finish converting -7 to pwconf
bapt
2015-06-07
1
-4
/
+3
[next]