aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig/usermgmt/share
Commit message (Expand)AuthorAgeFilesLines
* Remove residual blank line at start of MakefileWarner Losh2024-07-151-1/+0
* Remove $FreeBSD$: one-line sh patternWarner Losh2023-08-166-6/+0
* bsdconfig: Fix a bug when editing usersDevin Teske2018-06-171-21/+24
* META MODE: Update dependencies with 'the-lot' and add missing directories.Bryan Drewery2015-12-011-0/+11
* META MODE: These need object directories to handle staging.Bryan Drewery2015-11-261-2/+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-041-3/+0
* Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-143-517/+2014
* 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
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-073-131/+778
* Performance and debugging enhancements:Devin Teske2013-12-072-10/+7
* Introduce centralized [X]dialog(1) exit codes to `dialog.subr' and make-useDevin Teske2013-10-092-48/+48
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The mainDevin Teske2013-07-052-12/+10
* More whitespace.Devin Teske2013-06-241-6/+6
* 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-021-4/+4
* 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-022-107/+104
* 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-012-65/+45
* Improve portion of the dialog(1) API in dialog.subr responsible forDevin Teske2013-05-312-135/+165
* UI improvements. First, implement --default-item whenever and whereverDevin Teske2013-04-222-10/+18
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces theDevin Teske2013-01-142-10/+12
* Add more debugging to help with diagnosis of program-flow when needed.Devin Teske2012-12-252-0/+10
* Improve the debugging abilities and clean up debug messages. In most cases,Devin Teske2012-12-212-38/+43
* Add much-needed dialog(1) --inputbox function for simplifying the process ofDevin Teske2012-12-212-335/+48
* Reverse SVN r240770 -- jilles@ made a suggestion that allowed us to redesignDevin Teske2012-09-211-6/+6
* Replace redirections to /dev/null with "close file-descriptor" syntax (>&-).Devin Teske2012-09-211-6/+6
* Change all invocations of dialog(1) to no-longer require temporary files.Devin Teske2012-09-202-58/+146
* Move major includes into /usr/share/bsdconfig for easy external access.Devin Teske2012-09-183-0/+1628