summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Some more state killing refinements.jim-p2012-09-272-9/+26
|
* Add option to separately specify the split dns domain list for IPsec mobile ↵jim-p2012-09-261-0/+52
| | | | clients.
* Refine LB entry deletion to make sure blank entries can be removed.jim-p2012-09-265-5/+5
|
* Due to the DHCP pool tag needing to be an array, rename the old LB "pool" ↵jim-p2012-09-2610-20/+37
| | | | variable to something else so it's not interpreted as an array.
* Separate default gateway switching code to its own function, fix it to only ↵jim-p2012-09-261-50/+54
| | | | operate on one address family at a time. Old method wouldn't re-set inet gateway if there was an inet6 default.
* Try a little harder to clear the states for the old PPP gatewayjim-p2012-09-262-5/+13
|
* Remove states before removing the old address, or the file will be gone and ↵jim-p2012-09-261-2/+2
| | | | the code to kill the states won't ever run.
* Refine OpenVPN client/server deletion to allow for removing invalid empty ↵jim-p2012-09-252-6/+6
| | | | entries. Fixes #2643
* Ticket #2635: during ipsec reload, do not generate spd for disabled ph1Pierre POMES2012-09-251-8/+10
|
* Merge pull request #232 from bcyrill/patch-2Jim P2012-09-243-195/+213
|\ | | | | Make tables sortable
| * Make tables sortablebcyrill2012-09-243-195/+213
|/
* Merge pull request #231 from bcyrill/patch-1Jim P2012-09-241-0/+6
|\ | | | | Update etc/inc/priv.defs.inc
| * Update etc/inc/priv.defs.incbcyrill2012-09-241-0/+6
|/ | | Include privileges for Diagnostics Sockets page
* Merge pull request #230 from phil-davis/masterJim P2012-09-241-5/+5
|\ | | | | Separate backend keywords from GUI language display in captive portal
| * Separate backend keywords from GUI language display in captive portalPhil Davis2012-09-241-5/+5
|/ | | When the GUI language was set to Portuguese, keywords like "default" and "unformatted" would be translated into Portuguese and written to config.xml - causing problems downstream in starting Captive Portal. Now the displayed values are in the GUI language but the underlying keywords stay in "computer-speak" in config.xml - forum http://forum.pfsense.org/index.php/topic,51988.msg281131.html#msg281131
* Merge pull request #228 from PiBa-NL/masterJim P2012-09-231-5/+5
|\ | | | | fix few issues in virtual IP edit page
| * fix warning message for CARP /32 /128 masks added /31 /127 as these are also ↵PiBa-NL2012-09-241-4/+4
| | | | | | | | not applicable for carp which needs at least 3 IP's to function.
| * fix for breaking editing carp edit selection setting.PiBa-NL2012-09-241-1/+1
| |
* | Don't die silently if the time is too far off. Fix from: dhatzjim-p2012-09-231-0/+1
| |
* | Merge pull request #227 from PiBa-NL/masterJim P2012-09-232-23/+46
|\ \ | |/ | | Diagnose\Sockets page improvements.
| * Diagnose\Sockets page renamed and now also has button to show all socket ↵PiBa-NL2012-09-232-23/+46
| | | | | | | | connections, explanation moved to bottom.
* | Merge pull request #225 from PiBa-NL/masterJim P2012-09-225-88/+185
|\ \ | |/ | | Virtual IP Edit consistent options, "Sockets listening" page, openVPN allow change mode
| * Add a "Sockets listening" page to the Diagnostics menu.PiBa-NL2012-09-232-0/+116
| | | | | | | | | | This for easy viewing of what services are bound to which interface and port. ( based on the file diag_sockets.php from forum member 'bardelot' http://forum.pfsense.org/index.php/topic,53070.msg284360.html#msg284360 )
| * changed "Firewall: Virtual IP Address: Edit" page to always have the same ↵PiBa-NL2012-09-221-87/+60
| | | | | | | | options available (if applicable) for IPalias/CARP/ProxyArp/other
| * Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-09-222-1/+9
|/
* We should also resync openvpn clients since they can use gateway groups too.jim-p2012-09-191-1/+5
|
* don't log here, users can define their own logging rules if they want loggingChris Buechler2012-09-181-2/+2
|
* Merge pull request #223 from PiBa-NL/masterJim P2012-09-1816-67/+181
|\ | | | | Firewall log, alternating color rows & sorting improvements.
| * (line endings UNIX format..)PiBa-NL2012-09-1616-67/+181
| | | | | | | | | | | | | | | | Firewall log alternating colored rows Firewall log sortable Fixed several sorting issues in widgets and other pages Sorting now possible on multiple rows in the header tables Sorting now possible for text that starts with IPv4:port
* | Merge pull request #224 from phil-davis/masterJim P2012-09-181-2/+3
|\ \ | | | | | | Fix deleting DHCP leases
| * | Fix deleting DHCP leasesPhil Davis2012-09-181-2/+3
|/ / | | | | | | | | This broke when the code was changed to suck the whole leases file into an array with: $leases_contents = file($leasesfile); Each array entry has the text of a line in the file AND the newline at the end of the line. So when matching array entries, the match has to expect the "\n" on the end.
* | Safety beltjim-p2012-09-171-0/+2
| |
* | gitsync: Improve parameter handling to allow hyphenated options anywhere in ↵Erik Fonnesbeck2012-09-171-32/+54
| | | | | | | | the parameter list. (previously only allowed them at the end)
* | gitsync: Add --minimal parameter that installs only the updated files.Erik Fonnesbeck2012-09-172-3/+25
| |
* | Fix special build_commit tag that was broken from previous change to how it ↵Erik Fonnesbeck2012-09-171-1/+1
| | | | | | | | read the file with the commit ID.
* | Add support for multiple DHCP pools within the interface's subnet, and allow ↵jim-p2012-09-164-123/+364
| | | | | | | | most of the settings for the main range to be set specific inside the pool. (e.g. it allows setting different gateways and DNS for different pools). Still needs improved input validation to prevent overlapping ranges/pools.
* | 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
| |
OpenPOWER on IntegriCloud