summaryrefslogtreecommitdiffstats
path: root/etc
Commit message (Collapse)AuthorAgeFilesLines
* Increased needed memory for APC to 512M + code cleanupIndividual IT Services2013-09-031-27/+33
| | | | | | - Increased the needed memory for APC to 512M as we often run into memory problems on our 256M box - fixed the RAM calculation to divide by 1024 and not 1000 - code cleanup (renaming variables and creating new to avoid magic numbers)
* Merge pull request #796 from phil-davis/masterChris Buechler2013-09-031-15/+11
| | | | Traffic Shaper GUI text typos
* Merge pull request #790 from shahidsheikh/RELENG_2_1Chris Buechler2013-09-031-0/+8
|\ | | | | #3174 Added handling of gateway groups in openvpn_restart
| * #3174 Handling of gateway groups in openvpn_restart()Shahid Sheikh2013-09-021-7/+7
| | | | | | If the underlying vip of a gateway group that an openvpn client is bound to is in backup mode then the client should not start.
| * #3174 Added handling of gateway groups in openvpn_restartShahid Sheikh2013-09-021-0/+8
| |
* | Merge pull request #794 from phil-davis/RELENG_2_1Chris Buechler2013-09-035-19/+22
|\ \ | | | | | | Backport get_memory changes to 2.1
| * | Use physmem and realmem from get_memory() in the appropriate placesPhil Davis2013-09-021-4/+5
| | | | | | | | | Backport to 2.1
| * | Use new names for get_memory parametersPhil Davis2013-09-021-6/+6
| | |
| * | Use hw.physmem when calculating pfsense_default_state_sizePhil Davis2013-09-021-2/+2
| | | | | | | | | | | | hw.physmem is the actual amount of memory that FreeBSD/pfSense can get its hands on, so use this for the calculation. Backport to 2.1
| * | Use updated get_memory var names Phil Davis2013-09-021-3/+4
| | | | | | | | | Backport to 2.1
| * | Improve var names in get_memoryPhil Davis2013-09-021-4/+5
| | | | | | | | | Backport from master
* | | Bring back static routes to fix issues reported on Ticext #3179Ermal2013-09-032-8/+34
| | |
* | | Fix #3004:Renato Botelho2013-09-032-10/+21
| | | | | | | | | | | | | | | | | | . Create a function to replace strings on deep associative arrays . Use the recent created function array_replace_values_recursive to fix VIP interface names instead of touch config.xml directly
* | | Correct typo on variable nameErmal2013-09-031-1/+1
| | |
* | | Make sure RRD data is restored from backup before upgrading data and a new ↵Renato Botelho2013-09-031-0/+22
| | | | | | | | | | | | backup is done after. It should fix #2159
* | | Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present ↵Ermal2013-09-031-0/+1
| | | | | | | | | | | | and being reloaded.
* | | Merge pull request #792 from razzfazz/RELENG_2_1Ermal Luçi2013-09-031-1/+4
|\ \ \ | | | | | | | | add option to send prefix hint for requesting desired prefix length for ...
| * | | add option to send prefix hint for requesting desired prefix length for ↵Daniel Becker2013-09-021-1/+4
| | |/ | |/| | | | | | | | | | | | | delegation This change adds an option on the interfaces page for sending a prefix hint for the selected delegation size. If enabled, a "prefix" field requesting :: with the appropriate prefix length (64 - dhcp6-ia-pd-len) is added to the "id-assoc pd" entry in the dhcp6c config file. This hint is required for requesting prefixes shorter than /64 from Comcast.
* | | Merge pull request #791 from jean-m-cyr/RELENG_2_1Ermal Luçi2013-09-031-4/+3
|\ \ \ | | | | | | | | Dummynet does not require burst size specification
| * | | Dummynet does not require burst size specificationJean Cyr2013-09-021-4/+3
| |/ / | | | | | | | | | | | | | | | Dummynet traffic shaper does not require burst size specification and assumes 0 if not specified. Allow user to leave burst field blank, if not blank the must be numeric
* | | touch up text, s/nat/NAT/Chris Buechler2013-09-031-2/+2
|/ /
* | 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
* s/require/require_once/g for filter.inc to avoid redeclaration errors in ↵jim-p2013-08-282-2/+2
| | | | some rare cases.
* 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
|
* Fixup check for existing easyrule block rule to account for the ipproto and ↵jim-p2013-08-211-2/+3
| | | | when the ipproto is blank.
* Add scope to target when it is a link-local, it helps ticket #3150Renato Botelho2013-08-201-0/+8
|
* Attempt to recognize pfsync entries from pf logs.jim-p2013-08-191-0/+2
|
* 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
|
* 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-151-0/+75
| | | | 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.
* 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
* Remove prior CSC entry when cleaning up. Fixes #3143jim-p2013-08-141-0/+10
|
* Declare globals as global before defining them in openvpn.incjim-p2013-08-141-0/+6
|
* Add a parameter, off by default, to expand all alias items, including hostnamesRenato Botelho2013-08-141-7/+7
|
* Force apinger to write the status file before getting gateway statusErmal2013-08-131-1/+5
|
* Ticket #3139 try to detect if the popen is closed from an errorErmal2013-08-131-2/+6
|
OpenPOWER on IntegriCloud