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