Commit Graph

7221 Commits

Author SHA1 Message Date
Alexander Marx
4944049ea4 CRON: reread firewallrules daylight saving 2014-01-29 14:33:11 +01:00
Alexander Marx
b1be2de786 NEW THEME: added padding right for TH and TD tags 2014-01-29 14:32:56 +01:00
Alexander Marx
11e012ef66 NEW THEME: added padding-left to all tables <td> because it looks much better 2014-01-29 14:32:50 +01:00
Alexander Marx
726e688235 Firewallgroups: added untranslated string 'name' 2014-01-29 14:32:34 +01:00
Alexander Marx
b985d3160a FIREWALL: changes column title in firewall-groups from IP Address to IP/MAC Address 2014-01-29 14:32:31 +01:00
Arne Fitzenreiter
21b9f5dccd xen: add -noclear to xvc0 console. 2014-01-29 08:51:38 +01:00
Michael Tremer
3cba134fa8 core76: Cleanup rootfile.
p2protocols is not an actual configuration file editable
by the user.
2014-01-28 20:51:24 +01:00
Michael Tremer
7ab6a8536c Merge remote-tracking branch 'stevee/core-76-update' into next 2014-01-28 20:49:32 +01:00
Michael Tremer
73372ed4e6 firewall: Move scripts from /var/ipfire/firewall/bin to /usr/lib/firewall. 2014-01-28 20:48:24 +01:00
Arne Fitzenreiter
f1eb69d672 xen-downloader: increase disk sizes and kernel packvers. 2014-01-26 23:44:15 +01:00
Arne Fitzenreiter
e239818642 pakfire: fix metafile problems. 2014-01-26 23:42:25 +01:00
Michael Tremer
98f3d9b581 mysql: Fix updating the package.
The mysql server daemon will now be stopped before the update
is executed and all configuration and data files will be
backed up.
2014-01-26 19:29:37 +01:00
Arne Fitzenreiter
fa37e705d9 kernel: update to 3.10.28. 2014-01-26 12:32:15 +01:00
Arne Fitzenreiter
a7cd6a4a11 kernel-rpi: update rpi patches to 943b563. 2014-01-25 15:40:49 +01:00
Arne Fitzenreiter
9d3c6622e2 rpi-firmware: update to 940dc3b. 2014-01-25 15:39:57 +01:00
Arne Fitzenreiter
1a9effa942 kernel-kirkwood: build mmc,mmc_block and mvsdio into kernel.
this are needed for boot sheevaplug from mmc because modules are not working in initrd.
2014-01-25 10:34:34 +01:00
Arne Fitzenreiter
d42f38e033 kernel-multi: add inital pandaboard support.
some features missing (wlan, led's ...)
2014-01-23 19:30:17 +01:00
Arne Fitzenreiter
e66d300a43 WebIF: fix gpl accept redirection for elinks.
elinks doesn't like get a 302 redirection after an other.
2014-01-23 19:21:22 +01:00
Stefan Schantl
5bdefccbbc Core 76: Don't extract firewall config files.
While updating the configfiles of the firewall has been extracted and replaced,
the existing one's if the new firewall was allready installed. As a result of
this behaviour all firewall rules, settings or created groups were lost. We now
try to create them by using touch if they do not exist.
2014-01-23 17:56:23 +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