aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Make the default choice for FTP media access use "auto".Devin Teske2013-06-112-2/+2
* Fix a bug introduced by r251236; product of bug was the following error inDevin Teske2013-06-092-10/+10
* Fix a bad calloc(3) callBaptiste Daroussin2013-06-081-1/+1
* Fix a bug introduced with r251190, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+2
* Fix a bug introduced with r249751, in which a small hunk was forgotten inDevin Teske2013-06-081-1/+5
* Fix a typo in comments.Devin Teske2013-06-081-1/+1
* Don't silently ignore errors (found whileDevin Teske2013-06-081-8/+11
* Prevent getting hung-up on the following prompt (found while testing withDevin Teske2013-06-081-1/+1
* Fix a one-character typo. The effects of which were "Console"->"Ttys" menuDevin Teske2013-06-081-1/+1
* Add a prompt to the "Add User" and "Add Group" sub-menu items (under theDevin Teske2013-06-083-34/+64
* 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
* Reduce verbosity in the "Console"->"Saver" module (bsdconfig syscons_saver)Devin Teske2013-06-081-1/+1
* Remove extraneous characters ('<<<') from `Exit' menutag in the "Security"Devin Teske2013-06-082-4/+4
* Implement foreign volume handling. Allows admins to view foreign metadataSean Bruno2013-06-087-24/+492
* Make 'portsnap alfred' overwrite ports tree if it's not created by aXin LI2013-06-071-1/+1
* Fix r251444 so that gssd.c still builds for WITHOUT_KERBEROS.Rick Macklem2013-06-061-0/+1
* Document the new "-v" option for the gssd daemon.Rick Macklem2013-06-051-2/+14
* Add a "-v" (verbose) option to the gssd daemon, to helpRick Macklem2013-06-051-2/+78
* Use calloc().Xin LI2013-06-051-2/+1
* Remove unneeded reference to link.h (sys/link_elf.h).Xin LI2013-06-055-5/+0
* Shift Console->Saver menu items to place the default item at the top, makingDevin Teske2013-06-041-41/+41
* Lessen verbosity of "Exit" menutag items to appear more consistent acrossDevin Teske2013-06-046-7/+6
* Use f_shell_escape() instead of forking to awk. In this case, theDevin Teske2013-06-043-8/+6
* Use a case-statement instead of multiple (separate even) if-statements.Devin Teske2013-06-041-4/+7
* Comments.Devin Teske2013-06-041-1/+1
* Similar to r251236, r251242, and r251244. Introduce new function-pair toDevin Teske2013-06-044-38/+81
* Fix a code typo (missing `eval') which lead to improperly-sized menu whenDevin Teske2013-06-041-1/+1
* Fix menu accenting for the package category list. The single-space indentDevin Teske2013-06-041-5/+5
* Whitespace and comments.Devin Teske2013-06-041-3/+3
* Improve debugging for f_dialog_*_constrain() to print constrained ratherDevin Teske2013-06-041-2/+15
* Move ppp.8.m4 back to ppp.8 and de-ifdef it.Brian Somers2013-06-022-32/+13
* Like r250701, introduce another handy function for truncating variables to aDevin Teske2013-06-021-0/+35
* Fix a typo. In this case, the typo caused the f_noyes() invocation toDevin Teske2013-06-021-1/+1
* Fix a bug in which the user's choice to Cancel was not recognized. This wasDevin Teske2013-06-021-1/+2
* Fix a bug that would cause a spurious warning to appear to appear in anDevin Teske2013-06-021-0/+2
* Fix a bug in which the user's choice to Cancel was not properly recognized.Devin Teske2013-06-021-1/+5
* Change the name of a couple of functions in `usermgmt/user_input.subr' toDevin Teske2013-06-022-8/+8
* Fix a copy/paste error within a comment.Devin Teske2013-06-021-1/+1
* Add some additional debugging to the common media library.Devin Teske2013-06-021-1/+9
* Make some obvious consolidations in local declaration for readability.Devin Teske2013-06-022-5/+3
* Standardize NULL initialization to be consistent.Devin Teske2013-06-023-3/+3
* Use f_isset() (introduced by r250317) instead of `f_quietly f_getvar ...'.Devin Teske2013-06-023-9/+10
* Make proper use of locals in f_dialog_init().Devin Teske2013-06-021-5/+4
* Improvements to whitespace and comments.Devin Teske2013-06-0212-38/+57
* Fix option processing from the library layer to address unexpectedDevin Teske2013-06-023-6/+50
* Standardize the way functions build their arguments leading up to a dialogDevin Teske2013-06-0232-282/+272