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_group.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
*
Restore dryrun support for pw groupmod
bapt
2015-12-28
1
-0
/
+5
*
Initialize `quiet` to false so `pw groupnext` again prints out the next gid
ngie
2015-10-19
1
-1
/
+1
*
Avoid calling strlen() where we can use the strspn() return value.
ed
2015-08-03
1
-4
/
+4
*
Split some extra long lines
bapt
2015-08-02
1
-2
/
+4
*
Cleanup a bit includes
bapt
2015-08-02
1
-2
/
+2
*
Fix regression: report if a group already exists when creating it
bapt
2015-08-02
1
-0
/
+2
*
Rewrite parsing subcommands arguments of pw(8)
bapt
2015-08-02
1
-246
/
+511
*
Cast uid/git to uintmax_t when using printf-like functions so the size of
bapt
2015-08-01
1
-3
/
+4
*
Remove now unused variable
bapt
2015-07-11
1
-3
/
+0
*
Rework groupmod modification:
bapt
2015-07-11
1
-61
/
+29
*
Make a separate groupdel/userdel from the main function
bapt
2015-07-11
1
-17
/
+27
*
Make separate functions to show users and groups
bapt
2015-07-11
1
-16
/
+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
-12
/
+15
*
Do not try to set password on group if the group is added as a consequence of
bapt
2015-07-09
1
-1
/
+1
*
Also validate inputs of pw groupmod -h and groupmod -H
bapt
2015-07-04
1
-46
/
+46
*
backout remove of -q option for pw [user|group] next
bapt
2015-06-08
1
-2
/
+5
*
Fix typo
bapt
2015-06-08
1
-1
/
+1
*
Remove '-q' support for pw [user|group] next
bapt
2015-06-07
1
-5
/
+2
*
Fix duplicate checking
bapt
2015-06-07
1
-8
/
+7
*
In case of rename validate the length of the new name
bapt
2015-06-07
1
-5
/
+4
*
Refactor input validation
bapt
2015-06-07
1
-36
/
+26
*
Handle pretty print (-P) via global pwconf
bapt
2015-06-07
1
-9
/
+7
*
Handle dryrun (-N) via global pwconf
bapt
2015-06-07
1
-1
/
+1
*
Add a new global struct pwconf to store etcpath, rootdir and struct userconf
bapt
2015-06-07
1
-1
/
+2
*
Instead of always casting the pw_checkname input to u_char * and casting it back
bapt
2015-06-07
1
-2
/
+2
*
Cast to gid_t for groups not uid_t
bapt
2015-05-31
1
-1
/
+1
*
Remove useless cast in printf and printf-like functions:
bapt
2015-05-31
1
-4
/
+4
*
Cast -1 to uid_t and bump WARNING level to 3
bapt
2015-05-31
1
-1
/
+1
*
Make pw_user()/pw_group() more consitent about errors
bapt
2015-05-31
1
-12
/
+9
*
Revert r277652
bapt
2015-01-26
1
-5
/
+1
*
Allow negative numbers in -u and -g options
bapt
2015-01-24
1
-1
/
+5
*
Do not delete the group wheel when bad argument is passed to pw groupdel -g
bapt
2014-10-28
1
-0
/
+5
*
When a group is renamed then the group has been invalidated for sure.
bapt
2014-10-28
1
-3
/
+6
*
Stop pw(8) from segfaulting when given certain input
julian
2014-03-06
1
-6
/
+13
*
Fix a regression in "pw group show" introduced r242349:
bapt
2012-12-27
1
-1
/
+1
*
Remove useless check for NULL prior to free.
eadler
2012-12-05
1
-2
/
+1
*
Teach pw(8) about how to use pw/gr API to reduce code duplication
bapt
2012-10-30
1
-2
/
+3
*
Add the groupmod '-d' option to pw to allow the deletion of existing users
scf
2008-02-23
1
-15
/
+80
*
style(9) (verified no object changes)
scf
2008-02-23
1
-2
/
+1
*
Add a `-H <fd>' option that is like `-h <fd>', but accepts an already
iedowse
2004-01-11
1
-2
/
+9
*
Localize time/date.
ache
2000-06-22
1
-2
/
+2
*
Portability fixes for other bsd4.4 derivatives.
davidn
2000-01-15
1
-3
/
+4
*
Add new functionality "lock" and "unlock" to provide a simple password
davidn
1999-10-26
1
-2
/
+4
*
Clean up error handling in fileupdate(), which now returns 0 on success
davidn
1999-10-26
1
-5
/
+20
*
$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
-13
/
+12
*
Use err(3) instead of local redefinition. Add rcsid string.
charnier
1997-10-10
1
-15
/
+19
*
Revert $FreeBSD$ to $Id$
peter
1997-02-22
1
-1
/
+1
[next]