Commit Graph

228 Commits

Author SHA1 Message Date
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
Alexander Marx
1d0fcb09ed OpenVPN ccd: fix creation of ccd directory via ovpn-ccd-convert script
Fixes #10263.
2012-12-07 17:00:46 +01:00
Arne Fitzenreiter
d7a3254ace Merge remote-tracking branch 'origin/next' into thirteen
Conflicts:
	config/rootfiles/common/stage2
	make.sh
2012-12-06 19:29:29 +01:00
Alexander Marx
52d08bcbd2 openvpn ccd: Minor fixes: iroute, delete route line.
Fixed several bugs:

1) iroute line not correctly printed in ccd file
2) route line was not deleted from server.conf when deleting a client
3) Routebox (client has access to these networks on ipfire site) did not show green,orange and blue when no static route was defined on ipfire
4) Green is no longer selected as default route in clientconfig.

Tested all Options with Windows 7 Client and Linux Mint 12
2012-11-23 12:56:47 +01:00
Alexander Marx
e81be1e1ed openvpn ccd: Minor fixes.
some bugfixes, client advanced options no more visible under net-2-net config, blue network is recognized,
Fixed the bug with wrong ip address in ccd file.
2012-11-20 17:11:08 +01:00
Stefan Schantl
07cdb8f659 Add ovpn-ccd-convert script.
This script is required, to convert existing OpenVPN roadwarrior configurations to
work with the new CCD extension.
2012-11-17 16:35:38 +01:00
Stefan Schantl
7db34105f9 Add update-lang-cache script.
This script can be used, to update the language cache if any strings will be added
or modified.
2012-11-17 11:02:48 +01:00
Arne Fitzenreiter
2e67687f91 extrahd: fix grep syntax in scanhd script. 2012-09-24 07:59:46 +02:00
Michael Tremer
211947fa96 readhash: Fix syntax error in regular expression. 2012-08-29 21:37:46 +02:00
Michael Tremer
e6a97a0ca2 Remove vpn-watch. 2012-07-19 16:51:50 +02:00
Michael Tremer
b871af81ed Disable vpn-watch. 2012-07-15 15:44:17 +02:00
Michael Tremer
e247eb7cec Allow : character in configuration files.
According to bug #10006, it is needed in some DSL credentials.

As : is not a special character in shell code (at least if
{} is not allowed either) we can safely use it.
2012-01-23 22:17:10 +01:00
Arne Fitzenreiter
269e21c662 Fix block device detection for graphs and other scripts. 2012-01-16 22:22:17 +01:00
Arne Fitzenreiter
0d738d2385 scripts: remove fake-uname script. 2011-12-31 10:32:24 +01:00
Arne Fitzenreiter
3731f8f418 fix uname script for replace armv5tl. 2011-10-12 16:53:34 +00:00
Arne Fitzenreiter
ff1580d89d Merge branch 'next' into arm-port 2011-09-24 13:57:29 +00:00
Arne Fitzenreiter
4910586672 makegraphs: replace kudzu. 2011-09-24 12:01:12 +02:00
Arne Fitzenreiter
5902dd464b hddshutdown: replace kudzu. 2011-09-24 12:00:55 +02:00