aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bsdconfig
Commit message (Expand)AuthorAgeFilesLines
* Rewrite usermgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-1411-1044/+2085
* 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
* Point hat! Fix a broken f_isinteger().Devin Teske2014-03-141-1/+1
* Remove useless NULL string '' in compound strings. Look very closely.Devin Teske2014-03-142-3/+3
* Fix future namespace issues for functions taking $var_to_set -- functionsDevin Teske2014-03-141-26/+48
* Update copyright.Devin Teske2014-03-142-2/+2
* Comments.Devin Teske2014-03-141-5/+3
* Add debug statement just before attempting to exec a module.Devin Teske2014-03-141-0/+1
* Remove indexfile from debug statement as it is already logged byDevin Teske2014-03-141-2/+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
* Change dipatch words from group* to *Group to backward compatible withDevin Teske2014-03-071-3/+3
* Rewrite groupmgmt -- hooking it into the scripting system with dispatchDevin Teske2014-03-0711-440/+827
* Comment -- to go with NL global introduced (but not mentioned) by r262901Devin Teske2014-03-071-0/+3
* s/__number/__num/ for code clarify but more to prevent localization ofDevin Teske2014-03-071-11/+19
* Centralize function name. Update a comment while here.Devin Teske2014-03-071-4/+5
* Make f_show_err non-fatal.Devin Teske2014-03-071-4/+1
* Fix incorrect return status if var_to_set and var_to_get are the same.Devin Teske2014-03-071-1/+1
* Fix a typo in a comment.Devin Teske2014-03-071-1/+1
* Add missing local declaration.Devin Teske2014-03-071-2/+2
* Allow dispatched reswords to carry arguments. Fix a comment while here.Devin Teske2014-03-072-9/+8
* Dummy commit (s/__num/__number/) in f_expand_number() to describe that theDevin Teske2014-01-201-13/+11
* Optimize f_expand_number(), improving performance.Devin Teske2014-01-191-24/+6
* Export 'REPOS_DIR' when the selected source medium for packageGlen Barber2013-12-151-0/+3
* Fix failed attempt to send pkg(8) stderr to /dev/nullDevin Teske2013-12-091-2/+2
* Performance and debugging enhancements:Devin Teske2013-12-0777-746/+839
* Fix PKG_ABI detection in bsdconfig(8) after pkg-1.2 is released, sinceGlen Barber2013-12-021-1/+1
* Sort function output on name of the function.Devin Teske2013-11-301-5/+30
* Fix an issue where additional lines of a function definition didn't lineDevin Teske2013-11-291-2/+2
* Fix an issue where the leading `+' sign before a function name was notDevin Teske2013-11-291-1/+1
* Sort messages.Devin Teske2013-11-256-29/+29
* Add missing newline to printf format string.Devin Teske2013-11-251-2/+2
* Add missing `$' before variable name `pgm'. Unnoticed unless runningDevin Teske2013-11-251-1/+1
* Improve network device scanning in the netdev module. First, make it use theDevin Teske2013-11-223-35/+173
* f_die() (see `bsdconfig includes -dF die') uses a dialog box (and has beenDevin Teske2013-11-212-4/+6
* Remove unused line -- cruft left over from SVN r258360.Devin Teske2013-11-211-1/+0
* Quote the interface name for good measure.Devin Teske2013-11-211-6/+7
* Update function description for API tool:Devin Teske2013-11-201-3/+4
* Make `-d' implicitly enable `-f' for simplification.Devin Teske2013-11-202-3/+3
* Add a `-d' flag for printing the description of each function.Devin Teske2013-11-202-8/+28
* Add new `includes' module for exploring the bsdconfig(8) API.Devin Teske2013-11-208-3/+342
* Whitespace, style, sub-shells, and standardize variable nameDevin Teske2013-11-201-26/+20
* "Tim trailing" -> "Trim trailing"Tom Rhodes2013-11-191-1/+1