summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
...
* Add more checks.Ermal Luçi2009-10-011-1/+2
|
* Missed improvement.Ermal Luçi2009-10-011-1/+2
|
* * Convert carp/vips code to behave the same as other interfaces.Ermal Luçi2009-10-019-481/+40
| | | | | | | | * Make optimizations around it. * Make sure when we reload teh underlying interface we reload carp too. * Some fixes around the code. Reviewed-by: scott@ and billm@
* No need to rewrite the captiveportal database when there is concurrent ↵Ermal Luçi2009-09-291-3/+2
| | | | login! Small optimization.
* Avoid errors that appear if this is set uncorrectly.Ermal Luçi2009-09-291-1/+4
|
* Turn off FLOWTABLEScott Ullrich2009-09-281-1/+5
|
* Nuke sorting it apparently changed the ID associationScott Ullrich2009-09-231-3/+0
|
* Merge remote branch 'mainline/master'Eirik Oeverby2009-09-234-92/+55
|\
| * Uncomment safety-belt checks that are required to avoid filter errors. Not ↵Scott Ullrich2009-09-234-92/+55
| | | | | | | | sure why they are uncommented? Unfinished testing is my first guess.
* | WIP: IPSec changesEirik Oeverby2009-09-221-1/+1
| |
* | WIP: fixing IPSec screens/configEirik Oeverby2009-09-221-1/+1
|/
* Pass origname instead of relying on a globalScott Ullrich2009-09-212-12/+12
|
* Check for interfaces with same name as alias. Ticket #92sullrich2009-09-212-31/+18
|
* Test if dhcpd is enabled not if configs are preset. Reported-by: ↵Ermal Luçi2009-09-211-1/+1
| | | | http://forum.pfsense.org/index.php/topic,19271.0.html
* Rename all Help area itemsScott Ullrich2009-09-201-4/+4
|
* s/Doc Site/Documentation/Scott Ullrich2009-09-201-1/+1
|
* Add target support which allows launching links in a new window/tab, etc for ↵Scott Ullrich2009-09-201-3/+5
| | | | help menu area
* Squeeze help menu inScott Ullrich2009-09-202-2/+2
|
* Squeeze help menu inScott Ullrich2009-09-201-2/+1
|
* Squeeze help menu inScott Ullrich2009-09-201-2/+1
|
* Rename Commercial Support to Support so it appears correctly in all themes. ↵Scott Ullrich2009-09-201-1/+1
| | | | Need to find the font weight for the drop downs and lower that a bit.
* Squeeze Help area inScott Ullrich2009-09-201-1/+1
|
* Adding new 'Help' menu area with common areas. These items call pfSense ↵Scott Ullrich2009-09-205-8/+21
| | | | jumptos such as http://www.pfsense.org/j.php?jumpto=book
* Teach captiveportal code to use the mac in tables functionality. Change the ↵Ermal Luçi2009-09-201-10/+17
| | | | default ruleset to reflect this.
* Add necessary include. Reported-by: ↵Ermal Luçi2009-09-171-0/+1
| | | | http://forum.pfsense.org/index.php/topic,19193.0.html
* Using /tmp for packet captures is a bad idea, mmmkay?Scott Ullrich2009-09-161-2/+10
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-1484-89/+308
| | | | include 2009 on files that I have asserted (C) on
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-1472-72/+297
| | | | include 2009 on files that I have asserted (C) on
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE:. Adjust Copyright to ↵Scott Ullrich2009-09-1437-68/+212
| | | | include 2009 on files that I have asserted (C) on
* Fix multiple radius server handling.Ermal Luçi2009-09-142-14/+15
|
* Prevent negative RADIUS_NAS_PORT. This is a hack on m0n0 and not needed on ↵Ermal Luçi2009-09-131-2/+2
| | | | pfSense.
* Prevent negative RADIUS_NAS_PORT attribute. Before this was a hack made in ↵Ermal Luçi2009-09-131-2/+2
| | | | m0n0 but which is not anymore valid in pfSense.
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-123-0/+12
|
* Add missing Location:Scott Ullrich2009-09-111-1/+1
|
* Redirect back to cp page after disconnection of userScott Ullrich2009-09-111-4/+7
|
* Lock around read callScott Ullrich2009-09-111-3/+6
|
* Rename variables names to item_menu. ie: system -> system_menuScott Ullrich2009-09-111-71/+71
|
* Add more comments. ReformatScott Ullrich2009-09-111-32/+44
|
* flush out buffers so the loading prompt appears snappyScott Ullrich2009-09-111-0/+6
|
* Sort ARP table. Sort items with hostnames first then list items without ↵Scott Ullrich2009-09-111-3/+33
| | | | hostnames afterwards.
* Sort itemsScott Ullrich2009-09-111-1/+3
|
* Sort aliasesScott Ullrich2009-09-111-0/+3
|
* Allow clicking on a column header to sort the tableScott Ullrich2009-09-111-1/+1
|
* Merge branch 'master' of git://rcs.pfsense.org/pfsense/stompro1-minorfixesScott Ullrich2009-09-111-6/+16
|\
| * Added checks to wol command execution to make it more obvious when the ↵stompro2009-09-111-5/+15
| | | | | | | | | | | | | | | | | | | | | | script fails. If the wol command returns with anything other than 0, alert the user that the command failed, and that they should look at the system log to find out why the command failed. I'm adding this out of frustration with the fact that the wol command hasn't been included at all in recent snapshots, and because the webgui doesn't give any indication of the command not working, it took much longer for me to figure out why it wasn't working. I hope this can save someone else time.
| * Fixes error that comes up when wake all is used.stompro2009-09-111-1/+1
| | | | | | | | | | This error was coming up when wake all was used from the services WOL page. "Fatal error: Function name must be a string in /usr/local/www/services_wol.php on line 53"
* | Sort by item name and include packages in the sorting orderScott Ullrich2009-09-111-120/+144
| |
* | Sort by nameScott Ullrich2009-09-115-0/+15
| |
* | Nuke debugging helperScott Ullrich2009-09-111-1/+0
| |
* | Add msort() which will sort lower and uppercase items teogether (packages ↵Scott Ullrich2009-09-111-1/+3
|/ | | | for example). Sort packages by lower/upper. IE: arping, arpwatch, Backup
OpenPOWER on IntegriCloud