summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update zoneinfo using latest zones from FreeBSDjim-p2012-05-081-0/+0
|
* Pull in fix for Ticket #1917 to RELENG_2_0 as well.jim-p2012-05-081-3/+3
|
* $realif only exists on apply, which this code path would never touch. Change ↵jim-p2012-05-081-1/+1
| | | | to use the configured interface instead. Fixes #2212
* Move the stop_packages code to a function, and call the function from the ↵jim-p2012-05-083-73/+49
| | | | shell script, and call the function directly for a reboot. Fixes #2402 and ticket #1564
* Merge pull request #102 from marcelloc/patch-9Scott Ullrich2012-05-071-0/+1
|\ | | | | Fix missing description in rowhelper.
| * Fix missing description in rowhelper.Marcello Coutinho2012-05-071-0/+1
|/
* Use a better default update urljim-p2012-05-071-2/+3
|
* Whoops, typo. Fixed now.jim-p2012-05-071-1/+1
|
* Don't pass a shell escaped version of $realifl to ↵jim-p2012-05-071-1/+1
| | | | pfSense_bridge_add_member(). Fixes bridging
* Fix missing parenjim-p2012-05-071-1/+1
|
* Bump to 2.0.2-RC1 for testing.jim-p2012-05-071-1/+1
|
* Merge pull request #101 from marcelloc/patch-8Scott Ullrich2012-05-071-3/+3
|\ | | | | Patch 8
| * Stop service needs to wait process to be stopped before trying to restart it.Marcello Coutinho2012-05-071-3/+3
|/
* When the "OpenVPN" users type was commented out of the drop-down, this ↵jim-p2012-05-021-4/+4
| | | | function wasn't adjusted so it was off by one in its counts, making the URL table update frequency box disabled.
* Fix display of widgets with configuration controls in IE. From Gertjan on ↵jim-p2012-04-301-3/+4
| | | | the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
* Better error handling for crypt_data and also better password argument handlingjim-p2012-04-301-5/+10
|
* Fix preservation of the selection of interfaces on input errors for floating ↵Erik Fonnesbeck2012-04-271-0/+2
| | | | rules.
* Use !empty instead of isset to prevent accidental deletion of the last used ↵Erik Fonnesbeck2012-04-271-3/+3
| | | | repository URL when firmware update gitsync settings have been saved without a repository URL.
* fix text. Ticket #2399Chris Buechler2012-04-261-1/+1
|
* routes should not be skipped when IPsec is on WAN, as WAN may not be the ↵Chris Buechler2012-04-231-3/+2
| | | | default gateway.
* go back to scrub rather than "scrub in", the latter breaks MSS clamping for ↵Chris Buechler2012-04-231-3/+3
| | | | egress traffic the way we use it.
* Enable a second ptyErmal2012-04-201-1/+1
|
* Enable verbosity to actually put something in the logsErmal2012-04-131-1/+1
|
* fix typo. Ticket #2371Chris Buechler2012-04-121-1/+1
|
* Revert "RADIUS accounting updates are needed for PPPoE and L2TP too"Chris Buechler2012-04-111-2/+0
| | | | This reverts commit b6393be173ffd67eef1acaadf9624ce06b386d82.
* RADIUS accounting updates are needed for PPPoE and L2TP tooChris Buechler2012-04-111-0/+2
|
* When renaming a user, make sure to remove the previous user or it gets left ↵jim-p2012-04-111-1/+3
| | | | in /etc/passwd.
* Add alias support to static routes (needs some testing) Ticket #2239jim-p2012-04-105-50/+136
|
* Merge pull request #77 from Whizkidzz/RELENG_2_0Scott Ullrich2012-04-062-11/+43
|\ | | | | Releng 2 0
| * Added "interface_selection" type to enable interface selection in tinydns serverwhizkidzz2012-04-062-11/+43
| | | | | | | | | | This is usefull in multiwan setup and to check if a server behind pfsense is still running. So that tinydns can change the corresponding records
* | Unbreak openvpnErmal2012-04-051-1/+1
| |
* | Bump config version to take care of new vipsErmal2012-04-051-1/+1
| |
* | Reread config after doing footshootingErmal2012-04-051-1/+2
| |
* | Make vips vhid be unique per parent interface!Ermal2012-04-0511-91/+85
| |
* | Fix newlinesjim-p2012-04-041-39/+39
|/
* Remove unused codeErmal2012-03-232-9/+6
|
* Correct location of '\n'Ermal2012-03-231-1/+1
|
* Correct building of queue to not depend on parent maskErmal2012-03-231-5/+5
|
* Fix pattern upload, button text check was incorrect.jim-p2012-03-201-1/+1
|
* Pull required .incErmal2012-03-191-0/+1
|
* support for xmlrpcauthuser and xmlrpcauthpass in $g.Darren Embry2012-03-152-0/+17
| | | | also for some reason get_pkg_sizes() wasn't using credentials at all.
* Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself ↵Ermal2012-03-151-3/+3
| | | | when lighttpd is doing so. This makes it possible to recover from 550-Internal... error.
* Update help text for Host alaises to indicate FQDNs are allowed.jim-p2012-03-151-1/+1
|
* Don't put an extra space here or later tests will fail to match this as a ↵jim-p2012-03-141-1/+1
| | | | pass rule. Part of #2293
* Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd ↵jim-p2012-03-131-1/+1
| | | | | | in the background since we don't need to care about its return data. Speeds up GUI with broken DNS." This reverts commit 9281c9c66c4a5d64e6fda459ce89f18bc8fc27db.
* Start ntpd in the background since we don't need to care about its return ↵jim-p2012-03-131-1/+1
| | | | data. Speeds up GUI with broken DNS.
* Looking at pw code : chars are invalid in a comment fieldgit diff! Replace ↵Ermal2012-03-121-1/+2
| | | | those to just space
* Make this unconditional to have the pfil hooks setuped always rightErmal2012-03-121-2/+1
|
* An empty file is created so that the table is availblke for rules refrencing ↵Ermal2012-03-121-6/+1
| | | | it so mark it as successful.
* Prevent ruleset breaking from grep putting garbage on urltable files and as ↵Ermal2012-03-121-2/+5
| | | | a result creating unparsable files breaking rulesets
OpenPOWER on IntegriCloud