summaryrefslogtreecommitdiffstats
path: root/usr
Commit message (Collapse)AuthorAgeFilesLines
* Ticket #1073. Gray out the rules when they are disabled.Ermal2010-12-061-4/+16
|
* Rename this variable to avoid collisions. Fixes #1067jim-p2010-12-031-2/+2
|
* Allow a . in hostnames. Also, don't allow a space in hostname, it was adding ↵jim-p2010-12-021-1/+1
| | | | a bunch of trailing spaces to the end of the field. Fixes #1063
* Make use of the new tab menu and use _GET instead of _POST for pkg name ↵Warren Baker2010-12-021-9/+12
| | | | passed in URL.
* Disable redirect gateway checkbox when using shared key (you can't push with ↵jim-p2010-12-021-1/+6
| | | | shared key). Also re-run the code to hide the local network box if the gw redirect is checked when switching server modes, since there is no need to push a specific local network when pushing the default gateway.
* Use unlink here instead of an exec to rm. Remove escapeshellarg call as it ↵jim-p2010-12-021-1/+1
| | | | isn't needed now. Fixes #1066
* Confirm before deleting the interface.Erik Fonnesbeck2010-12-011-1/+1
|
* Raise this to new limit of 2^16.Ermal2010-12-011-1/+1
|
* Ticket #1060. Escape even the alias entry descritpions.Ermal2010-12-012-2/+3
|
* Use correct variable name. Also related to Ticket #847.Ermal2010-12-011-1/+0
|
* Make page more html friendly.Scott Ullrich2010-11-301-5/+9
|
* Make pfTop uniformScott Ullrich2010-11-302-2/+2
|
* Reformat pfsync/xmlrpc sync settings. Hopefully make it more clear to ↵jim-p2010-11-301-59/+61
| | | | understand and use.
* Make sure we cannot add interfaces by entering the link directly on url ↵Ermal2010-11-301-2/+3
| | | | address bar. This does the same check as the one for showing the plus button on interfaces_assign.
* Set page title to Status: Dashboard for consistencyScott Ullrich2010-11-301-1/+1
|
* Ticket #911. Provide an option under system->advanced->misc to disable ↵Ermal2010-11-301-0/+21
| | | | killing states when a gateway goes down. Possibly on 2.1+ this might be made an option specific for each gateway!
* Resolves #947. Blacklist interfaces to show as possible lagg members if they ↵Ermal2010-11-301-2/+6
| | | | are present in a lagg already.
* Use grep -c instead of wc and awk. Also use full paths.jim-p2010-11-291-2/+2
|
* Eliminate a cat-to-grepjim-p2010-11-291-1/+1
|
* Include guiconfig.inc for authScott Ullrich2010-11-291-0/+1
|
* Revert 2c4a13d91b72400c07b965b0a522be8dde2d1110 Interface names should ↵Scott Ullrich2010-11-291-2/+2
| | | | appear as uppercase
* Revert 9c3cac0cb553e1610948e78dd119c1b0fcb04224 Interface names should ↵Scott Ullrich2010-11-291-1/+1
| | | | appear as uppercase
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit 66d57db5e44650658d95345683cf4afae6680b68.
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit 4cea35b344c8b4444f7a5a7a244bac528b483cbc.
* Revert "Interface names should appear as uppercase"Scott Ullrich2010-11-291-1/+1
| | | | This reverts commit e8ad860fb4d19d137e9cb490c498327db8fba719.
* Deactivate cpu graph. Will bring back in 2.1Scott Ullrich2010-11-291-0/+0
|
* Disable firewall rule drag and drop. Will bring this feature back in 2.1Scott Ullrich2010-11-291-0/+2
|
* Add exit; so the redirection actually works.Ermal2010-11-294-0/+4
|
* Remove old reference to function. Reported-by: ↵Ermal2010-11-291-2/+2
| | | | http://forum.pfsense.org/index.php/topic,30508.0.html
* Use php_uname where possible.Ermal2010-11-261-2/+3
|
* include broadcast address to allow dhcp to work.Ermal2010-11-261-1/+0
|
* Resolves #1040. Fix dynamic addition of gateways from routes edit screen.Ermal2010-11-251-3/+5
|
* Resolves #1043. Do not allow limiters in floating rules without direction. ↵Ermal2010-11-251-0/+2
| | | | It is invalid practice and while the backend skips it the user should be warned.
* Fix text for the P1 table header.Erik Fonnesbeck2010-11-241-2/+2
|
* Add st and si optionsScott Ullrich2010-11-231-0/+4
|
* Rename to pfInfo for consistencyScott Ullrich2010-11-232-2/+2
|
* Adding Diagnostics: LimiterScott Ullrich2010-11-232-0/+118
|
* Increase setTimeoutScott Ullrich2010-11-231-2/+2
|
* Adding Diagnostics: pf Info which shows the output of pfctl -vvi and pfctl ↵Scott Ullrich2010-11-232-0/+117
| | | | -vvI via AJAX
* Cleanup code and fix dynamic firewall log reverse view, fixes #1031jim-p2010-11-231-9/+9
|
* Initialize variable. Ticket #1023.Ermal2010-11-231-0/+1
|
* Ticket #1023. Correct carp status even on the status page.Ermal2010-11-231-5/+6
|
* Ticket #1023. Correct the widget code bringing it full speed with latest ↵Ermal2010-11-232-6/+7
| | | | carp code.
* Add option to control automatic creation of NAT rules which assist ↵Erik Fonnesbeck2010-11-221-0/+14
| | | | forwarding rules that send traffic out to the same subnet it originated from.
* When adding/editing a gateway, check IP alias subnets, too. Fixes #1015Erik Fonnesbeck2010-11-221-1/+1
|
* Add other interfaces to local network selection and show proper names. Fixes ↵Erik Fonnesbeck2010-11-221-1/+6
| | | | #965
* Do not save settings related to ports when protocol does not use ports. ↵Erik Fonnesbeck2010-11-221-10/+11
| | | | Ticket #953
* Do not save fields from translation section when "Do not NAT" is checked. ↵Erik Fonnesbeck2010-11-221-8/+5
| | | | Ticket #952
* Use correct names for integer and boolean types in DHCP options and fix typo ↵Erik Fonnesbeck2010-11-221-11/+11
| | | | in hexadecimal validation for strings. Fixes #962
* Upon restoring a config, replacing whole sections, or editing config.xml in ↵Erik Fonnesbeck2010-11-211-1/+3
| | | | edit.php, prevent possible accidental lockout from DNS rebind and HTTP referrer checks by disabling them until reboot or the next time they pass, whichever comes sooner. Ticket #1027
OpenPOWER on IntegriCloud