toast/tdyndns.git
2014-04-15 Philipp SpitzerOmitted 2.7 in the python shebang.
2014-04-08 Philipp SpitzerRenamed files to include tdyndns in the name. 0.0.2
2014-04-08 gregor herrmannupdate docs after renames
2014-04-08 Philipp SpitzerOmit the full path when calling nsupdate_dyndns.
2014-04-08 Philipp SpitzerNow TTL is a command line parameter.
2014-04-08 Philipp SpitzerNow the returncode of nsupdate is evaluated.
2014-04-08 Philipp SpitzerNow the returncode of calls to nsupdate_dyndns is evalu...
2014-04-08 Philipp SpitzerNow the ip address is given to nsupdate_dyndns in case...
2014-04-08 Philipp SpitzerRemoved unused code.
2014-04-08 Philipp SpitzerNow in both scripts only fqdn are allowed.
2014-04-08 Philipp SpitzerNow HTTP_X_FORWARDED_FOR and REMOTE_ADDR are used if...
2014-04-08 Philipp SpitzerFixed bug: Some exceptions were not caught.
2014-04-08 Philipp SpitzerNow deleting can be restricted to ipv4 or ipv6 if an...
2014-04-08 gregor herrmanntodo: remove item "ip detection"
2014-04-08 gregor herrmanntodo: remove item about removing only one of A and...
2014-04-02 gregor herrmannmore on IP autodetection
2014-04-02 gregor herrmannnew todo (feature request): detect client IP(s)
2014-03-26 gregor herrmannadd note about deleting both A and AAAA to todo.txt
2014-03-26 gregor herrmannadd todo to repo, then I can edit it locally as well :)
2014-03-25 Philipp SpitzerAdded RewriteEngine apache2 configuration.
2014-03-25 Philipp SpitzerNow using the new python shell script nsupdate_dyndns
2014-03-25 Philipp SpitzerDeleted double "?" in example URL
2014-03-25 Philipp SpitzerThe functionality is now in nsupdate_dyndns.
2014-03-25 Philipp SpitzerThis script is now in Python.
2014-03-25 Philipp SpitzerImplemented Auth Basic
2014-03-25 Philipp SpitzerChanded example URL in comment.
2014-03-25 gregor herrmannupdate sudo documentations
2014-03-05 Philipp SpitzerAdded documentation about sudo configuration.
2014-03-05 Philipp SpitzerImplemented offline parameter.
2014-03-05 Philipp SpitzerNow exceptions are derived from a common base class...
2014-03-05 Philipp SpitzerAdded system and url parameters.
2014-03-05 Philipp SpitzerNow debug mode is a configuration variable.
2014-03-05 Philipp SpitzerMoved hostname handling into try block to avoid an...
2014-03-05 Philipp SpitzerAdded possible URL parameters wildcard, mx, backmx...
2014-03-05 Philipp Spitzerzone is now a configuration variable
2014-03-05 Philipp SpitzerAdded documentation 0.0.1
2014-03-05 Philipp SpitzerInitial check-in: This is currently working but needs...