summaryrefslogtreecommitdiffstats
path: root/usr.sbin
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variableseadler2013-01-161-2/+0
* Avoid clobbering errno with a call to fprintfeadler2013-01-162-0/+6
* Don't use f_show_msg() unless printf(1) syntax is required (this reduces thedteske2013-01-1414-56/+57
* Directly uses calloc(3) instread of malloc(3) + memset(3)bapt2013-01-141-2/+1
* Add new f_yesno/f_noyes wrapper functions (which take printf(1) syntax).dteske2013-01-145-15/+51
* Add missing dialog(1) arguments to internationalize "Help"-button label.dteske2013-01-144-0/+4
* Note that cpufreq(4) is not available on all hardware.nwhitehorn2013-01-121-1/+1
* Remove EOL whitespace.joel2013-01-121-1/+1
* Always install our mtree as /usr/sbin/fmtree and link it asbrooks2013-01-092-2/+21
* Add no_prefer_iface option.ume2013-01-092-1/+17
* Update copyright following last commit.dteske2013-01-071-1/+1
* Add nonInteractive support to f_dialog_yesno/noyes().dteske2013-01-071-0/+7
* pw: free group returned by gr_addmjg2013-01-061-0/+1
* Update copyrights and dates following last commit.dteske2013-01-063-4/+4
* Add support for scripting (sysinstall style).dteske2013-01-058-8/+393
* Grammar fixes and some wordsmithingbjk2013-01-051-11/+8
* - Print scopeid for link-local scope addresses.hrs2013-01-031-3/+18
* Fix r244604 so that it builds when MK_KERBEROS_SUPPORT == "no".rmacklem2013-01-032-2/+21
* Make sure to update the mtime of a logfile after archiving it. Thismarkj2013-01-031-0/+9
* Have -n imply -r, since dry-run mode obviously doesn't require rootmarkj2013-01-032-2/+4
* Fix a typo in an error message.markj2013-01-031-1/+1
* Comments.dteske2013-01-031-0/+6
* Remove bogus '-' from getopt(3) string hit when porting daemon(8) tomarius2013-01-031-1/+1
* Make sade actually be a symlink to partedit, as per the commit message innwhitehorn2013-01-021-1/+2
* Add a man page for the new sade(8), which is mostly the same uninformativenwhitehorn2012-12-302-1/+76
* Replace sade the extracted piece of sysinstall with sade the extractednwhitehorn2012-12-3025-6370/+1
* If invoked as sade, don't complain about having a filesystem on / alreadynwhitehorn2012-12-301-2/+6
* Comments.dteske2012-12-291-1/+4
* Add missing enforcement of height restriction after minor adjustment.dteske2012-12-291-0/+1
* Add support for running without a controlling terminal (for example, whendteske2012-12-291-8/+21
* Allow debug output to be logged to a file (set $debugFile to target pathname)dteske2012-12-281-0/+24
* Whitespace.dteske2012-12-281-0/+1
* Fix incorrect function name. s/[[:<:]]dialog_clear/f_&/dteske2012-12-281-1/+1
* Simplify vnextgrent and vnextpwent reusing pw_scan and gr_scan from libutil.bapt2012-12-271-169/+67
* Fix a regression in "pw group show" introduced r242349:bapt2012-12-271-1/+1
* Simplify the code by using the new gr_add functionbapt2012-12-271-15/+9
* Comments and fit to 80-columns.dteske2012-12-271-10/+11
* Simplify copying of group members by using memcpybapt2012-12-261-2/+1
* Fix off-by-one error in memory allocation: j entries, one new and a nullbapt2012-12-261-1/+1
* In case of the deletion of a user those whole database has to be regenerated,bapt2012-12-261-1/+5
* Fix creating a user and adding it to a groupbapt2012-12-261-7/+8
* Attempt to clarify that for ZFS, all file systems underrmacklem2012-12-251-1/+3
* Attempt to clarify that for ZFS, all file systems underrmacklem2012-12-251-2/+5
* Add more debugging to help with diagnosis of program-flow when needed.dteske2012-12-2567-21/+181
* Remove unnecessary duplicate initialization of the dialog(1) API (automaticallydteske2012-12-2542-42/+0
* Remove extraneous space and new-line.matthew2012-12-231-2/+2
* Fix the Makefile so it can build gssd.c after r244604.rmacklem2012-12-231-2/+2
* Third time's the charm. pkg -N output needs to go to stderr.matthew2012-12-231-4/+2
* Document the new gssd daemon options added by r244604.rmacklem2012-12-221-1/+27
* It was reported via email that some sshds create kerberosrmacklem2012-12-221-11/+295
OpenPOWER on IntegriCloud