summaryrefslogtreecommitdiffstats
path: root/usr/local/www
Commit message (Collapse)AuthorAgeFilesLines
* Add a help icon to each theme. Part of the contextual help project.jim-p2009-11-157-0/+0
|
* Update page title to reflect its current menu namejim-p2009-11-151-1/+1
|
* Move two include files to /etc/inc instead of leaving them in the www dir. ↵jim-p2009-11-153-628/+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
|
* 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-101-4/+7
| | | | 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
|
* Fixes Issue #142Ermal Luçi2009-11-092-0/+11
|
* fix typoChris Buechler2009-11-081-1/+1
|
* fix typoChris Buechler2009-11-081-1/+1
|
* 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
|
* 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
|
* 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-071-0/+3
|
* Move newer xmlreader code to xmlreader.inc. Restore old xmlparse code to ↵Scott Ullrich2009-11-061-1/+0
| | | | 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).
* Be more strict on shaper checking and what is written to config. Clean up ↵Ermal Luçi2009-11-031-1/+1
| | | | whitespace while here.
* Unbreak the wizards. Some one enabled this disabled parts without even ↵Ermal Luçi2009-11-034-18/+18
| | | | testing! Pointy-hat-to: scott@?!
* Woops, remove accidental debugging line.Seth Mos2009-11-021-1/+0
|
* 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.
* Automatically populate linespeed when prefillingScott Ullrich2009-10-261-1/+3
|
* 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-2613-5/+18
|
* Give more room to the interfaces td (40%)Scott Ullrich2009-10-251-2/+2
|
* Take into account hostap type interfacesScott Ullrich2009-10-251-0/+1
|
* Unbreak wireless on 8.xScott Ullrich2009-10-251-1/+2
|
* Add links to prefill ATT and Spring settingsScott Ullrich2009-10-251-1/+21
|
* Unbreak CARP Enable/Disable buttonScott Ullrich2009-10-231-4/+5
|
* Reload filter in case we need to sync CARP dataScott Ullrich2009-10-211-0/+3
|
* Size is already formatted in bytesScott Ullrich2009-10-191-1/+1
|
* Instead of showing just <AES for Hardware crypto show the entire supported ↵Scott Ullrich2009-10-191-1/+1
| | | | family. EX: o AES-CBC,SHA1,SHA256
* Handle PPP interfacesScott Ullrich2009-10-191-0/+8
|
* Reload filter after applying (what if user changed the interface name, etc)Scott Ullrich2009-10-191-1/+3
|
* Use useland pppd for ppp connectionsScott Ullrich2009-10-192-117/+105
|
* Fix a couple menu options which has their parameters reversedjim-p2009-10-181-2/+2
|
* When a user clicks on System -> Packages take them to the installed packages ↵Scott Ullrich2009-10-171-1/+1
| | | | tab by default. This will help remind them of package updates that are needed before insalling a new package
* Remove msort()Scott Ullrich2009-10-165-15/+0
|
* Do not write out <sitedown></sitedown> if the Fall Back Pool is set to ↵Scott Ullrich2009-10-161-1/+3
| | | | none.. Simply unset() it.
* Prevent the error: Warning: Illegal offset type in ↵Scott Ullrich2009-10-161-5/+9
| | | | /usr/local/www/load_balancer_virtual_server.php on line 84
* Seperate screen into three areas: Add item to pool, add /edit load balancer ↵Scott Ullrich2009-10-161-5/+9
| | | | pool entry and current pool members
OpenPOWER on IntegriCloud