summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw/pw_group.c
Commit message (Expand)AuthorAgeFilesLines
* MFC r309803:bapt2016-12-121-1/+1
* Fix typo preventing pw {user,group}next -C from working as expectedbapt2016-06-041-1/+1
* Restore dryrun support for pw groupmodbapt2015-12-281-0/+5
* Initialize `quiet` to false so `pw groupnext` again prints out the next gidngie2015-10-191-1/+1
* Avoid calling strlen() where we can use the strspn() return value.ed2015-08-031-4/+4
* Split some extra long linesbapt2015-08-021-2/+4
* Cleanup a bit includesbapt2015-08-021-2/+2
* Fix regression: report if a group already exists when creating itbapt2015-08-021-0/+2
* Rewrite parsing subcommands arguments of pw(8)bapt2015-08-021-246/+511
* Cast uid/git to uintmax_t when using printf-like functions so the size ofbapt2015-08-011-3/+4
* Remove now unused variablebapt2015-07-111-3/+0
* Rework groupmod modification:bapt2015-07-111-61/+29
* Make a separate groupdel/userdel from the main functionbapt2015-07-111-17/+27
* Make separate functions to show users and groupsbapt2015-07-111-16/+35
* Move the quiet flag into the configuration structurebapt2015-07-111-1/+1
* Separate usernext/groupnext from the main functionsbapt2015-07-111-12/+15
* Do not try to set password on group if the group is added as a consequence ofbapt2015-07-091-1/+1
* Also validate inputs of pw groupmod -h and groupmod -Hbapt2015-07-041-46/+46
* backout remove of -q option for pw [user|group] nextbapt2015-06-081-2/+5
* Fix typobapt2015-06-081-1/+1
* Remove '-q' support for pw [user|group] nextbapt2015-06-071-5/+2
* Fix duplicate checkingbapt2015-06-071-8/+7
* In case of rename validate the length of the new namebapt2015-06-071-5/+4
* Refactor input validationbapt2015-06-071-36/+26
* Handle pretty print (-P) via global pwconfbapt2015-06-071-9/+7
* Handle dryrun (-N) via global pwconfbapt2015-06-071-1/+1
* Add a new global struct pwconf to store etcpath, rootdir and struct userconfbapt2015-06-071-1/+2
* Instead of always casting the pw_checkname input to u_char * and casting it backbapt2015-06-071-2/+2
* Cast to gid_t for groups not uid_tbapt2015-05-311-1/+1
* Remove useless cast in printf and printf-like functions:bapt2015-05-311-4/+4
* Cast -1 to uid_t and bump WARNING level to 3bapt2015-05-311-1/+1
* Make pw_user()/pw_group() more consitent about errorsbapt2015-05-311-12/+9
* Revert r277652bapt2015-01-261-5/+1
* Allow negative numbers in -u and -g optionsbapt2015-01-241-1/+5
* Do not delete the group wheel when bad argument is passed to pw groupdel -gbapt2014-10-281-0/+5
* When a group is renamed then the group has been invalidated for sure.bapt2014-10-281-3/+6
* Stop pw(8) from segfaulting when given certain inputjulian2014-03-061-6/+13
* Fix a regression in "pw group show" introduced r242349:bapt2012-12-271-1/+1
* Remove useless check for NULL prior to free.eadler2012-12-051-2/+1
* Teach pw(8) about how to use pw/gr API to reduce code duplicationbapt2012-10-301-2/+3
* Add the groupmod '-d' option to pw to allow the deletion of existing usersscf2008-02-231-15/+80
* style(9) (verified no object changes)scf2008-02-231-2/+1
* Add a `-H <fd>' option that is like `-h <fd>', but accepts an alreadyiedowse2004-01-111-2/+9
* Localize time/date.ache2000-06-221-2/+2
* Portability fixes for other bsd4.4 derivatives.davidn2000-01-151-3/+4
* Add new functionality "lock" and "unlock" to provide a simple passworddavidn1999-10-261-2/+4
* Clean up error handling in fileupdate(), which now returns 0 on successdavidn1999-10-261-5/+20
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
* 1) Do not blindly ignore file update errors which may occur due to concurrentdavidn1999-02-231-13/+12
* Use err(3) instead of local redefinition. Add rcsid string.charnier1997-10-101-15/+19
OpenPOWER on IntegriCloud