Commit Graph

245 Commits

Author SHA1 Message Date
Alexander Marx
1d47c971e6 BUG10834: fixes ovpn-ccd-convert
When restoring an old backup, all OpenVPN RW's get the dynamic network.
2015-05-06 16:18:00 +02:00
Stefan Schantl
e6c4f090b6 Merge branch 'next-geoip' into core-90-geoip 2015-04-15 17:10:49 +02:00
Alexander Marx
831a5ef6ad core89: Update OpenVPN configuration during the update 2015-04-10 13:16:33 +02:00
Stefan Schantl
d9f47d9b9e xt_geoip_update: Add support for upstream proxy. 2015-03-19 22:09:24 +01:00
Stefan Schantl
663221a256 xt_geoip_update: Fix script path. 2015-03-15 11:40:13 +01:00
Stefan Schantl
93bfe63d55 Merge branch 'seventeen-geoip' into next-geoip 2015-03-15 11:38:45 +01:00
Arne Fitzenreiter
2fb7787f35 set version to IPFire 2.17 core87. 2015-02-20 16:50:32 +01:00
Stefan Schantl
6897c329b5 xt_geoip_update: Fix mktemp calls. 2015-02-17 08:41:16 +01:00
Stefan Schantl
bc9446c65f Merge branch 'master' of ssh://git.ipfire.org/pub/git/ipfire-2.x into seventeen-geoip
Conflicts:
	make.sh
2015-02-14 12:34:31 +01:00
Stefan Schantl
2285f9da22 Add xt_geoip_update script.
This script will download the latest available geoip database, convert
it into a compatible binary format and move it to the correct destination.
2015-01-04 00:55:17 +01:00
Stefan Schantl
ca842e1822 xt_geoip_build: Script to convert GeoIP CSV into compatible binary databases.
This is a cleaned up version of the original build script shipped by the
xtables-addons source code.

The following abilities have been removed:
* IPv6 support
* Big Endian
2015-01-04 00:54:46 +01:00
Michael Tremer
5946f1f9d0 update-bootloader: Search for /boot first and then /
The bootloader is usually installed on the /boot partition
if that exists. Some installations may mount / from a different
device, so we make sure to update the bootloader on the
right device.
2015-01-01 16:36:51 +01:00
Michael Tremer
ff3bae7b89 Add script that automatically updates/installs GRUB2
This script also handles RAID devices
2014-12-18 17:27:47 +01:00
Timmothy Wilson
851fba0e8d httpscert: Create certificate with SHA256 hash 2014-11-05 22:08:02 +01:00
Michael Tremer
38c6822d3c installer: Make restoring the backup interactive 2014-10-15 23:38:05 +02:00
Michael Tremer
0d273ebb0d Remove setddns.pl script. 2014-07-06 13:01:17 +02:00
Stefan Ferstl
7eb25cb302 DDNS: Fix API call for the "Dynu" DDNS service
This affects the DDNS service "dynu.ca dyn.ee dynserv.(ca|org|net|com)".
DNS updates using this service were made using the URL http://dynserv.ca/ . However,
the domain dynserv.ca does not exist anymore. The Dynu service is now only reachable
via the dynu.com domain. This commit changes the API call according to Dynu's
specification on http://www.dynu.com/Default.aspx?page=dnsapi .
2014-06-17 11:22:21 +02:00
Stefan Schantl
022438b50b setddns.pl: Fix function call of udmedia and twodns. 2014-05-24 15:05:56 +02:00
Michael Tremer
53ac77f610 Merge remote-tracking branch 'stevee/ddns-providers' into next 2014-05-17 15:27:53 +02:00
Stefan Schantl
5a9f40613e setddns.pl: Switch off debuging output.
Switch off accidently enabled debugging output from commit
dc98645fd4
2014-05-15 18:47:13 +02:00
Stefan Schantl
f353972f3f Change update url for spDNS.de. 2014-05-14 19:52:06 +02:00
Arne Fitzenreiter
aab13a8d9d backupiso: change to hybrid image. 2014-05-14 18:59:22 +02:00
Bernhard Bitsch
9cf34ad1ed DDNS: Add support for spdns.de.
This commit adds support for the dynamic dns service provider spdns.de.

Fixes #10533.
2014-05-12 19:53:51 +02:00
Stefan Ernst
b1ab4a4dd0 DDNS: Add support for variomedia.de.
This commit adds support for the dynamic dns service provider variomedia.de.

Fixes #10485.
2014-05-11 20:06:20 +02:00
Stefan Schantl
02c542d173 DDNS: Add support for twodns.de.
This commit adds support for the dynamic dns service provider twodns.de.

Fixes #10418.
2014-05-11 19:58:31 +02:00
Arne Fitzenreiter
59209622e3 backupiso: set version to 2.15. 2014-05-03 15:08:54 +02:00
Michael Tremer
2a07aa9d9c dialctrl: Remove defunct script. 2014-03-17 14:17:44 +01:00
Michael Tremer
dc98645fd4 setddns.pl: Use GetDyndnsRedIP from general-functions.pl.
http://forum.ipfire.org/index.php?topic=7504.msg63721#msg63721
2014-03-07 16:33:03 +01:00
Alf Høgemark
c010871ab1 index.cgi: Make html valid, and improve dialup and vpn display
Make the html validate. One part of the changes is to
move style from using deprecated attributes to using
style attribute on tag.
The other part is to make sure that tables, rows and cells
are properly closed and nested.

Use a table for showing output from the dialctrl script.
2014-02-22 17:36:45 +01:00
Michael Tremer
86661c9ed0 Add timezone transision script. 2014-01-19 21:39:07 +01:00
Michael Tremer
9063a04e94 Merge branch 'master' into fifteen
Conflicts:
	config/backup/backup.pl
2014-01-09 13:31:25 +01:00
Michael Tremer
42dbdb2088 OpenVPN converter: Fix coding style and verbose output. 2014-01-09 12:43:39 +01:00
Michael Tremer
d9f2ad8489 Move openvpn CCD CN converter to scripts directory. 2014-01-09 12:26:43 +01:00
Arne Fitzenreiter
30f68903d3 Merge remote-tracking branch 'origin/next' into fifteen 2013-12-21 10:05:39 +01:00
Michael Tremer
325aa1e1f4 httpscert: Increase size of the RSA key to 4096.
RSA keys with length of 1024 bits are considered weak.
2013-12-12 21:18:56 +01:00
Michael Tremer
a1365ee37c httpscert: Use regular random source.
Previous to this patch, the kernel image file and internal
configuration settings have been used as a source for random
data, which is not random at all.
2013-12-12 21:17:53 +01:00
Stefan Schantl
290c9cf89b DDNS: Add support for udmedia.de.
This commit adds support for the dynamic dns service provider udmedia.de and was requested by a user on the forum.

Details can be found here: http://forum.ipfire.org/index.php?topic=9097.0

Fixes #10432.
2013-10-14 19:07:18 +02:00
Michael Tremer
dfdda7588d DDNS: Use HTTPS for all-inkl.com. 2013-08-03 13:36:19 +02:00
Michael Tremer
80002fe433 DDNS: Support for all-inkl.com.
Requested by Daniel Kovacs <daniel.kovacs@pleasuredome.org>.
2013-08-01 18:12:01 +02:00
Michael Tremer
b2f8244ae2 DDNS: Send proper user agent. 2013-06-12 15:22:48 +02:00
Michael Tremer
5a2935b1b3 Add DDNS client for dns.lightningwirelabs.com. 2013-06-12 14:36:51 +02:00
Kay-Michael Köhler
9b37e91ef6 Make connection tracking list sortable. 2013-04-26 12:23:46 +02:00
Arne Fitzenreiter
eb7fff99fc backupiso: disable on arm (we have no iso).
and fix syntax error.
2013-02-15 19:16:06 +01:00
Arne Fitzenreiter
3b1dbfba60 backupiso: don't redownload source iso every time. 2013-02-15 07:30:11 +01:00
Timo Eissler
2de6c64994 backupiso: serveral small improvements.
fixes #10233
2013-02-14 22:08:30 +01:00
Arne Fitzenreiter
37dd0cd2a2 readhash: allow % character in config files. 2013-02-14 18:59:42 +01:00
Arne Fitzenreiter
ea31a62aad graphs: add mmcblk to media graphs. 2013-02-05 02:10:50 +01:00
Alexander Marx
b643120c01 OpenVPN CCD: Fix ccd filename when certificate has spaces in name. Now the filename gets an underscore to provide full functionality of openvpn. 2013-01-07 12:31:03 +01:00
Arne Fitzenreiter
fc992179a1 Merge remote-tracking branch 'origin/next' into thirteen 2012-12-17 10:16:46 +01:00
Michael Tremer
51379603c8 openvpn ccd: Multiple installation fixes. 2012-12-16 21:07:07 +01:00