jim-p
3d594a3fba
Correct population of the temp version of this variable. Fixes #2158 (drop-down preselection issue)
2012-03-15 16:04:13 -04:00
smos
ca320457f8
Unbreak the upgrade_config.inc, sorry
2012-03-15 15:34:12 +01:00
smos
56ee96ed9d
More memory optimizations for the RRD upgrade. Ticket #1758 #2159
2012-03-15 14:47:41 +01:00
smos
d6425f7582
Update the upgrade function so we use less memory here too to make sure it succeeds on Nano.
...
Related to ticket. #2159 #1758
2012-03-15 14:41:42 +01:00
Ermal
f5b8bdbfb2
Set FCGI_CHILDREN to 0 since it does not make sense php to manage itself when lighttpd is doing so. This makes it possible to recover from 550-Internal... error.
2012-03-15 14:58:52 +00:00
jim-p
e8e2ffbd33
Update help text for Host alaises to indicate FQDNs are allowed.
2012-03-15 10:01:35 -04:00
Jim P
30a560cfca
Merge pull request #53 from jeandebogue/patch-1
...
Move the echo "UP|DOWN" earlier
2012-03-15 06:19:24 -07:00
Seth Mos
7a76389860
Merge pull request #64 from phil-davis/master
...
Bug #2284 : rc.newwanip handle case when gifs config is null
2012-03-15 03:02:08 -07:00
Phil Davis
29bf947e24
Use better is_array test to check if there are any gifs in the config.
2012-03-15 10:18:31 +05:45
jim-p
c3f01709d6
Don't put an extra space here or later tests will fail to match this as a pass rule. Part of #2293
2012-03-14 16:17:43 -04:00
Phil Davis
efb5b9f105
Update etc/rc.newwanip
2012-03-14 13:54:06 +05:45
smos
2a9cb3b2a8
Fix the link local check when trying to add a link local gateway
...
Ticket #2071
2012-03-13 20:39:42 +01:00
smos
4096fe5da7
Enable the NTP server fields for our DHCP6 server.
2012-03-13 20:27:29 +01:00
smos
83bbb0cdb5
Include this file to make sure that rc.newwanipv6 actually works.
2012-03-13 20:27:29 +01:00
jim-p
4a8c0780d2
Ermal says the new openntpd binary fixes this instead -- Revert "Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS."
...
This reverts commit 89d291ec25 .
2012-03-13 15:16:12 -04:00
jim-p
89d291ec25
Start ntpd in the background since we don't need to care about its return data. Speeds up GUI with broken DNS.
2012-03-13 13:31:46 -04:00
Warren Baker
71bdd22613
Rather make use of grep -c than all these pipes
2012-03-13 15:00:58 +02:00
smos
c25197ba45
Adjust the ordering so that our modules load properly.
...
The order appears to be important in which we load the modules
2012-03-13 09:48:09 +01:00
Ermal
1cb94b24ef
Looking at pw code : chars are invalid in a comment fieldgit diff! Replace those to just space
2012-03-12 19:28:48 +00:00
Ermal
966f359e02
An empty file is created so that the table is availblke for rules refrencing it so mark it as successful.
2012-03-12 16:26:01 +00:00
Ermal
4aa0979fbc
Prevent ruleset breaking from grep putting garbage on urltable files and as a result creating unparsable files breaking rulesets
2012-03-12 15:53:53 +00:00
Ermal
973b2663e4
Simplify this code a little and make it easily extendible.
2012-03-12 10:55:26 +00:00
Ermal
06fd1952d3
check for presense of file before trying to exec it
2012-03-12 10:34:29 +00:00
Ermal
e8197e56f3
Do not wipe logs on reboot on full install
2012-03-12 10:32:57 +00:00
Ermal
80b86de588
Fix wich roll to write
2012-03-11 15:41:06 +00:00
Ermal
2064fa2eb4
Use the latest functions from pfSense module for bridge
2012-03-08 20:05:28 +00:00
Ermal
d9adca3bcb
Use the latest functions from pfSense module for getting interface list
2012-03-08 20:02:18 +00:00
smos
f37ab0b1b8
Remove the DHCP6 service enable check, it's not valid for configuring router advertisements.
2012-03-08 12:40:07 +01:00
Chris Buechler
a5571287ef
fix bridge typos
2012-03-08 04:17:08 -05:00
jim-p
2156f02a82
Only run if this is an array
2012-03-06 15:52:29 -05:00
jim-p
9ea0cb90a6
Be more intelligent when managing OpenVPN client connections bound to CARP VIPs. If the interface is in BACKUP status, do not start the client. Add a section to rc.carpmaster and rc.carpbackup to trigger this start/stop.
...
If an OpenVPN client is active on both the master and backup system, they will cause conflicting connections to the server. Servers do not care as they only accept, not initiate.
2012-03-06 14:33:12 -05:00
Pierre POMES
731de7112a
Fix some checks in dhcpv6 screen. Still need to validate static mappings against delegated networks
2012-03-04 09:18:40 -05:00
Ermal
6e1f456ffd
Correct send_multiple_events to conform with new check_reload_status behaviour
2012-03-03 20:23:57 +00:00
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