summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt/share/user_input.subr
Commit message (Expand)AuthorAgeFilesLines
* Rewrite usermgmt -- hooking it into the scripting system with dispatchdteske2014-03-141-516/+829
* Performance and debugging enhancements:dteske2013-12-071-4/+4
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-091-35/+35
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-051-9/+7
* More whitespace.dteske2013-06-241-6/+6
* Curb another regression (this one introduced by r251545, itself trying todteske2013-06-081-3/+7
* Fix a regression introduced by r251544; if user chooses "NO" when beingdteske2013-06-081-0/+1
* Check for ESC as a separate choice from "NO" when asking if the operatordteske2013-06-081-4/+4
* Track defaultitem in the password and account expiry menus; if the userdteske2013-06-081-2/+6
* Fix a regression in the "Login Management" module introduced by r251242 indteske2013-06-081-4/+8
* Change the name of a couple of functions in `usermgmt/user_input.subr' todteske2013-06-021-4/+4
* Improvements to whitespace and comments.dteske2013-06-021-14/+14
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-021-67/+70
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-021-53/+29
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-011-47/+26
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-311-90/+108
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-221-5/+8
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-141-7/+9
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-251-0/+5
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-211-33/+36
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-211-254/+36
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesigndteske2012-09-211-6/+6
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).dteske2012-09-211-6/+6
* Change all invocations of dialog(1) to no-longer require temporary files.dteske2012-09-201-42/+105
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-181-0/+1180
OpenPOWER on IntegriCloud