summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsdconfig/usermgmt
Commit message (Expand)AuthorAgeFilesLines
* MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982,dteske2014-04-0115-1495/+2961
* MFC r259054:dteske2014-01-1511-110/+74
* MFC r258355,258360,258400-258401,258406-258407,258418,258430,258439,258589-dteske2014-01-151-5/+5
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-usedteske2013-10-099-70/+67
* Fix typos in the BSD License.dteske2013-07-071-2/+2
* Be consistent with other usr.sbin programs w/respect to the copyrightdteske2013-07-071-1/+1
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The maindteske2013-07-054-18/+16
* More whitespace.dteske2013-06-2410-17/+17
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-201-7/+6
* When the fall-back of a case-statement is the last thing executed in adteske2013-06-203-21/+18
* Whitespace.dteske2013-06-191-20/+10
* Whitespace and comments.dteske2013-06-191-1/+0
* Remove extra whitespace lines.dteske2013-06-194-8/+0
* Perform some code consolidation and add some additional errordteske2013-06-182-28/+17
* Improve the INDEX format. Whitespace improvements, format improvements, typodteske2013-06-181-17/+21
* Add a prompt to the "Add User" and "Add Group" sub-menu items (under thedteske2013-06-083-34/+64
* Curb another regression (this one introduced by r251545, itself trying todteske2013-06-082-6/+14
* Fix a regression introduced by r251544; if user chooses "NO" when beingdteske2013-06-082-0/+2
* Check for ESC as a separate choice from "NO" when asking if the operatordteske2013-06-082-8/+8
* 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-022-8/+8
* Improvements to whitespace and comments.dteske2013-06-022-17/+17
* Standardize the way functions build their arguments leading up to a dialogdteske2013-06-023-114/+110
* Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store()dteske2013-06-023-32/+38
* Similar to r251236, improve the portion of dialog(1) API in dialog.subrdteske2013-06-022-73/+41
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-06-019-86/+63
* Improve portion of the dialog(1) API in dialog.subr responsible fordteske2013-05-315-165/+195
* Centralize standard getopts arguments, both for convenience and to correctdteske2013-05-147-7/+7
* UI improvements. First, implement --default-item whenever and whereverdteske2013-04-2210-42/+68
* Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) anddteske2013-04-228-16/+20
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-144-32/+34
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-141-0/+1
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-2511-0/+19
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-259-9/+0
* Remove erroneous use of "local" (not in a function).dteske2012-12-211-1/+0
* Improve the debugging abilities and clean up debug messages. In most cases,dteske2012-12-219-55/+60
* Add much-needed dialog(1) --inputbox function for simplifying the process ofdteske2012-12-212-335/+48
* Replicate a feature from sysinstall documented indteske2012-11-169-9/+9
* Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlpdteske2012-10-263-2/+96
* 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-205-64/+162
* Move major includes into /usr/share/bsdconfig for easy external access.dteske2012-09-1814-63/+74
* Import bsdconfig(8) as a replacement for the post-install abilities ofdteske2012-07-1416-0/+3309
OpenPOWER on IntegriCloud