Commit Graph

22023 Commits

Author SHA1 Message Date
Ermal
58fbb3f033 Leave a trace that rtsold did fire the dhcp6c client so troubleshooting is easier 2013-09-10 09:26:49 +00:00
Phil Davis
e4cf52ed14 Do not include disabled OpenVPN in vpn_networks and negate_networks 2013-09-10 09:22:03 +00:00
Ermal
2467086682 Correctly check the secondary/primary parameter setting on dhcp failover configuration 2013-09-10 09:10:06 +00:00
Ermal
168a194870 Correct typo that prevents dhcp rules from properly being generated. 2013-09-10 08:18:53 +00:00
Chris Buechler
d2f0b1421c the time has come - bump to 2.1-RELEASE 2013-09-09 16:44:38 -05:00
jim-p
b841bc2319 Fix errant display of "0 table deleted" during filter reload on console. 2013-09-09 15:18:46 -04:00
Renato Botelho
772e49cebd Remove unecessary capitalized WARNING from disabled APC message 2013-09-09 16:10:22 -03:00
jim-p
fae7ef31e3 Test growl whether or not growl is disabled. 2013-09-08 19:57:41 -04:00
jim-p
1d47cb37b3 Do not sync DHPCv6, it must operate independetly. Ticket #3184 2013-09-06 13:56:40 -04:00
jim-p
8571cdd51a Remove failover peer IP settings from DHCPv6, DHCPv6 doesn't support failover the way that DHPv4 did. Fixes #3184 2013-09-06 13:56:39 -04:00
Renato Botelho
279c2f425e Disable kill_states by default on upgrade, it fixes #3183 2013-09-06 13:59:05 -03:00
Renato Botelho
da95bdcd92 Fix #3127
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.
2013-09-06 08:10:37 -03:00
jim-p
9e6043ccc9 Allow for easier override on $g values if needed. 2013-09-05 14:27:53 -04:00
Ermal
25f9f33228 Correct check to match the right vip based on configured ip. Reported-by: http://forum.pfsense.org/index.php/topic,66234.0.html 2013-09-05 12:39:31 +00:00
Ermal
19d723d2af Ticket #3181 do the state flushing only on down gateway detection rather than any time. 2013-09-05 12:28:55 +00:00
Ermal
5aa44e9846 Revert "Revert back the behaviour to cleanup all states for 2.1 Fixes #3181 and related to Ticket #1629. This commit is only for 2.1 since on master development will continue for better alternatives"
A bit too excessive need to get right.

This reverts commit c59dd719e0.
2013-09-05 12:24:27 +00:00
jim-p
c22f480954 Ba-bump-bump. 2013-09-04 16:27:52 -04:00
Ermal
d6df2c4c71 When the v4 wan is dynamic and v6 is type dhcp and v6 information is retrieved through v4 link than trigger dhcp6c reconfiguration. 2013-09-04 15:03:31 +00:00
Ermal
0ec64bd2a6 Actually the / here is not needed. 2013-09-04 10:43:14 +00:00
Ermal
c088fe72cb Related to Ticket #3045 avoid races in the ntpdate_sync_one script due to killall returning without the process really exiting. 2013-09-04 10:36:32 +00:00
Ermal
5d1bde9670 Add safety belts to code in rc.openvpn to avoid php errors to leave stale locks around 2013-09-04 08:31:34 +00:00
Ermal
48085d0cc8 Make the operation of saving old rule nearby the writing operation to be logical to spot 2013-09-04 08:19:03 +00:00
Ermal
53ce7798fa Sprinkle some unsets to reduce footprint and correct some whitespaces 2013-09-04 08:12:25 +00:00
Phil Davis
e80908403b filter_generate_port error log function name
Absolutely minor adjustment to make the error log message refer to the new function name.
2013-09-04 07:22:57 +00:00
Ermal
c59dd719e0 Revert back the behaviour to cleanup all states for 2.1 Fixes #3181 and related to Ticket #1629. This commit is only for 2.1 since on master development will continue for better alternatives 2013-09-03 19:05:17 +00:00
Ermal
44f0f09bda Fixes #3173 if any port information exists on the rule than put it on the NEGATE rule generated. 2013-09-03 18:40:17 +00:00
Renato Botelho
3cb5570492 Remove SPD when disable phase2, it fixes #2719 2013-09-03 15:19:06 -03:00
Individual IT Services
f70df069b3 Increased needed memory for APC to 512M + code cleanup
- 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)
2013-09-03 14:31:33 -03:00
Chris Buechler
be40ce0b9b Merge pull request #796 from phil-davis/master
Traffic Shaper GUI text typos
2013-09-03 12:08:25 -05:00
Chris Buechler
0c1870ca7d Merge pull request #790 from shahidsheikh/RELENG_2_1
#3174 Added handling of gateway groups in openvpn_restart
2013-09-03 10:04:05 -07:00
Chris Buechler
96551a20ba Merge pull request #794 from phil-davis/RELENG_2_1
Backport get_memory changes to 2.1
2013-09-03 10:03:08 -07:00
Ermal
c9d099d788 Bring back static routes to fix issues reported on Ticext #3179 2013-09-03 16:52:23 +00:00
Renato Botelho
c59e21b5c7 Fix #3004:
. 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
2013-09-03 13:36:00 -03:00
Chris Buechler
7050776a10 Disable state killing on gateway failure by default for new configs.
Clarify the text describing the option while here.
2013-09-03 11:00:01 -05:00
Ermal
6f8cf5539d Correct typo on variable name 2013-09-03 15:39:16 +00:00
Ermal
628a64a9e5 Fix issue reported on http://forum.pfsense.org/index.php/topic,66160.0.html 2013-09-03 14:20:55 +00:00
Renato Botelho
7ca8bef40e Make sure RRD data is restored from backup before upgrading data and a new backup is done after. It should fix #2159 2013-09-03 08:56:22 -03:00
Ermal
7cb3f7d26d Resolves #3177. Do a filter reconfigure if the dynds ipsec hosts are present and being reloaded. 2013-09-03 10:27:33 +00:00
Chris Buechler
254261e02a fix text 2013-09-03 04:33:41 -05:00
Ermal Luçi
a2ac36616e Merge pull request #792 from razzfazz/RELENG_2_1
add option to send prefix hint for requesting desired prefix length for ...
2013-09-03 00:15:00 -07:00
Ermal Luçi
4a6f3d968a Merge pull request #791 from jean-m-cyr/RELENG_2_1
Dummynet does not require burst size specification
2013-09-03 00:06:25 -07:00
Phil Davis
e9215ad443 Use physmem and realmem from get_memory() in the appropriate places
Backport to 2.1
2013-09-02 23:49:02 -07:00
Phil Davis
98c10c92c2 Use new names for get_memory parameters 2013-09-02 23:43:54 -07:00
Phil Davis
68b253adee Use hw.physmem when calculating pfsense_default_state_size
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
2013-09-02 23:35:08 -07:00
Chris Buechler
ec532672c6 touch up text, s/nat/NAT/ 2013-09-03 01:26:49 -05:00
Daniel Becker
90652fbfe9 add option to send prefix hint for requesting desired prefix length for 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.
2013-09-02 17:34:30 -07:00
Jean Cyr
9880a11d3f Dummynet does not require burst size specification
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
2013-09-02 20:10:36 -04:00
Shahid Sheikh
6eb6e720fc #3174 Handling of gateway groups in openvpn_restart()
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.
2013-09-02 16:13:07 -04:00
Shahid Sheikh
414edd3e10 #3174 Added handling of gateway groups in openvpn_restart 2013-09-02 16:09:46 -04:00
Phil Davis
0c3a7a05f9 Use updated get_memory var names
Backport to 2.1
2013-09-02 04:12:47 -07:00