summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Decouple filter.inc from functions.inc. There is no need to process filter ↵Scott Ullrich2009-11-2128-16/+66
| | | | functions most of the time. Include filter.inc where it is needed
* Escape $myurl so that it can be replacedScott Ullrich2009-11-211-5/+2
|
* Ensure dynamodules directory existsScott Ullrich2009-11-211-0/+6
|
* Fix spelling mistakeScott Ullrich2009-11-211-1/+1
|
* Note modules no longer included by default. If a module is needed simply ↵Scott Ullrich2009-11-211-4/+20
| | | | touch /etc/php_dynamodules/$modulename
* Include captiveportal for captiveportal_radius_stop_all()Scott Ullrich2009-11-213-14/+13
|
* Use dmesg -a when /var/log/dmesg.boot is not availableScott Ullrich2009-11-211-2/+5
|
* Include ipsec.inc and vpn.incScott Ullrich2009-11-211-0/+3
|
* Include certs.incScott Ullrich2009-11-211-0/+1
|
* Default to only system information and interfaces widgets. This reduces ↵Scott Ullrich2009-11-213-8/+13
| | | | load time on RSPRO from 9+ seconds to 2.5
* Set max_procs for > 128 megabytes ram. Set min-procs to 0. Set the ↵Scott Ullrich2009-11-211-5/+10
| | | | MAX_REQUESTS to 2 when memory under 128 megabytes
* Set default size for apc shm to 10 megs for < 128Scott Ullrich2009-11-211-1/+1
|
* Calculate PHP APC SHM size according to memory detectedScott Ullrich2009-11-211-1/+22
|
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-2164-78/+94
| | | | Simplify get_memory(). Tested on mips/i386
* Fix the status wireless page for 2.0 using the correct _wlan0 interfaceSeth Mos2009-11-211-24/+26
| | | | | | | | name. Also bring over a fix for ssid values with spaces, there is a different fix in 1.2. This one splits on Mac address if they ever decide to list longer mac addresses instead of truncating to 16 characters. The IEEE says it can be upto 32 characters in length.
* More help page adjustmentsjim-p2009-11-191-16/+14
|
* More help pagesjim-p2009-11-191-25/+22
|
* More help pagesjim-p2009-11-181-11/+11
|
* More help page mappingsjim-p2009-11-181-46/+48
|
* Remove another obsolete file, add some other files that no longer exist in ↵jim-p2009-11-182-211/+26
| | | | the repo to the obsoleted files list.
* fix up textChris Buechler2009-11-171-7/+7
|
* Add interfaces_wlan_scan.php and firewall_nat_server.php to obsoleted files listScott Ullrich2009-11-171-1/+3
|
* Remove obsolete file, its functionality is now in status_wireless.phpjim-p2009-11-171-69/+0
|
* Even more help page mappingsjim-p2009-11-171-17/+17
|
* Lots of help page mappings to newly created content. Adjust package editing ↵jim-p2009-11-172-46/+43
| | | | logic a tad.
* Fix hostname in page title. thanks to sullrich@ for pointerChris Buechler2009-11-172-5/+5
|
* Align the help link to the right of the title. Less wasted space this way.jim-p2009-11-171-2/+5
| | | | Seems to work OK in FF, IE8, and Opera. If anyone knows a better way to align images to the right, I'm all ears.
* More help pages.jim-p2009-11-161-14/+14
|
* Add empty hash assignment syntax to the remaining files. (Got tired of ↵jim-p2009-11-161-181/+181
| | | | adding them every single time I made a change)
* Add a few more mappings.jim-p2009-11-161-3/+3
|
* Merge branch 'master' of ↵Scott Ullrich2009-11-163-1/+9
|\ | | | | | | git://rcs.pfsense.org/pfsense/pierrepomes-max-src-conn into review/master
| * Add support for 'max-src-conn' PF feature, to limit the maximum number of ↵pierrepomes2009-11-163-1/+9
| | | | | | | | established connections per host
* | A couple more mappings, plus change to leading with tabs and not spaces. (oops).jim-p2009-11-161-161/+161
| |
* | Help page adjustments and additions. Periodic commit.jim-p2009-11-161-15/+16
| |
* | Resolves #155. Replace space characters with underscore ones.Ermal Luçi2009-11-161-2/+4
| |
* | Put the FQDN back into the page title. Many people have numerous firewalls ↵Chris Buechler2009-11-161-4/+4
| | | | | | | | up across tabs, and it's impossible to differentiate without this, which we've had for many years.
* | trigger setup wizardChris Buechler2009-11-161-0/+0
| |
* | More updates to help page mappings.jim-p2009-11-151-125/+74
| |
* | Properly correct ipfw rule.Ermal Luçi2009-11-151-2/+2
| |
* | Revert "Correct ipfw rule."Ermal Luçi2009-11-151-2/+2
| | | | | | | | | | | | Error of copy paste This reverts commit 0f6fdf29a2f31bbf816eb3df33c3f1fc38c8b2a6.
* | this is not a required fieldChris Buechler2009-11-151-1/+1
| |
* | Add some more redirect definitions.jim-p2009-11-151-106/+89
| | | | | | | | Still working on this, just a periodic commit so nothing gets lost.
* | Fix whitespace errorjim-p2009-11-151-1/+1
| |
* | Make help link open in a new windowjim-p2009-11-151-1/+1
| |
* | Correct ipfw rule.Ermal Luçi2009-11-151-2/+2
| |
* | properly enable/disable Everything fieldChris Buechler2009-11-151-1/+3
| |
* | Propperly fix the special case of proxyarp vip deleteion. With comments from ↵Ermal Luçi2009-11-151-2/+8
| | | | | | | | cbuechler@.
* | Revert "Resolves #153 Treat proxyarp special case during deletion."Ermal Luçi2009-11-151-3/+1
| | | | | | | | This reverts commit 5d5ec271de58dd8306fa7bacfb439b07b3dd2e51.
* | Resolves #153 Treat proxyarp special case during deletion.Ermal Luçi2009-11-151-1/+3
| |
* | fix typoChris Buechler2009-11-153-8/+8
| |
OpenPOWER on IntegriCloud