]> git.ipfire.org Git - ipfire-2.x.git/log
ipfire-2.x.git
9 years agoddns.cgi: Check for valid FQDN before doing nslookup.
Stefan Schantl [Thu, 31 Jul 2014 19:45:38 +0000 (21:45 +0200)] 
ddns.cgi: Check for valid FQDN before doing nslookup.

We now check if the used hostname is a valid FQDN before doing the nslookup to
determine if a DDNS host is up do date.

9 years agoddns.cgi: Fix token auth for provider regfish.com.
Stefan Schantl [Fri, 1 Aug 2014 17:56:52 +0000 (19:56 +0200)] 
ddns.cgi: Fix token auth for provider regfish.com.

In the past the regfish.com auth token was stored as username similar than freedns.afraid.com. We now expected
the token key stored as password, to keep compatiblity with old installations I've added some compatible code
to prevent users from various issues.

9 years agoOpenVPN: Added a check for empty 'CERT_NAME' field.
Erik Kapfer [Thu, 31 Jul 2014 06:43:24 +0000 (08:43 +0200)] 
OpenVPN: Added a check for empty 'CERT_NAME' field.

Fixes: #10581
9 years agoinstaller: Go on when OK button is hit in FS selection
Michael Tremer [Wed, 30 Jul 2014 21:15:25 +0000 (23:15 +0200)] 
installer: Go on when OK button is hit in FS selection

Hitting just the enter key proceeded. Navigating to the
OK button and hitting that one aborted the installation.

9 years agoinstaller: Improve formatting of disk vendors/models.
Michael Tremer [Wed, 30 Jul 2014 21:14:17 +0000 (23:14 +0200)] 
installer: Improve formatting of disk vendors/models.

9 years agoinstaller: Center root line and help line.
Michael Tremer [Wed, 30 Jul 2014 20:37:16 +0000 (22:37 +0200)] 
installer: Center root line and help line.

9 years agoMove installer to its own directory.
Michael Tremer [Wed, 30 Jul 2014 20:04:35 +0000 (22:04 +0200)] 
Move installer to its own directory.

9 years agoMove setup to an own directory.
Michael Tremer [Wed, 30 Jul 2014 20:03:55 +0000 (22:03 +0200)] 
Move setup to an own directory.

9 years agolibsmooth: Make it its own package.
Michael Tremer [Wed, 30 Jul 2014 20:02:35 +0000 (22:02 +0200)] 
libsmooth: Make it its own package.

9 years agoMerge remote-tracking branch 'dweismueller/owncloud-7' into next
Michael Tremer [Wed, 30 Jul 2014 11:15:33 +0000 (13:15 +0200)] 
Merge remote-tracking branch 'dweismueller/owncloud-7' into next

9 years agoids.cgi fix snort rules download url. core80 v2.15-core80
Erik Kapfer [Tue, 29 Jul 2014 20:29:28 +0000 (22:29 +0200)] 
ids.cgi fix snort rules download url.

fixes: 10579

9 years agoMerge remote-tracking branch 'origin/master' into next
Arne Fitzenreiter [Tue, 29 Jul 2014 20:01:19 +0000 (22:01 +0200)] 
Merge remote-tracking branch 'origin/master' into next

Conflicts:
config/cfgroot/general-functions.pl

9 years agofirewall: add more pscan matches and filter INVALID conntrack packages.
Arne Fitzenreiter [Tue, 29 Jul 2014 19:57:07 +0000 (21:57 +0200)] 
firewall: add more pscan matches and filter INVALID conntrack packages.

9 years agoowncloud: updatet to version 7.0.0
Daniel Weismüller [Tue, 29 Jul 2014 13:55:36 +0000 (15:55 +0200)] 
owncloud: updatet to version 7.0.0

9 years agoRevert "General-functions.pl: rewrite IpInSubnet replace inet_ntoa"
Michael Tremer [Tue, 29 Jul 2014 10:14:23 +0000 (12:14 +0200)] 
Revert "General-functions.pl: rewrite IpInSubnet replace inet_ntoa"

This reverts commit ab92dc0c84cc6c11f90e753439567d80bac23e2b.

See comment in last commit

9 years agoRevert "General-functions.pl: rewrite getnetworkip without inet_aton"
Michael Tremer [Tue, 29 Jul 2014 10:12:38 +0000 (12:12 +0200)] 
Revert "General-functions.pl: rewrite getnetworkip without inet_aton"

This reverts commit 1be398ae381d4d0cdbd50272bff4434121d36f65.

Some users reported some issues with the generated firewall ruleset
with the new function:
  http://forum.ipfire.org/index.php?topic=11124.0

9 years agorngd: Silence initscript when rngd is already started.
Michael Tremer [Tue, 29 Jul 2014 10:07:02 +0000 (12:07 +0200)] 
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.

9 years agoRootfile update.
Michael Tremer [Sun, 27 Jul 2014 22:27:08 +0000 (00:27 +0200)] 
Rootfile update.

9 years agoinstaller: Fix typo which caused to always use GPT.
Michael Tremer [Sun, 27 Jul 2014 22:26:46 +0000 (00:26 +0200)] 
installer: Fix typo which caused to always use GPT.

9 years agoinstaller: Ship some helpful tools like df, ps, top
Michael Tremer [Sun, 27 Jul 2014 22:26:21 +0000 (00:26 +0200)] 
installer: Ship some helpful tools like df, ps, top

9 years agocdrom: Fix build error.
Michael Tremer [Sun, 27 Jul 2014 22:26:04 +0000 (00:26 +0200)] 
cdrom: Fix build error.

9 years agogeneral-functions.pl: Replace lots of broken network code.
Michael Tremer [Sun, 27 Jul 2014 20:46:20 +0000 (22:46 +0200)] 
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.

9 years agoCreate initramfs images in lfs/linux
Michael Tremer [Sun, 27 Jul 2014 17:17:44 +0000 (19:17 +0200)] 
Create initramfs images in lfs/linux

9 years agodracut: Remove unused modules.
Michael Tremer [Sun, 27 Jul 2014 17:12:43 +0000 (19:12 +0200)] 
dracut: Remove unused modules.

9 years agoinstaller: Increase height of RAID confirmation window
Michael Tremer [Sun, 27 Jul 2014 17:12:25 +0000 (19:12 +0200)] 
installer: Increase height of RAID confirmation window

9 years agoinstaller: Write fstab
Michael Tremer [Sun, 27 Jul 2014 17:12:12 +0000 (19:12 +0200)] 
installer: Write fstab

9 years agoinstaller: Add support for XFS.
Michael Tremer [Sun, 27 Jul 2014 16:00:00 +0000 (18:00 +0200)] 
installer: Add support for XFS.

9 years agoinstaller: Pass partition sizes to parted in bytes.
Michael Tremer [Sun, 27 Jul 2014 15:59:02 +0000 (17:59 +0200)] 
installer: Pass partition sizes to parted in bytes.

9 years agoinstaller: Create dracut module
Michael Tremer [Sun, 27 Jul 2014 14:42:56 +0000 (16:42 +0200)] 
installer: Create dracut module

There is now a new installer module for dracut which
will take the installer and put it into the ramdisk.

9 years agodracut: Update to 038
Michael Tremer [Sun, 27 Jul 2014 14:39:56 +0000 (16:39 +0200)] 
dracut: Update to 038

9 years agoinstaller: Just exit with a return code.
Michael Tremer [Sun, 27 Jul 2014 14:06:18 +0000 (16:06 +0200)] 
installer: Just exit with a return code.

9 years agoinstaller: Create target directory when mounting something
Michael Tremer [Sun, 27 Jul 2014 13:16:33 +0000 (15:16 +0200)] 
installer: Create target directory when mounting something

9 years agoinstaller: Add bootldr partition for GRUB2 on GPT.
Michael Tremer [Sun, 27 Jul 2014 10:52:06 +0000 (12:52 +0200)] 
installer: Add bootldr partition for GRUB2 on GPT.

9 years agocoreutils: Update to 8.23.
Michael Tremer [Sun, 27 Jul 2014 10:49:56 +0000 (12:49 +0200)] 
coreutils: Update to 8.23.

9 years agoRootfile updates.
Michael Tremer [Sun, 27 Jul 2014 10:46:25 +0000 (12:46 +0200)] 
Rootfile updates.

9 years agoMerge remote-tracking branch 'stevee/next-ddns-opendns.com-fix' into next
Michael Tremer [Sun, 27 Jul 2014 10:36:11 +0000 (12:36 +0200)] 
Merge remote-tracking branch 'stevee/next-ddns-opendns.com-fix' into next

9 years agoddns.cgi: Support hostname details without seperating dots.
Stefan Schantl [Sat, 26 Jul 2014 16:26:37 +0000 (18:26 +0200)] 
ddns.cgi: Support hostname details without seperating dots.

To keep compatiblity with the settings file of the old DDNS update script
(setddns.pl) we keept the storrage of the hostname information in
two parts (hostname and domain) and connected both with a dot to get a valid
FQDN again. OpenDNS and may some other providers do not use a dotted format
for this information, so one of these two values were empty.

We now can handle such cases in a right way.

9 years agoUpdate translations.
Michael Tremer [Sun, 27 Jul 2014 10:02:17 +0000 (12:02 +0200)] 
Update translations.

9 years agoMerge remote-tracking branch 'ms/squid-ad' into next
Michael Tremer [Sun, 27 Jul 2014 10:01:50 +0000 (12:01 +0200)] 
Merge remote-tracking branch 'ms/squid-ad' into next

9 years agoDrop mktemp package.
Michael Tremer [Sat, 26 Jul 2014 20:18:49 +0000 (22:18 +0200)] 
Drop mktemp package.

This is in coreutils now.

9 years agompfr: Update to 3.2.1.
Michael Tremer [Sat, 26 Jul 2014 20:12:49 +0000 (22:12 +0200)] 
mpfr: Update to 3.2.1.

9 years agogmp: Update to 6.0.0.
Michael Tremer [Sat, 26 Jul 2014 20:09:20 +0000 (22:09 +0200)] 
gmp: Update to 6.0.0.

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 agoMerge remote-tracking branch 'morlix/bacula' into next
Michael Tremer [Sat, 26 Jul 2014 19:34:45 +0000 (21:34 +0200)] 
Merge remote-tracking branch 'morlix/bacula' into next

Conflicts:
make.sh

9 years agoMerge remote-tracking branch 'morlix/check_mk' into next
Michael Tremer [Sat, 26 Jul 2014 19:34:06 +0000 (21:34 +0200)] 
Merge remote-tracking branch 'morlix/check_mk' into next

9 years agogrub: Fix rootfile.
Michael Tremer [Sat, 26 Jul 2014 19:28:43 +0000 (21:28 +0200)] 
grub: Fix rootfile.

9 years agoRevert "firewall: Filter logging of broadcasts from the internal networks."
Michael Tremer [Sat, 26 Jul 2014 19:16:23 +0000 (21:16 +0200)] 
Revert "firewall: Filter logging of broadcasts from the internal networks."

This reverts commit 63f2fb7fda9112d9e39414328e5d4fab28809c63.

9 years agocore80: fix permissions before config update.
Arne Fitzenreiter [Sat, 26 Jul 2014 18:54:54 +0000 (20:54 +0200)] 
core80: fix permissions before config 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 agoboost: Don't run more than two build processes at once
Michael Tremer [Sat, 26 Jul 2014 18:42:37 +0000 (18:42 +0000)] 
boost: Don't run more than two build processes at once

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.

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 agocheck_mk_agent: fixed backup include filename
Timo Eissler [Fri, 25 Jul 2014 18:32:00 +0000 (20:32 +0200)] 
check_mk_agent: fixed backup include filename

9 years agoboost: New package.
Michael Tremer [Thu, 24 Jul 2014 20:54:52 +0000 (22:54 +0200)] 
boost: New package.

9 years agoinstaller: Reserve some space for RAID metadata.
Michael Tremer [Thu, 24 Jul 2014 13:28:12 +0000 (15:28 +0200)] 
installer: Reserve some space for RAID metadata.

9 years agoinstaller: Install GRUB2 instead of GRUB legacy.
Michael Tremer [Thu, 24 Jul 2014 12:22:22 +0000 (14:22 +0200)] 
installer: Install GRUB2 instead of GRUB legacy.

9 years agoinstaller: Wait until the kernel re-read the partition table.
Michael Tremer [Thu, 24 Jul 2014 12:21:38 +0000 (14:21 +0200)] 
installer: Wait until the kernel re-read the partition table.

9 years agoinstaller: Wait until RAID device is usable.
Michael Tremer [Thu, 24 Jul 2014 12:21:01 +0000 (14:21 +0200)] 
installer: Wait until RAID device is usable.

9 years agokernel: Remove unnecessary symlinks.
Michael Tremer [Thu, 24 Jul 2014 12:18:51 +0000 (14:18 +0200)] 
kernel: Remove unnecessary symlinks.

9 years agoRename ipfirerd to initramfs so that it will be found by grub.
Michael Tremer [Thu, 24 Jul 2014 12:15:30 +0000 (14:15 +0200)] 
Rename ipfirerd to initramfs so that it will be found by grub.

9 years agogrub: Update to 2.00 for i586.
Michael Tremer [Thu, 24 Jul 2014 12:12:42 +0000 (14:12 +0200)] 
grub: Update to 2.00 for i586.

9 years agologs: Add dynamic DNS logging section.
Michael Tremer [Thu, 24 Jul 2014 11:32:05 +0000 (13:32 +0200)] 
logs: Add dynamic DNS logging section.

9 years agopatch: Update to version 2.7.1
Michael Tremer [Wed, 23 Jul 2014 20:57:47 +0000 (22:57 +0200)] 
patch: Update to version 2.7.1

Supports git style renames.

9 years agoMerge branch 'check_mk' of https://github.com/morlix/ipfire-2.x into next
Michael Tremer [Wed, 23 Jul 2014 18:57:22 +0000 (20:57 +0200)] 
Merge branch 'check_mk' of https://github.com/morlix/ipfire-2.x into next

9 years agocheck_mk: add backup config file
Timo Eissler [Wed, 23 Jul 2014 18:20:53 +0000 (20:20 +0200)] 
check_mk: add backup config file

9 years agobacula: small fix for init script
Timo Eissler [Wed, 23 Jul 2014 15:31:59 +0000 (17:31 +0200)] 
bacula: small fix for init script

9 years agobacula: several fixes
Timo Eissler [Wed, 23 Jul 2014 04:20:07 +0000 (06:20 +0200)] 
bacula: several fixes

9 years agofstab: Make auto attribute for filesystem type.
Michael Tremer [Mon, 21 Jul 2014 22:34:42 +0000 (00:34 +0200)] 
fstab: Make auto attribute for filesystem type.

9 years agogrub: Remove ro attribute from kernel command line.
Michael Tremer [Mon, 21 Jul 2014 22:33:22 +0000 (00:33 +0200)] 
grub: Remove ro attribute from kernel command line.

9 years agodracut: Enable mdadm module
Michael Tremer [Mon, 21 Jul 2014 22:27:32 +0000 (00:27 +0200)] 
dracut: Enable mdadm module

9 years agomdadm: Make package part of the core system
Michael Tremer [Mon, 21 Jul 2014 22:06:08 +0000 (00:06 +0200)] 
mdadm: Make package part of the core system

9 years agoinstaller: Add support for RAID.
Michael Tremer [Mon, 21 Jul 2014 22:04:20 +0000 (00:04 +0200)] 
installer: Add support for RAID.

9 years agoinstaller: Rewrite license box.
Michael Tremer [Mon, 21 Jul 2014 12:59:41 +0000 (14:59 +0200)] 
installer: Rewrite license box.

Used to use wrong button type and was a bit more code
than needed.

9 years agoinstaller: Fix umounting and ejecting cdrom after install.
Michael Tremer [Mon, 21 Jul 2014 12:08:46 +0000 (14:08 +0200)] 
installer: Fix umounting and ejecting cdrom after install.

9 years agoinstaller: Remove unused variable.
Michael Tremer [Mon, 21 Jul 2014 12:03:16 +0000 (14:03 +0200)] 
installer: Remove unused variable.

9 years agoinstaller: Rewrite partitioning.
Michael Tremer [Mon, 21 Jul 2014 12:01:02 +0000 (14:01 +0200)] 
installer: Rewrite partitioning.

The installer now uses parted for partitioning
and support for EXT2 and EXT3 has been dropped.

9 years agoinstaller: Make function to determine the amount of system memory.
Michael Tremer [Sun, 20 Jul 2014 14:48:59 +0000 (16:48 +0200)] 
installer: Make function to determine the amount of system memory.

9 years agoAllow to select the target disk and allow selecting multiple of them.
Michael Tremer [Sun, 20 Jul 2014 14:36:41 +0000 (16:36 +0200)] 
Allow to select the target disk and allow selecting multiple of them.

9 years agoMerge branch 'cr_fix' of https://github.com/hadfl/ipfire-2.x into next
Michael Tremer [Sat, 19 Jul 2014 09:34:50 +0000 (11:34 +0200)] 
Merge branch 'cr_fix' of https://github.com/hadfl/ipfire-2.x into next

9 years agoMerge branch 'subnets_as_grps' of https://github.com/hadfl/ipfire-2.x into next
Michael Tremer [Sat, 19 Jul 2014 09:34:10 +0000 (11:34 +0200)] 
Merge branch 'subnets_as_grps' of https://github.com/hadfl/ipfire-2.x into next

9 years agoMerge branch 'ovpn_colour' of https://github.com/hadfl/ipfire-2.x into next
Michael Tremer [Sat, 19 Jul 2014 09:32:18 +0000 (11:32 +0200)] 
Merge branch 'ovpn_colour' of https://github.com/hadfl/ipfire-2.x into next

9 years agostage2: rootfile update.
Arne Fitzenreiter [Fri, 18 Jul 2014 20:32:41 +0000 (22:32 +0200)] 
stage2: rootfile update.

9 years agofirewall: Allow to disable masquerading.
Michael Tremer [Sat, 17 May 2014 12:08:52 +0000 (14:08 +0200)] 
firewall: Allow to disable masquerading.

9 years agoddns: Update to version 003.
Michael Tremer [Fri, 18 Jul 2014 13:31:15 +0000 (15:31 +0200)] 
ddns: Update to version 003.

9 years agogmp: Ship MMX/SSE/SSE2 enabled version.
Michael Tremer [Fri, 18 Jul 2014 13:20:13 +0000 (15:20 +0200)] 
gmp: Ship MMX/SSE/SSE2 enabled version.

9 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Fri, 18 Jul 2014 12:55:47 +0000 (14:55 +0200)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

9 years agogmp: fix build on Intel buildmachines.
Arne Fitzenreiter [Fri, 18 Jul 2014 10:52:20 +0000 (12:52 +0200)] 
gmp: fix build on Intel buildmachines.

on newer Intel buildsystems the gmp configure script enables some
sse2 optimizations that not work on old cpu's (ALIX, K6 ...)

9 years agobuildsystem: Explicitely compile with -mtune=generic
Michael Tremer [Fri, 18 Jul 2014 08:20:41 +0000 (10:20 +0200)] 
buildsystem: Explicitely compile with -mtune=generic

9 years agobacula: several fixes
Timo Eissler [Fri, 18 Jul 2014 05:50:24 +0000 (07:50 +0200)] 
bacula: several fixes

9 years agocore80: Fix configuration update and resurrect permissions.
Michael Tremer [Thu, 17 Jul 2014 19:03:53 +0000 (21:03 +0200)] 
core80: Fix configuration update and resurrect permissions.

9 years agocleanfs: repair /var/run symlink to /run if it not exist.
Arne Fitzenreiter [Thu, 17 Jul 2014 14:03:08 +0000 (16:03 +0200)] 
cleanfs: repair /var/run symlink to /run if it not exist.

9 years agorootfiles: remove /var/run/... from packages.
Arne Fitzenreiter [Thu, 17 Jul 2014 13:54:35 +0000 (15:54 +0200)] 
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.

9 years agocheckwronglinks: add a check for var/run/* in rootfiles.
Arne Fitzenreiter [Thu, 17 Jul 2014 04:59:37 +0000 (06:59 +0200)] 
checkwronglinks: add a check for var/run/* in rootfiles.

9 years agoMerge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x
Michael Tremer [Wed, 16 Jul 2014 21:25:20 +0000 (23:25 +0200)] 
Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x

9 years agonetexternal.cgi: Fix font colour on yellow background.
Michael Tremer [Wed, 16 Jul 2014 21:25:06 +0000 (23:25 +0200)] 
netexternal.cgi: Fix font colour on yellow background.

9 years agoMerge remote-tracking branch 'morlix/check_mk'
Michael Tremer [Wed, 16 Jul 2014 18:58:41 +0000 (20:58 +0200)] 
Merge remote-tracking branch 'morlix/check_mk'

9 years agocore80: Add proxy.cgi.
Michael Tremer [Wed, 16 Jul 2014 18:54:56 +0000 (20:54 +0200)] 
core80: Add proxy.cgi.

9 years agobacula: new package
Timo Eissler [Wed, 16 Jul 2014 15:58:15 +0000 (17:58 +0200)] 
bacula: new package

9 years agocheck_mk_agent: fix DL_FROM
Timo Eissler [Wed, 16 Jul 2014 15:27:01 +0000 (17:27 +0200)] 
check_mk_agent: fix DL_FROM

9 years agowebif: hide main-menu if gpl was not accepted.
Arne Fitzenreiter [Wed, 16 Jul 2014 15:26:14 +0000 (17:26 +0200)] 
webif: hide main-menu if gpl was not accepted.