INADYN Changelog

What's new in INADYN 1.96.2

Aug 12, 2014
  • Fixes:
  • If the Dynamic DNS server responds with an error Inadyn will abort. This will prevent further retries with wrong dyndns credentials.
  • Default port number included in the request, to support the requests via Proxy, to ports different than 80.
  • Simplified main inadyn update loop function.

New in INADYN 1.96 (Aug 12, 2014)

  • New features:
  • zoneedit.com supported.
  • no-ip.com supported.
  • support for generic DNS services that support HTTP updates
  • Fixes:
  • immediate exit in case of --iterations=1 (not after a sleep period)
  • added missing option for specifying the path in the DNS server

New in INADYN 1.95 (Aug 12, 2014)

  • New features:
  • UNIX signals supported - inadyn will stop gracefully in case of ALRM, HUP, INT, ...
  • new dynamic dns service supported - www.zoneedit.com - Not tested!
  • makefile adjusted for Solaris - compilable under Solaris.
  • support for generic DYNDNS service that supports update via HTTP with basic authentication
  • not yet fully complete. Not known where might be applicable.

New in INADYN 1.90 (Aug 12, 2014)

  • New features/enhancements:
  • new option '--change_persona uid:gid' - inadyn can switch the user after launch. Typical feature for daemons.
  • addition to '--ip_server_name' feature, now it has another parameter: the URL to read from the given server name.
  • reduced some error messages
  • manual pages updated.
  • Bugfixes:
  • typo fixed (--ip_server_name option)

New in INADYN 1.86 (Aug 12, 2014)

  • Updated UNIX man pages for inadyn. Even a page for inadyn.conf!
  • Enhancement: - Inadyn doesn't print anything (e.g. ver. number) anymore when goes to background.
  • Enhancement: - new config file parser. Accepts ESCAPE character: '\'.
  • Bugfix: - Corrected check of the return code from socket() call.

New in INADYN 1.85 (Aug 12, 2014)

  • Config file related enhancements:
  • a default location for the config file in case of no arguments for inadyn
  • a more **NIX like format for the config file.
  • Small bugfix:
  • in case when 'iterations' option is specified as being '1', inadyn exits immediately after first update, not after the sleep period as before.

New in INADYN 1.81 (Aug 12, 2014)

  • Reviewed usage of syslog and fork to background in 'daemon mode'

New in INADYN 1.80 (Aug 12, 2014)

  • New feature:
  • --syslog: output to syslog for Linux
  • New feature:
  • run in background for Linux
  • Minor compile warnings removed.

New in INADYN 1.70 (Aug 12, 2014)

  • Bugfix:
  • custom dns from dyndns option was not accepted by the cmd line parser. "Copy-paste" error
  • New option:
  • --iterations. Now one can run inadyn with only one iteration.

New in INADYN 1.60 (Aug 12, 2014)

  • Support for dynamic DNS service offered by freedns.afraid.org
  • support for http proxy
  • GPL Copyright notice added.