summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* touch up text, s/nat/NAT/Chris Buechler2013-09-038-32/+32
|
* Fix #3172, return_gateway_groups_array() was returning the last vip since it ↵Renato Botelho2013-09-021-3/+3
| | | | was using wrong variable name on iteration
* Show a count of the CPUs if more than one is detected, and show how those ↵jim-p2013-08-302-0/+18
| | | | CPUs are supplied by the hardware.
* Use ipprotocol to check gateway protocol, this fix a issue that allow to set ↵Renato Botelho2013-08-291-6/+1
| | | | more than one default gateway when it's dynamic
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-2829-29/+29
| | | | some rare cases.
* If upgrading NanoBSD, try to grab the previous timezone file so the zone is ↵jim-p2013-08-281-0/+5
| | | | preserved on the next boot.
* Also run mtree check post-upgrade.jim-p2013-08-281-0/+10
|
* Support the names used by the status page as well as those used internally ↵jim-p2013-08-281-2/+2
| | | | by service entries.
* Delete old route for remote gateway when its IP changes. It fixes #3155Renato Botelho2013-08-221-0/+3
|
* fix text to remove non-applicable copy/paste from v4 relayChris Buechler2013-08-211-1/+1
|
* Fixup check for existing easyrule block rule to account for the ipproto and ↵jim-p2013-08-211-2/+3
| | | | when the ipproto is blank.
* Remove this particular form tag that doesn't appear to serve any purpose on ↵jim-p2013-08-201-2/+0
| | | | this page, and breaks the drop-down zone selector. Fixes #3153
* Add patch from the ticket to fix #3149jim-p2013-08-201-3/+15
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-4/+13
|
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-202-2/+16
|
* Revert "Improve sh syntax using ${} for all variables"Renato Botelho2013-08-191-29/+29
| | | | | | This was cherry-pick'd by mistake This reverts commit 1702a838194d2f4ffaa99359f888a42b0832472a.
* Attempt to recognize pfsync entries from pf logs.jim-p2013-08-191-0/+2
|
* Merge pull request #778 from N0YB/patch-11Renato Botelho2013-08-181-1/+1
|\ | | | | Update functions.inc.php
| * Update functions.inc.phpN0YB2013-08-171-1/+1
| | | | | | May as well remove this errant td end tag too.
| * Update functions.inc.phpN0YB2013-08-171-1/+1
| | | | | | | | Fix gateway widget size change on first update. Inner table size changes because the table in update data does not have the same attributes as the widget. i.e. border, cellpadding & cellspacing.
* | Strip off scope before attempting to resolve the IPv6 IP here.jim-p2013-08-171-0/+1
|/
* Fix selection of IPv6 target IP for IPv6 Outbound NAT rules.Chris Buechler2013-08-171-0/+6
| | | | | | | | This makes it possible (without source hacking) to do many:1 NAT of IPv6. Some will rejoice. Some will curse. This should really only be done in limited, specific circumstances. Don't develop the IPv4 NAT mentality with IPv6.
* Ooops fix this to add only th einterfaceErmal2013-08-161-1/+1
|
* Obsolete base ntpd since we are using the one from portsRenato Botelho2013-08-161-0/+1
|
* Add scope identifier to target when its link-localErmal2013-08-161-0/+2
|
* Rather than doing auto-detection, fall back to a glob for now when listing ↵jim-p2013-08-161-1/+2
| | | | potential PPP serial devices. This will allow us to push ticket #2433 back to 2.2 with a more proper long-term fix for the auto-detection.
* Fix Diag > Tables AJAX fadeOut after deletion for rows with CIDR mask format.jim-p2013-08-161-0/+1
|
* Add also a special case so the correct ip is returned for the case when WAN ↵Ermal2013-08-161-0/+9
| | | | is v4 PPP type and v6 is DHCP but with option fetch v6 info from v4.
* When using DHCPv6 and only requesting a prefix the communication on the WAN ↵Ermal2013-08-161-0/+12
| | | | interface will be over link-local so return the link-local address of the interface in this case rather than nothing.
* Optimize a bit to try and convrt back to friendly interface only when neededErmal2013-08-161-1/+2
|
* Resolves #2627. When WANv4 is PPP and v6 is DHCP but the option get v6 info ↵Ermal2013-08-161-8/+19
| | | | from v4 is ticked the real interface is different. For WANv4 is pppXX and for v6 is the real underlying interface. Take this into consideration during interface_bring_down to properly cleanup things
* Correctly remove IPv6 addresses from the interface rather than just erroring ↵Ermal2013-08-161-2/+9
| | | | out. The same trick that works for IPv4 of not specifying address does not work with v6
* Even if called with wrong parameters try to do something rather than return ↵Ermal2013-08-161-0/+3
| | | | here.
* Reduce diff with masterErmal2013-08-162-3/+5
|
* Handle link local addresses with embedded interface scope on is_ipaddrv6 and ↵Ermal2013-08-162-3/+26
| | | | also on dnsmasq which is not yet there for these addresses
* Unbreak limitrules and probably pfblocker errors. Spotted-by: JimErmal2013-08-151-3/+2
|
* When renaming or deleting a virtual server, clean up the old relayd anchor ↵jim-p2013-08-153-2/+84
| | | | name. Otherwise the rules are still there and valid, and will cause problems as they will override the new VS settings. Also clear out the anchors when stopping relayd or starting fresh that way no old settings could conflict.
* Improve sh syntax using ${} for all variablesRenato Botelho2013-08-151-29/+29
|
* Also take dhcpv6 into consideration even here.Ermal2013-08-151-1/+1
|
* Synchronize dhcpv6 as well if dhcp sync setting is on. Reported-by: ↵Ermal2013-08-151-0/+2
| | | | http://forum.pfsense.org/index.php/topic,65487.0.html
* Cleanup some code that is not needed anymoreErmal2013-08-142-31/+4
|
* Use pfSense module functions for finding interface v6 addresses. The ↵Ermal2013-08-142-29/+10
| | | | addresses will be not in friendly format as returned by getnameinfo
* Merge pull request #774 from phil-davis/RELENG_2_1Renato Botelho2013-08-141-12/+3
|\ | | | | Relax advanced options firewall rules tests (2.1)
| * Relax advanced options firewall rules testsPhil Davis2013-08-141-12/+3
|/ | | | | Various advanced options are now possible for any protocol since https://github.com/pfsense/pfsense/commit/653bde345e8f960de5bc745fe74e64d8ef3fd2d3 So allow these through the front-end GUI validation also. Code change for 2.1 branch.
* Fix double-click to edit on OpenVPN CSC entriesjim-p2013-08-141-1/+1
|
* Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-142-2/+15
|
* Declare globals as global before defining them in openvpn.incjim-p2013-08-141-0/+6
|
* Fix checkes for nested aliases containing FQDNs on static routes. It fixes #2941Renato Botelho2013-08-141-13/+8
|
* Do not allow to add nested alias containing FQDNs when current alias is used ↵Renato Botelho2013-08-141-0/+15
| | | | on a static route, ticket #2941
* Make sure an alias is not used by a static route before delete, ticket #2941Renato Botelho2013-08-141-0/+2
|
OpenPOWER on IntegriCloud