Commit Graph

18793 Commits

Author SHA1 Message Date
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
jim-p
f33030aa5a PPTP upgrade needs to declare $config a global. 2012-02-01 16:53:03 -05:00
Jim P
6bc32273fe Merge pull request #45 from namezero111111/patch-11
Wireless client config should allow blank SSID (resubmit, fixed blank li...
2012-02-01 12:33:43 -08:00
Namezero
cb3c3fe46e Wireless client config should allow blank SSID (resubmit, fixed blank lines) 2012-02-01 21:29:28 +01: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
Seth Mos
6f0dc800b7 Merge pull request #42 from Joecowboy/master
.
2012-01-25 22:38:08 -08:00
Joecowboy
83e7491df5 Update usr/local/www/widgets/javascript/cpu_graphs.js 2012-01-25 22:46:38 -06: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
smos
668e8961ff Add backend 6RD support. We don't have the required patch yet for our stf driver.
Needs hooks into our gateway code to handle the default gateway since the stf interface does use router solicitations
Adds to ticket #2117
2012-01-25 18:17:14 +01:00
jim-p
a843870de2 Fix LZO setting for Upgraded OpenVPN (was turning compression on even if old config had it disabled.) 2012-01-25 12:40:43 -05:00
jim-p
48e24ada0f Fix upgrade code for 1.2.3 with assigned OpenVPN interface. 2012-01-25 12:11:37 -05:00
jim-p
c3ae41e674 Don't ignore when multiple OpenVPN DNS, NTP, WINS, etc servers were specified in 1.2.3 when upgrading. 1.2.3 separated by ;, 2.x uses separate vars. 2012-01-25 11:34:28 -05:00
smos
32dc81094b Clarify the UI text with example IPv6 prefix.
Ticket #2117
2012-01-25 15:45:07 +01:00
smos
0eb7867634 Disable debug statement
Ticket #2117
2012-01-25 15:45:06 +01:00
jim-p
a15a77380b Safer for 1.2.3 upgrades to assume OpenVPN interface == any, since 1.2.3 didn't have a way to bind to an interface. Otherwise people accepting connections on opt interfaces on 1.2.3 will break on upgrade until the proper interface is selected in the GUI 2012-01-25 10:59:34 -05:00
smos
7d56708855 Add gui knobs for 6RD support ticket #2217 2012-01-25 14:33:51 +01:00
smos
b5a97555ee Remove rtsol debugging output 2012-01-25 11:17:18 +01:00
jim-p
aa291f197a Comment out debug print for cert verification 2012-01-24 16:14:44 -05:00
Ermal
d224df189c Check to see if the pid file exists before trying to kill anyprocess 2012-01-24 20:04:36 +00:00
jim-p
9fd145911d Be more careful when creating and removing a user, to only alter a user if it really matches the passwd entry. Fixes #2066
pw usershow likes to ignore what you want even with -n and if the user is numeric and doesn't exist, it fetches by uid. Can cause major problems if you try to remove a numeric user.
2012-01-23 14:15:14 -05:00
Vinicius Coque
51e9533f46 Removing unnecessary inclusions of prototype.js, guiconfig.inc already includes this file 2012-01-21 19:24:24 -02:00
Vinicius Coque
86cf36813d making small fixes on jQuery code 2012-01-21 18:08:09 -02:00
Vinicius Coque
30a8ef77e1 Converting javascript code to jQuery on installer webgui 2012-01-21 17:39:05 -02:00
Erik Fonnesbeck
fa984be954 Only add these lines if there is both an IP address and CIDR. Fixes #1882 2012-01-20 20:30:50 -07:00
Ermal
b0c76f18fa Ticket #2114. Remove define_syslog_variables since its deprecated and probably not needed 2012-01-20 18:03:18 +00:00
jim-p
199c320bc8 Bump upload size to 128mb, the firmware updates (at least for now while testing) are a bit too large for the old value. 2012-01-20 11:05:05 -05:00
Erik Fonnesbeck
48387425e5 Should be preg_split instead of explode 2012-01-20 05:57:40 -07:00
smos
2ce660ad4d Unbreak a number of explode() replacements which required preg_split() 2012-01-20 12:18:13 +01:00
Ermal
212ab80f68 Correct the Called-Station-Id attribute setting to be the consistent on authentication packets 2012-01-20 12:23:20 +00:00
Ermal
cff5204a17 Correct the Called-Station-Id attribute setting to be the same on STOP/START packets 2012-01-20 12:21:19 +00:00
Scott Ullrich
26275879e9 Empty the file 2012-01-19 18:20:02 -05:00
Scott Ullrich
873c6cef13 Add dummy file that was removed in FBSD 9 that keeps the installer from borking. This is much easier than rengerating the patch that is against the installer. 2012-01-19 18:19:49 -05:00
smos
cfbfd9412b The function split() is replaced by the function explode(). Starting with PHP 5.3 this is deprecated and with version 6 gone.
Replacing it surpresses all the warnings
2012-01-19 20:33:41 +01:00