55 Commits

Author SHA1 Message Date
fd6f070980 Lade till loggning till syslog 2009-03-09 09:51:36 +00:00
8c841d50ca Ny version av dnspython inlagd 2007-10-10 12:25:48 +00:00
89c54b3a16 Added notes that local system time must match server time. 2006-01-29 15:28:43 +00:00
753db550ac Upgraded dnspython to 1.3.0 which should solve the windows bug 2004-04-01 14:33:25 +00:00
76de33214d Info on needed Python modules 2004-02-01 20:53:46 +00:00
95116eae88 Fixed copy-n-paste misses 2004-02-01 20:53:22 +00:00
1f1575b794 == should be =, bash... 2004-01-28 21:51:48 +00:00
17acaed41a In getparams() we now check for optparse modules via optik as well. The optparse module is only available in Python 2.3, it is available as Optik in older versions. If missing the installer handles this. 2004-01-28 21:43:59 +00:00
5920bed5a7 Added check for optparse module, if not we install the Optik package. 2004-01-28 21:40:27 +00:00
26994f7e2a Optik is needed by versions of Python older than 2.3 2004-01-28 21:33:50 +00:00
eb4f80ea15 First bug reports from Greg! 2004-01-28 15:46:42 +00:00
a0bf759fe7 Should call python as #!/usr/bin/env python 2004-01-27 22:32:58 +00:00
bede48ead2 Patch to fix socket problem in python running native under windows 2004-01-27 22:28:06 +00:00
d8d42b2519 *** empty log message *** 2004-01-27 22:18:45 +00:00
9f2417ad7a Alpha version of installer. Might work 2004-01-27 22:16:41 +00:00
7b81c1e3ae *** empty log message *** 2004-01-27 22:16:00 +00:00
823bc73bc5 Removed incorrect reference to /etc/dnsupdaterc not being implemented 2004-01-27 22:13:06 +00:00
912a30d7e5 Fixed bug in readcfg(), extra ) 2004-01-27 22:03:31 +00:00
c330034e63 No longer necessary 2004-01-26 20:22:16 +00:00
21285b65e1 Added check for /etc/dnsupdaterc if no ~/.dnsupdaterc
Fixed spelling of IP address
2004-01-26 20:18:00 +00:00
07b185d418 Fixed spelling of IP address
Added a few missed params
Added long-format for params
2004-01-26 20:16:55 +00:00
1fdfa2f10e Manual page for the configuration file format 2004-01-26 20:15:34 +00:00
c7ebbf4ce7 Speling: nameserver is name server 2004-01-25 22:21:32 +00:00
2317ba0636 Speling: nameserver should be name server 2004-01-25 22:19:15 +00:00
8dce17e2aa First draft of a man page, several sections missing and most texts are incomplete. 2004-01-25 22:07:39 +00:00
479b50b62a *** empty log message *** 2004-01-25 22:07:00 +00:00
5020d5a4a3 Minor changes to text messages 2004-01-25 22:06:48 +00:00
393ab08820 nameserver should be ip address, not name 2004-01-24 00:18:38 +00:00
ff63f9f8d5 Fixed bug where showcfg for non-existing config files died silently
Made servername verification talk directly to the nameserver, not just any server.
2004-01-24 00:17:48 +00:00
397a5fff19 *** empty log message *** 2004-01-23 21:29:53 +00:00
457a7fd57d Added nameserver option 2004-01-23 21:29:17 +00:00
8f63edec6e Added option for nameserver
Fixed typo in get_ipaddress()
Fixed minor bug in --showcfg
Response codes from nameserver are reported directly to the user
2004-01-23 21:28:50 +00:00
de0e8d27d6 Better catching of specific exceptions instead of try: except:
Added verification of password/keyname
2004-01-23 12:59:17 +00:00
f5521e6230 Just a list of stuff to test 2004-01-22 20:49:13 +00:00
d76109f3af More todo... so many ideas, so little time 2004-01-22 20:24:28 +00:00
40ad773ca7 Fixed bug with update errors not being reported. 2004-01-22 20:23:46 +00:00
66a8731768 Added --showcfg option to display config file data 2004-01-21 22:10:52 +00:00
854cc7ca4d *** empty log message *** 2004-01-20 21:55:59 +00:00
bd176254f5 Added -v option for verbose output. Overrides quiet option in config file
Fixed bug when empty lines in config file
2004-01-20 20:51:31 +00:00
62c25b16a5 Renamed a name and password to hostname and keysecret
Added -u option to refer to a webpage where the machines ip can be verified
Enabled comments in the config file
Minor error message changes
2004-01-18 21:49:31 +00:00
4a688ecd4a Commented the file and added all available options 2004-01-18 21:46:02 +00:00
bba7e0cc95 caught up with reality 2004-01-17 15:55:02 +00:00
d6108034c9 Added --force option
Minor restructuring
2004-01-17 14:52:57 +00:00
8a88b59e84 Added --delete option to remove host from zone
Added --quiet option to suppress output
2004-01-17 00:05:50 +00:00
a9d9569470 Added check if update necessary 2004-01-16 22:33:42 +00:00
1cd5b63efd Added simple error message handling
More sanity checks
Restructured code
2004-01-15 23:16:56 +00:00
ef94174d17 Sample configuration file 2004-01-15 23:15:13 +00:00
757dce470c Replaced the msg object with a dict
Added configuration file for default values
2004-01-14 21:02:18 +00:00
133e589ef8 Fixed embarrasing global variabel mess 2004-01-12 19:33:38 +00:00
ba566c270d Added auto detection of external ip address 2004-01-12 12:35:11 +00:00