summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Show/hide togglePiBa-NL2012-09-102-2/+2
|
* Added a setting for configuring the firewall log to either:PiBa-NL2012-09-106-34/+89
| | | | | | | | -Not load descriptions -Show descriptions in a column -Show descriptions on a second row (after a click on 'show descriptions') 'fixed' a few html validation issues..
* Changed firewall log to show the applied rule description directly on ↵PiBa-NL2012-09-082-13/+54
| | | | screen, also layout optimization for "Show raw filter logs".
* fix imbalanced HTML tagsDarren Embry2012-09-061-7/+16
| | | | hopefully continues to fix #2625 but no guarantees.
* fix more imbalanced HTML tags.Darren Embry2012-09-061-0/+8
| | | | hopefully continues to fix #2625 but no guarantees.
* fix some imbalanced HTML tagsDarren Embry2012-09-061-7/+7
| | | | hopefully this will fix #2625 but this needs to be done anyway.
* a few coding indentation/style fixes.Darren Embry2012-09-061-63/+61
|
* Correct this function call, OpenVPN client killing works again, fixes #2554jim-p2012-09-061-1/+1
|
* Inconsistent behavior with Alias info popupDarren Embry2012-09-061-1/+1
| | | | | | hopefully fixes #2625 http://redmine.pfsense.org/issues/2625
* never call parseInt without a radix.Darren Embry2012-09-061-2/+2
|
* Don't add ldapcfg to racoon.conf since we're not using racoon's built-in ↵jim-p2012-09-061-24/+27
| | | | LDAP support now. Moving to external script-based auth, see ticket #1112
* No need for these other lines on nanobsd, and it can interfere with booting ↵jim-p2012-09-051-8/+1
| | | | on some devices.
* Add another test here for Nano+VGA to preserve the console selection.jim-p2012-09-041-2/+8
|
* Fix up tcpdump for pflog stop/start a little, consolodate code, and restart ↵jim-p2012-09-043-9/+8
| | | | tcpdump for pflog when saving log settings.
* Simplify schedules code and some styly nitsErmal2012-08-301-44/+28
|
* Merge pull request #217 from phildd/masterErmal Luçi2012-08-291-5/+2
|\ | | | | Month matching for scheduler rules
| * Month matching for scheduler rulesphildd2012-08-301-5/+2
|/ | | Fix some obvious things in the firewall scheduled rules code. If a user has some rules with a month specified and some without, then this will make a difference. Might fix bug #2614?
* Try to remove old states when a DHCP IP changes, might be related to ticket ↵jim-p2012-08-291-0/+24
| | | | #1629 and also "unable to allocate llinfo" messages from states through an old gateway.
* Correct filter tdr install_cron functionErmal2012-08-291-11/+10
|
* Don't skip over wrap_vga here.jim-p2012-08-291-0/+9
|
* Add check for local port being set before testing. Fixes #2606Ermal2012-08-281-1/+1
|
* Don't put this rule in if $carp_int is empty, it makes an invalid rule. ↵jim-p2012-08-281-1/+1
| | | | Fixes #2605
* Restructure these IP/subnet tests so they don't break transport mode.jim-p2012-08-271-5/+5
|
* Merge pull request #216 from bcyrill/patch-8Jim P2012-08-271-34/+37
|\ | | | | Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.htm...
| * Fix bug reported in http://forum.pfsense.org/index.php/topic,53000.0.htmlbcyrill2012-08-271-34/+37
|/
* Merge pull request #215 from phildd/masterJim P2012-08-261-6/+10
|\ | | | | Tidy console package install progress percentage
| * Tidy console package install progress percentagephildd2012-08-271-6/+10
|/ | | This makes the file download percentage progress come out at the end of the line. New values are updated by using backspaces to rub out the previous value.
* Fix ntp config syntax for the version we're usingjim-p2012-08-251-2/+2
|
* Try harder to determine hostname when sending e-mail.jim-p2012-08-241-1/+3
|
* Merge pull request #214 from phildd/masterSeth Mos2012-08-241-1/+1
|\ | | | | Fix IPv6 remote_network typo
| * Fix IPv6 remote_network typophildd2012-08-241-1/+1
|/ | | | The IPv4 remote network was being displayed in both the IP4 and IPv6 input fields. Then whatever value was in the IPv6 field ended up in the config as the IPv4 remote network. Just a couple of missing "v6" on variable names.
* Merge pull request #213 from bcyrill/patch-5Jim P2012-08-231-1/+1
|\ | | | | Test for an array before using it like one.
| * Test for an array before using it like one.bcyrill2012-08-241-1/+1
|/
* Fix another typojim-p2012-08-221-1/+1
|
* Fix typojim-p2012-08-221-1/+1
|
* This file won't exist at bootup yet, drop it from the sanity test.jim-p2012-08-211-4/+2
|
* Teach ntpd how to get its time from a local GPS on serial.jim-p2012-08-213-3/+127
|
* Test for an array before using it like one.jim-p2012-08-191-1/+1
|
* Use REQUEST_URI here so the GET parameters are preserved (makes the links ↵jim-p2012-08-172-2/+2
| | | | work better for things like interfaces.php?if=wan, and packages.
* Disable Execution timeout for this script.smos2012-08-171-0/+2
|
* Correct carp rules and a weird nat rule on carp so they actually generate ↵Ermal2012-08-161-6/+5
| | | | what they are meant for
* Extend the shortcuts code and link back from Status > Services also.jim-p2012-08-153-14/+80
|
* Fix secondary auth source to reference the zone like everything else in this ↵jim-p2012-08-151-8/+8
| | | | section does, which is where the gui stores the value.
* Put propper curlies since this is themeaning of this test so its readbleErmal2012-08-141-1/+1
|
* Remove extra curly to allow checking braces closure easily in vi[m]Ermal2012-08-141-1/+1
|
* More shortcutsjim-p2012-08-1413-1/+43
|
* Initialize this for good measure.jim-p2012-08-141-0/+2
|
* Add (c) header, also add ability to glob in shortcuts so packages can use it ↵jim-p2012-08-142-5/+79
| | | | too.
* Add a hidden menu option to forcefully kill php, lighty, and then restart ↵jim-p2012-08-141-0/+3
| | | | the GUI. (Can't make it a part of rc.restart_webgui since killing php would also kill the script itself.)
* Clarify requirements for DHCP static mapping IPjim-p2012-08-142-2/+8
|
OpenPOWER on IntegriCloud