freeipa/daemons
Lukas Slebodnik 017b343e13 IPA-SAM: Fix build with samba 4.4
samba_util.h is not shipped with samba-4.4
and it was indirectly included by "ndr.h"

Some functions have prototypes in different header file
"util/talloc_stack.h" and other does not have declarations
in other header file. But they are still part of libsamba-util.so

sh$ objdump -T /usr/lib64/libsamba-util.so.0.0.1 | grep -E "trim_s|xstrdup"
0000000000022200 g    DF .text  000000000000001f  SAMBA_UTIL_0.0.1 smb_xstrdup
00000000000223b0 g    DF .text  000000000000019d  SAMBA_UTIL_0.0.1 trim_string

ipa_sam.c: In function 'ldapsam_uid_to_sid':
ipa_sam.c:836:24: warning: implicit declaration of function 'talloc_stackframe'
                  [-Wimplicit-function-declaration]
  TALLOC_CTX *tmp_ctx = talloc_stackframe();
                        ^
ipa_sam.c: In function 'pdb_init_ipasam':
ipa_sam.c:4493:2: warning: implicit declaration of function 'trim_string'
                  [-Wimplicit-function-declaration]
  trim_string( uri, "\"", "\"" );
  ^
ipa_sam.c:4580:26: warning: implicit declaration of function 'smb_xstrdup'
                   [-Wimplicit-function-declaration]
  ldap_state->domain_dn = smb_xstrdup(dn);
                          ^

Reviewed-By: Alexander Bokovoy <abokovoy@redhat.com>
2016-02-02 18:32:47 +01:00
..
dnssec DNSSEC: Log debug messages at log level DEBUG 2016-01-07 14:13:23 +01:00
ipa-kdb ipa-kdb: map_groups() consider all results 2016-02-02 18:15:19 +01:00
ipa-otpd Don't error when find_base() fails if a base is not required 2016-01-12 12:28:44 +01:00
ipa-sam IPA-SAM: Fix build with samba 4.4 2016-02-02 18:32:47 +01:00
ipa-slapi-plugins Improve keytab code to select the right principal. 2016-02-01 13:28:39 +01:00
configure.ac ds plugin - manage replication topology in the shared tree 2015-05-26 10:40:29 +02:00
ipa-version.h.in Fix typos 2011-09-07 13:20:42 +02:00
Makefile.am fix Makefile.am for daemons 2015-03-26 14:58:37 +01:00