Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | Whitespace changes for r283981. No actual code changes. | delphij | 2015-06-04 | 1 | -88/+88 | |
* | | | | | | | | | | | | | | | | | In r113596, version 4 of entries have been added but pwd_mkdb have | delphij | 2015-06-04 | 2 | -8/+39 | |
* | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | Fix bug in r278331: unlike some other options MaxRecvDataSegmentLength | mav | 2015-06-02 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | Fix some gcc compiler warnings. | rodrigc | 2015-05-31 | 1 | -5/+5 | |
* | | | | | | | | | | | | | | | | | yppoll(8): Comment out -h option. | rodrigc | 2015-05-31 | 2 | -11/+21 | |
* | | | | | | | | | | | | | | | | | 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 | |
* | | | | | | | | | | | | | | | | | Use asprintf instead of malloc + snprintf and test the memory allocation | bapt | 2015-05-31 | 1 | -2/+3 | |
* | | | | | | | | | | | | | | | | | Remove dead declaration | bapt | 2015-05-29 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | | Fix non-deterministic delays when accessing a vcpu that was in "running" or | neel | 2015-05-28 | 1 | -1/+13 | |
* | | | | | | | | | | | | | | | | | Use the cpuset API more consistently: | jhb | 2015-05-27 | 2 | -30/+21 | |
* | | | | | | | | | | | | | | | | | Fix overlinking again after recent ntp updates | bapt | 2015-05-25 | 8 | -12/+22 | |
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | Fix a syntax error in bsdinstall/zfsboot | allanjude | 2015-05-22 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Advertise ctlstat(8) a little better. | trasz | 2015-05-22 | 3 | -5/+8 | |
* | | | | | | | | | | | | | | | | The 'hostbridge' device exists to allow guests to infer msi/msix | tychon | 2015-05-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Add an option "--get-vmcs-exit-inst-length" to display the instruction length | neel | 2015-05-21 | 1 | -1/+12 | |
* | | | | | | | | | | | | | | | | Remove stray DEBUG_FLAGS=-g that snuck in with r137868 | imp | 2015-05-21 | 1 | -1/+0 | |
* | | | | | | | | | | | | | | | | Temporarily revert r282922 which bumped the max descriptors. | grehan | 2015-05-21 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | | Remove the warning about invalid PE checksum; apparently nothing | trasz | 2015-05-20 | 1 | -2/+6 | |
* | | | | | | | | | | | | | | | | Merge ACPICA 20150515. | jkim | 2015-05-18 | 2 | -3/+3 |