summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Correct the ambiguity caused by missing curliesErmal2011-08-031-6/+6
|
* Remove this write_config call seems to be causing grief.Ermal2011-08-031-2/+1
|
* Work around the fact that get_configured_interface_list re-parses the config ↵jim-p2011-08-031-11/+14
| | | | and kills the reference made before it, which was making it impossible to delete a pppoe instance.
* Add yet another intermediate config write during pacakge processing which ↵Ermal2011-08-032-3/+8
| | | | breaks some installation steps.
* USB slices are under-reported even more than CF slices when viewed directly, ↵jim-p2011-08-031-1/+4
| | | | instead of when looking at the entire disk. Compensate by adding a few MB. Fixes NanoBSD upgrades when installed on USB thumbdrives. (Imaged after this fix, someone can apply this fix locally and then upgrade as well.)
* Oops fix variable nameErmal2011-08-021-1/+1
|
* Blacklist lan as being used as default gateway when auto switching is on. ↵Ermal2011-08-021-1/+2
| | | | This prevents some problems in general functionality with services.
* Correctly check the values for VoIP on multi_lan traffic shaper wizard. ↵Ermal2011-08-021-38/+36
| | | | Reported-by: http://forum.pfsense.org/index.php/topic,32833.15.html. Ticket #1728
* Correct the link to index.php so it always works correctly.Ermal2011-08-021-1/+1
|
* If no pppoe service name is configured, send a null service name. Seems to ↵jim-p2011-08-022-3/+5
| | | | help clients especially when reconnecting.
* Declare the arrays as global since that is what they are. Correct the name ↵Ermal2011-08-025-6/+6
| | | | of asterisk in the global defniition.
* Correct battlenet data to not be overriden. Reported-by: ↵Ermal2011-08-022-6/+2
| | | | http://forum.pfsense.org/index.php/topic,39176.0.html
* Start hostidScott Ullrich2011-08-011-0/+2
|
* Max procs should be 1 when using an op code cacherScott Ullrich2011-07-291-1/+1
|
* Silence pfctl -d errorsScott Ullrich2011-07-291-1/+1
|
* fix textChris Buechler2011-07-291-3/+3
|
* Merge branch 'master' of github.com:bsdperimeter/pfsenseChris Buechler2011-07-2926-423/+586
|\
| * Add an override for default interval to send icmpErmal2011-07-282-2/+14
| |
| * Clarify notes for pptp "Server address"jim-p2011-07-281-3/+7
| |
| * Fix status page of gateways to show gateways with monitoring disabled as up.Ermal2011-07-281-0/+3
| |
| * Add a new option to allow disabling of gateway monitoring. This gateways ↵Ermal2011-07-282-7/+27
| | | | | | | | will always be reported as up.
| * Use route change here as well to avoid leaving the routing table without a ↵Ermal2011-07-281-3/+2
| | | | | | | | destination for a short period.
| * Rework rc.stop_packages a little. Fixes #1564jim-p2011-07-282-2/+5
| |
| * Just break states based on the remote host ip and not with localip. The ↵Ermal2011-07-281-1/+5
| | | | | | | | later might be the same as address used by other services and might interrupt them
| * Move the textarea displaying packet capture outside of the form tag, or else ↵jim-p2011-07-281-1/+3
| | | | | | | | a browser will try to submit the contents of the textarea when hitting a button. If you were viewing a large capture, that can be quite a long time it's wasting on uploading data that serves no purpose.
| * Fix whitespace formattingjim-p2011-07-281-165/+161
| |
| * Fix display of ssh port on anti-lockout rule display in GUI.jim-p2011-07-281-4/+2
| |
| * Also escape \ in pptp passwords.jim-p2011-07-281-1/+2
| |
| * Correct priority number to not have clashes with PRIQ which do not allow ↵Ermal2011-07-284-8/+8
| | | | | | | | same priority numbers for two different queues.
| * Do not add any reply-to information to rules with action match. Reported-by: ↵Ermal2011-07-281-1/+1
| | | | | | | | http://forum.pfsense.org/index.php/topic,39247.msg202728.html#msg202728
| * Adding hookScott Ullrich2011-07-271-0/+2
| |
| * Add hooksScott Ullrich2011-07-271-0/+4
| |
| * Correct check as per http://forum.pfsense.org/index.php/topic,39155.0.htmlErmal2011-07-271-1/+1
| |
| * Correct whitespace and some problems in the just merged ldap auth sorce for ↵Ermal2011-07-273-30/+31
| | | | | | | | racoon
| * Merge pull request #8 from ninja76/masterErmal Luçi2011-07-273-3/+39
| |\ | | | | | | IPSec xAuth allowing LDAP to be used as a backend
| | * Check for null Array and move option system to topBryan Haase2011-07-271-9/+12
| | |
| | * Improved ipsec ldap xauthBryan Haase2011-07-272-4/+7
| | |
| | * format errorBryan Haase2011-07-221-2/+2
| | |
| | * More sanity checkingBryan Haase2011-07-222-10/+23
| | |
| | * Ipsec xAuth patchBryan Haase2011-07-223-1/+18
| | |
| * | Prevent php from coring if the wrong parameters are passed to ip2longErmal2011-07-272-3/+15
| | |
| * | Relax PPTP password restrictions, just prevent starting with a !, and limit ↵jim-p2011-07-272-5/+7
| | | | | | | | | | | | to common printable/keyboard characters so it doesn't result in invalid xml. Fixes #1720
| * | Correct issue with adding IPv6 default gateway reported ↵Ermal2011-07-271-1/+1
| | | | | | | | | | | | http://forum.pfsense.org/index.php/topic,39344.0/topicseen.html
| * | Shift OpenVPN require, it was causing CRLs to not save changes properly.jim-p2011-07-271-2/+1
| | |
| * | Fix variable so CSC/Overrides for OpenVPN are actually deleted from the fs ↵jim-p2011-07-271-1/+1
| | | | | | | | | | | | when deleted from the GUI.
| * | Rework OpenVPN status, show status for shared key servers.jim-p2011-07-273-147/+246
| | |
| * | Resolves #1719. Prevent disabled client/servers from being displayed on the ↵Ermal2011-07-261-1/+7
| | | | | | | | | | | | widget.
| * | Always send the route delete command even if it fails its ok. This avoids ↵Ermal2011-07-251-10/+3
| | | | | | | | | | | | having to dump the routing table.
| * | Use the new change to be less distuptiveErmal2011-07-251-4/+2
| | |
| * | Use the new change to be less distuptiveErmal2011-07-251-1/+1
| | |
OpenPOWER on IntegriCloud