]> git.ipfire.org Git - people/stevee/ipfire-2.x.git/log
people/stevee/ipfire-2.x.git
9 years agoguardian.cgi: Fix unititalized value "GUARDIAN_ENABLE_OWNCLOUD".
Matthias Fischer [Sat, 28 Feb 2015 10:54:58 +0000 (11:54 +0100)] 
guardian.cgi: Fix unititalized value "GUARDIAN_ENABLE_OWNCLOUD".

When the owncloud addon is not installed, this value was not
initialized correctly.

Reference #10748.

9 years agoguardian.cgi: Use variable $pid instead of array element.
Matthias Fischer [Sat, 28 Feb 2015 10:52:33 +0000 (11:52 +0100)] 
guardian.cgi: Use variable $pid instead of array element.

This will prevent from a lot of perl suggestions in the
apache error log.

Reference #10748.

9 years agoguardian: Fixes on various help texts.
Stefan Schantl [Sat, 28 Feb 2015 09:01:41 +0000 (10:01 +0100)] 
guardian: Fixes on various help texts.

9 years agoguardian: Prevent from running multiple instances.
Stefan Schantl [Sat, 28 Feb 2015 08:55:25 +0000 (09:55 +0100)] 
guardian: Prevent from running multiple instances.

9 years agoguardian: Change cli switch to run not in daemon mode from "-d" to "-f".
Stefan Schantl [Sat, 28 Feb 2015 08:32:17 +0000 (09:32 +0100)] 
guardian: Change cli switch to run not in daemon mode from "-d" to "-f".

9 years agoguardian: Rework checkaction subfunction.
Stefan Schantl [Thu, 5 Feb 2015 18:43:01 +0000 (19:43 +0100)] 
guardian: Rework checkaction subfunction.

* Fix blocking if count is set to "1".
* Fix ignoring the ignored elements in some cases.

9 years agoguardian.cgi: Fix path to meta-owncloud.
Stefan Schantl [Sat, 24 Jan 2015 17:41:37 +0000 (18:41 +0100)] 
guardian.cgi: Fix path to meta-owncloud.

9 years agoguardian: Clear ignorehash and network array on reload.
Stefan Schantl [Sat, 24 Jan 2015 17:35:19 +0000 (18:35 +0100)] 
guardian: Clear ignorehash and network array on reload.

9 years agoguardianctrl: Call iptables command with "--wait".
Stefan Schantl [Sun, 18 Jan 2015 10:23:33 +0000 (11:23 +0100)] 
guardianctrl: Call iptables command with "--wait".

9 years agoguardianctrl: Unblock given source address in a loop.
Stefan Schantl [Sun, 18 Jan 2015 10:17:55 +0000 (11:17 +0100)] 
guardianctrl: Unblock given source address in a loop.

Drop all entries from the IPtables chain for a given source
address by using a loop. This loop currently is limited to 10 rounds.

Also redirect returned STDERR messages from iptables command to /dev/null.

9 years agoguardian: Re-block hosts if the blockcount gets higher than configured.
Stefan Schantl [Sat, 17 Jan 2015 17:44:29 +0000 (18:44 +0100)] 
guardian: Re-block hosts if the blockcount gets higher than configured.

This can be happen when a process or the user will drop the blocked
address from iptables.

9 years agode.pl: Translation for new guardian strings.
Stefan Schantl [Sat, 17 Jan 2015 09:30:40 +0000 (10:30 +0100)] 
de.pl: Translation for new guardian strings.

9 years agoguardian.cgi: Add configure options for owncloud.
Stefan Schantl [Sat, 17 Jan 2015 09:15:12 +0000 (10:15 +0100)] 
guardian.cgi: Add configure options for owncloud.

The related options only will be displayed when the owncloud addon
has been installed.

9 years agoguardian: Add support to watch for brute-force attempts on owncloud.
Stefan Schantl [Fri, 16 Jan 2015 20:51:32 +0000 (21:51 +0100)] 
guardian: Add support to watch for brute-force attempts on owncloud.

9 years agoguardian: Only monitor existing files.
Stefan Schantl [Fri, 16 Jan 2015 18:03:41 +0000 (19:03 +0100)] 
guardian: Only monitor existing files.

9 years agoguardian: Fix message forwarding to responsible handlers.
Stefan Schantl [Fri, 16 Jan 2015 12:06:08 +0000 (13:06 +0100)] 
guardian: Fix message forwarding to responsible handlers.

9 years agonetwork-functions.pl: Add function to check for valid networks.
Stefan Schantl [Thu, 15 Jan 2015 20:08:37 +0000 (21:08 +0100)] 
network-functions.pl: Add function to check for valid networks.

The "check_network" function is able to process inputs in prefix
or dotted decimal notations.

9 years agoguardian: Rootfile update.
Stefan Schantl [Sat, 6 Dec 2014 17:51:53 +0000 (18:51 +0100)] 
guardian: Rootfile update.

9 years agosnort: Fix case switch in initscript.
Stefan Schantl [Sat, 6 Dec 2014 17:51:10 +0000 (18:51 +0100)] 
snort: Fix case switch in initscript.

9 years agoguardian.logrotate: Reload guardian after log rotation.
Stefan Schantl [Sat, 6 Dec 2014 14:39:34 +0000 (15:39 +0100)] 
guardian.logrotate: Reload guardian after log rotation.

9 years agoinitscripts: Drop guardian related code from snort initscript.
Stefan Schantl [Tue, 11 Nov 2014 17:57:03 +0000 (18:57 +0100)] 
initscripts: Drop guardian related code from snort initscript.

9 years agoguardian: Do not require an active red interface.
Stefan Schantl [Sat, 1 Nov 2014 19:21:51 +0000 (20:21 +0100)] 
guardian: Do not require an active red interface.

This allows to use sort or the SSH and HTTPD bruteforce detection on the "internal"
zones, if the red zone is not used or down.

9 years agoguardian: Fix priority level comparision.
Stefan Schantl [Sat, 1 Nov 2014 19:11:48 +0000 (20:11 +0100)] 
guardian: Fix priority level comparision.

9 years agoguardian.cgi: Allways read-in settings.
Stefan Schantl [Sat, 1 Nov 2014 12:42:53 +0000 (13:42 +0100)] 
guardian.cgi: Allways read-in settings.

9 years agoguardian: Fix input validation from configfile.
Stefan Schantl [Sat, 1 Nov 2014 11:19:54 +0000 (12:19 +0100)] 
guardian: Fix input validation from configfile.

9 years agoguardian.cgi: Some more input validation.
Stefan Schantl [Tue, 28 Oct 2014 20:53:27 +0000 (21:53 +0100)] 
guardian.cgi: Some more input validation.

9 years agogeneral-functions.pl: Add function to get the gateway address.
Stefan Schantl [Tue, 28 Oct 2014 20:52:53 +0000 (21:52 +0100)] 
general-functions.pl: Add function to get the gateway address.

9 years agoguardian.cgi: Correct indentation when writing out the config file.
Stefan Schantl [Mon, 27 Oct 2014 20:12:03 +0000 (21:12 +0100)] 
guardian.cgi: Correct indentation when writing out the config file.

9 years agoguardian.cgi: Add dropdown for PriorityLevel selection.
Stefan Schantl [Mon, 27 Oct 2014 20:06:58 +0000 (21:06 +0100)] 
guardian.cgi: Add dropdown for PriorityLevel selection.

9 years agoguardian.cgi: Fix and improve input validation.
Stefan Schantl [Mon, 27 Oct 2014 19:16:42 +0000 (20:16 +0100)] 
guardian.cgi: Fix and improve input validation.

9 years agoMerge branch 'guardian-improved' into guardian-2.0
Stefan Schantl [Wed, 22 Oct 2014 17:29:01 +0000 (19:29 +0200)] 
Merge branch 'guardian-improved' into guardian-2.0

Conflicts:
make.sh

9 years agoguardian: Add configfile for logrotate. guardian-improved
Stefan Schantl [Wed, 22 Oct 2014 17:26:26 +0000 (19:26 +0200)] 
guardian: Add configfile for logrotate.

9 years agoguardian: Add PriorityLevel.
Kim Wölfel [Wed, 22 Oct 2014 16:23:31 +0000 (18:23 +0200)] 
guardian: Add PriorityLevel.

The priority is used for snort rules to describe how relevant the alert is.
With this new option, alerts with less importance can be ignored.

9 years agoguardian.cgi: Reload guardian if config or the ignorelist changes.
Stefan Schantl [Tue, 21 Oct 2014 19:55:07 +0000 (21:55 +0200)] 
guardian.cgi: Reload guardian if config or the ignorelist changes.

9 years agoguardianctrl: Add command "reload".
Stefan Schantl [Mon, 20 Oct 2014 19:03:48 +0000 (21:03 +0200)] 
guardianctrl: Add command "reload".

This command is used to send a SIGHUP to the guardian process, to perform
a reload of the configuration.

9 years agoguardian: Write-out process id to pidfile (/run/guardian.pid).
Stefan Schantl [Mon, 20 Oct 2014 18:51:14 +0000 (20:51 +0200)] 
guardian: Write-out process id to pidfile (/run/guardian.pid).

9 years agoUpdate Turkish translation
Ersan Yildirim [Mon, 20 Oct 2014 09:59:31 +0000 (11:59 +0200)] 
Update Turkish translation

9 years agoguardian: Drop .pl extension and move to /usr/bin.
Stefan Schantl [Sun, 19 Oct 2014 18:23:04 +0000 (20:23 +0200)] 
guardian: Drop .pl extension and move to /usr/bin.

9 years agoMerge branch 'guardian-improved' of ssh://git.ipfire.org/pub/git/people/stevee/ipfire...
Stefan Schantl [Sun, 19 Oct 2014 18:11:25 +0000 (20:11 +0200)] 
Merge branch 'guardian-improved' of ssh://git.ipfire.org/pub/git/people/stevee/ipfire-2.x into guardian-improved

9 years agoAdd new/missing language strings.
Stefan Schantl [Sun, 19 Oct 2014 18:10:37 +0000 (20:10 +0200)] 
Add new/missing language strings.

9 years agoMerge branch 'guardian-improved' of ssh://git.ipfire.org/pub/git/people/stevee/ipfire...
Stefan Schantl [Sun, 19 Oct 2014 18:00:04 +0000 (20:00 +0200)] 
Merge branch 'guardian-improved' of ssh://git.ipfire.org/pub/git/people/stevee/ipfire-2.x into guardian-improved

9 years agoguardian.cgi: Add option to configure the BlockCount.
Stefan Schantl [Sun, 19 Oct 2014 17:58:45 +0000 (19:58 +0200)] 
guardian.cgi: Add option to configure the BlockCount.

Some small code fixes.

9 years agoguardian.cgi: Accidently hardcoded some descriptions.
Stefan Schantl [Sun, 19 Oct 2014 14:46:38 +0000 (16:46 +0200)] 
guardian.cgi: Accidently hardcoded some descriptions.

9 years agoguardian.cgi: Add dropdown to select the used loglevel.
Stefan Schantl [Sun, 19 Oct 2014 14:43:32 +0000 (16:43 +0200)] 
guardian.cgi: Add dropdown to select the used loglevel.

9 years agoguardian: Introduce BlockCount.
Stefan Schantl [Sun, 19 Oct 2014 13:39:02 +0000 (15:39 +0200)] 
guardian: Introduce BlockCount.

It is now possible to define the blocking count when an attacker should be
blocked in the configfile.

9 years agoguardian: Update term to set a build-in function as enabled.
Stefan Schantl [Sun, 19 Oct 2014 12:07:56 +0000 (14:07 +0200)] 
guardian: Update term to set a build-in function as enabled.

9 years agoguardian.cgi: Remove code for options which have been dropped from guardian.
Stefan Schantl [Sun, 19 Oct 2014 12:01:48 +0000 (14:01 +0200)] 
guardian.cgi: Remove code for options which have been dropped from guardian.

Guardian does not longer require the information for the red interface from
the configfile.

Guardian does not longer support a targetfile.

9 years agoguardian.cgi: Add options to enable/disable some built-in functions from guardian.
Stefan Schantl [Sun, 19 Oct 2014 11:57:30 +0000 (13:57 +0200)] 
guardian.cgi: Add options to enable/disable some built-in functions from guardian.

This commit allows to enable or disable the monitoring of the snort alertfile
and to switch off the blocking of SSH and HTTPD Brute-force attempts.

9 years agoguardian: Exit if no files are watched.
Stefan Schantl [Sat, 18 Oct 2014 15:59:03 +0000 (17:59 +0200)] 
guardian: Exit if no files are watched.

9 years agoguardian: Allow to enable/disable built-in functions.
Stefan Schantl [Sat, 18 Oct 2014 14:59:09 +0000 (16:59 +0200)] 
guardian: Allow to enable/disable built-in functions.

In the configfile now can be specified to disable built-in functions (snort, ssh, apache2).
If the configuration does not contain any relevant information, the default values will be used
which enables all three functions.

9 years agoguardian: Get path for apache2 error log from configfile.
Stefan Schantl [Sat, 18 Oct 2014 13:44:51 +0000 (15:44 +0200)] 
guardian: Get path for apache2 error log from configfile.

9 years agoguardian: Rework header, bump to version 2.0.
Stefan Schantl [Thu, 16 Oct 2014 20:03:45 +0000 (22:03 +0200)] 
guardian: Rework header, bump to version 2.0.

9 years agoguardian: Handle sighup signals.
Stefan Schantl [Thu, 16 Oct 2014 19:53:33 +0000 (21:53 +0200)] 
guardian: Handle sighup signals.

We now can capture and handle sighup signals, to perform a reload
of the config file, re-read the ignorefile and recreate the ignorehash and
finally to grab possible alias addresses from red and re-add them to the ignorehash.

9 years agoguardian: Rework daemonize function.
Stefan Schantl [Thu, 16 Oct 2014 19:18:11 +0000 (21:18 +0200)] 
guardian: Rework daemonize function.

9 years agoguardian: Rework logging.
Stefan Schantl [Thu, 16 Oct 2014 19:02:03 +0000 (21:02 +0200)] 
guardian: Rework logging.

Introduce LogLevel and drop the debugger subroutine.

9 years agocore85: set version to core85.
Arne Fitzenreiter [Thu, 16 Oct 2014 09:34:20 +0000 (11:34 +0200)] 
core85: set version to core85.

9 years agoMerge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Michael Tremer [Wed, 15 Oct 2014 20:55:54 +0000 (22:55 +0200)] 
Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next

9 years agoapache: Disable SSLv3 by default for the IPFire webinterface
Michael Tremer [Wed, 15 Oct 2014 20:55:26 +0000 (22:55 +0200)] 
apache: Disable SSLv3 by default for the IPFire webinterface

9 years agoopenssl-compat: update to 0.9.8zc
Arne Fitzenreiter [Wed, 15 Oct 2014 19:44:29 +0000 (21:44 +0200)] 
openssl-compat: update to 0.9.8zc

9 years agoCreate Core Update 85
Michael Tremer [Wed, 15 Oct 2014 17:48:16 +0000 (19:48 +0200)] 
Create Core Update 85

9 years agoopenssl: Update to version 1.0.1j
Michael Tremer [Wed, 15 Oct 2014 17:19:15 +0000 (19:19 +0200)] 
openssl: Update to version 1.0.1j

OpenSSL Security Advisory [15 Oct 2014]
=======================================

SRTP Memory Leak (CVE-2014-3513)
================================

Severity: High

A flaw in the DTLS SRTP extension parsing code allows an attacker, who
sends a carefully crafted handshake message, to cause OpenSSL to fail
to free up to 64k of memory causing a memory leak. This could be
exploited in a Denial Of Service attack. This issue affects OpenSSL
1.0.1 server implementations for both SSL/TLS and DTLS regardless of
whether SRTP is used or configured. Implementations of OpenSSL that
have been compiled with OPENSSL_NO_SRTP defined are not affected.

OpenSSL 1.0.1 users should upgrade to 1.0.1j.

This issue was reported to OpenSSL on 26th September 2014, based on an original
issue and patch developed by the LibreSSL project. Further analysis of the issue
was performed by the OpenSSL team.

The fix was developed by the OpenSSL team.

Session Ticket Memory Leak (CVE-2014-3567)
==========================================

Severity: Medium

When an OpenSSL SSL/TLS/DTLS server receives a session ticket the
integrity of that ticket is first verified. In the event of a session
ticket integrity check failing, OpenSSL will fail to free memory
causing a memory leak. By sending a large number of invalid session
tickets an attacker could exploit this issue in a Denial Of Service
attack.

OpenSSL 1.0.1 users should upgrade to 1.0.1j.
OpenSSL 1.0.0 users should upgrade to 1.0.0o.
OpenSSL 0.9.8 users should upgrade to 0.9.8zc.

This issue was reported to OpenSSL on 8th October 2014.

The fix was developed by Stephen Henson of the OpenSSL core team.

SSL 3.0 Fallback protection
===========================

Severity: Medium

OpenSSL has added support for TLS_FALLBACK_SCSV to allow applications
to block the ability for a MITM attacker to force a protocol
downgrade.

Some client applications (such as browsers) will reconnect using a
downgraded protocol to work around interoperability bugs in older
servers. This could be exploited by an active man-in-the-middle to
downgrade connections to SSL 3.0 even if both sides of the connection
support higher protocols. SSL 3.0 contains a number of weaknesses
including POODLE (CVE-2014-3566).

OpenSSL 1.0.1 users should upgrade to 1.0.1j.
OpenSSL 1.0.0 users should upgrade to 1.0.0o.
OpenSSL 0.9.8 users should upgrade to 0.9.8zc.

https://tools.ietf.org/html/draft-ietf-tls-downgrade-scsv-00
https://www.openssl.org/~bodo/ssl-poodle.pdf

Support for TLS_FALLBACK_SCSV was developed by Adam Langley and Bodo Moeller.

Build option no-ssl3 is incomplete (CVE-2014-3568)
==================================================

Severity: Low

When OpenSSL is configured with "no-ssl3" as a build option, servers
could accept and complete a SSL 3.0 handshake, and clients could be
configured to send them.

OpenSSL 1.0.1 users should upgrade to 1.0.1j.
OpenSSL 1.0.0 users should upgrade to 1.0.0o.
OpenSSL 0.9.8 users should upgrade to 0.9.8zc.

This issue was reported to OpenSSL by Akamai Technologies on 14th October 2014.

The fix was developed by Akamai and the OpenSSL team.

References
==========

URL for this Security Advisory:
https://www.openssl.org/news/secadv_20141015.txt

Note: the online version of the advisory may be updated with additional
details over time.

For details of OpenSSL severity classifications please see:
https://www.openssl.org/about/secpolicy.html

9 years agoguardian: Use strict.
Stefan Schantl [Mon, 13 Oct 2014 16:08:54 +0000 (18:08 +0200)] 
guardian: Use strict.

9 years agoUpdate Turkish translation
Ersan Yildirim [Mon, 13 Oct 2014 08:19:45 +0000 (10:19 +0200)] 
Update Turkish translation

9 years agoguardian: Call sub to check if an address block has expired.
Stefan Schantl [Sun, 12 Oct 2014 19:38:59 +0000 (21:38 +0200)] 
guardian: Call sub to check if an address block has expired.

Some more code cleanup as well.

9 years agoguardian: Rename blockhash to addresshash.
Stefan Schantl [Sun, 12 Oct 2014 13:50:14 +0000 (15:50 +0200)] 
guardian: Rename blockhash to addresshash.

9 years agoguardian: Validate input from ignorefile.
Stefan Schantl [Sun, 12 Oct 2014 13:26:38 +0000 (15:26 +0200)] 
guardian: Validate input from ignorefile.

9 years agoguardian: Drop targethash and support for targetfile.
Stefan Schantl [Sun, 12 Oct 2014 12:34:15 +0000 (14:34 +0200)] 
guardian: Drop targethash and support for targetfile.

The targetfile acted as kind of a blacklist to instantly block
a source when a packet was send to a target on that list.

This better should be done by firewall rules.

9 years agoguardian: Use Inotify for detecting file modifications.
Stefan Schantl [Sun, 12 Oct 2014 11:15:08 +0000 (13:15 +0200)] 
guardian: Use Inotify for detecting file modifications.

If a monitored file gets modified, guardian now recognizes this by
using the inotify interface provided from the Linux kernel and stores
this information in a processing queue.

This is a more efficent way than the old one, which periodly checked if the
filesize had been changed.

Also doing some more code cleanup and add input validation.

9 years agocore84: add update-lang-cache.
Arne Fitzenreiter [Fri, 10 Oct 2014 16:11:52 +0000 (18:11 +0200)] 
core84: add update-lang-cache.

this file is missing on some machines.

9 years agomake.sh: Build perl-common-sense and perl-inotify2.
Stefan Schantl [Tue, 7 Oct 2014 17:26:35 +0000 (19:26 +0200)] 
make.sh: Build perl-common-sense and perl-inotify2.

9 years agoperl-inotify2: New package.
Stefan Schantl [Tue, 7 Oct 2014 17:25:11 +0000 (19:25 +0200)] 
perl-inotify2: New package.

This module contains inotify bindings for perl, used by the extendend guardian.

9 years agoperl-common-sense: New package.
Stefan Schantl [Tue, 7 Oct 2014 17:24:11 +0000 (19:24 +0200)] 
perl-common-sense: New package.

This is a runtime dependency for perl-inotify2.

9 years agofirewall: Use correct interface for RED
Michael Tremer [Tue, 7 Oct 2014 12:54:12 +0000 (14:54 +0200)] 
firewall: Use correct interface for RED

9 years agobash: Update to version 4.3.30
Michael Tremer [Mon, 6 Oct 2014 10:23:35 +0000 (12:23 +0200)] 
bash: Update to version 4.3.30

Fixes #10633.

9 years agofirewall: fix rules.pl for old rules without ratelimiting.
Michael Tremer [Sat, 4 Oct 2014 11:52:15 +0000 (13:52 +0200)] 
firewall: fix rules.pl for old rules without ratelimiting.

9 years agoguardian: Introduce debugger.
Stefan Schantl [Fri, 3 Oct 2014 16:00:22 +0000 (18:00 +0200)] 
guardian: Introduce debugger.

Splitt the existing write_log function into two seperate functions to handle
the write out of debug messages if guardian has been launched in debug mode and
content we want to store in the logfile.

This will prevent us from bloating up the logfile with debug stuff.

9 years agoguardian: Use Getop::Std.
Stefan Schantl [Thu, 2 Oct 2014 19:42:27 +0000 (21:42 +0200)] 
guardian: Use Getop::Std.

9 years agosquid: Update to 3.4.8
Michael Tremer [Thu, 2 Oct 2014 16:21:51 +0000 (18:21 +0200)] 
squid: Update to 3.4.8

Contains some security fixes:

 * CVE-2014-6270
   http://www.squid-cache.org/Advisories/SQUID-2014_3.txt
 * CVE-2014-7141
   CVE-2014-7142
   http://www.squid-cache.org/Advisories/SQUID-2014_4.txt

9 years agobash: rootfile update.
Arne Fitzenreiter [Tue, 30 Sep 2014 21:49:47 +0000 (23:49 +0200)] 
bash: rootfile update.

9 years agoparted: Update to 3.1.
Michael Tremer [Sat, 26 Jul 2014 19:08:12 +0000 (21:08 +0200)] 
parted: Update to 3.1.

9 years agoreadline: Re-add accidentially deleted patches of -compat package
Michael Tremer [Sat, 26 Jul 2014 20:02:03 +0000 (22:02 +0200)] 
readline: Re-add accidentially deleted patches of -compat package

9 years agobash: Import patch for version 4.3.27
Michael Tremer [Mon, 29 Sep 2014 19:29:57 +0000 (21:29 +0200)] 
bash: Import patch for version 4.3.27

See #10633

9 years agocore84: Add updated readline
Michael Tremer [Mon, 29 Sep 2014 11:52:16 +0000 (13:52 +0200)] 
core84: Add updated readline

9 years agoreadline: Update to 6.3.
Michael Tremer [Sat, 26 Jul 2014 17:56:54 +0000 (19:56 +0200)] 
readline: Update to 6.3.

9 years agobash: Import upstream fixes
Michael Tremer [Fri, 26 Sep 2014 10:46:44 +0000 (12:46 +0200)] 
bash: Import upstream fixes

9 years agobash: Import fix for CVE-2014-7169
Michael Tremer [Thu, 25 Sep 2014 17:38:23 +0000 (19:38 +0200)] 
bash: Import fix for CVE-2014-7169

http://www.openwall.com/lists/oss-security/2014/09/25/10

Conflicts:
lfs/bash

9 years agobash: Fix for CVE-2014-6271
Michael Tremer [Wed, 24 Sep 2014 19:02:22 +0000 (21:02 +0200)] 
bash: Fix for CVE-2014-6271

A flaw was found in the way Bash evaluated certain specially crafted
environment variables. An attacker could use this flaw to override
or bypass environment restrictions to execute shell commands.
Certain services and applications allow remote unauthenticated
attackers to provide environment variables, allowing them to exploit
this issue.

9 years agobash: Update to 4.3.
Michael Tremer [Sat, 26 Jul 2014 18:00:17 +0000 (20:00 +0200)] 
bash: Update to 4.3.

Conflicts:
lfs/bash

9 years agocore84: Add changed /etc/rc.d/init.d/network
Michael Tremer [Sun, 28 Sep 2014 11:32:17 +0000 (13:32 +0200)] 
core84: Add changed /etc/rc.d/init.d/network

9 years agoMerge remote-tracking branch 'teissler/bug_10454' into next
Michael Tremer [Sun, 28 Sep 2014 11:31:53 +0000 (13:31 +0200)] 
Merge remote-tracking branch 'teissler/bug_10454' into next

9 years agonetwork: move start of static-routes
Timo Eissler [Sat, 27 Sep 2014 21:28:04 +0000 (23:28 +0200)] 
network: move start of static-routes

Fixes #10454

Create static routes after network interfaces are initialised.

9 years agonetwork: fix coding style
Timo Eissler [Sat, 27 Sep 2014 21:16:57 +0000 (23:16 +0200)] 
network: fix coding style

9 years agoMerge remote-tracking branch 'teissler/bug_10535' into next
Michael Tremer [Sat, 27 Sep 2014 21:00:05 +0000 (23:00 +0200)] 
Merge remote-tracking branch 'teissler/bug_10535' into next

9 years agoFix wording. Remove "got".
Michael Tremer [Sat, 27 Sep 2014 20:59:05 +0000 (22:59 +0200)] 
Fix wording. Remove "got".

Fixes #10632

9 years agourlfilter.cgi: enhance file extension blocking
Timo Eissler [Sat, 27 Sep 2014 20:24:26 +0000 (22:24 +0200)] 
urlfilter.cgi: enhance file extension blocking

Fixes #10535

Add flv, mkv and mp4 as audio/video file exentions.
Add 7z as archive file extension.

9 years agocore84: Add changed urlfilter.cgi
Michael Tremer [Sat, 27 Sep 2014 18:43:49 +0000 (20:43 +0200)] 
core84: Add changed urlfilter.cgi

9 years agoMerge remote-tracking branch 'teissler/Bug_10415' into next
Michael Tremer [Sat, 27 Sep 2014 18:43:23 +0000 (20:43 +0200)] 
Merge remote-tracking branch 'teissler/Bug_10415' into next

9 years agourlfilter.cgi: safe search enhancements
Timo Eissler [Fri, 26 Sep 2014 20:15:13 +0000 (22:15 +0200)] 
urlfilter.cgi: safe search enhancements

Fixes: #10415
Activate bing safe search.
Add nwshp to google url patterns.

9 years agosquid-accounting: set right permissions of html directory for graphs and logo
Alexander Marx [Wed, 17 Sep 2014 13:52:45 +0000 (15:52 +0200)] 
squid-accounting: set right permissions of html directory for graphs and logo

9 years agocore84: Add changed files from #10620
Michael Tremer [Fri, 26 Sep 2014 11:03:48 +0000 (13:03 +0200)] 
core84: Add changed files from #10620