Commit Graph

9495 Commits

Author SHA1 Message Date
Jim P
6c04620650 Merge pull request #59 from Joecowboy/Time-format-change
Time format change
2012-02-28 13:29:41 -08:00
jim-p
0b29093bc4 Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242 2012-02-28 12:57:46 -05:00
Vinicius Coque
3e139f90ad Adding multi-language support to WebGUI 2012-02-27 20:58:53 -03:00
jim-p
d54353aea7 Redirect stderr to stdout on exec.php so errors are visible. 2012-02-27 16:51:17 -05:00
Pierre POMES
bf34d0de21 Ticket #2205 - Add prefork setting 2012-02-27 15:44:32 -05:00
jim-p
a7a1316811 Add small patch from #466 to make interface names clickable on Interfaces > (assign). Implements #466 2012-02-27 11:07:17 -05:00
Pierre POMES
47335ae3d0 Fix gen_subnetv6_max(), used to display the end of available range in dhcp server ipv6 2012-02-26 16:21:43 -05:00
Erik Fonnesbeck
bb9d70d22b Fix code that was accidentally replaced with an older version of the code. 2012-02-26 02:31:55 -07:00
Joecowboy
adaa3f751a Commenting those lines out because the form fields are not generated because they are commented out in the code. This fixes javascript error and now will disable all form fields when interface is disabled. 2012-02-26 00:20:56 -06:00
Joecowboy
df321263a4 need to break out of foreach loop once it finds there is a local time has been selected by any interface of DHCP. 2012-02-25 19:06:08 -06:00
Joecowboy
ee0f23b4fd I now parses the xml tags in the dhcpdv6 to check if an interface for DHCPv6 lease is using local time if not defaults to UTC time. 2012-02-25 18:58:36 -06:00
Joecowboy
e085eba589 I now parses the xml tags in the dhcpd to check if an interface for DHCP lease is using local time if not defaults to UTC time. 2012-02-25 18:38:19 -06:00
Joecowboy
138208bf77 Changed the variable name from timeformtchangev6 to dhcpv6leaseinlocaltime per jim-p request and it will now write the xml dhcpv6leaseinlocaltime in the dhcpv6 sub catagory in the config.xml file. 2012-02-25 17:18:30 -06:00
Joecowboy
f365fa90eb Changed the variable name to dhcpleaseinlocaltime from timeformatchange per jim-p request and moved xml tag into dhcpd. 2012-02-25 16:57:50 -06:00
Joecowboy
468618f0da Added the the choice for DHCPv6 leases of local time over default UTC time. 2012-02-25 15:32:18 -06:00
Joecowboy
7d1e0109eb Added choice of UTC time or local time for DHCP leases. 2012-02-25 15:29:07 -06:00
Joecowboy
7d0ad4ec4d Added check box for DHCPv6 lease time to select local time instead of the default UTC time. 2012-02-25 15:25:55 -06:00
Joecowboy
6215694a47 Added check box for changing from UTC time to local time display on DHCP leases. 2012-02-25 15:17:51 -06:00
Pierre POMES
a3de8b9eef Ticket #1917: fix typos, fix domain-search for dhcpv6 2012-02-25 11:12:56 -05:00
smos
12215bfb9c Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117
2012-02-25 12:46:12 +01:00
Pierre POMES
42a3cbab84 Ticket #1917 - DHCP server support for multiple domains in search list 2012-02-23 22:56:18 -05:00
Erik Fonnesbeck
b805ef90ef Carry over the key length on input errors when creating a certificate signing request. Fixes #2233 2012-02-23 18:00:06 -07: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
Erik Fonnesbeck
0b84b20037 Change case of "NOTE" for consistency with other pages and fix a misspelling. 2012-02-23 12:23:07 -07:00
jim-p
e34a7abbb6 Reformat syslog settings, cleanup whitespace, reword some awkward English, add more detail. 2012-02-23 11:37:04 -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
7be4635326 If no rules are defined on the floating rules tab, show a more relevant message. 2012-02-23 08:48: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
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
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