| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
move prototype of dns_create_update_request() to appropriate section in dns.h
Michael
|
|
|
|
|
|
| |
The __ss_family workaround is in lib/replace/system/network.h ...
Michael
|
|
|
|
| |
Jeremy.
|
|
|
|
|
|
| |
from struct in_addr. Still only does IPv4 updates but now
it'll be easy to add IPv6 when we have time.
Jeremy.
|
|
|
|
|
|
|
| |
bugs in various places whilst doing this (places that assumed
BOOL == int). I also need to fix the Samba4 pidl generation
(next checkin).
Jeremy.
|
|
|
|
|
|
| |
For some funny reason us4/gcc seems to fall over the '
Jeremy.
|
|
|
|
|
| |
build farm to see I didn't stuff this up...
Jeremy.
|
|
|
|
|
|
| |
Leaving the commented out code for now, in case I need to re-test
some stuff.
Jeremy
|
| |
|
|
|
|
|
| |
and out of talloc at tridge's request.
Jeremy.
|
|
|
|
|
| |
calls. No functional changes. Looks bigger than it is :-).
Jeremy.
|
|
|
|
|
|
|
| |
in_addr. Okay, it's a SuSE 7.0, but if the fix is so simple I think we should
not drop that :-)
Volker
|
|
|
|
| |
libSystem on Mac OS X.
|
|
|
|
|
|
|
|
|
| |
* Fix DNS updates for multi-homed hosts
* Child domains often don't have an NS record in
DNS so we have to fall back to looking up the the NS
records for the forest root.
* Fix compile warning caused by mismatched 'struct in_addr'
and 'in_addr_t' parameters called to DoDNSUpdate()
|
|
|
|
|
|
| |
Wnidows 2000 DNS which expects the TKEY payload to
be in the answer section and not in the additional
set of records (like Windows 2003 and the RFC).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
(http://www.centeris.com/) under my copyright.
* Rework error reporting to use DNS_ERROR instead
of int32
* Convert memory allocation to use talloc()
* Generalize the DNS request/response packet marshalling
* Fix the secure update requests
|
|
|
|
| |
metze
|
|
|
|
|
|
|
| |
Compiled it on systems with and without LDAP, I hope it does not break the
build farm too badly. If it does, I'll fix it tomorrow.
Volker
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
the LGPL. Original code by Krishna Ganugapati <krishnag@centeris.com>.
Additional work by me.
It's still got some warts, but non-secure updates do
currently work. There are at least four things left to
really clean up.
1. Change the memory management to use talloc() rather than
malloc() and cleanup the leaks.
2. Fix the error code reporting (see initial changes to
dnserr.h)
3. Fix the secure updates
4. Define a public interface in addns.h
5. Move the code in libads/dns.c into the libaddns/ directory
(and under the LGPL).
A few notes:
* Enable the new code by compiling with --with-dnsupdate
* Also adds the command 'net ads dns register'
* Requires -luuid (included in the e2fsprogs-devel package).
* Has only been tested on Linux platforms so there may be portability
issues.
|