Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-13 | lib/addns: remove compiler warnings | Stefan Metzmacher | 1 | -2/+2 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-11-13 | lib/addns: don't depend on the order in resp->answers[] | Stefan Metzmacher | 1 | -3/+12 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-11-13 | lib/addns: remove pointless check for resp->num_additionals != 1 | Stefan Metzmacher | 1 | -2/+1 | |
We never use resp->additionals, so there's no reason to check. This fixes dns updates against BIND9 (used in a Samba4 domain). Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@samba.org> | |||||
2012-07-05 | lib/addns: remove use of uint8 uint16 and uint32 in favour of C99 types | Björn Jacke | 1 | -3/+3 | |
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-02-13 | s3-lib/addns: Move to system/kerberos.h and HAVE_KRB5 | Andrew Bartlett | 1 | -2/+2 | |
2011-05-06 | More const fixes. Remove CONST_DISCARD. | Jeremy Allison | 1 | -2/+2 | |
2011-01-06 | lib/addns: move DNS client library to the main directory. | Günther Deschner | 1 | -0/+334 | |
Guenther |