| Commit message (Expand) | Author | Age | Files | Lines |
* | MFC r284609: Interim fix for "Login not found" error. | dteske | 2015-06-23 | 2 | -10/+10 |
* | MFC r278493: Update copyrights. | dteske | 2015-03-05 | 1 | -1/+1 |
* | MFC r278488: Whitespace. | dteske | 2015-03-05 | 1 | -2/+1 |
* | MFC r274073: | dteske | 2015-03-05 | 3 | -9/+0 |
* | MFC revisions 260894,260899,262895-262902,262904,262908-262910,262982, | dteske | 2014-04-01 | 15 | -1495/+2961 |
* | MFC r259054: | dteske | 2014-01-15 | 11 | -110/+74 |
* | MFC r258355,258360,258400-258401,258406-258407,258418,258430,258439,258589- | dteske | 2014-01-15 | 1 | -5/+5 |
* | Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-use | dteske | 2013-10-09 | 9 | -70/+67 |
* | Fix typos in the BSD License. | dteske | 2013-07-07 | 1 | -2/+2 |
* | Be consistent with other usr.sbin programs w/respect to the copyright | dteske | 2013-07-07 | 1 | -1/+1 |
* | Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The main | dteske | 2013-07-05 | 4 | -18/+16 |
* | More whitespace. | dteske | 2013-06-24 | 10 | -17/+17 |
* | When the fall-back of a case-statement is the last thing executed in a | dteske | 2013-06-20 | 1 | -7/+6 |
* | When the fall-back of a case-statement is the last thing executed in a | dteske | 2013-06-20 | 3 | -21/+18 |
* | Whitespace. | dteske | 2013-06-19 | 1 | -20/+10 |
* | Whitespace and comments. | dteske | 2013-06-19 | 1 | -1/+0 |
* | Remove extra whitespace lines. | dteske | 2013-06-19 | 4 | -8/+0 |
* | Perform some code consolidation and add some additional error | dteske | 2013-06-18 | 2 | -28/+17 |
* | Improve the INDEX format. Whitespace improvements, format improvements, typo | dteske | 2013-06-18 | 1 | -17/+21 |
* | Add a prompt to the "Add User" and "Add Group" sub-menu items (under the | dteske | 2013-06-08 | 3 | -34/+64 |
* | Curb another regression (this one introduced by r251545, itself trying to | dteske | 2013-06-08 | 2 | -6/+14 |
* | Fix a regression introduced by r251544; if user chooses "NO" when being | dteske | 2013-06-08 | 2 | -0/+2 |
* | Check for ESC as a separate choice from "NO" when asking if the operator | dteske | 2013-06-08 | 2 | -8/+8 |
* | Track defaultitem in the password and account expiry menus; if the user | dteske | 2013-06-08 | 1 | -2/+6 |
* | Fix a regression in the "Login Management" module introduced by r251242 in | dteske | 2013-06-08 | 1 | -4/+8 |
* | Change the name of a couple of functions in `usermgmt/user_input.subr' to | dteske | 2013-06-02 | 2 | -8/+8 |
* | Improvements to whitespace and comments. | dteske | 2013-06-02 | 2 | -17/+17 |
* | Standardize the way functions build their arguments leading up to a dialog | dteske | 2013-06-02 | 3 | -114/+110 |
* | Improve the dialog(1) API in dialog.subr by adding f_dialog_default_store() | dteske | 2013-06-02 | 3 | -32/+38 |
* | Similar to r251236, improve the portion of dialog(1) API in dialog.subr | dteske | 2013-06-02 | 2 | -73/+41 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-06-01 | 9 | -86/+63 |
* | Improve portion of the dialog(1) API in dialog.subr responsible for | dteske | 2013-05-31 | 5 | -165/+195 |
* | Centralize standard getopts arguments, both for convenience and to correct | dteske | 2013-05-14 | 7 | -7/+7 |
* | UI improvements. First, implement --default-item whenever and wherever | dteske | 2013-04-22 | 10 | -42/+68 |
* | Add new flags `-d' (sets debug=1) and `-D file' (sets debugFile) and | dteske | 2013-04-22 | 8 | -16/+20 |
* | Don't use f_show_msg() unless printf(1) syntax is required (this reduces the | dteske | 2013-01-14 | 4 | -32/+34 |
* | Add missing dialog(1) arguments to internationalize "Help"-button label. | dteske | 2013-01-14 | 1 | -0/+1 |
* | Add more debugging to help with diagnosis of program-flow when needed. | dteske | 2012-12-25 | 11 | -0/+19 |
* | Remove unnecessary duplicate initialization of the dialog(1) API (automatically | dteske | 2012-12-25 | 9 | -9/+0 |
* | Remove erroneous use of "local" (not in a function). | dteske | 2012-12-21 | 1 | -1/+0 |
* | Improve the debugging abilities and clean up debug messages. In most cases, | dteske | 2012-12-21 | 9 | -55/+60 |
* | Add much-needed dialog(1) --inputbox function for simplifying the process of | dteske | 2012-12-21 | 2 | -335/+48 |
* | Replicate a feature from sysinstall documented in | dteske | 2012-11-16 | 9 | -9/+9 |
* | Resurrect and integrate stable/9/usr.sbin/sysinstall/help/usermgmt.hlp | dteske | 2012-10-26 | 3 | -2/+96 |
* | Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesign | dteske | 2012-09-21 | 1 | -6/+6 |
* | Replace redirections to /dev/null with "close file-descriptor" syntax (>&-). | dteske | 2012-09-21 | 1 | -6/+6 |
* | Change all invocations of dialog(1) to no-longer require temporary files. | dteske | 2012-09-20 | 5 | -64/+162 |
* | Move major includes into /usr/share/bsdconfig for easy external access. | dteske | 2012-09-18 | 14 | -63/+74 |
* | Import bsdconfig(8) as a replacement for the post-install abilities of | dteske | 2012-07-14 | 16 | -0/+3309 |