Commit Graph

7203 Commits

Author SHA1 Message Date
Alexander Marx
3827d1f6bf WLANAP: layout changes for WUI 2014-01-23 14:15:12 +01:00
Alexander Marx
d334d7cb47 Firewall: Bugfix - when using addressgroups with mac addresses in source, the mac rule was not correctly created.
Further MAC issues: in target area, the manual ip field was target
ip/mac address - changed to IP-Address
Also implemented a plausicheck, if an addressgroup with mac addresses is
used in target area, theres a hint saying that the rule will not be
applied for mac hosts
2014-01-21 11:55:56 +01:00
Michael Tremer
146636ae78 Merge remote-tracking branch 'stevee/avahi-fixes' into next 2014-01-20 20:23:12 +01:00
Michael Tremer
057652c5e5 Merge remote-tracking branch 'trikolon/nginx' into next 2014-01-20 20:22:10 +01:00
Erik Kapfer
48cc0e123a openvpn: Since port must be < 1024 we can drop the conflict check.
All the potentially conflicting ports are smaller than < 1024
and can therefore never be used any way.
2014-01-20 20:22:03 +01:00
Arne Fitzenreiter
b872585fda WebIF: add gpl.cgi to images. 2014-01-20 08:30:53 +01:00
Ben Schweikert
cad228f74c Nginx: Update to version 1.4.4 (stable version). 2014-01-19 16:01:49 +01:00
Michael Tremer
ad9799d20c header.pl: Remove "Connection: close".
Don't require us to re-establish a new connection every time
we send a request.
2014-01-19 14:27:09 +01:00
Stefan Schantl
6fe7d6799f glibc: Ship getent binary. 2014-01-19 10:57:48 +01:00
Stefan Schantl
192d43080e avahi: Fix certain problems.
I've fixed certain problems reported on the bugtracker:
* avahi user and group were missing.
* Runtime dependency "dbus" added.
* Fixed wrong localstatedir.
* Program was not killed correctly by initscript.

Fixes #10338.
2014-01-19 10:57:34 +01:00
Stefan Schantl
240acdfd87 Drop "Extra Query" for Shutdown and Reboot from gui.cgi.
In the past this option has been used to prevent users from
accidently shutting down or rebooting their systems. With IPFire 2.15
there is a own subpage on the WUI for doing this actions, so there is no
need anymore for those extra query.
2014-01-18 18:37:40 +01:00
Stefan Schantl
37c84696a2 Make firewall convert scripts more robust.
The converter scripts procude a lot of error, when they get executed on a system with
a previously installed version of the New Firewall or they get run twice.

In this case the scripts will detect that their input files are missing and will exit with
an error message. The scripts now also check if the input files are empty (no corresponding
rules created) and will exit with an nothing to do message.
2014-01-18 18:28:07 +01:00
Stefan Schantl
0053269b90 Core 76: Fix sed command.
There was a syntax error in one of the sed commands, which produced the following error:
sed: -e expression #1, char 34: unknown option to `s'.
2014-01-18 18:27:44 +01:00
Stefan Schantl
917ee26101 Core76: Drop output of iptables commands.
When updating a system with previously installed New Firewall,
the required firewall chains already are created. In this case error messages
will be displayed which could be ignored but may unsettle somebody.
2014-01-18 18:27:21 +01:00
Arne Fitzenreiter
c27850183c Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-16 22:00:53 +01:00
Arne Fitzenreiter
89df55b650 kernel: fix multi-arch kernel compile. 2014-01-16 21:59:49 +01:00
Arne Fitzenreiter
ba83f4b9ef fifteen: updata package list for addon install after update. 2014-01-16 14:53:02 +01:00
Arne Fitzenreiter
62ae8b7915 fifteen: fix core_nr display on updater. 2014-01-16 14:51:07 +01:00
Arne Fitzenreiter
055ed1ffc9 kernel: update to 3.10.27. 2014-01-16 13:24:00 +01:00
Arne Fitzenreiter
03e7b65b01 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-16 11:08:01 +01:00
Michael Tremer
15e38431b9 Fix sourecode upload. 2014-01-16 11:06:49 +01:00
Arne Fitzenreiter
f56c0f6c77 clamav: update to 0.98.1. 2014-01-15 23:48:48 +01:00
Michael Tremer
8a7976468d Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-15 16:45:44 +01:00
Michael Tremer
5ac5194b89 Update translations. 2014-01-15 16:45:12 +01:00
Alexander Marx
f5f71c79b7 firewall: some layout changes and new plausi checks for dnat 2014-01-15 16:43:42 +01:00
Arne Fitzenreiter
d99f0ff8c6 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-14 22:35:11 +01:00
Arne Fitzenreiter
2a127986dc fifteen: don't run firstsetup after update. 2014-01-14 22:34:23 +01:00
Stefan Schantl
bfaa69562a Firewall: Hide rule actions when using NAT.
There is no need to choose a rule action when creating a NAT rule, so this
section can be hidden when "Use NAT" has been checked.
2014-01-14 22:09:13 +01:00
Michael Tremer
5a906c11ec Update translations. 2014-01-14 21:58:03 +01:00
Alexander Marx
9d38669861 index.cgi: Re-design index page. 2014-01-14 21:57:26 +01:00
Alexander Marx
8e7137264b firewall: perl modifications for hiding rule action when nat is used 2014-01-14 21:48:20 +01:00
Arne Fitzenreiter
bf5e1c4c52 fifteen: increase size of pae kernel. 2014-01-14 17:53:14 +01:00
Arne Fitzenreiter
dd62fd25cd fifteen: remove /var/run from fstab. 2014-01-12 23:22:39 +01:00
Arne Fitzenreiter
595e89a877 make.sh: fix git branch read for new git versions. 2014-01-12 23:19:35 +01:00
Michael Tremer
9ac43fb9e1 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-12 23:02:28 +01:00
Michael Tremer
8b64b1b64e Limit /run to 8M. 2014-01-12 23:02:00 +01:00
Michael Tremer
fd75e5e75c initscripts: Fix syntax error when mounting /run. 2014-01-12 23:01:21 +01:00
Arne Fitzenreiter
07e9a1357d Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next 2014-01-12 19:05:54 +01:00
Arne Fitzenreiter
c05738b25e installer: wget need libidn. 2014-01-12 19:05:05 +01:00
Arne Fitzenreiter
dfb08084ba udev: remove /var/run mount from initskript. 2014-01-12 19:02:51 +01:00
Michael Tremer
e11f536252 OpenVPN: Fix daemon stuck in WAIT state.
When the client is in the WAIT state, it is usally connected
to the server.
2014-01-12 15:40:50 +01:00
Stefan Schantl
e1a51ebb85 openvpnctrl: Pass external IP address to N2N daemons.
Fixes #10313.
2014-01-12 15:34:27 +01:00
Arne Fitzenreiter
b8e2d10888 fifteen: move /var/run to /run. 2014-01-12 12:15:44 +01:00
Arne Fitzenreiter
4ec728f840 Revert "toolchain: Fix compiling due to Stack Protector changes."
This reverts commit 1dbe439b83.
2014-01-12 09:45:12 +01:00
Arne Fitzenreiter
ad33c5fd59 fifteen: add missing do. 2014-01-11 15:24:02 +01:00
Arne Fitzenreiter
50da765d7f fifteen: update diskspace and number of files. 2014-01-11 14:38:48 +01:00
Arne Fitzenreiter
dc3c6687c9 fifteen: set to core76. 2014-01-11 14:23:25 +01:00
Arne Fitzenreiter
b7aff3d714 util-linux: remove extern fstrim and eject packages. 2014-01-11 14:21:02 +01:00
Arne Fitzenreiter
621e8d148b Merge branch 'fifteen' of ssh://git.ipfire.org/pub/git/ipfire-2.x into fifteen 2014-01-11 14:20:16 +01:00
Michael Tremer
e9e998099e fifteen: Ship recompiled version of PHP.
According to http://forum.ipfire.org/index.php?topic=9668.msg63198#msg63198,
it is required to recompile PHP after the mysql alignment fixes.
2014-01-11 13:16:05 +01:00