aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Install authpf-noip.Dag-Erling Smørgrav2013-07-101-0/+3
* Adjust comments to fit within 80-columns.Devin Teske2013-07-091-4/+4
* Fix conditional (der should match the comment above it).Devin Teske2013-07-091-1/+1
* Do two things: First, don't obscure the backtitle. Second, read ~/.dialogrcDevin Teske2013-07-091-1/+47
* - Add missing "static" keywords.Hiroki Sato2013-07-091-2/+7
* Add a missing white space.Hiroki Sato2013-07-091-1/+1
* Fix some Kerberos related terminology.Rick Macklem2013-07-081-2/+2
* Oops, initialize the krb5 ret values correctly (to anything non-zero).Rick Macklem2013-07-081-1/+1
* Make sure the krb5 status variables are correctly initialized.Rick Macklem2013-07-081-0/+1
* Document the new "-h" option for the gssd daemon.Rick Macklem2013-07-081-1/+12
* Add a new "-h" option to the gssd daemon that enables support forRick Macklem2013-07-081-13/+140
* Fix typos in the BSD License.Devin Teske2013-07-0790-178/+178
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-071-1/+1
* Be consistent with other usr.sbin programs w/respect to the copyrightDevin Teske2013-07-0788-88/+88
* Take the training-wheels off, after nearly 30 months of development. MFC toDevin Teske2013-07-061-5/+2
* Don't prevent the user from hanging their system by changing networkDevin Teske2013-07-056-17/+16
* Check for INDEX file first before anything else when processing modules.Devin Teske2013-07-051-0/+2
* Check menuitem before calculating tag.Devin Teske2013-07-051-2/+2
* Add the necessary code to reinstall packages. Both scripted accessDevin Teske2013-07-052-1/+11
* Remove superfluous continue at end of loop. (pointy-hat)Devin Teske2013-07-051-1/+1
* Add support for processing add-on modules from /usr/local/libexec/bsdconfigDevin Teske2013-07-052-3/+87
* Oops, r252833 was not supposed to touch this file. Back-out and recommitDevin Teske2013-07-051-13/+3
* Don't calculate the tag until we know that we're going to make a new menuDevin Teske2013-07-052-8/+17
* Remove ancient code for FreeBSD 2.x compatibility.Robert Millan2013-07-052-12/+3
* Oops, r252810 forgot to hook the new example file (browse_packages.sh) intoDevin Teske2013-07-051-1/+1
* Adhere to 80-column width.Devin Teske2013-07-051-6/+6
* Document remaining undocumented modules (and remove my silly place-holderDevin Teske2013-07-051-34/+22
* Make a correction to the description of invocation with-versus-withoutDevin Teske2013-07-051-3/+3
* Document new `-d' and `-D file' debugging options.Devin Teske2013-07-051-0/+6
* Change default FTP server (s/ftp-archive/ftp/).Devin Teske2013-07-051-1/+2
* Add example shell script for creating a local INDEX file that can beDevin Teske2013-07-051-0/+25
* Update HISTORY.Devin Teske2013-07-051-1/+1
* Rest in peace Ron (Ron McDowell Jul.12, 1955 - Aug.26, 2012).Devin Teske2013-07-051-1/+1
* Update e-mails.Devin Teske2013-07-051-2/+2
* Since r251908, bsdconfig(8) has no direct ties to sade(8) (instead usesDevin Teske2013-07-051-2/+4
* Don't refer to a port manual.Devin Teske2013-07-051-1/+0
* mdoc: begin sentences on a new line.Devin Teske2013-07-051-9/+13
* Update date on the back of r252802.Devin Teske2013-07-051-1/+1
* Fix a typo.Devin Teske2013-07-051-1/+1
* Whitespace.Devin Teske2013-07-051-1/+1
* Update release info.Devin Teske2013-07-051-1/+1
* Update copyright/date on the back of r252798.Devin Teske2013-07-051-2/+2
* Update sysrc(8) manual to coincide with r252797:Devin Teske2013-07-051-7/+3
* Do not inherit $SYSRC_VERBOSE from operating environment. The concern isDevin Teske2013-07-051-8/+2
* Use f_show_msg() instead of f_dialog_msgbox() where appropriate. The mainDevin Teske2013-07-0518-49/+46
* Add the necessary code to uninstall packages (re-install still pending).Devin Teske2013-07-053-1/+135
* Add minor debugging.Devin Teske2013-07-051-0/+1
* Prevent f_package_add() from re-performing f_package_detect_installed()Devin Teske2013-07-051-0/+1
* Don't deselect a package right after installing it (this went unnoticedDevin Teske2013-07-051-2/+0
* Minor debugging changes/additions.Devin Teske2013-07-051-7/+14