Commit Graph

4110 Commits

Author SHA1 Message Date
Michael Tremer
7bfaaa0d35 general-functions.pl: Fix syntax error 2014-09-06 18:45:39 +02:00
Michael Tremer
9f64c06d94 general-functions.pl: Subroutine getnetworkip() accepted multiple arguments 2014-09-06 18:45:35 +02:00
Arne Fitzenreiter
48f989de15 core82: add iputils to update. 2014-08-22 09:27:18 +02:00
Arne Fitzenreiter
9bd0bfd233 Merge branch 'next' of ssh://git.ipfire.org/pub/git/ipfire-2.x into next
Conflicts:
	lfs/iputils
2014-08-22 09:17:27 +02:00
Michael Tremer
6de2306a6a Rootfile update 2014-08-21 10:47:47 +02:00
Arne Fitzenreiter
6b271ee283 iputils: Ship tracepath 2014-08-20 21:56:35 +02:00
Arne Fitzenreiter
d2a08170b9 ppp: update to 2.4.7.
Fix for ms-chap-v2.
fixes #10575.
2014-08-19 16:17:44 +02:00
Michael Tremer
d82668d553 core82: Add changed files 2014-08-14 12:45:37 +02:00
Michael Tremer
072f4c10cc Move core updates 80 and 81 to oldcore. 2014-08-14 12:27:56 +02:00
Michael Tremer
c45c2a1561 Create empty core update 82. 2014-08-14 12:27:15 +02:00
Axel Gembe
8ed77b039f general-functions.pl: validdomainname misinterprets RFC1035
The function validdomainname checks that each part of a domain name is at least
2 characters in length, but RFC1035 only makes a restriction on a "label" being
at most 63 characters in length. This change allows reverse DNS zones like
2.168.192.in-addr.arpa to be added to the DNS forward configuration, which was
incorrectly prevented before.

Signed-off-by: Axel Gembe <ago@multipixs.com>
2014-08-11 10:51:18 +02:00
Timo Eissler
0eba3dc448 firewall: updated rootfiles 2014-08-08 09:54:38 +02:00
Arne Fitzenreiter
4616eccece Merge branch 'master' into next 2014-08-08 08:51:53 +02:00
Arne Fitzenreiter
2b23289ca2 core81: set need reboot flag and restart apache. 2014-08-08 08:14:29 +02:00
Michael Tremer
935c2f233b Merge remote-tracking branch 'ms/ddns.cgi-fixes' into next
Conflicts:
	html/cgi-bin/ddns.cgi
2014-08-07 21:06:13 +02:00
Michael Tremer
89e9f46e5b Merge remote-tracking branch 'amarx/ACCOUNTING' into next
Conflicts:
	make.sh
2014-08-07 14:59:17 +02:00
Michael Tremer
f808e5891c Add batctl and libnl-3. 2014-08-07 14:49:50 +02:00
Arne Fitzenreiter
4d3e174578 core81: change updatescript for core81. 2014-08-07 04:31:58 +02:00
Arne Fitzenreiter
a0e747dafc core81: add changes to core81 updater. 2014-08-07 00:58:21 +02:00
Arne Fitzenreiter
b0507bff11 ddns: rootfile update. 2014-08-06 20:26:08 +02:00
Alexander Marx
f38af1a976 Per-PDF-API2: new perl module used by squid-accounting 2014-08-06 13:38:21 +02:00
Michael Tremer
5ffd14f140 Merge remote-tracking branch 'morlix/check_mk' 2014-08-06 10:28:57 +02:00
Alexander Marx
db8a01e027 Squid-accounting: new addon for measuring proxy traffic per user/ip 2014-08-06 08:58:43 +02:00
Michael Tremer
612ce88182 Merge remote-tracking branch 'dweismueller/owncloud-7' into next 2014-07-30 13:15:33 +02:00
Erik Kapfer
b3f401fba4 ids.cgi fix snort rules download url.
fixes: 10579
2014-07-29 22:31:26 +02:00
Arne Fitzenreiter
f0728c790f Merge remote-tracking branch 'origin/master' into next
Conflicts:
	config/cfgroot/general-functions.pl
2014-07-29 22:01:19 +02:00
Daniel Weismüller
3bd9129df0 owncloud: updatet to version 7.0.0 2014-07-29 15:55:36 +02:00
Michael Tremer
cea4fc3aaf Revert "General-functions.pl: rewrite IpInSubnet replace inet_ntoa"
This reverts commit ab92dc0c84.

See comment in last commit
2014-07-29 12:14:23 +02:00
Michael Tremer
8df091d968 Revert "General-functions.pl: rewrite getnetworkip without inet_aton"
This reverts commit 1be398ae38.

Some users reported some issues with the generated firewall ruleset
with the new function:
  http://forum.ipfire.org/index.php?topic=11124.0
2014-07-29 12:12:38 +02:00
Michael Tremer
bc70c82737 rngd: Silence initscript when rngd is already started.
When a hardware random number generator is found by udev
it will start rngd automatically which is what we also do
by default in the initialisation sequence of the system
(e.g. for RDRAND).
The user will then see an error message that rngd has
already been started which was confusing.
2014-07-29 12:07:02 +02:00
Michael Tremer
4e9a2b5732 general-functions.pl: Replace lots of broken network code.
The state of some code especially in general-functions.pl
is in such a bad shape and faulty.
This is a first step that replaces some of the network
functions with those who have been tested and work for
undefined inputs.

The old functions have been left in place as stubs
and must be removed at some time.
2014-07-27 22:46:20 +02:00
Michael Tremer
2deb75c0f3 Merge remote-tracking branch 'ms/squid-ad' into next 2014-07-27 12:01:50 +02:00
Michael Tremer
bb5902b6f4 mpfr: Update to 3.2.1. 2014-07-26 22:12:49 +02:00
Michael Tremer
45cd74d708 gmp: Update to 6.0.0. 2014-07-26 22:09:20 +02:00
Michael Tremer
cc7411e791 Merge remote-tracking branch 'morlix/bacula' into next
Conflicts:
	make.sh
2014-07-26 21:34:45 +02:00
Michael Tremer
32e799902d Merge remote-tracking branch 'morlix/check_mk' into next 2014-07-26 21:34:06 +02:00
Michael Tremer
5b861b0545 Revert "firewall: Filter logging of broadcasts from the internal networks."
This reverts commit 63f2fb7fda.
2014-07-26 21:23:55 +02:00
Arne Fitzenreiter
cb8a29b10b core80: fix permissions before config update. 2014-07-26 21:23:46 +02:00
Timo Eissler
38ace2f3ae check_mk_agent: fixed backup include filename 2014-07-25 20:32:00 +02:00
Michael Tremer
c226543b96 boost: New package. 2014-07-24 22:56:54 +02:00
Michael Tremer
fffc646e74 logs: Add dynamic DNS logging section. 2014-07-24 13:35:22 +02:00
Michael Tremer
c5000130ec Merge branch 'check_mk' of https://github.com/morlix/ipfire-2.x into next 2014-07-23 20:57:22 +02:00
Timo Eissler
ce12ce8cd7 check_mk: add backup config file 2014-07-23 20:20:53 +02:00
Timo Eissler
6d3854a89c bacula: several fixes 2014-07-23 06:20:07 +02:00
Arne Fitzenreiter
7535861c50 stage2: rootfile update. 2014-07-18 22:32:41 +02:00
Michael Tremer
89066697c4 gmp: Ship MMX/SSE/SSE2 enabled version. 2014-07-18 15:21:34 +02:00
Timo Eissler
859b0382ab bacula: several fixes 2014-07-18 07:50:24 +02:00
Michael Tremer
0f860889ab core80: Fix configuration update and resurrect permissions. 2014-07-17 21:03:53 +02:00
Arne Fitzenreiter
5b71042c54 cleanfs: repair /var/run symlink to /run if it not exist. 2014-07-17 16:03:08 +02:00
Arne Fitzenreiter
e055b1105a rootfiles: remove /var/run/... from packages.
this will destroy a symlink to /run and is a ramdisk so
content is removed on every boot and it make no sense to
package it.
2014-07-17 15:54:35 +02:00