Commit Graph

21804 Commits

Author SHA1 Message Date
Phil Davis
d86ec4e075 Consistent dhcrelay6 pid file location 2013-07-13 14:52:31 -04:00
Renato Botelho
63b8c4db3b Fix #3091, fix bad var assignment 2013-07-13 11:42:39 -03:00
Warren Baker
74bd3c3f7f Substitute Product name in privileges 2013-07-12 09:58:44 +02:00
Ermal Luçi
c1ecdca2fb Merge pull request #709 from razzfazz/RELENG_2_1
properly handle custom-v6 dyndns entries in web interface
2013-07-11 23:44:08 -07:00
Daniel Becker
6acbb7d2f1 properly handle custom-v6 dyndns entries in web interface 2013-07-11 15:49:02 -07:00
jim-p
fd4fc12087 Move variable declaration to the top, declare it global before defining. Fixes #3090 2013-07-11 15:18:18 -04:00
jim-p
469e33330d Remove irrelevant comment. 2013-07-11 15:18:17 -04:00
Ermal Luçi
d45fdd2a01 Fix copy/pasto introduced in previous commit. 2013-07-11 16:03:05 +02:00
Ermal Luçi
03ffccb928 Merge pull request #707 from razzfazz/RELENG_2_1
Merge to RELENG_2_1: Support for protocol 41 in rules, support for HE.net AAAA record updates, and support for custom DynDNS URLs with IPv6.
2013-07-11 00:02:15 -07:00
Daniel Becker
b54b997d2d Add support for custom IPv6 DDNS. 2013-07-10 19:05:42 -07:00
Daniel Becker
c3101e14c0 Change separator as per JimP's request. 2013-07-10 19:01:36 -07:00
Daniel Becker
93749c103f Add front-end support for dyndns AAAA updates 2013-07-10 19:00:46 -07:00
Daniel Becker
e4ba18aa6e Clean up HE.net AAAA backend support. 2013-07-10 19:00:36 -07:00
Daniel Becker
5a55d9d7d4 Add backend support for HE.net AAAA record updates.
Defines a new DynDNS provider 'he-net-v6' for updating AAAA entries on
dns.he.net.
2013-07-10 19:00:03 -07:00
Daniel Becker
26f80aff92 Add support for protocol 41 in rules. Fixes #3007. 2013-07-10 18:46:29 -07:00
jim-p
f34fcff4b4 Don't automatically add hidden rules to pass all IPv6 traffic to/from delegated prefixes. Default IPv6 from LAN -> any rule covers outbound properly as-is, and WAN rules shouldn't pass in that permissively. Also the prefix length calculation was off and the LAN rule(s) would be too permissive anyhow. 2013-07-10 15:49:19 -04:00
Ermal
bc59bcff38 Implement proper releasing of pipes allocated based on CPzone. Keep track of which zone a pipe is and release those pipes during disabling/deleting of zone. Ticket #3062, Pull request #698 2013-07-10 15:28:00 +00:00
Ermal
de2fe652ca Use empty to cover all needed cases as suggested on #3062. Suggested from pull request #698 2013-07-10 15:27:45 +00:00
jim-p
a19fcb824c Add independent logging choices to disable logging of bogon network rules and private network rules. Add upgrade code to obey the existing behavior for users (if default block logging was disabled, so is bogon/private rule blocking). Also add a checkbox to disable the lighttpd log for people who don't want their system log spammed by lighty. 2013-07-09 12:00:43 -04:00
jim-p
e7bc770e1a Fix the "use ICMP" function for traceroute. 2013-07-09 11:08:18 -04:00
Renato Botelho
e91abcc96e Fix #3079, add a section for DHCPv6 Server backup 2013-07-08 21:10:14 -03:00
Chris Buechler
174e151df8 fix description 2013-07-08 09:20:03 -05:00
Chris Buechler
df1b3eb700 touch up text 2013-07-08 08:31:56 -05:00
Daniel Becker
fc654f2c36 Fix typo in filter.inc. Fixes #3028.
Due to the typo, FilterIfList never got a 'track6-interface' entry,
which in turn prevented the DHCP6-related pass rules from being
generated for the LAN interface.
2013-07-07 17:52:59 -03:00
jim-p
6efe0caeb3 Make dashboard update check respect nanobsd-vga, probably fixes #3078 2013-07-07 11:45:30 -04:00
Renato Botelho
c2bf84a18b Merge pull request #701 from N0YB/RRD_Graphs_Size
Correct month, quarter (3 months), and 4 year RRD graphs length.
2013-07-07 05:43:22 -07:00
N0YB
91c6c9021c Correct month, quarter (3 months), and 4 year RRD graphs length.
Longest possible month is 31 days, not 32.
Longest possible quarter (3 months) is 92 days (30+31+31), not 93 (31+31+31).
4 Years is 1461 days (365 x 4 + 1), not 1464 (366 x 4).  Except about once every century or so when leap year is skipped 4 years is then 1460 days.  But that is not going to happen again for a very long time.  Unfortunately pfSense, nor anyone alive today will probably still be alive by then.
2013-07-06 23:32:17 -07:00
Renato Botelho
010639a89b Remove unecessary variable 2013-07-06 16:38:44 -03:00
Renato Botelho
ee3bc70325 Fix #2962, allow to remove VIP if gateway IP is on the interface's subnet 2013-07-06 14:55:14 -03:00
plinss
ae7372475b Update services.inc
Turn on AdvManagedFlag and AdvOtherConfigFlag for both 'managed' and 'assist' ramodes.
2013-07-05 17:30:05 -03:00
Ermal
51b262421b Actually do this upon entering to get proper ip 2013-07-05 17:56:19 +00:00
Ermal
b877d6351c Fixes #2495. On trigering of rc.newwanip remove all ipaliases from the interface since they will be readded later on. This will also make sure to have the correct address order 2013-07-05 17:48:46 +00:00
Renato Botelho
5fb149ba4b Remove unecessary var initialization 2013-07-05 14:29:32 -03:00
jim-p
9db8c46dff When a CARP VIP transitions to master, we need to bump servers also, otherwise a transition from disabled or init may not properly (re)attach to the IP address. 2013-07-05 11:48:07 -04:00
jim-p
0ee96a458a Correct DHCPv6 rules test to also include a check for DHCPv6 relay. Fixes #3074 2013-07-05 11:27:47 -04:00
Renato Botelho
abe411ad67 Fix a small issue when disable a boolean option and save, it shows option as enabled 2013-07-05 09:12:15 -03:00
Renato Botelho
277fd8db2b Fix whitespaces 2013-07-05 09:09:01 -03:00
Renato Botelho
c3cbe91eed Fix whitespaces 2013-07-05 08:56:34 -03:00
Renato Botelho
810c6a968c Process zipped aliases list 2013-07-05 08:56:15 -03:00
Renato Botelho
6a9a0736f6 Remove useless code 2013-07-05 08:56:03 -03:00
Ermal
63356262a7 Resolves #2910. Make apinger write its status file just after starting so that thing work as expected 2013-07-05 10:53:28 +00:00
Ermal
fae0e09833 Remove duplicated line that makes dhcp6c not run correctly 2013-07-04 07:01:41 +00:00
Ermal
032a3c0a21 Do not reconfigure dhcp v6 on v4 ip address event. Only handle 6rd and 6to4 while the former is questionable if needed 2013-07-04 06:58:38 +00:00
Ermal
f4d0495eac Copy/pasto does well up to some point 2013-07-04 06:58:24 +00:00
Ermal
74f4a3cc82 On every ip change renew the hosts file 2013-07-04 06:58:06 +00:00
Ermal Luçi
ac086c621f Merge pull request #696 from N0YB/patch-1
Update interfaces.php
2013-07-03 23:54:24 -07:00
N0YB
3e3aeb8b15 Update interfaces.php
Remove errant double quote.
2013-07-03 18:06:32 -07:00
Renato Botelho
f0f1737b64 Merge pull request #691 from mgsmith1000/RELENG_2_1
Omit IP warning if HTTP_REFERER check is disabled.
2013-07-03 08:50:13 -07:00
Matt Smith
31677598c3 Omit IP warning if HTTP_REFERER check is disabled. 2013-07-03 10:36:05 -05:00
Ermal
5ee53aa1c9 Enforce the checking of booting up for linkup events 2013-07-03 12:27:57 +00:00