summaryrefslogtreecommitdiffstats
path: root/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* 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
* Clarify what the drop down is forScott Ullrich2009-09-101-2/+2
|
* Add space in between save and end of table dataScott Ullrich2009-09-101-0/+4
|
* Add missing vncellScott Ullrich2009-09-101-1/+1
|
* Use ['name'] instead of ['tmp_name']Scott Ullrich2009-09-101-3/+3
|
* Resolves issue #70.Ermal Luçi2009-09-101-0/+3
|
* Fixed a few typos, expanded HCBI description, Expanded other descriptions.stompro2009-09-081-6/+6
| | | | | Expanded on the description of the wizard so it is clearer about the situation it is to be used for. Added the LAN acronym to the number of interfaces question, so it would be clearer.
* Use stristr just in case of case sensitive nanobsd nameScott Ullrich2009-09-061-1/+1
|
* Move nano check to top of functionScott Ullrich2009-09-061-4/+4
|
* Check globals variableScott Ullrich2009-09-061-1/+1
|
* Check for nanobsd in the filename for nanobsd upgrades since it is not a tar ↵Scott Ullrich2009-09-061-0/+6
| | | | gzipped file similar to the full upgrades.
* Add a line on sys info widget for NanoBSD boot slice if the platform is nanobsdjim-p2009-09-051-0/+10
|
* Add <ipv6nat/> to <diag>. Resolves #28Scott Ullrich2009-09-051-1/+2
|
* Use unlink()Scott Ullrich2009-09-041-1/+1
|
* Reformat fileScott Ullrich2009-09-031-1008/+1009
|
* Remove extra listtopicScott Ullrich2009-09-031-27/+22
|
* Restore correct variableScott Ullrich2009-09-031-1/+1
|
* Add listtopics for VoIP screen cleaning it upScott Ullrich2009-09-031-27/+41
|
* Humans are not mathematicians by default so telling them interface 0 does ↵Scott Ullrich2009-09-031-53/+55
| | | | not compute. Use +1
* We know these interfaces are WAN, rename interface to WANScott Ullrich2009-09-031-1/+1
|
* Break each interface up into their own listopticsScott Ullrich2009-09-032-0/+14
|
* Break each interface up into their own listopticsScott Ullrich2009-09-031-7/+11
|
* Change variables to match the formScott Ullrich2009-09-032-7/+7
|
* Change 'Interface of this connection' to 'Select interface #X that you would ↵Scott Ullrich2009-09-031-1/+2
| | | | like to shape'
* Change numberconnections to Enter number of XXX type connectionsScott Ullrich2009-09-034-9/+7
|
* game was canceled... no longer available...mfuchs2009-09-018-52/+4
|
* Use == false for better readability with file_is_for_platform() functionScott Ullrich2009-08-311-1/+1
|
* Correct typo for filenameScott Ullrich2009-08-311-1/+1
|
* Add function that extracts etc/platform from an upgrade file and compares to ↵Scott Ullrich2009-08-311-1/+15
| | | | the file on disk. This replaces the dumb filename platform check.
* Grammar fixes, patch from Josh StomproChris Buechler2009-08-272-4/+5
|
OpenPOWER on IntegriCloud