The password is not a parameter of the apache configuration.
[toast/tdyndns.git] / cgi-bin /
2014-04-15 Philipp SpitzerRemoved authorization (as this should be done by apache).
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 Philipp SpitzerOmit the full path when calling nsupdate_dyndns.
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-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 SpitzerImplemented Auth Basic
2014-03-25 Philipp SpitzerChanded example URL in comment.
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 SpitzerInitial check-in: This is currently working but needs...