smos
|
350471d545
|
Always configure a link local address when configuring a carp with a IPv6 address.
|
2012-02-25 18:52:39 +01:00 |
|
Pierre POMES
|
a3de8b9eef
|
Ticket #1917: fix typos, fix domain-search for dhcpv6
|
2012-02-25 11:12:56 -05:00 |
|
smos
|
f55b6cbbb1
|
Write out a default router file for the srd interface
|
2012-02-25 13:46:22 +01:00 |
|
smos
|
d500e296d8
|
Adding gateway support for 6rd support, does not add route yet.
Adds to ticket #2117
|
2012-02-25 13:32:12 +01:00 |
|
smos
|
3f383504ae
|
Add 6rd backend code support, adds rules for proto 41 traffic for 6rd on WAN so that the tunnel works.
Adds to ticket #2117
|
2012-02-25 12:43:25 +01:00 |
|
Pierre POMES
|
42a3cbab84
|
Ticket #1917 - DHCP server support for multiple domains in search list
|
2012-02-23 22:56:18 -05:00 |
|
jim-p
|
d3a2337a72
|
While we're at it, allow hostnames for syslog servers, since that is also valid.
|
2012-02-23 16:24:23 -05:00 |
|
jim-p
|
4a8a90ffa6
|
Allow users to enter a port number when adding a remote syslog server.
|
2012-02-23 10:53:14 -05:00 |
|
jim-p
|
a86c158d03
|
Make the reboot time estimate a little more realisitic.
|
2012-02-23 08:36:54 -05:00 |
|
Warren Baker
|
b738cea7c6
|
Missed removing the function from here as well
|
2012-02-23 13:06:40 +02:00 |
|
Warren Baker
|
4b0e8c916b
|
No need for extra function and touching of file, just set the value and use grep from XML to determine to beep or not
|
2012-02-23 10:35:03 +02:00 |
|
Yehuda Katz
|
5e4d70a082
|
Option to disable startup/shutdown sounds
|
2012-02-22 23:17:05 -05:00 |
|
Yehuda Katz
|
f3b2b2a42c
|
Fixing existing DynDNS force-update feature. Redmine bug #2228
|
2012-02-22 20:02:09 -05:00 |
|
jim-p
|
40ce0d68ed
|
For nat reflection inetd rules, udp/dgram requires wait, instead of nowait/0. Might help with UDP reflection.
|
2012-02-22 14:26:28 -05:00 |
|
Chris Buechler
|
f581cb10fd
|
only skip adding default gateway if OLSR is actually enabled, and log why you're skipping it, otherwise it's tons of "fun" to dig in and figure out what's going on.
|
2012-02-22 07:01:17 -05:00 |
|
jim-p
|
4582ef4152
|
Use PHP's built-in RFC 2822 date format, rather than trying to make our own.
|
2012-02-20 16:33:57 -05:00 |
|
Pierre POMES
|
206aa9fc24
|
Ticket #2205 - Add input validation, keep same logic as 2.0.1 and abore for default values
|
2012-02-19 21:46:12 -05:00 |
|
Pierre POMES
|
259f606eb8
|
Ticket #2205 - Main logic for relayd global settings screen, still need to add stuff (input validation, etc) before closing ticket
|
2012-02-19 19:25:09 -05:00 |
|
jim-p
|
cf0a2714c2
|
Don't let an empty subnet into racoon.conf, it can cause parse errors. Ticket #2201
|
2012-02-14 12:32:20 -05:00 |
|
jim-p
|
846a6dc2e9
|
Fix reference to PPTP secondary RADIUS server shared secret.
See http://forum.pfsense.org/index.php/topic,46103.0/topicseen.html
|
2012-02-13 15:06:47 -05:00 |
|
Ermal
|
02de5c079d
|
Correct checking if a gif is part of bridge so that it actually works correctly adding a gif after having created it on bootup
|
2012-02-13 19:47:56 +00:00 |
|
Ermal
|
10fb17c167
|
Resolves #2052. Remove duplicate rule
|
2012-02-08 21:04:33 +00:00 |
|
smos
|
09f638b69f
|
Make sure to pass the string, not the array
|
2012-02-08 13:08:24 +01:00 |
|
smos
|
51c57aae95
|
Perform actual 128 bit operations to make sure we get the math right.
|
2012-02-08 12:54:53 +01:00 |
|
Ermal
|
9252d093fa
|
Another try to eliminate the warning 'PHP Warning: Cannot modify header information - headers already sent by (output started at /etc/inc/authgui.inc:201) in /usr/local/www/guiconfig.inc on line 47'
|
2012-02-08 07:59:09 +00:00 |
|
Erik Fonnesbeck
|
c28fae2fd1
|
Revert "Check if a session already exists to avoid errors issued by php on sesion_start being called on existing session"
This reverts commit 9b2de7e2a6.
|
2012-02-07 22:32:41 -07:00 |
|
Ermal
|
9b2de7e2a6
|
Check if a session already exists to avoid errors issued by php on sesion_start being called on existing session
|
2012-02-07 20:35:51 +00:00 |
|
Ermal
|
2890cae51a
|
Fixes #2082. Actually just correct the log to display the correct information
|
2012-02-07 20:26:19 +00:00 |
|
Ermal
|
843a6fe25a
|
Fixes #2082. Correct checking of existing session to take into consideration when possible/needed the mac address
|
2012-02-07 20:19:27 +00:00 |
|
Ermal
|
67e73dcd06
|
Fixes #1999. Upgrade bvoucher config as well during CP upgrade to multi-instance
|
2012-02-07 19:06:31 +00:00 |
|
jim-p
|
c7fc14a1b9
|
Since the CARP interface name changed to vip, devd needs to follow that change as well.
|
2012-02-07 11:30:12 -05:00 |
|
Erik Fonnesbeck
|
b9f637a7b9
|
Add nat rule if the target is in a subnet handled by a static route whose gateway is in the interface's subnet. Ticket #2163
|
2012-02-04 04:14:24 -07:00 |
|
Erik Fonnesbeck
|
1716682b1d
|
Add static route subnets if their gateway is within the source subnet for the nat rule. Ticket #2163
|
2012-02-04 02:30:55 -07:00 |
|
Erik Fonnesbeck
|
bf443dfe84
|
Use the specific IP for NAT IP in filter_generate_reflection_nat to prevent a condition with multiple subnets on the same interface where replies get sent to the wrong IP.
|
2012-02-04 01:07:51 -07:00 |
|
Chris Buechler
|
459bb026f6
|
correct branches in gitsync
|
2012-02-04 00:53:34 -05:00 |
|
Warren Baker
|
a748b37228
|
Rename function and use variable
|
2012-02-03 22:28:16 +02:00 |
|
Warren Baker
|
5a7e41e670
|
Add builder binary
|
2012-02-03 22:24:53 +02:00 |
|
Warren Baker
|
8ff4e4d4fb
|
Support for configuring the configuring Unbound service
|
2012-02-03 22:23:02 +02:00 |
|
jim-p
|
f33030aa5a
|
PPTP upgrade needs to declare $config a global.
|
2012-02-01 16:53:03 -05:00 |
|
jim-p
|
de5aec9702
|
If the old bindlan option is there, assume the lan interface for binding.
|
2012-02-01 13:28:53 -05:00 |
|
jim-p
|
c82b2c3f21
|
Change SNMP binding option to work on any eligible interface/VIP. Fixes #2158
|
2012-02-01 13:28:53 -05:00 |
|
Warren Baker
|
d835ffc8c2
|
Also write out the rules that caused the problem to ease troubleshooting.
|
2012-02-01 19:58:52 +02:00 |
|
smos
|
dd576193b2
|
Add code that expresses the default gateway calculated from the broker address.
The stf adapter was correctly setup from the WAN IPv4 address apparently
Adds to ticket #2117
|
2012-02-01 13:36:55 +01:00 |
|
smos
|
f87ccbed83
|
Add more backend code to calculate the 6RD broker IPv6 address from the IPv4 broker address.
Adds to ticket #2117
|
2012-02-01 12:36:38 +01:00 |
|
jim-p
|
a11df336d4
|
Only do foreach on the p2's if it's actually an array.
|
2012-01-31 14:04:29 -05:00 |
|
jim-p
|
a000752bf2
|
Fix exec bit
|
2012-01-30 16:27:38 -05:00 |
|
jim-p
|
92ac3b3d45
|
Add a small script to disable APM on ATA drives if they claim to support it. Leaving this on will kill drives long-term, especially laptop drives, by generating excessive Load Cycles.
The APM bit set will persist until the drive is power cycled, so it's necessary to run on each boot to be sure.
|
2012-01-30 16:24:58 -05:00 |
|
jim-p
|
e8fc69ff43
|
Be smarter about how to split a Namecheap hostname into host/domain. Fixes #2144
|
2012-01-26 12:18:26 -05:00 |
|
jim-p
|
6763033dd5
|
Include admin user in bootup account sync
|
2012-01-25 15:39:33 -05:00 |
|
smos
|
1f78ab3a8a
|
Make sure we stop the configure if the device does not have a public address
Ticket #2117
|
2012-01-25 18:17:14 +01:00 |
|