Ermal
|
df40755dfd
|
Correct function name
|
2013-02-10 11:13:58 +00:00 |
|
Jim P
|
ccb5fb15d7
|
Merge pull request #397 from N0YB/PowerD_AC_BAT_Modes
Upgrade code & config default version
|
2013-02-09 15:17:36 -08:00 |
|
N0YB
|
6015f75bba
|
Upgrade code & config default version
|
2013-02-09 15:04:50 -08:00 |
|
Ermal
|
b9f29f84af
|
Use mwexec() with signal clearing. Use pid file for killining/tracking ntpd
|
2013-02-09 21:17:38 +00:00 |
|
Jim P
|
b61306fb3c
|
Merge pull request #396 from N0YB/PowerD_AC_BAT_Modes
Update config default with powerd battery mode
|
2013-02-09 12:47:38 -08:00 |
|
N0YB
|
91d1736fb2
|
Update config default with powerd battery mode
|
2013-02-09 12:41:11 -08:00 |
|
Ermal
|
3084ba6ee5
|
Teach dhcpd_configure about family optional parameter and use it to properly setup dhcpv6 on track6 case so that config is properly written
|
2013-02-09 20:25:05 +00:00 |
|
jim-p
|
3a2de75a91
|
Add some newlines to this one too.
|
2013-02-09 11:27:58 -05:00 |
|
jim-p
|
8c59ce016b
|
Unbreak firewall rule interface drop-down selection. Fixes #2805
|
2013-02-09 11:22:01 -05:00 |
|
Ermal
|
6387590fa6
|
Actually do restart radvd and dhcp6d on all track6 interfaces
|
2013-02-09 14:55:35 +00:00 |
|
Ermal
|
82b50e761c
|
Use posix_kill here
|
2013-02-09 14:23:43 +00:00 |
|
Ermal
|
e082d2f423
|
Restart dhcp and radvd on change
|
2013-02-09 14:17:38 +00:00 |
|
Ermal
|
681a493ff6
|
Actually for SLAAC type interfaces being tracked the configuration is needed
|
2013-02-09 13:25:08 +00:00 |
|
Ermal
|
7a41d7378f
|
Revert "Remove track6 dhcp configuration since dhcp6 will do this for us."
This reverts commit 6ebfa0ccfd.
|
2013-02-09 13:23:25 +00:00 |
|
Ermal
|
6ebfa0ccfd
|
Remove track6 dhcp configuration since dhcp6 will do this for us.
|
2013-02-09 13:12:40 +00:00 |
|
Ermal
|
20e15197bd
|
Remove this old code
|
2013-02-09 12:26:49 +00:00 |
|
Ermal
|
f934af33e3
|
Optimize and cleanup routing function
|
2013-02-09 09:36:50 +00:00 |
|
Ermal
|
8be135cd11
|
Correct system_routing_configure to do the right thing and guess the address family for the routing table correctly. While here cleanup some other code and leave a comment that disabled routing entries probably should not be dealt in here!
|
2013-02-09 09:26:33 +00:00 |
|
Ermal
|
aeaf0a67ad
|
Set family here to avoid any ambiguity
|
2013-02-09 08:49:33 +00:00 |
|
Jim P
|
82cc8a36d3
|
Merge pull request #395 from N0YB/PowerD_AC_BAT_Modes
System: Advanced: Miscellaneous: PowerD
|
2013-02-08 17:40:04 -08:00 |
|
N0YB
|
a358eec2ae
|
System: Advanced: Miscellaneous: PowerD
Add the on battery mode option settings.
|
2013-02-08 17:09:42 -08:00 |
|
Jim P
|
a06edef600
|
Merge pull request #394 from bcyrill/patch-15
Update usr/local/www/system_certmanager.php
|
2013-02-08 16:21:32 -08:00 |
|
bcyrill
|
3065c8cd90
|
Update usr/local/www/system_certmanager.php
Add space between option's value and selected attributes. Get rid of some stray closing td tags. That's it for now.
|
2013-02-09 01:10:12 +01:00 |
|
Jim P
|
39bb6f8140
|
Merge pull request #393 from bcyrill/patch-14
Update usr/local/www/system_camanager.php
|
2013-02-08 16:01:57 -08:00 |
|
bcyrill
|
9eac43d7a7
|
Update usr/local/www/system_camanager.php
Properly close the anchor tag and fix ampersand.
|
2013-02-09 00:59:57 +01:00 |
|
Jim P
|
a20adcd13f
|
Merge pull request #392 from bcyrill/patch-13
Update usr/local/www/system_certmanager.php
|
2013-02-08 15:46:21 -08:00 |
|
bcyrill
|
f0664ac73f
|
Update usr/local/www/system_certmanager.php
Add $userid check
|
2013-02-09 00:45:15 +01:00 |
|
jim-p
|
34bf3512d1
|
Fix fallback monitor selection
|
2013-02-08 16:07:51 -05:00 |
|
Renato Botelho
|
8981761b48
|
Revert "Require util.inc necessary for sigkillbypid()"
This reverts commit 1b7ec6ba16.
|
2013-02-07 21:48:39 -02:00 |
|
Ermal
|
3fe5080c60
|
Correctly set the mtu of the interface during configuration. Since for interfaces that are clonable previously the mtu was set than the interface destroy so the operation was useles. While here correct check for vlan interfaces.
|
2013-02-07 23:31:34 +00:00 |
|
Ermal
|
dfac167caa
|
Correct mtu for track interfaces as well. Aslo cleanup some code
|
2013-02-07 20:45:43 +00:00 |
|
Ermal
|
48f273cbb0
|
Correct function name
|
2013-02-07 19:11:09 +00:00 |
|
jim-p
|
8707707eb8
|
Add a line break to move this text to the next line. It was stuck after another field and easy to miss.
|
2013-02-07 13:28:11 -05:00 |
|
Renato Botelho
|
1b7ec6ba16
|
Require util.inc necessary for sigkillbypid()
|
2013-02-07 14:48:51 -02:00 |
|
jim-p
|
de89528588
|
Don't generate a PHP error for an unfetchable XML file.
|
2013-02-07 10:19:46 -05:00 |
|
jim-p
|
fb6c8051f0
|
Fix quoting.
|
2013-02-07 09:51:48 -05:00 |
|
jim-p
|
133bda763e
|
This is quoted that way because it's passed in javascript. If another better way to quote it works, feel free to change it back, but test the fix first and make sure aliases still display in the firewall rule list.
|
2013-02-07 09:44:13 -05:00 |
|
Jim P
|
7cba1f5766
|
Merge pull request #391 from ExolonDX/branch_06
Remove escaped apostrophe
|
2013-02-07 06:32:15 -08:00 |
|
Renato Botelho
|
a8cb003844
|
Implement privilege for allowing login through CP
- The feature is optional, on by default for new zones, off for current
ones when upgrading
It should fix #1010
|
2013-02-07 11:15:10 -02:00 |
|
Renato Botelho
|
060bc78b02
|
Indent and whitespaces changes
|
2013-02-07 11:15:10 -02:00 |
|
Renato Botelho
|
a0629b6947
|
Indent and whitespaces changes
|
2013-02-07 11:15:10 -02:00 |
|
Colin Fleming
|
b5ce1d0194
|
Remove escaped apostrophe
|
2013-02-07 13:08:57 +00:00 |
|
Jim P
|
f5cdf05692
|
Merge pull request #390 from ExolonDX/branch_05
Value in attributes should be lower case
|
2013-02-07 05:01:03 -08:00 |
|
Colin Fleming
|
3ae16b9bbe
|
Value in attributes should be lower case
Value in the "method" attribute should be lower case
|
2013-02-07 12:44:25 +00:00 |
|
rbgarga
|
c2373b6923
|
Merge pull request #387 from ExolonDX/branch_02
Update HTML code in "include" files
|
2013-02-07 02:31:46 -08:00 |
|
Renato Botelho
|
0ff5ea767d
|
Cosmetic change, s/manager/Manager/ to keep make it consistent with other entries
|
2013-02-07 08:28:53 -02:00 |
|
Ermal
|
83a1242265
|
Correct name of function call and use directly its return value as its boolean as needed. Also correct the function to be more readble and put a note for v4 checks that might be needed
|
2013-02-07 09:46:44 +00:00 |
|
Ermal
|
88cc00dbf5
|
Make gen_subnetv6 return a compressed form IPv6 address/net representation. This removes some issues reported during Ticket #2746 and solve the issue on some cases
|
2013-02-07 09:46:44 +00:00 |
|
jim-p
|
d7a1532bbf
|
Only include files that actually end in .inc, otherwise patching can lead to errors since .inc.orig patched the old test.
|
2013-02-06 19:38:09 -05:00 |
|
Jim P
|
f7352cd84e
|
Merge pull request #389 from ExolonDX/branch_06
Update HTML code in "include" files
|
2013-02-06 16:36:19 -08:00 |
|