Stefan Schantl
4851bc81f3
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.
2014-08-07 21:02:10 +02:00
Michael Tremer
a6df80269b
ddns.cgi: Fix CGI clearing all settings.
2014-08-07 20:58:33 +02:00
Michael Tremer
c330d115bf
ddns.cgi: Fix coding style.
2014-08-07 20:40:14 +02:00
Michael Tremer
458064c519
ddns.cgi: Allow enabling/disabling entries.
2014-08-07 20:33:10 +02:00
Stefan Schantl
c2f80e67a7
ddns.cgi: Fix enable/disable handling of entries.
...
When the "enabled" checkbox is checked a "on" will be returned,
if the box is unchecked checkboxes will return nothing.
As a result of this behaviour the ddns.conf contained entries which have been disabled in the WUI.
We now check if the checkbox returns a "on", otherwise we will set the "enabled" value to "off" to
prevent from this problem.
2014-08-05 21:24:44 +02:00
Stefan Schantl
1f080b34ba
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.
2014-08-04 19:37:45 +02:00
Stefan Schantl
5fe185f83c
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.
2014-08-04 12:53:59 +02:00
Michael Tremer
960e969ca1
Merge remote-tracking branch 'stevee/ddns-new-providers'
2014-07-14 14:12:31 +02:00
Stefan Schantl
4fb763ff6e
ddns.cgi: Add handling for entrydns and opendns.
2014-07-14 14:09:23 +02:00
Arne Fitzenreiter
e351c1e090
ddns: don't use forced update.
2014-07-13 13:07:00 +02:00
Arne Fitzenreiter
e611222f41
ddns.cgi: fix convert at update.
2014-07-13 12:46:41 +02:00
Michael Tremer
06fb88bc1d
ddns.cgi: Remove an other unknown function call.
2014-07-10 20:39:56 +02:00
Michael Tremer
9a33b04f13
ddns.cgi: Hide listing if no entries exist.
...
Also remove call of unknown function.
2014-07-10 20:26:02 +02:00
Michael Tremer
c61ac6e80e
ddns.cgi: Move enabled checkbox a bit up.
2014-07-10 20:03:21 +02:00
Michael Tremer
4576afc5d8
ddns.cgi: Fix superfluous colon.
2014-07-10 20:01:06 +02:00
Michael Tremer
aacc471092
ddns.cgi: Fix syntax error.
2014-07-10 19:58:44 +02:00
Stefan Schantl
f5770b46e4
ddns.cgi: Add required code for generating valid nsupdate.info config section.
2014-07-09 21:14:49 +02:00
Michael Tremer
cd56eb6db1
ddns.cgi: Add hook to generate ddns.conf from CLI.
2014-07-08 16:10:46 +02:00
Michael Tremer
3c781f6375
ddns.cgi: Add support for keys with nsupdate.
2014-07-08 15:41:23 +02:00
Stefan Schantl
4188fbf1f0
ddns.cgi: Do not show the used hostname in parts.
2014-07-06 22:44:47 +02:00
Stefan Schantl
32b9c7394e
ddns.cgi: Drop code for wildcard support.
...
It seems all ddns providers removed their support for wildcards.
2014-07-06 22:11:18 +02:00
Stefan Schantl
1f8fccc5bc
ddns.cgi: Rework to use new ddns update client.
2014-07-06 21:32:01 +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
Alexander Marx
ec5a7d21f6
Layout changes ddns.cgi
2014-01-09 15:00:23 +01:00
Alexander Marx
09eb51c985
fifteen-theme: made ddns table themeable
2014-01-07 09:53:46 +01:00
Michael Tremer
afe4656c72
DDNS: Sort providers alphabetically.
2013-10-15 11:50:48 +02: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
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
5a2935b1b3
Add DDNS client for dns.lightningwirelabs.com.
2013-06-12 14:36:51 +02:00
Andrew Bellows
ff6f029536
ddns: Add support for namecheap provider.
2011-08-21 11:05:02 +02:00
Arne Fitzenreiter
38b6ec3342
Remove mydyn.de from ddns services.
2011-02-09 10:48:42 +01:00
Christian Schmidt
b411505d49
Added recent patch supplied by maverick.
...
This adds strato as dyddns provider and closes Bug #0000758
2011-02-08 21:38:13 +01:00
Arne Fitzenreiter
e9db0da3fb
Add "mydyn.de" ddns service
2008-09-27 11:05:20 +02:00
ms
70df830214
Ein Paar Dateien fuer die GPLv3 angepasst.
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@853 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-08-29 13:25:32 +00:00
maniacikarus
f2fdd0c1e9
Quasi fast alle cgis von den fixen header farben befreit
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@560 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2007-05-17 16:54:15 +00:00
ms
986e08d996
Hinzugefügt:
...
* Morningreconnect Script
Geändert:
* Neue Spamassassin Version. 3.1.3
* Interface umfangreich bearbeitet in Layout und angezeigten Texten.
* DHCP-Leases-Error gefixt
* lq-Graph pingt nun nach www.heise.de
* IP-Anzeige für PPPoE/DSL gefixt.
* Connectionstate vom IPCop übernommen.
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@164 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-06-06 19:12:22 +00:00
ms
78331e3019
Großes Update:
...
Hinzugefügt:
* L7-Protokolle
Geändert:
* XAMPP 1.5.1 --> 1.5.3
* Sämtliche "IPCops" durch "IPFire" im Webinterface ersetzt
* Einige Fixes, wegen Errors im Webinterface. (Im Forum zu finden.)
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@148 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-05-31 10:09:27 +00:00
ms
ac1cfefab2
SMP-Config angepasst.. CGIs usw. wurden im Windoof-Format gespeichert... muss noch alles korrigiert werden...
...
git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@67 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-02-21 20:38:06 +00:00
ipfire
cd1a292722
git-svn-id: http://svn.ipfire.org/svn/ipfire/IPFire/source@16 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
2006-02-15 21:15:54 +00:00