Warren Baker
|
bfe407e5a2
|
Add the ability to disable static routes without deleting them
|
2012-03-02 23:02:22 +02:00 |
|
Ermal
|
3b8a17a1d0
|
Correctly match ntpd syslog messages
|
2012-03-02 19:07:24 +00:00 |
|
Erik Fonnesbeck
|
66a346b436
|
Fix formatting and move setting back to system.
|
2012-02-28 16:03:23 -07:00 |
|
Yehuda Katz
|
970ca1b783
|
Moved beep option to notifications page
|
2012-02-28 17:33:32 -05:00 |
|
Erik Fonnesbeck
|
feef287ead
|
Remove obsolete files after gitsync
|
2012-02-28 14:45:15 -07:00 |
|
Jim P
|
6c04620650
|
Merge pull request #59 from Joecowboy/Time-format-change
Time format change
|
2012-02-28 13:29:41 -08:00 |
|
Erik Fonnesbeck
|
2044cb61fc
|
Allow specifying the branch name after the repository URL for gitsync command-line arguments and remove an unnecessary use of the backtick operator.
|
2012-02-28 12:22:18 -07:00 |
|
jim-p
|
0b29093bc4
|
Show lagg protocol and member interfaces on Status > Interfaces. Implements #2242
|
2012-02-28 12:57:46 -05:00 |
|
Erik Fonnesbeck
|
d63b89af70
|
Fix filename used in check for existence of the uniprocessor kernel to match the one that was being used to extract.
|
2012-02-28 10:41:58 -07:00 |
|
jim-p
|
e684290f77
|
Fixup the kernel upgrade code a bit to be safer, and assume SMP in the default case, and also warn if there was a problem. Should fix #1427
|
2012-02-28 12:14:23 -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 |
|
Scott Ullrich
|
37459b48ef
|
Turn off suhosin in hunt for #2214
|
2012-02-26 15:31:48 -05:00 |
|
Scott Ullrich
|
8919256f4a
|
Crank up debug logging to help gear up for #2214
|
2012-02-26 15:27:54 -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 |
|
jim-p
|
42f74491da
|
Fix comment, unbreak interfaces.inc
|
2012-02-25 23:22:27 -05: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
|
48fd9e4889
|
removed the timeformate change and putting it in the dhcpd and dhcpdv6 which will be generated by interface code. New XML tags will be <dhcpleaseinlocaltime/> and <dhcpv6leaseinlocaltime/>
|
2012-02-25 16:35:09 -06:00 |
|
Seth Mos
|
f426a6fdd4
|
Merge pull request #58 from Joecowboy/Time-format-change
Time format change
|
2012-02-25 13:37:42 -08: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 |
|
Joecowboy
|
293cd289ee
|
Added Time format change XML tag for both DHCP and DHCPv6 if you want to use local time instead of UTC for leases.
|
2012-02-25 15:10:16 -06:00 |
|
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
|
12215bfb9c
|
Update the interfaces.php for 6rd support, reflects variable changes
Adds to ticket #2117
|
2012-02-25 12:46: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 |
|
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
|
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 |
|
Chris Buechler
|
a2263f0cd8
|
Merge pull request #56 from yakatz/beep
Option to disable startup/shutdown sounds
|
2012-02-22 21:37:59 -08:00 |
|
Yehuda Katz
|
5e4d70a082
|
Option to disable startup/shutdown sounds
|
2012-02-22 23:17:05 -05:00 |
|