Michael Tremer
dd73ef846e
media.cgi: Add missing 'tr'.
2014-04-12 12:18:57 +02:00
Michael Tremer
21674d364b
Update translations.
2014-04-11 15:17:21 +02:00
Michael Tremer
883aa361b0
Merge remote-tracking branch 'amarx/RC2-master'
2014-04-11 15:17:08 +02:00
Alexander Marx
0626fac1ac
Firewall: When having rules with more than 3 protocols, show "many" and tooltip
2014-04-11 12:07:41 +02:00
Arne Fitzenreiter
9fa2794f08
kernel: disable intel mei.
...
Intel Management Engine Interface is still crashing the kernel.
2014-04-11 12:07:41 +02:00
Alexander Marx
712500d0dc
Firewall: Fix 10510 - Show all protocols from servicegroups (GRE,IPIP,IPV6,...)
2014-04-10 08:19:56 +02:00
Arne Fitzenreiter
0cd7c451dd
kernel: disable intel mei.
...
Intel Management Engine Interface is still crashing the kernel.
2014-04-09 18:20:46 +02:00
Michael Tremer
b8ec7b86ac
firewall-policy: Remove empty line.
2014-04-09 15:14:25 +02:00
Michael Tremer
62ff8d9627
Fix missing Connection Scheduler strings.
2014-04-09 15:11:41 +02:00
Michael Tremer
48fde0b6f9
aliases.cgi: Mark name field as mandatory.
2014-04-09 14:19:16 +02:00
Michael Tremer
99f11a16f6
firewall: Apply destination NAT rules for the firewall itself, too.
2014-04-09 14:16:32 +02:00
Michael Tremer
fcc68a4277
firewall: Fix rule generation for protocols without ports.
2014-04-09 14:06:32 +02:00
Arne Fitzenreiter
b1f11b0402
openssl: update to 1.0.1g.
...
Fix for CVE-2014-0160
Add TLS padding extension workaround for broken servers.
Fix for CVE-2014-0076
2014-04-07 21:33:34 +02:00
Alexander Marx
1ccfb89eab
Firewall: fix coloring of internet hosts
2014-04-07 16:53:01 +02:00
Alexander Marx
6effa000ec
Firewall: Fix source preselection of alias when Firewall is selected
2014-04-07 16:52:55 +02:00
Alexander Marx
747d030a24
Firewall: BUGFIX 10505
2014-04-07 16:52:49 +02:00
Alexander Marx
476b122fa8
Firewall: BUGFIX 10507
2014-04-07 16:52:42 +02:00
Michael Tremer
2250019f7d
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
2014-04-07 16:49:33 +02:00
Arne Fitzenreiter
1e7a2feaeb
glibc: rootfile update (arm).
2014-04-07 00:35:31 +02:00
Arne Fitzenreiter
b3c0ff6239
kernel-header: rootfile update.
2014-04-06 23:34:32 +02:00
Michael Tremer
6cf0f959f0
media.cgi: Fix typo once again.
2014-04-06 17:24:13 +02:00
Ersan Yildirim
8824d89482
Update Turkish translation.
2014-04-06 17:22:31 +02:00
Michael Tremer
888911ed57
core76: Include changed /etc/sysctl.conf in update.
2014-04-06 12:53:30 +02:00
Arne Fitzenreiter
68561214b3
glibc: fix image, updater and filecount in installer.
...
switch from locale-archive to normale locales add est. 5000 files.
todo: arm-rootfile.
2014-04-06 10:29:27 +02:00
Michael Tremer
085a20ec8b
firewall: Fix using aliases.
...
Fix coding errors, actually read aliases configuration
and fall back to default RED IP address if no suitable
alias was found.
2014-04-05 17:09:56 +02:00
Michael Tremer
1d9c1c3079
convert-portfw: Fix converting aliases.
...
ALL is not suitable as it is not a valid configuration value.
2014-04-05 17:08:17 +02:00
Michael Tremer
057b351186
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
2014-04-05 17:02:33 +02:00
Arne Fitzenreiter
c926c6375d
firewall: fix green only mode.
...
disable masquerade and green IP/NET check if internet is
connected via green.
2014-04-05 11:04:25 +02:00
Arne Fitzenreiter
fee04791f4
apache2: update to 2.2.27.
2014-04-04 21:17:08 +02:00
Arne Fitzenreiter
8e05d96896
kernel: update to 3.10.36.
2014-04-04 13:53:41 +02:00
Arne Fitzenreiter
51e7782863
kernel: update to 3.10.35.
2014-04-03 10:06:47 +02:00
Michael Tremer
4e3ce5438b
glibc: Install all known locales.
2014-04-01 16:24:50 +02:00
Michael Tremer
025741919a
firewall: Fix perl coding error.
...
Example:
my @as = (1, 2, 3);
foreach my $a (@as) {
$a += 1;
print "$a\n";
}
$a will be a reference to the number in the array and not
copied. Therefore $a += 1 will change the numbers in the
array as well, so that after the loop the content of @as
would be (2, 3, 4).
To avoid that, the number needs to be copied into a new
variable like: my $b = $a; and we are fine.
This caused that the content of the @sources and @destinations
array has been altered for the second run of the loop and
incorrect (i.e. no) rules were created.
2014-03-31 13:16:26 +02:00
Michael Tremer
c5fb845c4e
Merge branch 'kernel-layer7-oom'
2014-03-30 23:28:35 +02:00
Michael Tremer
af8c09ff38
kernel: Update layer7 patch.
...
Brings back the /proc interface and is supposed to
fix a memory leak.
2014-03-30 23:26:29 +02:00
Michael Tremer
c26a9ed25c
firewall-policy: Clarify policy rules.
...
There are no functional changes here. Everything that
is not explicitely allowed is now forbidden when the
forward policy is "ALLOWED".
2014-03-30 22:33:58 +02:00
Arne Fitzenreiter
8089b78d9d
firewall-policy: fix drop and logging on red0;
2014-03-29 15:06:35 +01:00
Arne Fitzenreiter
ea219d3a0f
set version to IPFire 2.15 rc1.
2014-03-28 18:16:31 +01:00
Michael Tremer
70c926e75b
firewall: Create mangle chain NAT_DESTINATION to silence error messages when updating.
2014-03-27 15:08:17 +01:00
Alexander Marx
a3f2459f8f
Firewall: fix Update from core 75 to 76
2014-03-27 15:07:41 +01:00
Michael Tremer
1e4b7130e1
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2014-03-27 15:07:26 +01:00
Michael Tremer
38ca33d110
cups: Fix rootfile.
...
Basically, include just everything.
2014-03-27 11:36:12 +01:00
Arne Fitzenreiter
90b0389a90
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2014-03-27 07:30:56 +01:00
Arne Fitzenreiter
82f5dd85cd
rpi-firmware: update to 18a7921.
2014-03-27 07:29:19 +01:00
Arne Fitzenreiter
5734dd105c
kernel: update RPi patchset to dea8280.
2014-03-27 07:25:24 +01:00
Michael Tremer
8fcb92530e
ipsecctrl: Fix compiler warning.
2014-03-26 23:47:14 +01:00
Michael Tremer
7add463e51
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
2014-03-26 23:35:18 +01:00
Michael Tremer
36d809efb6
media.cgi: Fix typo 'writen'.
2014-03-26 23:34:58 +01:00
Arne Fitzenreiter
513c321ebe
wlanap.cgi: fix missing line from wlan info.
2014-03-26 08:35:00 +01:00
Arne Fitzenreiter
6a79396ce6
hostapd: change setting of the regdomain.
...
the regdomain is only updated if it was really changed but after boot
the system believe it is "00" World but it is not correctly set at
some cards. So we set a region and set it back to "00" before the
real region was set.
2014-03-25 19:11:03 +01:00