/[dnsupdate]/trunk
ViewVC logotype

Log of /trunk

View Directory Listing Directory Listing


Sticky Revision:

Revision 182 - Directory Listing
Modified Thu Oct 22 19:25:25 2009 UTC (4 weeks, 2 days ago) by tperciva
Quieter output when auth domain is a TLD

Revision 181 - Directory Listing
Modified Fri Sep 25 20:52:24 2009 UTC (8 weeks, 1 day ago) by dleonard
bug 18172: Remove launchd warnings when running under Mac OS 10.6
ipwatchd now takes configuration parameters as -oName=Value arguments.

Revision 180 - Directory Listing
Modified Wed Apr 22 23:14:55 2009 UTC (7 months ago) by tperciva
Call the install script "install.sh" not "inst.sh"

For consistency with QAS's "install.sh".

Revision 177 - Directory Listing
Modified Wed Apr 22 22:41:57 2009 UTC (7 months ago) by tperciva
Add -mmacosx-version-min flag, required for fat binaries on OS X

Thanks John Bowers

Revision 174 - Directory Listing
Modified Tue Apr 21 19:59:26 2009 UTC (7 months ago) by tperciva
Update CHANGES for 1.3.3

Revision 172 - Directory Listing
Modified Tue Apr 21 19:41:29 2009 UTC (7 months ago) by tperciva
Bump version to 1.3.3

Revision 171 - Directory Listing
Modified Tue Apr 21 19:36:40 2009 UTC (7 months ago) by tperciva
Strip -lgcc_s from VAS_LIBS

Revision 170 - Directory Listing
Modified Tue Apr 21 06:08:08 2009 UTC (7 months ago) by tperciva
Revert unrelated changes from revision 169

The KRB5_FCC_INTERNAL workaround in dnsupdate.c remains.

Revision 169 - Directory Listing
Modified Tue Apr 21 06:05:42 2009 UTC (7 months ago) by tperciva
Work around KRB5_FCC_INTERNAL bug on Mac OS X.

Using an API credential cache always failed when dnsupdate was
executed by launchd (via ipwatchd).

Fixes RC bug #663.

Revision 168 - Directory Listing
Modified Fri Feb 6 16:48:12 2009 UTC (9 months, 2 weeks ago) by tperciva
Clean up tmp files

Fixes bug #639.

Revision 167 - Directory Listing
Modified Fri Nov 7 16:19:43 2008 UTC (12 months, 2 weeks ago) by dleonard
bug 15832: don't use -a auth domain for PTR updates

Revision 166 - Directory Listing
Modified Fri Nov 7 16:08:38 2008 UTC (12 months, 2 weeks ago) by dleonard
change TMPFILE->TMPHOOKFILE; cleanup

Revision 165 - Directory Listing
Modified Fri Nov 7 16:01:43 2008 UTC (12 months, 2 weeks ago) by dleonard
Bug 15812: avoid 'cmp: EOF' message on solaris

Revision 164 - Directory Listing
Modified Thu Nov 6 23:31:54 2008 UTC (12 months, 2 weeks ago) by tperciva
Fix typo in comment: extract -> extra

Revision 163 - Directory Listing
Modified Wed Nov 5 20:57:25 2008 UTC (12 months, 2 weeks ago) by dleonard
bump to 1.3.2

Revision 161 - Directory Listing
Modified Wed Nov 5 16:22:24 2008 UTC (12 months, 2 weeks ago) by dleonard
fix possibly uninitialized variable; properly handle rare case of gethostname() failing

Revision 160 - Directory Listing
Modified Wed Nov 5 16:17:12 2008 UTC (12 months, 2 weeks ago) by dleonard
VAS bug 15813: Fix cleanup trap to not return an error when there is no tmpfile.
This fixes a problem on OS X during uninstall.

Revision 159 - Directory Listing
Modified Tue Nov 4 17:35:32 2008 UTC (12 months, 2 weeks ago) by dleonard
correct documentation of install-hooks -t; simplify authors section

Revision 158 - Directory Listing
Modified Tue Nov 4 17:34:46 2008 UTC (12 months, 2 weeks ago) by dleonard
correct install hook test on macos; mention -t in usage

Revision 157 - Directory Listing
Modified Tue Nov 4 06:09:20 2008 UTC (12 months, 2 weeks ago) by dleonard
VAS bug 15811: Solaris doesn't understand 'grep -F', use fgrep instead

Revision 156 - Directory Listing
Modified Tue Nov 4 00:56:50 2008 UTC (12 months, 2 weeks ago) by dleonard
VAS bug 15881: cmp on hpux does not understand stdin

Revision 155 - Directory Listing
Modified Tue Nov 4 00:44:26 2008 UTC (12 months, 2 weeks ago) by dleonard
vas bug 15690: hpuxinit -> hpux_init. Thanks, RichardN

Revision 154 - Directory Listing
Modified Fri Oct 31 20:20:42 2008 UTC (12 months, 3 weeks ago) by dleonard
update CHANGES

Revision 153 - Directory Listing
Modified Fri Oct 31 17:44:59 2008 UTC (12 months, 3 weeks ago) by dleonard
VAS bug 15790: fix '_init: not found' error

Clean up the way that the platform/style code works.
Also, add a -t option (not documented) to allow testing of the hook.
Used sed and BEGIN/END tags instead of head_minus_lines in the generic
shell fragments, since this will tie the hooks to the version of dnsupdate
and avoid removal of code blind to other modifications by the admin.

Revision 152 - Directory Listing
Modified Fri Oct 31 15:05:17 2008 UTC (12 months, 3 weeks ago) by dleonard
vas bug 15690: fix "sd_insert not found" bug for hpux

Revision 151 - Directory Listing
Modified Fri Oct 31 15:04:35 2008 UTC (12 months, 3 weeks ago) by dleonard
don't try and chmod through symlinks

Revision 150 - Directory Listing
Modified Wed Oct 29 22:35:28 2008 UTC (12 months, 3 weeks ago) by dleonard
fix shell warning about xfalse when buildling on OSX

Revision 149 - Directory Listing
Modified Wed Oct 29 22:07:54 2008 UTC (12 months, 3 weeks ago) by dleonard
VAS bug 15586: fix universal binaries to work on a OS 10.4 build host

Revision 148 - Directory Listing
Modified Wed Oct 29 21:16:36 2008 UTC (12 months, 3 weeks ago) by tperciva
set umask 022 at the start of the install hooks script

Another layer of safety against installing world-writable files.
See Vintela bug #15691 (already fixed).

Revision 147 - Directory Listing
Modified Wed Oct 29 20:47:49 2008 UTC (12 months, 3 weeks ago) by dleonard
VAS bug 15690: fix hpux install issues

The script now does NOT take a platform argument.  Just -i or -r.
Instead, we detect the platform kind from `uname -s` and go from there.

Revision 146 - Directory Listing
Modified Wed Oct 29 17:07:04 2008 UTC (12 months, 3 weeks ago) by dleonard
avoid including our err.h on OS X so that builds of builddir=srcdir work

Revision 145 - Directory Listing
Modified Wed Oct 29 17:06:29 2008 UTC (12 months, 3 weeks ago) by dleonard
make pp executable when it is downloaded

Revision 144 - Directory Listing
Modified Mon Oct 27 20:07:49 2008 UTC (12 months, 3 weeks ago) by dleonard
VAS bug 15691: be careful with the mode of new files
Avoids the situation where/etc/dhclient-exit-hooks ends up with mode 777

Revision 143 - Directory Listing
Modified Thu Oct 23 20:12:57 2008 UTC (12 months, 4 weeks ago) by dleonard
correct minor formatting/wording in ipwatchd(8)

Revision 142 - Directory Listing
Modified Thu Oct 23 20:12:06 2008 UTC (12 months, 4 weeks ago) by dleonard
document how the ChangeProgram parameter actually works

Revision 141 - Directory Listing
Modified Thu Oct 23 20:10:42 2008 UTC (12 months, 4 weeks ago) by dleonard
use @sbindir@ instead of /opt/quest/sbin

Revision 140 - Directory Listing
Modified Thu Oct 23 00:16:41 2008 UTC (12 months, 4 weeks ago) by dleonard
VAS bug 15690: usage shows wrong platform list. (rnelson)

Revision 139 - Directory Listing
Modified Wed Oct 22 20:23:25 2008 UTC (12 months, 4 weeks ago) by dleonard
correct typo seen when presenting to QA

Revision 138 - Directory Listing
Modified Tue Oct 21 05:15:10 2008 UTC (13 months ago) by dleonard
record the VAS library version in verbose output

Revision 137 - Directory Listing
Modified Mon Oct 20 17:48:23 2008 UTC (13 months ago) by dleonard
Document integration with VGP in dnsupdate(8)

Revision 136 - Directory Listing
Modified Mon Oct 20 17:30:36 2008 UTC (13 months ago) by dleonard
Make the man8/ directory owned by the package.

This after discussion with Jeff Webb, who is concerned that after 
uninstall, the platform package management tools are not cleaning up 
the intermediate created directories.

The 'right' answer is to modify polypkg so that after uninstall,
intermediate directories are removed automatically (unless they are in
use!)

Revision 135 - Directory Listing
Modified Sat Oct 18 06:51:37 2008 UTC (13 months ago) by dleonard
correct missing warn symbol in tests

Revision 134 - Directory Listing
Modified Sat Oct 18 06:42:09 2008 UTC (13 months ago) by dleonard
include missing header to fix undefined warn symbol

Revision 133 - Directory Listing
Modified Sat Oct 18 06:35:32 2008 UTC (13 months ago) by dleonard
correct configure problem on non-apple platforms

Revision 132 - Directory Listing
Modified Sat Oct 18 04:05:46 2008 UTC (13 months ago) by dleonard
update CHANGES

Revision 131 - Directory Listing
Modified Sat Oct 18 04:01:19 2008 UTC (13 months ago) by dleonard
support universal binaries for Mac OS X

Revision 130 - Directory Listing
Modified Tue Oct 14 21:58:30 2008 UTC (13 months, 1 week ago) by dleonard
Make default sysconfdir /etc/opt/quest instead of /opt/quest/etc

Revision 129 - Directory Listing
Modified Tue Oct 14 20:40:51 2008 UTC (13 months, 1 week ago) by dleonard
Fix seg fault related to related list changes.

Revision 128 - Directory Listing
Modified Tue Oct 14 20:39:38 2008 UTC (13 months, 1 week ago) by dleonard
Enhanced diagnostics of config files.

Load config files as late as possible, so that -v options have a chance to
take effect. Extra verbose messages when processing the config files

Revision 127 - Directory Listing
Modified Tue Oct 14 18:09:12 2008 UTC (13 months, 1 week ago) by dleonard
VAS bug 15531: stop ipwatchd from crashing after the Mac goes to sleep

Revision 126 - Directory Listing
Modified Mon Oct 13 19:50:32 2008 UTC (13 months, 1 week ago) by dleonard
Correct seg fault when using -s option.
NULL lists are now invalid. Previously, NULL lists were 
interchangeable with an empty list, but that was a mistake.

Revision 125 - Directory Listing
Modified Mon Oct 13 19:49:12 2008 UTC (13 months, 1 week ago) by dleonard
when testing conf.c, explain that a warning is expected

Revision 124 - Directory Listing
Modified Thu Oct 9 17:55:17 2008 UTC (13 months, 1 week ago) by dleonard
better detection of wget/curl for fetching pp

Revision 123 - Directory Listing
Modified Wed Oct 8 21:50:59 2008 UTC (13 months, 1 week ago) by dleonard
1.3.1

Revision 122 - Directory Listing
Modified Wed Oct 8 21:50:00 2008 UTC (13 months, 1 week ago) by dleonard
Workaround the problem where the dns/ SPN is given the wrong realm
Also, enable internal VAS debug logging with -vv

Revision 121 - Directory Listing
Modified Wed Oct 8 21:48:34 2008 UTC (13 months, 1 week ago) by dleonard
Correct endianness problem when printing debug messages

Revision 119 - Directory Listing
Modified Mon Sep 29 17:44:37 2008 UTC (13 months, 3 weeks ago) by dleonard
update CHANGES

Revision 118 - Directory Listing
Modified Thu Sep 25 19:41:09 2008 UTC (13 months, 3 weeks ago) by dleonard
make 'distcheck' pass

Revision 117 - Directory Listing
Modified Thu Sep 25 17:31:07 2008 UTC (13 months, 3 weeks ago) by dleonard
Check autoconf results before #including; clean up header inclusion

Revision 116 - Directory Listing
Modified Thu Sep 25 17:14:59 2008 UTC (13 months, 3 weeks ago) by dleonard
fix some symbol problems on AIX and Solaris

Revision 115 - Directory Listing
Modified Thu Sep 25 17:04:30 2008 UTC (13 months, 3 weeks ago) by dleonard
Add greatly improved testing.

Revision 114 - Directory Listing
Modified Thu Sep 25 17:03:43 2008 UTC (13 months, 3 weeks ago) by dleonard
follow MS DNS Client packet format

Revision 113 - Directory Listing
Modified Thu Sep 25 17:02:31 2008 UTC (13 months, 3 weeks ago) by dleonard
Show rdata lengths in debug mode. Usefule because UPDATEs rdata are often empty

Revision 112 - Directory Listing
Modified Thu Sep 25 17:01:16 2008 UTC (13 months, 3 weeks ago) by dleonard
Updated training manual

Revision 111 - Directory Listing
Modified Wed Sep 24 14:08:15 2008 UTC (13 months, 3 weeks ago) by dleonard
Support $DNSTCP_CONNECT_INTERCEPT so that dnsupdate tests can be isolated

Revision 110 - Directory Listing
Modified Wed Sep 24 14:06:44 2008 UTC (13 months, 3 weeks ago) by dleonard
correct debug display of some classes and types

Revision 109 - Directory Listing
Modified Wed Sep 24 14:05:17 2008 UTC (13 months, 3 weeks ago) by dleonard
avoid compiler warning when offsetof is already defined

Revision 108 - Directory Listing
Modified Wed Sep 24 14:04:31 2008 UTC (13 months, 3 weeks ago) by dleonard
Fix segfault when reading resolv.conf

Revision 107 - Directory Listing
Modified Tue Sep 23 17:45:33 2008 UTC (13 months, 4 weeks ago) by dleonard
fix broken label in debug dumps

Revision 106 - Directory Listing
Modified Mon Sep 22 19:45:13 2008 UTC (13 months, 4 weeks ago) by dleonard
Add section count incrementers to avoid error-prone byte fiddling.

Revision 105 - Directory Listing
Modified Fri Sep 19 22:23:20 2008 UTC (14 months ago) by dleonard
Add tests to the VGP xlator

Revision 104 - Directory Listing
Modified Fri Sep 19 05:48:04 2008 UTC (14 months ago) by dleonard
Add a VGP xlator that applies group policy

Revision 103 - Directory Listing
Modified Thu Sep 18 21:38:04 2008 UTC (14 months ago) by dleonard
correct signal error detection

Revision 102 - Directory Listing
Modified Thu Sep 18 16:14:43 2008 UTC (14 months ago) by dleonard
whitespace typo

Revision 101 - Directory Listing
Modified Thu Sep 18 16:13:13 2008 UTC (14 months ago) by dleonard
Improve debugging output
  - show command line args
  - name the sections correctly when dumping update messages

Revision 100 - Directory Listing
Modified Sun Sep 14 03:14:25 2008 UTC (14 months, 1 week ago) by dleonard
Don't hyphenate the URL

Revision 99 - Directory Listing
Modified Fri Aug 29 06:03:46 2008 UTC (14 months, 3 weeks ago) by tperciva
Correct CLEANFILES variable name in Makefile.am

Now the generated file `dnsupdate-install-hooks` will be
removed during `make clean`.

Revision 98 - Directory Listing
Modified Fri Aug 29 06:02:34 2008 UTC (14 months, 3 weeks ago) by tperciva
Add rule to get `pp` binary

and remove it during `distclean`

Revision 97 - Directory Listing
Modified Fri Aug 29 05:58:14 2008 UTC (14 months, 3 weeks ago) by tperciva
Use warnx() if vas_gss_spnego_initiate() fails

Prevents strerror(errno) being appended to the log message.

Revision 96 - Directory Listing
Modified Tue Aug 26 14:15:08 2008 UTC (14 months, 3 weeks ago) by dleonard
permit empty sections in test server

Revision 95 - Directory Listing
Modified Tue Aug 26 14:13:33 2008 UTC (14 months, 3 weeks ago) by dleonard
Log to syslog where vsyslog() is available.

Revision 94 - Directory Listing
Modified Tue Aug 26 14:08:39 2008 UTC (14 months, 3 weeks ago) by dleonard
be much more careful when closing file descriptors in the wrapper server child

Revision 93 - Directory Listing
Modified Tue Aug 26 14:07:28 2008 UTC (14 months, 3 weeks ago) by dleonard
clarify that this is a Mac OS X only daemon

Revision 92 - Directory Listing
Modified Tue Aug 26 14:06:31 2008 UTC (14 months, 3 weeks ago) by dleonard
A simple training presentation for internal support

Revision 91 - Directory Listing
Modified Fri Aug 22 13:52:12 2008 UTC (15 months ago) by dleonard
bug 570: Send a delete-style UPDATE request when TTL is zero.

Revision 90 - Directory Listing
Modified Thu Aug 21 04:42:06 2008 UTC (15 months ago) by dleonard
Allow $DNS_RESOLV_CONF to override path to /etc/resolv.conf

Revision 89 - Directory Listing
Modified Thu Aug 21 04:35:43 2008 UTC (15 months ago) by dleonard
Add server-t, a tool for testing the dns client code.

Revision 88 - Directory Listing
Modified Tue Aug 12 06:11:30 2008 UTC (15 months, 1 week ago) by dleonard
Improve documentation, error messages. Add client/server SPN flags.

Revision 87 - Directory Listing
Modified Mon Aug 11 15:33:02 2008 UTC (15 months, 1 week ago) by dleonard
Follow the Microsoft DNS client behaviour much more closely.

I have completely redone the update logic to match that documented in
the MMC help (Dns/Concepts/Understanding DNS/Dynamic update).

The client also reads configuration variables from the file
$(sysconfdir)/dnsupdate.conf if it exists. This is intended for
use with group policy.


Revision 86 - Directory Listing
Modified Mon Aug 4 05:26:14 2008 UTC (15 months, 2 weeks ago) by dleonard
factor out the gss initialization from main

Revision 85 - Directory Listing
Modified Mon Aug 4 03:46:30 2008 UTC (15 months, 2 weeks ago) by dleonard
Add -V option to display tool version

Revision 84 - Directory Listing
Modified Mon Aug 4 03:45:25 2008 UTC (15 months, 2 weeks ago) by dleonard
try /dev/urandom before srandom()

Revision 83 - Directory Listing
Modified Mon Aug 4 03:44:13 2008 UTC (15 months, 2 weeks ago) by dleonard
Use symbolic name DNS_MAXNAME instead of constant

Revision 82 - Directory Listing
Modified Fri Jul 18 02:05:28 2008 UTC (16 months ago) by dleonard
improve manual page\nadd dnsupdate-install-hooks reference to dnsupdate.8

Revision 81 - Directory Listing
Modified Wed Jul 9 05:11:28 2008 UTC (16 months, 2 weeks ago) by dleonard
Add manual page for dnsupdate-install-hooks(8)

Revision 80 - Directory Listing
Modified Wed Jul 9 05:11:10 2008 UTC (16 months, 2 weeks ago) by dleonard
Add -h option to dnsupdate-install-hooks script and fix assertion

Revision 79 - Directory Listing
Modified Tue Jul 8 05:54:14 2008 UTC (16 months, 2 weeks ago) by dleonard
Better support for macos

Revision 78 - Directory Listing
Modified Tue Jul 8 05:53:47 2008 UTC (16 months, 2 weeks ago) by dleonard
remove unused code for setting macos launchddir

Revision 77 - Directory Listing
Modified Tue Jul 8 05:53:25 2008 UTC (16 months, 2 weeks ago) by dleonard
Add documentation for ipwatchd

Revision 76 - Directory Listing
Modified Tue Jul 8 05:53:10 2008 UTC (16 months, 2 weeks ago) by dleonard
use progdatadir instead of laundddir

Revision 75 - Directory Listing
Modified Tue Jul 8 05:52:41 2008 UTC (16 months, 2 weeks ago) by dleonard
increase change delay for ipwatchd back to 30 seconds

Revision 74 - Directory Listing
Modified Tue Jul 8 05:51:59 2008 UTC (16 months, 2 weeks ago) by dleonard
Add macos support to dnsupdate-install-hooks; restructure; substitutable

Revision 73 - Directory Listing
Modified Wed May 14 02:19:14 2008 UTC (18 months, 1 week ago) by dleonard
Use autotools to build ipwatchd under Mac OS X

Revision 72 - Directory Listing
Modified Wed May 14 02:17:49 2008 UTC (18 months, 1 week ago) by dleonard
Include disabled workaround code for a bug in Wireshark's TCP/domain decoder.
This is only for allowing debugging of dnsupdate with older wireshark versions.

Revision 71 - Directory Listing
Modified Wed May 14 02:16:27 2008 UTC (18 months, 1 week ago) by dleonard
Add launchd checkin to ipwatchd, and delay program execution via a timer.

Revision 70 - Directory Listing
Modified Thu May 8 05:47:20 2008 UTC (18 months, 2 weeks ago) by dleonard
Add ipwatchd - a hook for integrating OS X's system config with dnsupdate
  This is incomplete code.

Revision 69 - Directory Listing
Modified Tue Apr 29 08:56:20 2008 UTC (18 months, 3 weeks ago) by tperciva
More meaningful flag variable names

Revision 68 - Directory Listing
Modified Tue Apr 29 08:37:01 2008 UTC (18 months, 3 weeks ago) by tperciva
Avoid calling printf("%s", NULL) for Solaris
when -a (auth_domain) is not set explicitly

Also for bug #511.

Revision 67 - Directory Listing
Modified Tue Apr 29 08:30:11 2008 UTC (18 months, 3 weeks ago) by tperciva
Fix variable name from r65 that broke compilation

(Wow, I've really made a mess of this)

Revision 66 - Directory Listing
Modified Tue Apr 29 08:16:35 2008 UTC (18 months, 3 weeks ago) by tperciva
Only print the domain (realm) when using GSS auth

Fixes bug #511: segfault with -N and -v

Revision 65 - Directory Listing
Modified Tue Apr 29 08:11:01 2008 UTC (18 months, 3 weeks ago) by tperciva
Revert most of r64, leaving only hostname detection

I misunderstood the meaning of the -d flag (domain) - it's the
AD/Kerberos realm, not the DNS domain.

Revision 64 - Directory Listing
Modified Tue Apr 29 07:08:04 2008 UTC (18 months, 3 weeks ago) by tperciva
Determine the host & domain name when GSS auth is not used

Based on the way `hostname --fqdn` works, except that it also searches
host aliases for the domain name, otherwise it would not be determined
with an /etc/hosts that looked like this:
  127.0.0.1  myhostname  myhostname.example.com

Inspired by bug #511.

Revision 63 - Directory Listing
Modified Tue Apr 29 07:03:34 2008 UTC (18 months, 3 weeks ago) by tperciva
Improved error messages when host or domain is unknown

Revision 62 - Directory Listing
Modified Tue Apr 29 07:00:31 2008 UTC (18 months, 3 weeks ago) by tperciva
Exit with error if domain name is not known

Fixes bug #511 - crash when using -N and -v

Revision 61 - Directory Listing
Modified Fri Feb 15 03:28:56 2008 UTC (21 months, 1 week ago) by dleonard
minor typo in manual page

Revision 60 - Directory Listing
Modified Fri Feb 15 03:27:10 2008 UTC (21 months, 1 week ago) by dleonard
bug 484: detect the authoritative domain name instead of guessing
Adds an option (-a domain) to override the authoritative domain detection.

Revision 59 - Directory Listing
Modified Fri Feb 15 03:10:58 2008 UTC (21 months, 1 week ago) by dleonard
Allow multiple compression pointers when reading label lists.
Termination is still guaranteed because we limit the number of pointer derefs.

Revision 58 - Directory Listing
Modified Fri Jan 25 05:28:53 2008 UTC (21 months, 3 weeks ago) by dleonard
default mandir to /opt/quest/man

Revision 57 - Directory Listing
Modified Wed Jan 23 15:22:12 2008 UTC (21 months, 4 weeks ago) by dleonard
Bump to version 1.3.0; update change file

Revision 56 - Directory Listing
Modified Wed Jan 23 15:21:29 2008 UTC (21 months, 4 weeks ago) by dleonard
bug 467: Add -r option for PTR updates.

Revision 55 - Directory Listing
Modified Sat Jan 19 05:56:21 2008 UTC (22 months ago) by dleonard
correct getopt

Revision 54 - Directory Listing
Modified Mon Nov 5 08:07:42 2007 UTC (2 years ago) by tperciva
Support Debian & Ubuntu
Based on the patch by Jayson Hurst
For bug #415.

Revision 53 - Directory Listing
Modified Wed Jul 11 12:48:26 2007 UTC (2 years, 4 months ago) by dleonard
add release date to CHANGES. remove placeholder

Revision 52 - Directory Listing
Modified Wed Jul 11 11:52:43 2007 UTC (2 years, 4 months ago) by dleonard
correct the change history

Revision 51 - Directory Listing
Modified Wed Jul 11 11:46:23 2007 UTC (2 years, 4 months ago) by dleonard
Bump version to 1.2.2

Revision 49 - Directory Listing
Modified Wed Jul 11 11:36:38 2007 UTC (2 years, 4 months ago) by dleonard
Shorten summary for HPUX

Revision 48 - Directory Listing
Modified Tue Jun 19 03:06:34 2007 UTC (2 years, 5 months ago) by dleonard
Only support DHCP hooks on Solaris 10 and later.
Improve some error message text while I'm here.

Revision 47 - Directory Listing
Modified Thu May 31 01:30:59 2007 UTC (2 years, 5 months ago) by dleonard
remove superfluous warning message

Revision 46 - Directory Listing
Modified Thu May 31 01:27:48 2007 UTC (2 years, 5 months ago) by dleonard
Use support@quest.com as maintainer address

Revision 45 - Directory Listing
Modified Mon Jan 22 14:59:02 2007 UTC (2 years, 10 months ago) by dleonard
clean up some shell; improve usage

Revision 44 - Directory Listing
Modified Mon Jan 22 14:56:47 2007 UTC (2 years, 10 months ago) by dleonard
put pp script in order

Revision 43 - Directory Listing
Modified Wed Jan 10 04:26:33 2007 UTC (2 years, 10 months ago) by dleonard
target for 1.2.2; mention bug 189

Revision 42 - Directory Listing
Modified Wed Jan 10 03:55:58 2007 UTC (2 years, 10 months ago) by dleonard
bug 189: fix eventhook script on solaris

Revision 41 - Directory Listing
Modified Mon Jan 8 22:00:15 2007 UTC (2 years, 10 months ago) by dleonard
Remove unnecessary call to internal vas_log_init() function.

This was only needed with early versons of VAS 3.

Revision 40 - Directory Listing
Modified Tue Dec 19 01:25:51 2006 UTC (2 years, 11 months ago) by dleonard
Package manual pages properly. Change Solaris name to QSFTdnsup.

Revision 39 - Directory Listing
Modified Mon Aug 14 15:40:35 2006 UTC (3 years, 3 months ago) by davidl
allow -I flag to return TSIG key to proper length (according to RFC)

Revision 38 - Directory Listing
Modified Mon Aug 14 15:32:19 2006 UTC (3 years, 3 months ago) by davidl
Add CHANGES file

Revision 37 - Directory Listing
Modified Mon Aug 14 15:23:12 2006 UTC (3 years, 3 months ago) by davidl
Add -N option that disables authentication during DNS UPDATE

Revision 36 - Directory Listing
Modified Mon Aug 14 15:12:45 2006 UTC (3 years, 3 months ago) by davidl
remove old spec file

Revision 35 - Directory Listing
Modified Mon Aug 14 15:08:14 2006 UTC (3 years, 3 months ago) by davidl
add 'make package' target

Revision 34 - Directory Listing
Modified Mon Aug 14 15:07:39 2006 UTC (3 years, 3 months ago) by davidl
make portable to solaris 2.6 without needing bash

Revision 33 - Directory Listing
Modified Mon Aug 14 14:36:56 2006 UTC (3 years, 3 months ago) by davidl
bump version to 1.2.1

Revision 32 - Directory Listing
Modified Mon Aug 14 14:36:34 2006 UTC (3 years, 3 months ago) by davidl
bug 72: regress to a 31 character TSIG identifier

Revision 30 - Directory Listing
Modified Mon Aug 7 06:09:55 2006 UTC (3 years, 3 months ago) by tedp
Fix hook installation & removal for AIX

Revision 29 - Directory Listing
Modified Mon Aug 7 04:54:46 2006 UTC (3 years, 3 months ago) by davidl
correct compiler warnings

Revision 28 - Directory Listing
Modified Mon Aug 7 04:48:26 2006 UTC (3 years, 3 months ago) by tedp
Put a struct definition before a func. prototype that uses it
Makes compiling with gcc 4 work

Revision 27 - Directory Listing
Modified Mon Aug 7 03:35:12 2006 UTC (3 years, 3 months ago) by davidl
Improve comments; warnings; better NULL checks in some cases

Revision 26 - Directory Listing
Modified Mon Aug 7 03:33:40 2006 UTC (3 years, 3 months ago) by davidl
Solaris 2.6 packaging fixes

Revision 25 - Directory Listing
Modified Fri Aug 4 04:23:14 2006 UTC (3 years, 3 months ago) by tedp
Add packaging and hook install script

Revision 24 - Directory Listing
Modified Tue May 30 04:15:28 2006 UTC (3 years, 5 months ago) by davidl
improve debugging

Revision 23 - Directory Listing
Modified Tue May 30 04:14:54 2006 UTC (3 years, 5 months ago) by davidl
improve docs

Revision 22 - Directory Listing
Modified Tue May 30 03:54:36 2006 UTC (3 years, 5 months ago) by davidl
improve GSS error messages; final tsig verify commented out

Revision 21 - Directory Listing
Modified Tue May 30 03:38:47 2006 UTC (3 years, 5 months ago) by davidl
Use stderr for debugging

Revision 20 - Directory Listing
Modified Tue May 30 03:23:15 2006 UTC (3 years, 5 months ago) by davidl
improve comment

Revision 19 - Directory Listing
Modified Tue May 30 03:22:48 2006 UTC (3 years, 5 months ago) by davidl
cast to avoid compiler warning

Revision 18 - Directory Listing
Modified Tue May 30 03:22:02 2006 UTC (3 years, 5 months ago) by davidl
Actually exit on errors

Revision 17 - Directory Listing
Modified Fri May 19 03:17:32 2006 UTC (3 years, 6 months ago) by davidl
documentation correction about exit status

Revision 16 - Directory Listing
Modified Mon May 15 11:49:46 2006 UTC (3 years, 6 months ago) by davidl
bump minor

Revision 15 - Directory Listing
Modified Mon May 15 11:48:10 2006 UTC (3 years, 6 months ago) by davidl
Document the references better; Add -I option to allow IETF-standards operation

Revision 12 - Directory Listing
Modified Tue May 9 13:57:38 2006 UTC (3 years, 6 months ago) by davidl
Add autoconf, man page and correct dns compression.
This is now a working package.


Revision 11 - Directory Listing
Modified Tue May 2 01:31:11 2006 UTC (3 years, 6 months ago) by davidl
don't free a static string; enable never-compress

Revision 10 - Directory Listing
Modified Tue May 2 01:30:41 2006 UTC (3 years, 6 months ago) by davidl
improved debugging

Revision 9 - Directory Listing
Modified Tue May 2 01:30:01 2006 UTC (3 years, 6 months ago) by davidl
Add support for never-compress

Revision 8 - Directory Listing
Modified Mon Apr 10 14:52:57 2006 UTC (3 years, 7 months ago) by davidl
add call to vas_gss_initialize()

Revision 7 - Directory Listing
Modified Mon Apr 10 14:51:59 2006 UTC (3 years, 7 months ago) by davidl
remove hpuxism

Revision 6 - Directory Listing
Modified Thu Apr 6 06:38:47 2006 UTC (3 years, 7 months ago) by davidl
fixes to make compile on hpux

Revision 5 - Directory Listing
Modified Thu Apr 6 06:06:01 2006 UTC (3 years, 7 months ago) by davidl
rename from dnstest to dnsupdate

Revision 4 - Directory Listing
Modified Thu Apr 6 06:05:12 2006 UTC (3 years, 7 months ago) by davidl
Add command line arguments; put debugging messages behind '-v' option.
Add a getopt implementation for platforms without it.

Revision 3 - Directory Listing
Modified Thu Apr 6 04:40:58 2006 UTC (3 years, 7 months ago) by davidl
remove unused conditional

Revision 2 - Directory Listing
Modified Thu Apr 6 03:33:47 2006 UTC (3 years, 7 months ago) by davidl
initial import of mostly-working gss dnsupdate test code

Revision 1 - Directory Listing
Added Thu Apr 6 03:30:59 2006 UTC (3 years, 7 months ago) by davidl
initial repository for Dynamic DNS code

Ted.Percival@quest.com
ViewVC Help
Powered by ViewVC 1.1.2