dirdi
b64b32d7a8
Bugfix: Long username-password-combinations will not result in an authentication error anymore.
...
If a username-password-combination is too long, perl's encode_base64 method will break the encoded string (stored in $auth) up into multiple lines of no more than 74 chars[0]. This breaks HTTP's authorization, since long values must not be folded into multiple lines[1].
[0] http://perldoc.perl.org/MIME/Base64.html
[1] http://tools.ietf.org/html/rfc7230#section-3.2.4
2014-09-09 03:10:08 +02:00
Robert Ian Hawdon
d0b191ae6f
remove patch backup
2014-09-07 21:31:26 +01:00
Robert Hawdon
2733cf44d5
Merge pull request #1 from roberthawdon/develop
...
Added support for Cloudflare and multi domain support for namecheap
2014-09-07 21:30:19 +01:00
Robert Ian Hawdon
f4bb834647
Added support for Cloudflare and multi domain support for namecheap
2014-09-07 21:28:29 +01:00
wimpunk
4721e3c5b1
Fixing bug #72 : Account info revealed during noip update
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@166 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-08-20 06:11:16 +00:00
wimpunk
5495a18d19
Interfaces can be named almost anything on modern systems.
...
Patch provided by Stephen Couchman through github
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@165 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-08-20 06:08:41 +00:00
wimpunk
ec4ab3a636
Merge pull request #5 from SattaiLanfear/master
...
Interfaces can be named almost anything on modern systems.
2014-08-06 11:26:46 +02:00
Stephen Couchman
a074de2042
Interfaces can be named almost anything on modern systems.
2014-08-05 18:50:38 -04:00
wimpunk
9912a765dd
Only delete A RR, not any RR for the FQDN
...
Make the delete command specific to A RRs. This prevents ddclient from
deleting other RRs unrelated to the dynamic address, but on the same
FQDN. This can be specifically a problem with KEY RRs when using SIG(0)
instead of symmetric keys.
Reported by: Wellie Chao
Bug report: http://sourceforge.net/p/ddclient/bugs/71/
Fixes #71
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@164 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-06-30 19:20:35 +00:00
wimpunk
f9eb398c51
Merge pull request #4 from droe/bug/sf/71
...
Only delete A RR, not any RR for the FQDN
2014-06-30 21:17:50 +02:00
Daniel Roethlisberger
e17b1d96b1
Only delete A RR, not any RR for the FQDN
...
Make the delete command specific to A RRs. This prevents ddclient from
deleting other RRs unrelated to the dynamic address, but on the same
FQDN. This can be specifically a problem with KEY RRs when using SIG(0)
instead of symmetric keys.
Reported by: Wellie Chao
Bug report: http://sourceforge.net/p/ddclient/bugs/71/
2014-06-25 11:49:23 +02:00
wimpunk
0a245f8c9b
Adding support for nsupdate.
...
Patch provided by Daniel Roethlisberger <daniel@roe.ch> through github.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@163 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-06-02 19:51:10 +00:00
wimpunk
9a859c3341
Merge pull request #3 from droe/feature/nsupdate
...
Add nsupdate(1) support
2014-06-02 21:45:46 +02:00
wimpunk
bed1b56671
Removed revision information
...
Revision information isn't very usable when switching to git.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@162 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-04-29 17:51:59 +00:00
Wim Vinckier
1789c06620
Removed revision information
...
Revision information isn't very usable when switching to git.
2014-04-29 19:44:49 +02:00
Daniel Roethlisberger
de9fee6eec
Add nsupdate(1) support
...
The 'nsupdate' protocol is used to submit Dynamic DNS Update requests as
defined in RFC2136 to a name server using the 'nsupdate' command line
utility part of ISC BIND. Dynamic DNS updates allow resource records to
be added or removed from a zone configured for dynamic updates through
DNS requests protected using TSIG. BIND ships with 'ddns-confgen', a
utility to generate sample configurations and instructions for both the
server and the client. See nsupdate(1) and ddns-confgen(8) for details.
2014-04-27 20:03:38 +02:00
wimpunk
db57ab1c97
Added Alpine Linux init script
...
Patch send by Tal on github.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@161 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-03-20 20:02:14 +00:00
wimpunk
7a132fc676
Corrected release note
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@160 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2014-03-20 19:56:58 +00:00
wimpunk
2e33e8efb3
Merge pull request #1 from terminator14/master
...
Added Alpine Linux init script
2014-03-20 20:52:32 +01:00
Wim Vinckier
0ab013fb0e
RELEASENOTE: Little spelling correction
2014-03-11 09:17:04 +01:00
Tal
b05bacec0d
Removed unnecessary chmod command from Alpine section of README.md
...
Added note to Alpine section of README.md to install perl before running ddclient
2014-03-10 21:29:44 -06:00
Tal
056fab5531
Added Alpine Linux init script
2014-03-10 21:04:31 -06:00
wimpunk
de6b2ee8a4
Commiting updated release information
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@159 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-12-26 09:42:35 +00:00
wimpunk
ffc7eade7f
Committing release notes and readme information to trunk
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@158 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-12-26 09:42:01 +00:00
Wim Vinckier
89153c20e7
Release of version 3.8.2
2013-12-26 10:12:01 +01:00
wimpunk
aed1e51328
Moving patching to the root of the repository.
...
The patches are mostly there for historical reasons. They've been moved
away to make cleaning easier. I think the applied patches should even be
removed.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@156 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-11-05 21:04:30 +00:00
Wim Vinckier
5da848d93e
Fallback to iproute if ifconfig doesn't work.
...
This fix applies the patch provided by Maccied Grela in [bugs:#26]
2013-10-28 23:39:40 +01:00
wimpunk
b0e6b06188
Fallback to iproute if ifconfig doesn't work.
...
This fix applies the patch provided by Maccied Grela in [bugs:#26]
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@155 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-10-28 22:38:56 +00:00
Wim Vinckier
5eba4c6699
preventing deep sleep - see [bugs:#46]
...
Fixing [bugs:#46] by applying the provided patch.
2013-10-28 22:37:44 +01:00
wimpunk
9fa0e5872b
preventing deep sleep - see [bugs:#46]
...
Fixing [bugs:#46] by applying the provided patch.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@154 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-10-28 21:37:16 +00:00
Wim Vinckier
666cc471bc
Applying patch from [fb1ad014] fixing bug [ #14 ]
...
More info can be found on [fb1ad014] and has been discussed in the mailinglist:
http://article.gmane.org/gmane.network.dns.ddclient.user/71 . The patch was
send by Rodrigo Araujo.
2013-07-08 15:21:32 +02:00
wimpunk
65c6f32f57
Applying patch from [fb1ad014] fixing bug [ #14 ]
...
More info can be found on [fb1ad014] and has been discussed in the mailinglist:
http://article.gmane.org/gmane.network.dns.ddclient.user/71 . The patch was
send by Rodrigo Araujo.
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@153 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-07-08 13:20:35 +00:00
Wim Vinckier
9de1d24873
r152 : Adding sha1-patch provided by pirast in [9742ac09]
...
r150 : Adding support for ChangeIP based on the patch from Michele Giorato
http://sourceforge.net/p/ddclient/discussion/399428/thread/e85661ad/
r148 : Updated README file
2013-05-14 21:14:58 +02:00
wimpunk
b8aa76214e
Adding sha1-patch provided by pirast in [9742ac09]
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@152 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-05-14 19:10:05 +00:00
wimpunk
efc62a3d41
Adding support for ChangeIP based on the patch from Michele Giorato
...
http://sourceforge.net/p/ddclient/discussion/399428/thread/e85661ad/
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@150 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-04-28 14:55:34 +00:00
Wim Vinckier
d92ef5414b
Updated README file
2013-04-28 16:28:15 +02:00
wimpunk
415fb15634
Updated README file
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@148 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-04-28 14:28:00 +00:00
wimpunk
face3058aa
Applying markdown synstax to README
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@147 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2013-04-28 14:16:02 +00:00
wim vinckier
b32ca6f7ef
Renamed README to README.md and applied some markdown syntax.
2012-08-14 16:28:16 +02:00
wim vinckier
6ec499ee06
Adding original code (r136)
2012-08-14 15:37:24 +02:00
wimpunk
1b406ca4c6
Updates after releasing 3.8.1
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@131 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-07-11 22:21:49 +00:00
wimpunk
80b0c44e70
Corrected release/readme.txt
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@129 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-07-11 20:53:57 +00:00
wimpunk
326c026b1d
Applied ip-up_run-parts.diff from ubuntu
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@128 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-07-11 20:24:43 +00:00
wimpunk
fa6d1714c4
Applied smc-barricade-fw-alt.diff from ubuntu
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@127 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-07-11 20:21:28 +00:00
wimpunk
790c3f8966
Fixing #28 : FreeDNS.afraid.org changed api slightly
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@126 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-07-03 10:03:39 +00:00
wimpunk
1b4c31b82e
Added patch for dtdns-support ( #39 )
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@125 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-05-19 20:31:20 +00:00
wimpunk
e0a1283b10
Patching with nic_updateable-warning patch provided by antespi in ticket #2
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@124 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-03-09 07:39:18 +00:00
wimpunk
4a21e0ac53
Patching with zoneedit patch provided by killer-jk in ticket #15
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@123 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2011-03-08 21:21:08 +00:00
wimpunk
6ff4d054b7
Added longer password support, sended by Ingo Schwarze ( #3130634 )
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@122 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2010-12-07 07:25:08 +00:00
wimpunk
e406318257
Fixing bug #13 : multiple fetch-ip but introducing a multiple ip bug
...
git-svn-id: svn+ssh://svn.code.sf.net/p/ddclient/code/trunk@121 3873ddee-7413-0410-b6c4-c2c57c1ab35a
2010-10-13 20:29:16 +00:00