1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-15 23:24:37 +03:00

6 Commits

Author SHA1 Message Date
Volker Lendecke
c02970c272 r17833: Next step to fix the build farm.
Jerry, why don't you include "includes.h"?

Thanks,

Volker
2007-10-10 11:38:52 -05:00
Volker Lendecke
f5fcafd77e r17805: Sorry Jerry, I could not stand the warnings... :-) 2007-10-10 11:38:49 -05:00
Gerald Carter
6a4f4ce016 r17803: finally get the new libaddns code to build on Solaris 9 2007-10-10 11:38:49 -05:00
Gerald Carter
d16fea385a r17802: trying to fix more build farm hosts 2007-10-10 11:38:49 -05:00
Gerald Carter
3c54720285 r17799: Start fixing the building carnage. Only include calls to
uuid lib fucntions when WITH_DNS_UPDATES is defined.
2007-10-10 11:38:48 -05:00
Gerald Carter
36f04674ae r17798: Beginnings of a standalone libaddns library released under
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.
2007-10-10 11:38:48 -05:00