aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/usermgmt
Commit message (Expand)AuthorAgeFilesLines
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-013-0/+33
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-263-6/+0
* Interim fix for "Login not found" error.Devin Teske2015-06-192-10/+10
* Update copyrights.Devin Teske2015-02-101-1/+1
* Whitespace.Devin Teske2015-02-101-2/+1
* Revert SVN r278464 -- fingers were in perforce mode (prematureDevin Teske2015-02-091-1/+2
* Replace the only instance of sed(1) in bsdconfig(8) with awk(1).Devin Teske2015-02-091-2/+1
* Follow-up to r255036; remove beforeinstall directives from bsdconfig(8)Devin Teske2014-11-043-9/+0
* Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-149-1044/+2064
* Add protection against input containing single-quotes (e.g., i18n-users).Devin Teske2014-03-142-35/+97
* For non-interactive scripts, forgot to check we were given an argumentDevin Teske2014-03-141-0/+4
* Fix a bug preventing errors from pw(8) from filtering up to a dialog.Devin Teske2014-03-141-4/+4
* Reduce the sleep cycle when using dialog(1) to 1-second.Devin Teske2014-03-141-3/+3
* Fix comments and whitespace.Devin Teske2014-03-141-6/+7
* Fix a code-typo that prevented auto-sizing of the dialog.Devin Teske2014-03-141-1/+1
* Remove vestigial global, no-longer used since SVN r262904.Devin Teske2014-03-101-6/+0
* Whitespace.Devin Teske2014-03-101-2/+2
* Take a group name on the command-line if available.Devin Teske2014-03-071-0/+8
* Fix copy/paste error in a comment.Devin Teske2014-03-071-1/+1
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-079-439/+816
* Performance and debugging enhancements:Devin Teske2013-12-0711-110/+74
* Sort messages.Devin Teske2013-11-251-5/+5
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-099-70/+67
* Fix typos in the BSD License.Devin Teske2013-07-071-2/+2
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-071-1/+1
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The mainDevin Teske2013-07-054-18/+16
* More whitespace.Devin Teske2013-06-2410-17/+17
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-201-7/+6
* When the fall-back of a case-statement is the last thing executed in aDevin Teske2013-06-203-21/+18
* Whitespace.Devin Teske2013-06-191-20/+10
* Whitespace and comments.Devin Teske2013-06-191-1/+0
* Remove extra whitespace lines.Devin Teske2013-06-194-8/+0
* Perform some code consolidation and add some additional errorDevin Teske2013-06-182-28/+17
* Improve the INDEX format. Whitespace improvements, format improvements, typoDevin Teske2013-06-181-17/+21
* Add a prompt to the "Add User" and "Add Group" sub-menu items (under theDevin Teske2013-06-083-34/+64
* Curb another regression (this one introduced by r251545, itself trying toDevin Teske2013-06-082-6/+14
* Fix a regression introduced by r251544; if user chooses "NO" when beingDevin Teske2013-06-082-0/+2
* Check for ESC as a separate choice from "NO" when asking if the operatorDevin Teske2013-06-082-8/+8
* Track defaultitem in the password and account expiry menus; if the userDevin Teske2013-06-081-2/+6
* Fix a regression in the "Login Management" module introduced by r251242 inDevin Teske2013-06-081-4/+8
* Change the name of a couple of functions in `usermgmt/user_input.subr' toDevin Teske2013-06-022-8/+8
* Improvements to whitespace and comments.Devin Teske2013-06-022-17/+17
* Standardize the way functions build their arguments leading up to a dialogDevin Teske2013-06-023-114/+110
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()Devin Teske2013-06-023-32/+38
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrDevin Teske2013-06-022-73/+41
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-06-019-86/+63
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-05-315-165/+195
* Centralize standard getopts arguments, both for convenience and to correctDevin Teske2013-05-147-7/+7
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-2210-42/+68
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) andDevin Teske2013-04-228-16/+20