summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Rather use the system constants as definedErmal2012-10-041-4/+4
|
* Use integer rather than hex to put these values. AMD64 builds do rather ↵Ermal2012-10-041-4/+4
| | | | awkward problems
* Add a NAT entry for configuring NAT on ipsec phase2. It will add nat rules ↵Ermal2012-10-043-3/+149
| | | | on enc interface
* Eliminate system calls here, use PHP instead.jim-p2012-10-041-2/+2
|
* Sanitize some variablesjim-p2012-10-041-8/+9
| | | | Discovered-By: Yann CAM
* Verify posted kernel type against a defined list of good values.jim-p2012-10-041-5/+11
| | | | Discovered-By: Yann CAM
* Add restrict lines to limit what local clients are allowed to do to the ntp ↵jim-p2012-10-031-0/+2
| | | | server.
* Only attempt to unset this if it has been set.jim-p2012-10-031-1/+1
|
* Merge pull request #235 from PiBa-NL/masterJim P2012-10-021-6/+6
|\ | | | | openvpn-widget layout drawing fix
| * another openvpn-widget layout drawing fix, sorry.PiBa-NL2012-10-021-6/+6
| |
* | Merge pull request #233 from bcyrill/rfc3168_flagsJim P2012-10-013-6/+16
|\ \ | | | | | | Add ECE and CWR TCP flags as defined in RFC 3168
| * | Fix typobcyrill2012-10-011-1/+1
| | |
| * | Add ECE and CWR TCP flags as defined in RFC 3168bcyrill2012-10-013-6/+16
| | |
* | | Fixup processing of IPv6 IPs for EasyRule. Fixes #2649jim-p2012-10-011-0/+7
| | |
* | | Merge pull request #234 from PiBa-NL/masterJim P2012-10-018-41/+87
|\ \ \ | |/ / |/| / | |/ OpenVPN allow changing TUN/TAP, firewall-log filter on interface. carp show vip desciption in notification
| * firewall log, show cell border when using 'column descriptions'PiBa-NL2012-10-011-1/+1
| |
| * Allow for changing OpenVPN TUN to TAP device mode without reboot.PiBa-NL2012-10-012-1/+9
| |
| * Merge branch 'master' of git://github.com/bsdperimeter/pfsensePiBa-NL2012-10-0129-324/+468
| |\ | |/ |/|
* | Add UA support for BB PlayBook - patch by Pho Bia. Fixes #2648Warren Baker2012-10-011-1/+1
| |
* | Revert "Allow for changing OpenVPN TUN to TAP device mode without reboot." ↵jim-p2012-09-302-9/+1
| | | | | | | | | | | | -- Adds blank OpenVPN servers, see ticket #2643 This reverts commit c8bb7f1527a99c69784ab6c01d9050adcde6a8a0.
* | Add forgotten part of the IPsec split dns fix from yesterdayjim-p2012-09-271-1/+8
| |
* | Add option to disable the dashboard auto-update checkjim-p2012-09-272-10/+30
| |
* | 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
* | | 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.
* \ \ \ 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
| | | | * Firewall log, allow filtering by interface.PiBa-NL2012-10-012-31/+58
| | | | |
| | | | * CARP notifications show vip description, 'Virtual IP Addresses' page shows ↵PiBa-NL2012-09-293-4/+10
| | | | | | | | | | | | | | | | | | | | interface.
| | | | * while booting do not let carp wait for pfsync synchronization if pfsync is ↵PiBa-NL2012-09-251-4/+9
| | | |/ | | | | | | | | | | | | not enabled
| | | * 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
| | |/
| | * Diagnose\Sockets page renamed and now also has button to show all socket ↵PiBa-NL2012-09-232-23/+46
| |/ | | | | | | connections, explanation moved to bottom.
| * 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
|/
OpenPOWER on IntegriCloud