summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add a help icon to each theme. Part of the contextual help project.jim-p2009-11-157-0/+0
|
* I see no reason to retain this "braindeadedness". Create each CARP VIP with ↵Chris Buechler2009-11-151-6/+8
| | | | | | its VHID, and destroy accordingly. Resolves #151
* Update page title to reflect its current menu namejim-p2009-11-151-1/+1
|
* Fix Bug #147.Ermal Luçi2009-11-151-3/+2
|
* Set executablejim-p2009-11-151-0/+0
|
* Move two include files to /etc/inc instead of leaving them in the www dir. ↵jim-p2009-11-153-0/+0
| | | | Move filterparser.php to /usr/local/bin since it's not meant to be used from the web interface.
* Remove redundant page title tagjim-p2009-11-151-1/+0
|
* call first tab "Active Users", and make it consistentChris Buechler2009-11-154-4/+4
|
* yes, I'll even fix typos in commentsChris Buechler2009-11-151-1/+1
|
* Not sure why this was changed like this. As is, you couldn't disconnect the ↵Chris Buechler2009-11-151-4/+2
| | | | first client. I don't see any reason to do it that way, and this is the way it's done in RELENG_1_2
* Don't add hard coded rules to allow traffic to the portal.Chris Buechler2009-11-151-5/+0
| | | | | 1) the no state breaks CP 2) it's never been automatically allowed previously, and hard coded non-editable rules are bad.
* always return the IP address hosting the page, rather than forcing to the ↵Chris Buechler2009-11-141-0/+10
| | | | hostname, requiring functional DNS name resolution which possibly doesn't exist. Restores 1.2.x behavior where client IP isn't in the same subnet as any CP-enabled interface.
* fix typosChris Buechler2009-11-141-3/+3
|
* fix typoChris Buechler2009-11-141-1/+1
|
* fix typosChris Buechler2009-11-141-2/+2
|
* actually allow DNS to forwarder. CP is still broken, but this is closer at ↵Chris Buechler2009-11-141-1/+3
| | | | | | least. pointy-hat-to: eri
* Patch from Ron Lockard that fixed restore_chflags due to a STDOUT ↵Scott Ullrich2009-11-131-3/+3
| | | | redirection issue
* When renaming an interface make sure to rename even its ng_ether node so mpd ↵Ermal Luçi2009-11-121-0/+4
| | | | does not fail.
* Allow udp only from/to our local dns server. If wanted pass through can be ↵Ermal Luçi2009-11-111-2/+2
| | | | added.
* Simplify divert port generation and make sure it is even to leave room to ↵Ermal Luçi2009-11-111-14/+4
| | | | ipfw-classifyd to always open 2 divert sockets one for reading and one for writing.
* Default to top -HSScott Ullrich2009-11-101-1/+1
|
* Do not 'spam' a new ipfw-classifyd for each save. If we hit save for an ↵Ermal Luçi2009-11-102-5/+9
| | | | existing configuration(did changes to existing one) just tell ipfw-classifyd to reload the config.
* Remove \r it makes editing in vi ugly.Ermal Luçi2009-11-101-589/+589
|
* Second pass at updateing protocol definitions.Ermal Luçi2009-11-10109-68/+240
|
* 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.
OpenPOWER on IntegriCloud