summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Update layer 7 protocol definitions and adding new regex definitions.Ermal Luçi2009-11-1037-0/+1174
|
* Remove brain dead comment by another brain washed comment.Ermal Luçi2009-11-101-4/+4
|
* - Should fix captive portal on carps Issue #116Ermal Luçi2009-11-101-3/+20
| | | | | - Should fix the captive portal not working reports and Issue #118 NOTE: Now Captive portal is open on dns so no more is needed to add dns servers to pass through ips.
* Previous commit on carp was strange and breaking the distinction and ↵Ermal Luçi2009-11-101-6/+17
| | | | | | | | | usefulness of some functions. Make sure that the behaviour returns to the previous architecture and to keep things right. Carp needs some more work on handling the interface as all other interfaces, but that needs an upgrade path too. Leave it for some other time.
* Fixes Issue #142Ermal Luçi2009-11-092-0/+11
|
* fix typoChris Buechler2009-11-081-1/+1
|
* fix typoChris Buechler2009-11-081-1/+1
|
* err, this defeats the entire purpose of NAT-T for clients behind the ↵Chris Buechler2009-11-081-2/+0
| | | | firewall, let's not do this.
* clean up RADIUS issued IPs, shouldn't be two fields, and it wasn't properly ↵Chris Buechler2009-11-081-16/+9
| | | | checked/unchecked before. Fixes cvstrac # 1722
* Add explanation for additional fields.Chris Buechler2009-11-081-2/+2
|
* Stop spamming the logs with config_unlock() is depricated please use unlock().Scott Ullrich2009-11-071-2/+0
|
* Merge branch 'master' of git@rcs.pfsense.org:pfsense/mainlineChris Buechler2009-11-071-0/+2
|\
| * allow sending of same message twice when 'testing' smtp serviceScott Ullrich2009-11-071-0/+2
| |
* | add links to IPsec logs under IPsec status and other pagesChris Buechler2009-11-077-0/+7
|/
* Kill racoon when disabling IPSEC. Restart it if re-enabled.Scott Ullrich2009-11-071-1/+8
|
* Don't add port on no nat rules. Fixes #120Chris Buechler2009-11-071-8/+9
|
* show what pass/linked icons meanChris Buechler2009-11-071-0/+9
|
* show pass icon for rdr pass entries, fix editing of pass entriesChris Buechler2009-11-072-0/+4
|
* old version got committed accidentally, fixChris Buechler2009-11-071-1/+1
|
* Fix "Filter rule association" "Pass" optionunknown2009-11-072-9/+16
|
* Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵Scott Ullrich2009-11-065-5/+16
| | | | xmlparse.inc. Default to the older xmlparse.inc but add a flag check if /cf/conf/use_xmlreader is present the newer code will be included instead until the remaining bugs can be resolved with it (see rcs for many).
* Adding newer xmlreader code to it's own file so that it can be turned and ↵Scott Ullrich2009-11-062-52/+326
| | | | off until remaining bugs are fixed
* Nuke old dev bootstrap code that is no longer in useScott Ullrich2009-11-061-34/+10
|
* Relax some very strict cases.Ermal Luçi2009-11-031-6/+6
|
* Be more strict on shaper checking and what is written to config. Clean up ↵Ermal Luçi2009-11-032-1137/+1346
| | | | whitespace while here.
* Unbreak returning the real mem and web interface in general. Pointy-hat-to: ↵Ermal Luçi2009-11-031-3/+3
| | | | Scott.
* Unbreak the wizards. Some one enabled this disabled parts without even ↵Ermal Luçi2009-11-034-18/+18
| | | | testing! Pointy-hat-to: scott@?!
* Fallback to using hw.realmem and hw.physmem sysctl's when we cannot probe ↵Scott Ullrich2009-11-021-1/+15
| | | | the available memory from bootup log file. RouterStationPRO is an example
* Add default load balancing monitor types for ICMP, TCP, HTTP, HTTPS and SMTP ↵Scott Ullrich2009-11-021-0/+45
| | | | from BillM
* The wizards do not set the rule type and queues should be enabled even on ↵Ermal Luçi2009-11-021-19/+17
| | | | block rules so add the queues to the rules even if the type of rule is not set(which means pass btw). This unbreaks the traffic shaper wizards and block shaping rules.
* Woops, remove accidental debugging line.Seth Mos2009-11-021-1/+0
|
* remove unnecessary catChris Buechler2009-11-021-2/+2
|
* Cleanup of firewall_nat_out_edit.php, whitespace changes, add curliesSeth Mos2009-11-021-117/+136
| | | | | for statements. Unset dstport and natport so the firewall rules do not break.
* Turn off IPSEC net.inet.ip.ipsec_in_use when IPSEC is disabledScott Ullrich2009-10-281-2/+5
|
* Set sysctl net.inet.ip.ipsec_in_use=1 when starting racoonScott Ullrich2009-10-281-0/+1
|
* Revert "Fix no nat rules where ports 1024:65535 is added Resolves #120"Scott Ullrich2009-10-271-7/+3
| | | | This reverts commit 8763e56d20eec74f1c4caaea80ac1cfcb46bbe03.
* Fix no nat rules where ports 1024:65535 is added Resolves #120Scott Ullrich2009-10-271-3/+7
|
* Automatically populate linespeed when prefillingScott Ullrich2009-10-261-1/+3
|
* Handle secondary DNS correctly for 3GScott Ullrich2009-10-262-3/+3
|
* Switch over to handling DNS from ppp.linkup allowing mulitple 3G cards to ↵Scott Ullrich2009-10-263-10/+17
| | | | coexist on the same box
* Kill foreach errorScott Ullrich2009-10-261-4/+0
|
* Adding diag_logs_ppp.phpScott Ullrich2009-10-261-0/+128
|
* s/IPsec VPN/IPsec/ to keep the tab behaviorScott Ullrich2009-10-2613-13/+13
|
* Set correct tab titleScott Ullrich2009-10-261-2/+2
|
* Set titleScott Ullrich2009-10-261-1/+1
|
* Add PPP logging tabScott Ullrich2009-10-2615-5/+24
|
* Handle uping interfaces a bit more sanelyScott Ullrich2009-10-261-6/+4
|
* Revert interfaces_bring_up changesScott Ullrich2009-10-261-3/+3
|
* Check to see if interface existsScott Ullrich2009-10-261-4/+6
|
* Add space between interface and real interface bracketsScott Ullrich2009-10-261-1/+1
|
OpenPOWER on IntegriCloud