summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Turn back off zlib compressionScott Ullrich2011-01-101-1/+1
| |
| * allow 127.0.0.1 and localhost for HTTP_REFERER checksChris Buechler2011-01-091-0/+4
| |
| * Fix HTML errors reported by Eclipse using PHP perspectivePierre POMES2011-01-093-3/+3
| |
| * Added Unbound to the package section for correct link to doc site.Warren Baker2011-01-081-0/+1
| |
| * 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
| | | | | | | | upon this next week.
| * Ticket #621. sort the contents of array used for generating subject by keys ↵Ermal2011-01-071-3/+5
| | | | | | | | so whenever we do subject comparison we will not have problem just because of the array keys ordering.
| * 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% ↵Scott Ullrich2011-01-061-1/+16
| | | | | | | | meaning 10% 20% 30% instead of 1% 2% 3% 4% 5%, etc
| * 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/ ↵Scott Ullrich2011-01-061-4/+22
| | | | | | | | before operating on packages
| * Strip off the space between @depend and the package name. Otherwise it will ↵Scott Ullrich2011-01-061-1/+1
| | | | | | | | return a space in front of the pkgname
| * Do not unlink file, it's handled by behind the scenes pkg-utils.inc codeScott Ullrich2011-01-062-2/+0
| |
| * Fix typoScott Ullrich2011-01-061-1/+1
| |
| * 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
| |
| * Include pkg-utils.incScott Ullrich2011-01-061-0/+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 ↵jim-p2011-01-065-9/+9
| | | | | | | | config now and this just causes some characters to be lost on input. Ticket #1168
| * Do not center hard drive upgrade imageScott Ullrich2011-01-051-1/+1
| |
| * Increase textarea column size.Scott Ullrich2011-01-051-2/+2
| |
| * Clarify a few lines of textScott Ullrich2011-01-051-2/+2
| |
| * nuke content size.Scott Ullrich2011-01-051-1/+1
| |
| * Do not nuke /var/db/pkg now that 2.0 has better handlingScott Ullrich2011-01-052-4/+0
| |
| * Reinstall packages on bootup during console. Ticket #1156Scott Ullrich2011-01-052-1/+33
| |
| * Revert "Swoop through and stop any packages prior to upgrade. Ticket #1156"Scott Ullrich2011-01-051-5/+0
| | | | | | | | This reverts commit cf42de70c84632bcee5d6d545b1242f14a73c618.
| * Swoop through and stop any packages prior to upgrade. Ticket #1156Scott Ullrich2011-01-051-0/+5
| |
| * 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 ↵Ermal2011-01-051-1/+3
| | | | | | | | command which seems to not work in 0.7.3 of ipsec-tools.
| * Set status field to upgrade in progtress during upgradeScott Ullrich2011-01-051-2/+4
| |
| * fix textChris Buechler2011-01-051-1/+1
| |
| * comment out unfinished OpenVPN Users alias option, can finish for a post-2.0 ↵Chris Buechler2011-01-041-1/+1
| | | | | | | | release
| * 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 ↵Scott Ullrich2011-01-042-3/+9
| | | | | | | | needed for some heavily loaded servers running unbound, squid, etc
| * don't use hard coded themeChris Buechler2011-01-031-4/+4
| |
| * fix CP dashboard widgetChris Buechler2011-01-031-0/+1
| |
| * Ticket #943. Sleep 1 second to give dns time to reload.Ermal2011-01-032-5/+3
| |
| * Ticket #1141. Add missing sasl.incPierre POMES2011-01-031-0/+422
| |
| * Oops remove forgotten line and correct variable name error that seems to ↵Ermal2011-01-031-2/+1
| | | | | | | | have existed from long time. Even though the file read is not used in pfSense this days!
| * Simplify package version checking code and use the existing ↵jim-p2011-01-031-23/+13
| | | | | | | | pfs_version_compare function that does much (and more) of what the old code was trying to do on its own.
| * Use glob instead of forking cat with glob patterns. Also use file() instead ↵Ermal2011-01-031-10/+12
| | | | | | | | of forking cat just for reading a file. This might help with the issue reported on Ticket #943 which seems like a timing issue even though the dns events happen before newip events.
| * Ticket #1152. Call rc.newwanip even on openvpn linkup event to do the ↵Ermal2011-01-032-2/+3
| | | | | | | | correct reloading of gateways and services. Add a safe belt to avoid a recursion in openvpn itself from rc.newwanip.
| * When the parent interface of a pppoe is assigned do not remove the interface ↵Ermal2011-01-031-12/+24
| | | | | | | | from ng_ether since this will break ppp clients of netgraph with this interface as parent. This solves http://forum.pfsense.org/index.php/topic,31247.75.html
| * Add $nocsrf = true;Scott Ullrich2011-01-0317-1/+38
| |
OpenPOWER on IntegriCloud