summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pw
Commit message (Expand)AuthorAgeFilesLines
...
* Fix logic of check duplicates that has been invertedbapt2015-07-131-1/+2
* Ensure skeldir is abolute path (relatively to the rootdir)bapt2015-07-123-6/+12
* pw -R <rootdir> userdel can now cleanup installationbapt2015-07-124-84/+96
* Rework the home directory creation and copy or the skel content to use *atbapt2015-07-125-87/+115
* Add minimum regression tests for pw -Rbapt2015-07-122-1/+31
* Make getarg return NULL if args is NULLbapt2015-07-122-5/+7
* Fix regression: ensure when try to create the group and the user with the samebapt2015-07-111-12/+4
* Remove now unused variablebapt2015-07-111-3/+0
* Replace custom string array with stringlist(3)bapt2015-07-115-95/+35
* Rework groupmod modification:bapt2015-07-112-61/+56
* Remove unused argument from pm_passwdbapt2015-07-111-4/+4
* check the gecos format early: at the moment the -c option is parsedbapt2015-07-113-4/+7
* Remove useless use of gotobapt2015-07-111-4/+3
* Isolate pw lock/unlock into a separate functionbapt2015-07-111-44/+78
* homedir can only be populate during useraddbapt2015-07-111-3/+3
* Make a separate groupdel/userdel from the main functionbapt2015-07-114-34/+62
* Make separate functions to show users and groupsbapt2015-07-114-33/+78
* Move the quiet flag into the configuration structurebapt2015-07-114-3/+7
* Separate usernext/groupnext from the main functionsbapt2015-07-113-29/+34
* Do not try to set password on group if the group is added as a consequence ofbapt2015-07-094-1/+13
* pw: fail if an invalid entry is found while parsing master.passwd and groupbapt2015-07-072-0/+33
* Remove dead codebapt2015-07-051-15/+0
* Also validate hours via strptime_l(3)bapt2015-07-052-51/+46
* Validate expiration datesbapt2015-07-052-36/+55
* Fix validation of crypted passwordbapt2015-07-041-7/+6
* Also validate inputs of pw groupmod -h and groupmod -Hbapt2015-07-041-46/+46
* Validate input of pw usermod -h and pwusermod -Hbapt2015-07-044-60/+132
* Change the documentation to reflect where the -V option should be usedbapt2015-06-141-2/+2
* Add META_MODE support.sjg2015-06-131-0/+21
|\
| * dirdeps.mk now sets DEP_RELDIRsjg2015-06-081-2/+0
| * Merge sync of headsjg2015-05-2719-319/+648
| |\
| * \ Merge from head@274682sjg2014-11-1912-6/+262
| |\ \
| * \ \ Merge head from 7/28sjg2014-08-192-18/+6
| |\ \ \
| * | | | Updated dependenciessjg2014-05-161-1/+0
| * | | | Updated dependenciessjg2014-05-101-0/+2
| * | | | Merge headsjg2014-04-284-45/+54
| |\ \ \ \
| * \ \ \ \ Merge from headsjg2013-09-052-7/+3
| |\ \ \ \ \
| * | | | | | Updated dependenciessjg2013-03-111-0/+1
| * | | | | | Updated dependenciessjg2013-02-161-2/+0
| * | | | | | Sync with HEAD.obrien2013-02-089-207/+99
| |\ \ \ \ \ \
| | \ \ \ \ \ \
| | \ \ \ \ \ \
| *-. \ \ \ \ \ \ Sync from headsjg2012-11-0414-621/+177
| |\ \ \ \ \ \ \ \
| * | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch.marcel2012-08-221-0/+21
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | backout remove of -q option for pw [user|group] nextbapt2015-06-084-9/+20
* | | | | | | | | Fix typobapt2015-06-081-1/+1
* | | | | | | | | Fix mistakes than came along with r284139bapt2015-06-071-2/+2
* | | | | | | | | Remove '-q' support for pw [user|group] nextbapt2015-06-074-20/+9
* | | | | | | | | Fix setting uid/gid min/max via pwbapt2015-06-074-5/+87
* | | | | | | | | Fix generating configuration filebapt2015-06-076-6/+86
* | | | | | | | | Fix duplicate checkingbapt2015-06-074-18/+21
* | | | | | | | | Remove uneeded code (already done by pw_make_v7)bapt2015-06-071-3/+0
OpenPOWER on IntegriCloud