Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | Change the documentation to reflect where the -V option should be used | bapt | 2015-06-14 | 1 | -2/+2 | |
* | Add META_MODE support. | sjg | 2015-06-13 | 1 | -0/+21 | |
|\ | ||||||
| * | dirdeps.mk now sets DEP_RELDIR | sjg | 2015-06-08 | 1 | -2/+0 | |
| * | Merge sync of head | sjg | 2015-05-27 | 19 | -319/+648 | |
| |\ | ||||||
| * \ | Merge from head@274682 | sjg | 2014-11-19 | 12 | -6/+262 | |
| |\ \ | ||||||
| * \ \ | Merge head from 7/28 | sjg | 2014-08-19 | 2 | -18/+6 | |
| |\ \ \ | ||||||
| * | | | | Updated dependencies | sjg | 2014-05-16 | 1 | -1/+0 | |
| * | | | | Updated dependencies | sjg | 2014-05-10 | 1 | -0/+2 | |
| * | | | | Merge head | sjg | 2014-04-28 | 4 | -45/+54 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge from head | sjg | 2013-09-05 | 2 | -7/+3 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Updated dependencies | sjg | 2013-03-11 | 1 | -0/+1 | |
| * | | | | | | Updated dependencies | sjg | 2013-02-16 | 1 | -2/+0 | |
| * | | | | | | Sync with HEAD. | obrien | 2013-02-08 | 9 | -207/+99 | |
| |\ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| | \ \ \ \ \ \ | ||||||
| *-. \ \ \ \ \ \ | Sync from head | sjg | 2012-11-04 | 14 | -621/+177 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Sync FreeBSD's bmake branch with Juniper's internal bmake branch. | marcel | 2012-08-22 | 1 | -0/+21 | |
| | |/ / / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | backout remove of -q option for pw [user|group] next | bapt | 2015-06-08 | 4 | -9/+20 | |
* | | | | | | | | | Fix typo | bapt | 2015-06-08 | 1 | -1/+1 | |
* | | | | | | | | | Fix mistakes than came along with r284139 | bapt | 2015-06-07 | 1 | -2/+2 | |
* | | | | | | | | | Remove '-q' support for pw [user|group] next | bapt | 2015-06-07 | 4 | -20/+9 | |
* | | | | | | | | | Fix setting uid/gid min/max via pw | bapt | 2015-06-07 | 4 | -5/+87 | |
* | | | | | | | | | Fix generating configuration file | bapt | 2015-06-07 | 6 | -6/+86 | |
* | | | | | | | | | Fix duplicate checking | bapt | 2015-06-07 | 4 | -18/+21 | |
* | | | | | | | | | 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 | 6 | -12/+49 | |
* | | | | | | | | | Refactor input validation | bapt | 2015-06-07 | 5 | -103/+117 | |
* | | | | | | | | | Finish converting -7 to pwconf | bapt | 2015-06-07 | 1 | -4/+3 | |
* | | | | | | | | | Handle -7 via gloval pwconf | bapt | 2015-06-07 | 3 | -6/+9 | |
* | | | | | | | | | Initialize conf using menset(3) | bapt | 2015-06-07 | 1 | -3/+1 | |
* | | | | | | | | | Handle pretty print (-P) via global pwconf | bapt | 2015-06-07 | 4 | -21/+18 | |
* | | | | | | | | | Handle dryrun (-N) via global pwconf | bapt | 2015-06-07 | 4 | -7/+11 | |
* | | | | | | | | | Sort headers | bapt | 2015-06-07 | 1 | -2/+2 | |
* | | | | | | | | | Handle -C and -Y locally and stop adding them to arglist | bapt | 2015-06-07 | 1 | -5/+15 | |
* | | | | | | | | | Add a new global struct pwconf to store etcpath, rootdir and struct userconf | bapt | 2015-06-07 | 7 | -113/+86 | |
* | | | | | | | | | Fix pw userdel -r not deleting homedir | bapt | 2015-06-07 | 1 | -1/+1 | |
* | | | | | | | | | Test explicitly the result of strcmp to be consistent with the rest of the code | bapt | 2015-06-07 | 1 | -1/+1 | |
* | | | | | | | | | Improve readability by reducing indentations levels | bapt | 2015-06-07 | 1 | -9/+11 | |
* | | | | | | | | | Remove one level of indentation | bapt | 2015-06-07 | 1 | -7/+6 | |
* | | | | | | | | | Move user deletion code into a separate function to improve readability | bapt | 2015-06-07 | 1 | -106/+115 | |
* | | | | | | | | | Instead of always casting the pw_checkname input to u_char * and casting it back | bapt | 2015-06-07 | 3 | -11/+12 | |
* | | | | | | | | | Document pw(8) '-R' option, added in r283961. | gjb | 2015-06-03 | 1 | -1/+20 | |
* | | | | | | | | | New pw -R rootdir option | bapt | 2015-06-03 | 3 | -38/+89 | |
* | | | | | | | | | 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 | 3 | -23/+23 | |
* | | | | | | | | | Cast -1 to uid_t and bump WARNING level to 3 | bapt | 2015-05-31 | 3 | -4/+4 | |
* | | | | | | | | | Move cleanup functions to the right place | bapt | 2015-05-31 | 1 | -2/+3 | |
* | | | | | | | | | Remove useless test before free() | bapt | 2015-05-31 | 1 | -2/+1 | |
* | | | | | | | | | Return early in case we cannot read the configuration file | bapt | 2015-05-31 | 1 | -110/+111 | |
* | | | | | | | | | Make pw_user()/pw_group() more consitent about errors | bapt | 2015-05-31 | 2 | -37/+24 | |
* | | | | | | | | | Remove uneeded intermediate variable | bapt | 2015-05-31 | 1 | -4/+1 | |
* | | | | | | | | | Remove uneeded intermediate variable | bapt | 2015-05-31 | 1 | -4/+1 |