summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix this browser checkErik Fonnesbeck2012-10-311-1/+1
|
* Resolves #2670. Mark vtnet interfaces as altq capable.Ermal2012-10-311-1/+1
|
* Add missing line ending to fix pf syntax error.Erik Fonnesbeck2012-10-311-1/+1
|
* Use if-bound states for better featuresErmal2012-10-311-1/+1
|
* And more encoding...jim-p2012-10-311-1/+1
|
* Still more encoding...jim-p2012-10-311-6/+6
|
* More encoding...jim-p2012-10-311-7/+7
|
* Encode this before showing it.jim-p2012-10-311-1/+1
|
* Encode parameters before showing them to users.jim-p2012-10-311-4/+4
|
* Encode some more parameters before showing them to users.jim-p2012-10-313-17/+17
|
* Encode the interface parameter before using it in a redirectjim-p2012-10-311-1/+1
|
* Encode the if parameter before using it in redirects, too.jim-p2012-10-311-4/+4
| | | | | | Conflicts: usr/local/www/firewall_rules.php
* Encode the if parameter before using it in htmljim-p2012-10-311-3/+3
|
* Escape parameters better when managing tables. Fix test to allow deleting ↵jim-p2012-10-311-6/+6
| | | | | | | | subnet entries as well as IPs. Conflicts: usr/local/www/diag_tables.php
* Remove debug outputjim-p2012-10-311-1/+0
|
* Set the CSRF Magic timeout to the same as the session timeout, so that if a ↵jim-p2012-10-311-0/+3
| | | | user sets a lower session time, the CSRF magic tokens do not outlive the user's session.
* Update CSRF Magicjim-p2012-10-312-9/+12
|
* Revert "Revert "Do not put the prefix len on the src ip""Ermal2012-10-311-1/+1
| | | | | | This reverts commit 16c95ab93bcfb8d59260aa7564a402a6cec3050d. This is how it should be for now. See #2665
* Revert "Do not put the prefix len on the src ip"Ermal2012-10-311-1/+1
| | | | | | It actually makes sense in IPv6 world This reverts commit 3b1385a3febf783f48881b7baf61844f8e91209d.
* Do not put the prefix len on the src ipErmal2012-10-311-1/+1
|
* Merge pull request #243 from phil-davis/masterChris Buechler2012-10-302-2/+2
|\ | | | | Replace deprecated split with explode
| * Replace deprecated split with explodePhil Davis2012-10-311-1/+1
| |
| * Replace deprecated split with explodePhil Davis2012-10-311-1/+1
|/
* Fixes #2394. If an entry of 0.0.0.0/0 is configured than use the first ↵Ermal2012-10-301-2/+4
| | | | interface ip matching. Also do a microptimization to not retrieve the interface list every ping host entry
* Fixes #2300. Take into consideration ip aliases on carpErmal2012-10-301-5/+8
|
* Fixes #2300. Add static route even for ip aliases selected to avoid issues.Ermal2012-10-301-1/+4
|
* use the proper array here for VIPs and use some suggestions from the ticket ↵jim-p2012-10-301-6/+15
| | | | to fix #2645
* Mark the pipe/queue with zero(unlimited) bandwidth to allow traffic on the ↵Ermal2012-10-291-1/+5
| | | | state to flow still or new traffic matching the rule to flow. Dummynet blocks traffic not matchign apipe/flow by default. Reported-by: http://forum.pfsense.org/index.php/topic,54595.msg294734.html#msg294734
* now works againDarren Embry2012-10-261-14/+17
| | | | most likely fixes #2638
* fix #2639 (country interface selector in interfaces_ppps_edit.php)Darren Embry2012-10-262-51/+69
| | | | also make ppps_edit more jslint ready for good measure
* Make the size of the group privilege list the same size as the user ↵jim-p2012-10-261-1/+1
| | | | privilege list.
* Standardize hypenation and capitalization of Pre-Shared Keyjim-p2012-10-268-14/+14
|
* restrict '/' from virtual server name fieldDarren Embry2012-10-261-2/+2
| | | | fixes #2656
* To avoid issues with missing removed schedules just do not create the pipe ↵Ermal2012-10-241-1/+2
| | | | at all
* Merge pull request #242 from phil-davis/masterSeth Mos2012-10-241-15/+17
|\ | | | | Fix warning when no gateway groups
| * Fix warning when no gateway groupsPhil Davis2012-10-241-15/+17
|/ | | If there are no gateway groups defined, and you save a rule that has an ordinary gateway selected in "Advanced Features - Gateway", then a warning is emitted when trying to traverse an empty gateway groups array at line 214.
* Throw an error when invalid configuration is posted(address->network).Ermal2012-10-231-0/+2
|
* Correct issues with limiters. 1. correct spelling of config option 2. avoid ↵Ermal2012-10-232-3/+4
| | | | duplicating javascript
* Merge pull request #241 from bcyrill/patch-3Jim P2012-10-231-2/+4
|\ | | | | Fix limiter error
| * Fix limiter errorbcyrill2012-10-231-1/+1
| |
| * Fix limiter errorbcyrill2012-10-231-1/+1
| |
| * Fix limiter errorbcyrill2012-10-231-0/+1
| |
| * Fix limiter errorbcyrill2012-10-231-1/+2
|/
* Use a proposal check value of obey for all mobile, not just pure-PSK. (The ↵jim-p2012-10-221-1/+1
| | | | docs recommend setting this, may as well make it the default)
* Switch to background launchingsmos2012-10-181-1/+1
|
* Check if there is any configuration present before going through it.Ermal2012-10-181-1/+1
|
* Check if there is any configuration present before going through it.Ermal2012-10-181-5/+7
|
* Add a few required things here to allow the script to workjim-p2012-10-161-0/+3
|
* Fix spellingWarren Baker2012-10-161-1/+1
|
* Fix syntax errorjim-p2012-10-161-1/+0
|
OpenPOWER on IntegriCloud