summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix multiple radius server handling.Ermal Luçi2009-09-143-32/+23
|
* Prevent negative RADIUS_NAS_PORT. This is a hack on m0n0 and not needed on ↵Ermal Luçi2009-09-131-2/+2
| | | | pfSense.
* Before configuring CP make sure that all interfaces are not set for ↵Ermal Luçi2009-09-131-1/+4
| | | | filtering with ipfw. Otherwise some wrong misconfigurations might happen when changing the interface on an active CP config.
* Flush all tables when restarting/saving a CP configuration.Ermal Luçi2009-09-131-1/+2
|
* 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.
* s/util/utils/Scott Ullrich2009-09-124-4/+4
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-123-0/+12
|
* Add pfSense_BUILDER_BINARIES: and pfSense_MODULE: additionsScott Ullrich2009-09-1242-23/+202
|
* Set auto_releaseScott Ullrich2009-09-121-1/+1
|
* 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"
| * Merge commit 'mainline/master'stompro2009-09-118-34/+48
| |\
| * | 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.
| * | Spelling and comment formatting changes, no code changes.stompro2009-09-081-8/+10
| | |
* | | 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-113-3/+30
| |/ |/| | | | | for example). Sort packages by lower/upper. IE: arping, arpwatch, Backup
* | Properly send mpd logs to vpn.log. Filtering needs to be done in the file ↵Ermal Luçi2009-09-111-2/+3
| | | | | | | | itself. Some trimming of what gets logged in the daemon itself needs to be done but that to a future review. This should partially fix Feature #73.
* | 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
| |
* | Add 1 meg to on size disk imageScott Ullrich2009-09-101-0/+1
| |
* | Remove /var/run/firmware.lock as wellScott Ullrich2009-09-101-3/+8
| |
* | Show what each of the numbers are during a upgrade size failure checkScott Ullrich2009-09-101-1/+1
| |
* | Use ['name'] instead of ['tmp_name']Scott Ullrich2009-09-101-3/+3
| |
* | Correctly fix Bug #64.Ermal Luçi2009-09-101-1/+1
| |
* | Resolves issue #70.Ermal Luçi2009-09-101-0/+3
| |
* | Trigger syncing of data always and let the apprpriate ↵Ermal Luçi2009-09-101-5/+2
| | | | | | | | script(rc.filter_synchronize) decide if a notice is to be send or not. This removes dependency on keeping code synchronized with the syncing script.
* | Seems we need even CDATA handling since it is used through packages.Ermal Luçi2009-09-091-0/+1
| |
* | Use empty() function for testing which is far more better than just <> "".Ermal Luçi2009-09-091-4/+4
| |
* | Make checks stronger.Ermal Luçi2009-09-091-1/+1
| |
* | Remove wrongly duplicated code. Leave a comment on the oddity that is the ↵Ermal Luçi2009-09-091-10/+8
| | | | | | | | packages code.
* | Revert "add crontab entries for snort auto block and snort update"Scott Ullrich2009-09-091-18/+0
| | | | | | | | This reverts commit b0d639a5e7880ee55c671cbabdb01cd0f1ae1b38.
* | add crontab entries for snort auto block and snort updaterobiscool2009-09-091-0/+18
| |
* | If it is supposed to be an array then make sure it has the array type. This ↵Ermal Luçi2009-09-091-1/+4
| | | | | | | | fixes wireless configuration problems at least.
* | 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.
* | Spelling and comment formatting changes, no code changes.stompro2009-09-081-8/+10
| |
* | Handle vlans specially now that we have other than just vlan in the vlan ↵Ermal Luçi2009-09-081-1/+2
|/ | | | interface names.
OpenPOWER on IntegriCloud