3 bld
.SAMBA_LIBRARY('cliauth',
5 deps
='MSRPC_PARSE LIBCLI_AUTH COMMON_SCHANNEL PAM_ERRORS SPNEGO_PARSE krb5samba samba-errors NTLM_CHECK UTIL_LSARPC',
9 bld
.SAMBA_SUBSYSTEM('MSRPC_PARSE',
10 source
='msrpc_parse.c',
14 bld
.SAMBA_SUBSYSTEM('NTLM_CHECK',
15 source
='ntlm_check.c',
16 deps
= 'talloc LIBCLI_AUTH'
19 bld
.SAMBA_SUBSYSTEM('LIBCLI_AUTH',
20 source
='credentials.c session.c smbencrypt.c smbdes.c',
21 public_deps
='MSRPC_PARSE gnutls GNUTLS_HELPERS util_str_escape',
22 public_headers
='credentials.h:domain_credentials.h'
26 bld
.SAMBA_SUBSYSTEM('COMMON_SCHANNEL',
27 source
='schannel_state_tdb.c',
28 deps
='dbwrap util_tdb samba-hostconfig NDR_NETLOGON'
31 bld
.SAMBA_SUBSYSTEM('NETLOGON_CREDS_CLI',
32 source
='netlogon_creds_cli.c',
44 bld
.SAMBA_SUBSYSTEM('PAM_ERRORS',
45 source
='pam_errors.c',
49 bld
.SAMBA_SUBSYSTEM('SPNEGO_PARSE',
50 source
='spnego_parse.c',
55 source
='tests/ntlm_check.c',
66 bld
.SAMBA_BINARY('test_rc4_passwd_buffer',
67 source
='tests/test_rc4_passwd_buffer.c',
75 bld
.SAMBA_BINARY('test_schannel',
76 source
='tests/test_schannel.c',
83 bld
.SAMBA_BINARY('test_gnutls',
84 source
='tests/test_gnutls.c',
93 bld
.SAMBA_BINARY('test_encode_decode',
94 source
='tests/test_encode_decode.c',