summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Rework includes/require. This saves about 4 megabytes.Scott Ullrich2009-11-2140-16/+43
| | | | 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-181-210/+0
| | | | the repo to the obsoleted files list.
* fix up textChris Buechler2009-11-171-7/+7
|
* 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-162-0/+5
|\ | | | | | | 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-162-0/+5
| | | | | | | | 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
| |
* | 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.
* | More updates to help page mappings.jim-p2009-11-151-125/+74
| |
* | 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
| |
* | 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
| |
* | Proof of concept for a contextual help redirector. Still in early stages of ↵jim-p2009-11-151-0/+501
| | | | | | | | content, but the code behind it works (for ?page= type redirection, http referral url is not yet tested)
* | Add support for contextual help on each page. Add a help icon to the upper ↵jim-p2009-11-151-2/+35
| | | | | | | | right, and an entry under the Help menu. (Text, style, placement, etc are open for suggestions)
* | Fix proxy ARP VIP addition (was calling old function)Chris Buechler2009-11-151-1/+1
| | | | | | | | | | | | rename function from interfaces_proxyarp... to interface_ to be consistent with the functions for carp, carpdev, and ipalias. still a problem with proxy ARP, removing VIP doesn't kill off choparp (will open ticket)
* | 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
|
* 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-549/+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
|
* fix typosChris Buechler2009-11-141-3/+3
|
* fix typoChris Buechler2009-11-141-1/+1
|
* fix typosChris Buechler2009-11-141-2/+2
|
* 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
|
* 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
|
* Fixes Issue #142Ermal Luçi2009-11-092-0/+11
|
* fix typoChris Buechler2009-11-081-1/+1
|
OpenPOWER on IntegriCloud