Commit Graph

9492 Commits

Author SHA1 Message Date
Yehuda Katz
f3b2b2a42c Fixing existing DynDNS force-update feature. Redmine bug #2228 2012-02-22 20:02:09 -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
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
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
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
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
Ermal
0c1f27fffc Correct disconnection of macs 2012-02-10 19:49:25 +00:00
Erik Fonnesbeck
c58715af2f Change to embed to prevent IE9 from misbehaving. Ticket #2165 2012-02-07 23:38:56 -07:00
Ermal
5c0d5003b3 Correct field name 2012-02-07 20:01:40 +00:00
Ermal
8b32024275 Unset previously set voucher sync information 2012-02-06 16:12:18 +00: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
Namezero
cb3c3fe46e Wireless client config should allow blank SSID (resubmit, fixed blank lines) 2012-02-01 21:29:28 +01: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
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
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
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
smos
7d56708855 Add gui knobs for 6RD support ticket #2217 2012-01-25 14:33:51 +01: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
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
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
smos
80c88a686d Fix the config patch to the dhcp6 relayx 2012-01-19 20:03:42 +01:00
Scott Ullrich
3b49bc2586 Ensure timezone is set 2012-01-18 15:11:36 -05:00
Scott Ullrich
943994ff7d Ensure timezone is set 2012-01-18 15:05:39 -05:00
Vinicius Coque
9feaf772fb replacing prototype with jQuery on load balancer pages 2012-01-16 23:43:00 -02:00
smos
2d107ad5a9 Remove 32 bit subnetmask limitation for IPv6 2012-01-15 14:38:23 +01:00
Vinicius Coque
ea0d4171c0 Converting headjs javascript code from prototype to jQuery 2012-01-15 12:51:33 -02:00
smos
584183558e Show the interface Link Local addresses on the status_interfaces.php 2012-01-15 13:07:36 +01:00
smos
35af71416e Fix for ticket 2071, this allows link local addresses for gateways.
Backend already added the interface scope for link local addresses, hurrah.
2012-01-15 12:40:38 +01:00
jim-p
0c305760d1 Allow using subnets and special nets in the CLI version of easyrule 2012-01-13 14:27:48 -05:00
jim-p
633136b87f Fix help text 2012-01-13 13:31:34 -05:00
jim-p
60879d1400 Fix ssh key note to refer to DSA not just RSA since both work. 2012-01-13 11:26:06 -05:00