summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Force resync of vpns and dns even if the IP doesn't change in rc.newwanip, ↵jim-p2012-09-141-7/+14
| | | | since we could be doing failover/failback for these services.
* Add note about mac matching and media type.jim-p2012-09-141-0/+1
|
* Add some safety checks against empty entriesjim-p2012-09-141-0/+6
|
* Allow/deny access to DHCP by partial MAC matching.jim-p2012-09-133-3/+64
|
* Make the openvpn resync less intrusive, only trigger this if the OpenVPN ↵smos2012-09-131-2/+7
| | | | interface is actually a gateway group name. Otherwise we skip.
* Make the gateway group member check a boolean, might convert to something ↵smos2012-09-132-5/+8
| | | | | | else at a later time so we could check group memberships. Also launch the dyndns configure if the dyndns interface is a gateway group name, could check membership later if we wanted.
* Always prepend the hostname we are working onsmos2012-09-131-116/+116
|
* Make sure we process dyndns interfaces that use a failover group when ↵smos2012-09-131-5/+6
| | | | processed from rc.newwanip, which just passes a interface.
* Add function that checks if the interface is part of a gateway group.smos2012-09-131-0/+22
|
* Reference the correct variable here, it was broken before and could never ↵smos2012-09-131-1/+1
| | | | have worked.
* Remove the filter configure call as this could otherwise lead to a recursive ↵smos2012-09-122-5/+3
| | | | filter configure.
* Use a better link here.jim-p2012-09-121-1/+1
|
* Print a nice large warning on the PPTP page about it no longer being ↵jim-p2012-09-121-0/+1
| | | | considered secure.
* Bail here so we don't make invalid rules for IPsec if this is empty.jim-p2012-09-121-0/+2
|
* Merge pull request #221 from j-white/masterJim P2012-09-111-1/+2
|\ | | | | Fixed the rendering in IE for the password management page.
| * Fixed the rendering in IE. Moved the head section out of the body.Jesse White2012-09-111-1/+2
|/
* Merge pull request #220 from PiBa-NL/masterJim P2012-09-106-36/+132
|\ | | | | firewall log, allowing the showing of applied rule description with optional setting
| * 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".
* | remove bunk input validationChris Buechler2012-09-091-3/+0
|/
* 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.
OpenPOWER on IntegriCloud