Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-07-05 | lib/addns: remove defines we don't need or have for sure via libreplace | Björn Jacke | 1 | -84/+0 | |
2012-07-05 | lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 types | Björn Jacke | 1 | -50/+50 | |
2012-05-27 | Eliminate dependency on an external uuid library. | Andriy Syrovenko | 1 | -4/+0 | |
2012-05-23 | Introduce system MIT krb5 build with --with-system-mitkrb5 option. | Alexander Bokovoy | 1 | -2/+2 | |
System MIT krb5 build also enabled by specifying --without-ad-dc When --with-system-mitkrb5 (or --withou-ad-dc) option is passed to top level configure in WAF build we are trying to detect and use system-wide MIT krb5 libraries. As result, Samba 4 DC functionality will be disabled due to the fact that it is currently impossible to implement embedded KDC server with MIT krb5. Thus, --with-system-mitkrb5/--without-ad-dc build will only produce * Samba 4 client libraries and their Python bindings * Samba 3 server (smbd, nmbd, winbindd from source3/) * Samba 3 client libraries In addition, Samba 4 DC server-specific tests will not be compiled into smbtorture. This in particular affects spoolss_win, spoolss_notify, and remote_pac rpc tests. | |||||
2012-04-26 | addns: clean up headers | Simo Sorce | 1 | -33/+0 | |
All this stuff is already included properly in the replace headers on top. | |||||
2012-04-25 | lib/replace: split out GSSAPI from lib/replace/system/kerberos.h into ↵ | Alexander Bokovoy | 1 | -0/+1 | |
lib/replace/system/gssapi.h With waf build include directories are defined by dependencies specified to subsystems. Without proper dependency <gssapi/gssapi.h> cannot be found for embedded Heimdal builds when there are no system-wide gssapi/gssapi.h available. Split out GSSAPI header includes in a separate replacement header and use that explicitly where needed. Autobuild-User: Alexander Bokovoy <ab@samba.org> Autobuild-Date: Wed Apr 25 00:18:33 CEST 2012 on sn-devel-104 | |||||
2012-02-13 | s3-libads: Move to using only the HAVE_KRB5 define | Andrew Bartlett | 1 | -2/+2 | |
HAVE_KRB5 already implies that GSSAPI is present as well. Andrew Bartlett | |||||
2012-02-13 | s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5 | Andrew Bartlett | 1 | -16/+1 | |
2011-09-24 | addns: Allow creating AAAA records during updates | Kai Blin | 1 | -0/+4 | |
2011-09-07 | lib/addns: Remove unused TALLOC_ macros | Andrew Bartlett | 1 | -42/+0 | |
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 1 | -0/+540 | |
Guenther |