| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Improve strtounum | Baptiste Daroussin | 2015-07-30 | 2 | -24/+21 | |
| | | | | | | | | | | Fix many style bugs Better variable naming Use C99 'restrict' were apropriate Fix potential errno race Submitted by: bde | |||||
| * | Cleanup includes | Baptiste Daroussin | 2015-07-29 | 1 | -6/+3 | |
| | | ||||||
| * | Actually set the proper license | Baptiste Daroussin | 2015-07-29 | 1 | -12/+13 | |
| | | | | | Reported by: trasz | |||||
| * | Actually add the new code | Baptiste Daroussin | 2015-07-29 | 1 | -0/+73 | |
| | | ||||||
| * | Create a strtounum function using the same API as strtonum | Baptiste Daroussin | 2015-07-29 | 3 | -4/+8 | |
| | | | | | | This function returns uintmax_t Use this function to convert to gid_t/uid_t | |||||
| * | Reject usermod and userdel if the user concerned is not on the user database | Baptiste Daroussin | 2015-07-28 | 1 | -0/+19 | |
| | | | | | | | | | | | | | | supposed to be manipulated This prevent pw usermod creating a new local user when requesting to usermod on a username is defined in LDAP. This issue only happens when modifying the local user database (not inpacting commands when -V or -R are used). PR: 187653 Submitted by: tmwalaszek@gmail.com | |||||
| * | Check uid/gid used when creating a user/group are not larger than ↵ | Baptiste Daroussin | 2015-07-28 | 1 | -2/+2 | |
| | | | | | | | | UID_MAX/GID_MAX PR: 173977 Reported by: nvass@gmx.com | |||||
| * | Fix wrong warning printed after changing or updating NIS users | Baptiste Daroussin | 2015-07-28 | 1 | -2/+2 | |
| | | | | | | PR: 37672 Submitted by: chris+freebsd@chrullrich.de | |||||
| * | when -n is passed to any pw subcommand it is always expected to be considered as | Baptiste Daroussin | 2015-07-28 | 1 | -8/+1 | |
| | | | | | | | | | a name so do not try to convert it to an id if it is a numeric value PR: 31933 Reported by: ted@impulse.net Sponsored by: gandi.net | |||||
| * | Really fix -o | Baptiste Daroussin | 2015-07-13 | 1 | -1/+1 | |
| | | ||||||
| * | Regression fix: allow to create users with uid0 | Baptiste Daroussin | 2015-07-13 | 1 | -1/+1 | |
| | | | | | Reported by: Jan Mikkelsen <janm@transactionware.com> | |||||
| * | Fix logic of check duplicates that has been inverted | Baptiste Daroussin | 2015-07-13 | 1 | -1/+2 | |
| | | ||||||
| * | Ensure skeldir is abolute path (relatively to the rootdir) | Baptiste Daroussin | 2015-07-12 | 1 | -4/+10 | |
| | | ||||||
| * | pw -R <rootdir> userdel can now cleanup installation | Baptiste Daroussin | 2015-07-12 | 3 | -84/+76 | |
| | | | | | | | | Rewrite rm_r to use *at function, allowing to remove home directories along with users. only crontabs and at(1) installation are not removed Relnotes: yes | |||||
| * | Rework the home directory creation and copy or the skel content to use *at | Baptiste Daroussin | 2015-07-12 | 4 | -87/+90 | |
| | | | | | | | | | | functions This allows to simplify the code a bit for -R by not having to keep modifying path and also prepare the code to improve support -R in userdel While here, add regression tests for the functionality | |||||
| * | Make getarg return NULL if args is NULL | Baptiste Daroussin | 2015-07-12 | 2 | -5/+7 | |
| | | ||||||
| * | Fix regression: ensure when try to create the group and the user with the same | Baptiste Daroussin | 2015-07-11 | 1 | -12/+4 | |
| | | | | | id if possible and nothing in particular was specified | |||||
| * | Remove now unused variable | Baptiste Daroussin | 2015-07-11 | 1 | -3/+0 | |
| | | ||||||
| * | Replace custom string array with stringlist(3) | Baptiste Daroussin | 2015-07-11 | 5 | -95/+35 | |
| | | ||||||
| * | Rework groupmod modification: | Baptiste Daroussin | 2015-07-11 | 1 | -61/+29 | |
| | | | | | | Use gr_add(3) when possible to avoid code duplication. Use a simpler logic to delete members of a group | |||||
| * | Remove unused argument from pm_passwd | Baptiste Daroussin | 2015-07-11 | 1 | -4/+4 | |
| | | ||||||
| * | check the gecos format early: at the moment the -c option is parsed | Baptiste Daroussin | 2015-07-11 | 3 | -4/+7 | |
| | | ||||||
| * | Remove useless use of goto | Baptiste Daroussin | 2015-07-11 | 1 | -4/+3 | |
| | | ||||||
| * | Isolate pw lock/unlock into a separate function | Baptiste Daroussin | 2015-07-11 | 1 | -44/+78 | |
| | | ||||||
| * | homedir can only be populate during useradd | Baptiste Daroussin | 2015-07-11 | 1 | -3/+3 | |
| | | ||||||
| * | Make a separate groupdel/userdel from the main function | Baptiste Daroussin | 2015-07-11 | 4 | -34/+62 | |
| | | ||||||
| * | Make separate functions to show users and groups | Baptiste Daroussin | 2015-07-11 | 4 | -33/+78 | |
| | | ||||||
| * | Move the quiet flag into the configuration structure | Baptiste Daroussin | 2015-07-11 | 4 | -3/+7 | |
| | | ||||||
| * | Separate usernext/groupnext from the main functions | Baptiste Daroussin | 2015-07-11 | 3 | -29/+34 | |
| | | ||||||
| * | Do not try to set password on group if the group is added as a consequence of | Baptiste Daroussin | 2015-07-09 | 3 | -1/+3 | |
| | | | | | | | of creating a user (regression from r285136) Reported by: Fabian Keil <fk@fabiankeil.de> | |||||
| * | pw: fail if an invalid entry is found while parsing master.passwd and group | Baptiste Daroussin | 2015-07-07 | 1 | -0/+7 | |
| | | | | | | | PR: 198554 Reported by: diaran <fbsd@centraltech.co.uk> MFC after: 2 days | |||||
| * | Remove dead code | Baptiste Daroussin | 2015-07-05 | 1 | -15/+0 | |
| | | ||||||
| * | Also validate hours via strptime_l(3) | Baptiste Daroussin | 2015-07-05 | 1 | -51/+40 | |
| | | | | | | Simplify the code, by only using one parser, ensure the dates (hours and dates) are valid | |||||
| * | Validate expiration dates | Baptiste Daroussin | 2015-07-05 | 1 | -0/+288 | |
| | | | | | Use strptime_l(3) to validate the dates provided in input | |||||
| * | Fix validation of crypted password | Baptiste Daroussin | 2015-07-04 | 1 | -7/+6 | |
| | | | | | Small cleanups | |||||
| * | Also validate inputs of pw groupmod -h and groupmod -H | Baptiste Daroussin | 2015-07-04 | 1 | -46/+46 | |
| | | ||||||
| * | Validate input of pw usermod -h and pwusermod -H | Baptiste Daroussin | 2015-07-04 | 3 | -60/+95 | |
| | | | | | | | | Push the code that set the password into a separate function to improve readability Add regression tests about pw usermod -h and pw usermod -H | |||||
| * | Change the documentation to reflect where the -V option should be used | Baptiste Daroussin | 2015-06-14 | 1 | -2/+2 | |
| | | | | | Suggested by: kientzle | |||||
| * | backout remove of -q option for pw [user|group] next | Baptiste Daroussin | 2015-06-08 | 4 | -9/+20 | |
| | | | | | | | While the return code is broken, some corner case usage depends on the functionnality, so backout until we get better regression tests covering those corner case usage. | |||||
| * | Fix typo | Baptiste Daroussin | 2015-06-08 | 1 | -1/+1 | |
| | | ||||||
| * | Fix mistakes than came along with r284139 | Baptiste Daroussin | 2015-06-07 | 1 | -2/+2 | |
| | | ||||||
| * | Remove '-q' support for pw [user|group] next | Baptiste Daroussin | 2015-06-07 | 4 | -20/+9 | |
| | | | | | | | the intent of -q in this command is to return as exit status the value of the next group/user id, which does not make sense given exit status are limited to values between 0 and 255. | |||||
| * | Fix setting uid/gid min/max via pw | Baptiste Daroussin | 2015-06-07 | 1 | -4/+13 | |
| | | ||||||
| * | Fix generating configuration file | Baptiste Daroussin | 2015-06-07 | 3 | -5/+6 | |
| | | ||||||
| * | Fix duplicate checking | Baptiste Daroussin | 2015-06-07 | 4 | -18/+21 | |
| | | ||||||
| * | Remove uneeded code (already done by pw_make_v7) | Baptiste Daroussin | 2015-06-07 | 1 | -3/+0 | |
| | | ||||||
| * | In case of rename validate the length of the new name | Baptiste Daroussin | 2015-06-07 | 4 | -9/+14 | |
| | | | | | Check early that the new name fits MAXLOGNAME and store it in pwconf | |||||
| * | Refactor input validation | Baptiste Daroussin | 2015-06-07 | 4 | -102/+108 | |
| | | | | | | Mutualize code to validate inputs of both 'user' and 'group' command Test that the input name fits into MAXLOGNAME | |||||
| * | Finish converting -7 to pwconf | Baptiste Daroussin | 2015-06-07 | 1 | -4/+3 | |
| | | ||||||
| * | Handle -7 via gloval pwconf | Baptiste Daroussin | 2015-06-07 | 3 | -6/+9 | |
| | | ||||||
