1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/auth
Jan Engelhardt e5f2dfacae build: correct package dependencies
The wscript_build files convey what header files belong to which
logical package. For example,

    # lib/util/wscript_build:
    bld.SAMBA_LIBRARY('samba-util',
                      public_headers='... data_blob.h ...'

    # auth/credentials/wscript_build:
    bld.SAMBA_LIBRARY('samba-credentials',
                      public_headers='credentials.h',

Now, credentials.h #includes <util/data_blob.h> and therefore,
samba-credentials.pc must have a Requires: samba-util.

Similarly for other parts.

Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Reviewed-by: David Disseldorp <ddiss@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
2017-04-18 18:54:13 +02:00
..
credentials build: correct package dependencies 2017-04-18 18:54:13 +02:00
gensec auth: Add hooks for notification of authentication events over the message bus 2017-03-29 02:37:28 +02:00
kerberos wscript: remove executable bits for all wscript* files 2017-01-11 20:21:01 +01:00
ntlmssp auth_log: Also log the final type of authentication (ntlmssp,krb5) 2017-03-29 02:37:27 +02:00
auth_log.c whitespace: auth_log.c C code conventions 2017-03-29 02:37:29 +02:00
auth_sam_reply.c auth/auth_sam_reply: fill user_principal_* and dns_domain_name in make_user_info_dc_pac() 2016-07-22 23:34:22 +02:00
auth_sam_reply.h auth: One const is enough... 2016-09-09 20:33:10 +02:00
common_auth.h heimdal: Pass extra information to hdb_auth_status() to log success and failures 2017-03-29 02:37:28 +02:00
wbc_auth_util.c auth/wbc_auth_util: change wbcAuthUserInfo_to_netr_SamInfo* from level 3 to 6 2016-06-30 03:30:26 +02:00
wscript_build auth: Add hooks for notification of authentication events over the message bus 2017-03-29 02:37:28 +02:00
wscript_configure auth_log: Add JSON logging of Authorisation and Authentications 2017-03-29 02:37:27 +02:00