Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Password with backslash causes silent errors #57

Closed
1100101 opened this issue Jun 10, 2014 · 1 comment
Closed

Password with backslash causes silent errors #57

1100101 opened this issue Jun 10, 2014 · 1 comment

Comments

@1100101
Copy link
Contributor

1100101 commented Jun 10, 2014

Using inadyn 1.99.9 (and 1.98.1 before that), I recently changed my DynDNS password. The newly generated pw had a backslash in it (more precisely a backslash followed by an equal sign).
The credentials were stored in a configuration file for inadyn.
inadyn seems to strip the backslash character from the password, making it shorter than it actually is.
This results in the wrong base64 string being calculated.

Interestingly, with the unmodified version if inadyn, the DynDNS server would always reply with "good 127.0.0.1", and the host would not be updated.
Playing around with the User-Agent string, I'd only then get "badauth" responses from members.dyndns.org.

@troglobit
Copy link
Owner

OK, will look into it. Probably need to add escaping of \ ...

troglobit added a commit that referenced this issue Sep 13, 2014
Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants