Commit Graph

4920 Commits

Author SHA1 Message Date
Michael Tremer
4e2bce1804 outgoingfw: Remove unused variable in generator script. 2012-08-12 20:45:21 +02:00
Michael Tremer
78a14abf81 outgoingfw: mode=1: Change policy ACCEPT -> RETURN.
Because of the early acceptance of packets, that pass the outgoing
firewall, it was possible to circumvent the MAC address filter on
blue.
The RETURN target forces the packets to go on. Other packets,
that do not pass the outgoing firewall will be dropped immediately.
2012-08-07 16:45:22 +02:00
Michael Tremer
c9e01c8cb8 connections.cgi: Show return paths (NAT endpoints). 2012-08-06 20:20:40 +02:00
Michael Tremer
a1efb5dcc4 core62: Add recent changes to filelist. 2012-08-05 14:15:40 +02:00
Michael Tremer
466a935939 Merge branch 'master' into next 2012-08-05 14:14:20 +02:00
Michael Tremer
5ac2ed4778 connections.cgi: Fix colour for orange firewall IP address. 2012-08-05 14:13:09 +02:00
Michael Tremer
3c4eaa3d2d glibc: Ship the icon data.
This is required that the iconv function (part of glibc) works
properly.
Those files also need to be shipped with the next core update.
2012-08-02 18:24:32 +02:00
Michael Tremer
c8a8778f89 connections.cgi: Highlight multicast (former class D) connections. 2012-07-22 17:36:13 +02:00
Michael Tremer
03435d851b connections.cgi: Fix parsing of IPsec config file. 2012-07-22 17:35:41 +02:00
Michael Tremer
1f571dbd72 credits.cgi: Update PP information. 2012-07-22 17:34:00 +02:00
Arne Fitzenreiter
e3cb5d8b8e start core62. 2012-07-22 10:28:42 +02:00
Arne Fitzenreiter
cd025baace close core61. 2012-07-22 10:25:10 +02:00
Michael Tremer
6665a03d7c Add credits.cgi to updater. 2012-07-21 12:44:41 +02:00
Michael Tremer
41b72de4e0 Re-add donation button from credits.cgi.
This reverts commit 39d36c000a.
2012-07-21 12:43:35 +02:00
Michael Tremer
24c82ed212 services.cgi: Fix wrong memory usage display. 2012-07-19 22:12:05 +02:00
Michael Tremer
a786b755eb calamaris: Make decompressing large logs more memory-friendly.
Thanks to Roger Devaux for reporting and testing.

Calamaris is now able to process big log files consuming about
10M or RAM (was several gigabytes before).
2012-07-19 14:06:47 +02:00
Michael Tremer
7d55ca0da4 connections.cgi: Show name for "unknown" protocols. 2012-07-19 13:14:52 +02:00
Michael Tremer
d9ac41d556 connections.cgi: Correctly colour OpenVPN n2n connections. 2012-07-19 12:42:35 +02:00
Michael Tremer
acb305f590 index.cgi: Print OpenVPN N2N status in the same way as IPsec connections. 2012-07-19 12:28:12 +02:00
Michael Tremer
ae9f613950 ovpnmain.cgi: Sort out issues with FRAGMENT and MSSFIX.
Both had no proper default values which has been fixed.
2012-07-19 12:08:37 +02:00
Michael Tremer
b3de08a247 Add connections.cgi to core update 61. 2012-07-19 11:17:09 +02:00
Michael Tremer
eb3b93ccb5 proxy.cgi: Add option to add own configuration settings. 2012-07-18 13:04:49 +02:00
Bernhard Bitsch
69491545a3 proxy.cgi: Check upstream proxy address and better neighbour detection. 2012-07-18 12:56:41 +02:00
Michael Tremer
75bc929eb9 Update connections.cgi: Show byte counters.
The connections.cgi file has been rewritten to read
the needed information directly from the kernel.

Byte counters have been added which show how much data
has been transmitted over one connection in each
direction.
2012-07-18 12:21:23 +02:00
Arne Fitzenreiter
b0c682c06f Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2012-07-10 13:26:45 +02:00
Arne Fitzenreiter
d487c74136 core61: add updated files to updater. 2012-07-10 13:25:58 +02:00
Arne Fitzenreiter
ace40c90ec pakfire: add function to extract backup includes.
this is needed to fix some addons with missing includes at the next
update. (eg. nagios).
2012-07-07 19:37:56 +02:00
Arne Fitzenreiter
b81b96d215 index.cgi: Add warning if deprecated reiser4 found. 2012-07-07 19:12:56 +02:00
Arne Fitzenreiter
50ffddd92b usb-modeswitch-data: update database to 20120531. 2012-07-06 22:51:49 +02:00
Arne Fitzenreiter
4e7ad99212 GeoIP: update database to 04072012. 2012-07-06 17:05:51 +02:00
Arne Fitzenreiter
7d9710774c proxy.cgi: add more speed steps and some filetypes. 2012-07-03 15:00:45 +02:00
Arne Fitzenreiter
eba8a82614 squid: update to 3.1.20. 2012-07-03 13:41:13 +02:00
Arne Fitzenreiter
88913a6bc7 core61: add php to update. 2012-07-03 09:53:39 +02:00
Arne Fitzenreiter
0aa49a6b3b php: security update to 5.3.14.
The release fixes multiple security issues: A weakness in the DES implementation of crypt and a heap overflow issue in the phar extension

PHP 5.4.4 and PHP 5.3.14 fixes over 30 bugs. Please note that the use of php://fd streams is now restricted to the CLI SAPI.
2012-07-03 09:48:49 +02:00
Arne Fitzenreiter
0d42931bcd samba: update to 3.5.16. 2012-07-02 15:16:23 +02:00
Michael Tremer
6f7fcbf2ad openvpn: Properly handle fragment size.
Allow settings FRAGMENT=0.
2012-06-20 20:53:10 +02:00
Erik Kapfer
6140e7e0c2 openvpn: Introduce CCD. 2012-06-20 19:58:38 +02:00
Erik Kapfer
f6e1209344 openvpn: Honour DAYS_VALID for CA certificates. 2012-06-20 19:54:45 +02:00
Erik Kapfer
542b31d622 openvpn: Sort connections by name. 2012-06-20 19:54:09 +02:00
Michael Tremer
953073459e Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2012-06-20 15:40:28 +02:00
Michael Tremer
8ec568b077 Add logwatch changes to next core update. 2012-06-20 11:57:44 +02:00
Michael Tremer
16d026cbcb Merge remote-tracking branch 'jlentfer/logwatch' into next 2012-06-20 11:54:00 +02:00
Jan Lentfer
9f5e031e6d logwatch: Enable Date::Manip 6.x support (using interface v5) 2012-06-20 11:47:30 +02:00
Arne Fitzenreiter
dd0411c646 clamav: update to 0.97.5. 2012-06-19 21:24:51 +02:00
Arne Fitzenreiter
88d73bef91 redirect_wrapper: fix logfile path in log output.
fixes #10126.
2012-06-18 19:59:15 +02:00
Arne Fitzenreiter
cb6ecee799 lang.de: Fix pakfire updated string.
fixes #10112.
2012-06-18 19:42:20 +02:00
Michael Tremer
df106d88e5 Merge remote-tracking branch 'jlentfer/foomatic' into next 2012-06-17 20:27:19 +02:00
Jan Lentfer
477e28cf0d foomatic: Clean out /usr/share/foomatic prior to build to prevent hangs 2012-06-17 20:23:35 +02:00
Jan Lentfer
e659ba5b3a asterisk: Update to 1.8.13.0.
The 1.4 branch of asterisk does not build with the new flex and bison.
Also, the 1.4 branch was EOL'ed April 2012. The 1.8 branch has long
term support until 2015.

This patch also update chan_capi to the most recent version (HEAD),
as this is the only one that compiles with asterisk 1.8.

Asterisk 1.8 ships addons as part of the main tarball.
Asterisk 1.8 has no build in mp3 support anymore, mp3 libs need to be
downloaded seperatly via svn
(see asterisk-1.8.13.0/contrib/scripts/get_mp3_source.sh).
This patch DOES NOT include mp3 support.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2012-06-17 17:00:15 +02:00
Jan Lentfer
ce1f2fdb11 lcr: Update to 1.10.
This is a prerequisite for updating asterisk.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
2012-06-17 17:00:13 +02:00