summaryrefslogtreecommitdiffstats
path: root/etc/inc
Commit message (Expand)AuthorAgeFilesLines
* Add a description to this write_config() so it's a little more obvious what i...jim-p2011-01-181-2/+2
* No need to set this here, we already set it in config.inc (and it takes prece...jim-p2011-01-181-5/+0
* Add the cron job a different way. There have been a couple reports of losing ...jim-p2011-01-181-2/+10
* Specify the -inet family so that accidental IPv6 addresses here don't break t...smos2011-01-171-3/+3
* Add the default value for the new tunable debug.pfftpproxy to 0. It allows to...Ermal2011-01-171-2/+3
* Really do not deactivate netgraph if the underlying interface is needed by it!Ermal2011-01-171-10/+11
* Ticket #1198. Fix code when checking client or serverPierre POMES2011-01-151-2/+2
* Remove extra bracejim-p2011-01-141-1/+1
* Better test for an empty CA to avoid writing out an empty CA file (some on th...jim-p2011-01-141-2/+2
* Bail on reinstalling all packages if we can't contact the package repo.jim-p2011-01-121-0/+9
* Ticket #621. Sort even csr subject to have the matching go ok during import o...Ermal2011-01-121-0/+1
* Only copy 52 chars of a user descr to the pf rule. When added to the "USER_RU...jim-p2011-01-121-1/+1
* Bump config version, add upgrade code to setup cron job for URL table update ...jim-p2011-01-102-1/+6
* Ticket #875. While ldconfig should be called by pkg code itself do it explici...Ermal2011-01-101-1/+4
* allow 127.0.0.1 and localhost for HTTP_REFERER checksChris Buechler2011-01-091-0/+4
* Stop spewing backup info on bootupScott Ullrich2011-01-071-1/+1
* Add back booting check that existed prior to refcount code. We will improve ...Scott Ullrich2011-01-071-1/+4
* Ticket #621. sort the contents of array used for generating subject by keys s...Ermal2011-01-071-3/+5
* Need to use Unlink in tarScott Ullrich2011-01-071-12/+8
* Shorten englishScott Ullrich2011-01-061-5/+12
* Scroll the textarea to bottom on each updateScott Ullrich2011-01-061-1/+3
* Take into account< 10 tooScott Ullrich2011-01-061-2/+2
* When installing packages on console (downloading) only show every 10% meaning...Scott Ullrich2011-01-061-1/+16
* Ensure $pkg is defined. Send pkg_delete errors to /tmp/pkg-delete_errors.txtScott Ullrich2011-01-061-1/+6
* Fix package dependency check code now that we no longer nuke /var/db/pkg/ bef...Scott Ullrich2011-01-061-4/+22
* Strip off the space between @depend and the package name. Otherwise it will ...Scott Ullrich2011-01-061-1/+1
* Do not unlink file, it's handled by behind the scenes pkg-utils.inc codeScott Ullrich2011-01-061-1/+0
* Shorten repo download messageScott Ullrich2011-01-061-1/+1
* Do not show already installed messages which fill up the textarea too many timesScott Ullrich2011-01-061-1/+1
* Also CDATA protect the detail field. Fixes #1168jim-p2011-01-061-2/+2
* Don't run mb_convert_encoding on descr field, it's cdata protected in the con...jim-p2011-01-061-1/+1
* Do not nuke /var/db/pkg now that 2.0 has better handlingScott Ullrich2011-01-051-2/+0
* Reinstall packages on bootup during console. Ticket #1156Scott Ullrich2011-01-051-0/+22
* Ticket #491. Correct username/password name fields so upgrade works correctly.Ermal2011-01-051-2/+2
* Actually use sigkillbypid.Ermal2011-01-051-1/+1
* Send a HUP to racoon which is equivalent to the reload-config racoonctl comma...Ermal2011-01-051-1/+3
* Forgot to up the array count.Warren Baker2011-01-041-3/+3
* Add kern.ipc.maxsockbuf to upgrade config and remove extra whitespace.Warren Baker2011-01-041-1/+5
* Unbreak dns server colletion. Pointyhat: myselfErmal2011-01-041-6/+16
* Add sysctl for maximum socket buffer sizing. Set to 42621444. This is need...Scott Ullrich2011-01-041-3/+4
* Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-031-5/+2
* Ticket #1141. Add missing sasl.incPierre POMES2011-01-031-0/+422
* Oops remove forgotten line and correct variable name error that seems to have...Ermal2011-01-031-2/+1
* Use glob instead of forking cat with glob patterns. Also use file() instead ...Ermal2011-01-031-10/+12
* When the parent interface of a pppoe is assigned do not remove the interface ...Ermal2011-01-031-12/+24
* Remove uncessesary function call.gnhb2011-01-031-1/+0
* Reshuffle code a bit. Prevent potential race condition between one mpd instancegnhb2011-01-031-3/+5
* Ticket #1141. Typo error, use ->user to enable authPierre POMES2011-01-021-1/+1
* Ticket #1141. Add necessary stuff for smtp auth using saslPierre POMES2011-01-027-1/+613
* Improve parse_config to not be recursive for no reason. This fixes some stran...Ermal2010-12-301-54/+52
OpenPOWER on IntegriCloud