summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Set action = pass for configured mac addresses on CP passtrumacRenato Botelho2013-09-143-2/+17
|
* Remove unecessary blockedmacs db and read it directly from configRenato Botelho2013-09-142-37/+12
|
* Convert mac address to lowercase when saving to avoid duplicates. It fixes #3195Renato Botelho2013-09-122-2/+2
|
* Do not allow local mac address to be added to passtrumac list in CP. It ↵Renato Botelho2013-09-121-2/+13
| | | | fixes #3122
* Fix php short tag opening and silent php -lRenato Botelho2013-09-121-1/+1
|
* Remove call-time pass by reference from traffic shaper files, it should fix ↵Renato Botelho2013-09-129-89/+89
| | | | #2565
* Remove call-time pass by reference for do_input_validation, helps ticket #2565Renato Botelho2013-09-1267-83/+83
|
* Do not add a ipfw rule to block mac since auth can take care of block or ↵Renato Botelho2013-09-121-10/+9
| | | | redirect it
* Redirect blocked macs to desired URL or show an error messageRenato Botelho2013-09-121-0/+10
|
* Add a redirect url option to blocked macsRenato Botelho2013-09-121-0/+10
|
* Make sure db doesn't exist when start to configure macsRenato Botelho2013-09-121-0/+7
|
* Delete the old mac when action changes, not the current oneRenato Botelho2013-09-121-1/+1
|
* When block a MAC address, add it to a DB to make it possible to redirect it ↵Renato Botelho2013-09-121-1/+34
| | | | to a URL
* Add action to auto created passtru mac ruleRenato Botelho2013-09-121-0/+1
|
* Remove unused variable $macdbRenato Botelho2013-09-121-7/+2
|
* Make captiveportal_passthrumac_delete_entry() return rules instead of ↵Renato Botelho2013-09-123-13/+19
| | | | execute them as other similar functions do
* Use same tab name on all pagesRenato Botelho2013-09-125-5/+5
|
* Change 'Pass-through MAC' tab name to reflect current realityRenato Botelho2013-09-127-10/+10
|
* Add action to auto created passtru mac ruleRenato Botelho2013-09-121-0/+1
|
* Add actions (block or pass) to Captive Portal passtrumacRenato Botelho2013-09-123-60/+84
|
* Fix indent and whitespacesRenato Botelho2013-09-122-112/+137
|
* s/BSDP/ESF/Chris Buechler2013-09-111-2/+2
|
* Make sure to account for IP aliases on lo0 here, or they get duplicated on ↵jim-p2013-09-111-2/+2
| | | | each CARP sync
* Include CA in generated .p12 file. Fixes #2147 the way it was originally ↵jim-p2013-09-101-2/+8
| | | | intended.
* Simplify the update URL definition in globals.inc and add some comments to it.jim-p2013-09-101-4/+7
|
* Merge pull request #801 from phil-davis/masterRenato Botelho2013-09-101-2/+2
|\ | | | | Update an existing cron entry for pppoe periodic resets
| * Update an existing cron entry for pppoe periodic resetsPhil Davis2013-09-101-2/+2
|/ | | The array variable name was incorrect in the test, so the existing cron entry was not being matched. Fixes #3192
* Require IPv6.inc header so that if ipv6 functions are called no surprises ariseErmal2013-09-101-0/+1
|
* Leave a trace that rtsold did fire the dhcp6c client so troubleshooting is ↵Ermal2013-09-101-0/+1
| | | | easier
* Correctly check the secondary/primary parameter setting on dhcp failover ↵Ermal2013-09-101-7/+13
| | | | configuration
* Correct typo that prevents dhcp rules from properly being generated.Ermal2013-09-101-1/+1
|
* Merge pull request #800 from phil-davis/masterErmal Luçi2013-09-091-4/+6
|\ | | | | Do not include disabled OpenVPN in vpn_networks and negate_networks
| * Do not include disabled OpenVPN in vpn_networks and negate_networksPhil Davis2013-09-091-4/+6
|/
* Fix errant display of "0 table deleted" during filter reload on console.jim-p2013-09-091-1/+1
|
* Remove unecessary capitalized WARNING from disabled APC messageRenato Botelho2013-09-091-2/+2
|
* Test growl whether or not growl is disabled.jim-p2013-09-081-2/+1
|
* Do not sync DHPCv6, it must operate independetly. Ticket #3184jim-p2013-09-062-3/+1
|
* Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support ↵jim-p2013-09-062-16/+0
| | | | failover the way that DHPv4 did. Fixes #3184
* Disable kill_states by default on upgrade, it fixes #3183Renato Botelho2013-09-063-2/+8
|
* Fix #3127Renato Botelho2013-09-064-15/+15
| | | | | | | By default htmlspecialchars does not consider single quotes, what can be a problem when value attribute is set using it. Replace value attribute set to use double quotes on places where it's obviously recieving a result of htmlspecialchars() call.
* Allow for easier override on $g values if needed.jim-p2013-09-051-0/+5
|
* Correct check to match the right vip based on configured ip. Reported-by: ↵Ermal2013-09-051-4/+3
| | | | http://forum.pfsense.org/index.php/topic,66234.0.html
* Ticket #3181 do the state flushing only on down gateway detection rather ↵Ermal2013-09-051-11/+5
| | | | than any time.
* When the v4 wan is dynamic and v6 is type dhcp and v6 information is ↵Ermal2013-09-041-0/+4
| | | | retrieved through v4 link than trigger dhcp6c reconfiguration.
* Actually the / here is not needed.Ermal2013-09-041-1/+1
|
* Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to ↵Ermal2013-09-041-2/+13
| | | | killall returning without the process really exiting.
* Introduce two new functions to be used on locking.Ermal2013-09-042-1/+40
| | | | | | | - try_lock: used for trying to get an EXCLUSIVE lock for a specified timeout by default of 5 - unlock_force: which just releases any locks held on a specified lock Use this new functions on rc.openvpn to avoid spurious stale locks around.
* Add safety belts to code in rc.openvpn to avoid php errors to leave stale ↵Ermal2013-09-041-10/+13
| | | | locks around
* Make the operation of saving old rule nearby the writing operation to be ↵Ermal2013-09-041-4/+4
| | | | logical to spot
* Sprinkle some unsets to reduce footprint and correct some whitespacesErmal2013-09-041-19/+17
|
OpenPOWER on IntegriCloud