Commit Graph

19384 Commits

Author SHA1 Message Date
Scott Ullrich
1b9c5e4d00 Merge pull request #55 from yakatz/dyndns
Fixing existing DynDNS force-update feature. Redmine bug #2228
2012-02-22 17:15:41 -08: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
Erik Fonnesbeck
055e182f01 Don't add the description either when the condition is not met, in case other required fields are later added. 2012-02-21 03:42:55 -07:00
jeandebogue
fad0e014a7 Update usr/local/bin/ping_hosts.sh 2012-02-21 08:52:56 +01:00
smos
b9ee868674 Revert "Remove the -S $SRCIP to ping and added a timeout."
This is functionality that can not be removed to properly keep VPN tunnels alive.

This reverts commit d4e37b2edd.
2012-02-21 08:04:45 +01:00
Seth Mos
2481045fdf Merge pull request #54 from jeandebogue/patch-2
Remove the -S $SRCIP to ping and added a timeout.
2012-02-21 00:04:42 -08:00
jeandebogue
d4e37b2edd Remove the -S $SRCIP to ping and added a timeout. 2012-02-21 08:55:49 +01:00
Chris Buechler
1d50d8d9e9 ARP table is singular 2012-02-21 00:32:49 -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
Warren Baker
9beeae5a35 Rather use -c to check for line count, we then dont have to deal with extra whitespaces 2012-02-20 15:55:06 +02: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
Scott Ullrich
cb2d016444 Add missing ; 2012-02-18 14:39:39 -05:00
Scott Ullrich
f47823904b Merge pull request #51 from Joecowboy/master
Fix for White Space causing an error with Wifi Mode
2012-02-18 10:33:07 -08:00
Joecowboy
ebc2ee612f A friend of mine was having the same issue that was stated in another pull request with the explode function and white space. So when you commit changes on WLAN would throw and error stating MODE must have SSID set. Dropped the explode function all together, initialized the array first and then pushed the SSID onto the array if Mode is set to Access in your wireless configuration. No more Mode set issue. :D 2012-02-18 12:25:14 -06:00
Seth Mos
e32805d9ef Merge pull request #49 from yakatz/master
2038 bug in user manager
2012-02-15 07:42:31 -08:00
Pierre POMES
37129ab8f8 Ticket #2157. Add missing call to relayd_configure() 2012-02-14 21:57:44 -05:00
Yehuda Katz
4d148b596e Convert strtotime() to DateTime object to fix 2038 roll-over issue. 2012-02-14 20:29:20 -05:00
jim-p
eaf23c1717 Add button to download a .p12 of a cert+key. Implements #2147 2012-02-14 13:53:07 -05:00
jim-p
a5a483e05b Reject an interface without a subnet as a network source in the IPsec Phase 2 GUI. Fixes ticket #2201 2012-02-14 13:03:05 -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
0c1f27fffc Correct disconnection of macs 2012-02-10 19:49:25 +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
c58715af2f Change to embed to prevent IE9 from misbehaving. Ticket #2165 2012-02-07 23:38:56 -07: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
5c0d5003b3 Correct field name 2012-02-07 20:01:40 +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
Ermal
8b32024275 Unset previously set voucher sync information 2012-02-06 16:12:18 +00: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
Scott Ullrich
317b7e43bf Revert "Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets." - until I find the code that does ajax as well.
This reverts commit 1d09d6dbcd.
2012-02-02 19:03:35 -05:00
Scott Ullrich
1d09d6dbcd Combine RTT and Loss so that IPV6 addresses do not cause spillage into other widgets. 2012-02-02 18:58:05 -05:00
jim-p
6fbe016841 If the sticky option is changed, restart relayd. Fixes #2157 2012-02-02 11:20:04 -05:00
jim-p
eb7454c449 Don't use $pconfig in widgets, it has unintended side effects. 2012-02-02 10:12:50 -05:00