1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00
samba-mirror/source4
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
..
auth password-lockout: Allow RODC to ensure lockout and lockout reset 2017-04-13 07:29:18 +02:00
build/pasn1
cldap_server Avoid including libds/common/roles.h in public loadparm.h header. 2016-01-13 04:43:23 +01:00
client lib: Fix "is_case_sensitive" in "ms_fnmatch_protocol"' callers 2017-02-15 11:40:32 +01:00
cluster Remove callers of lp_use_ntdb 2015-03-17 11:30:51 +01:00
dns_server dns: Provide local and remote socket address to GENSEC 2017-03-29 02:37:27 +02:00
dsdb dns_update: RODC updates should use lower case realm 2017-04-13 07:29:18 +02:00
echo_server Avoid including libds/common/roles.h in public loadparm.h header. 2016-01-13 04:43:23 +01:00
heimdal heimdal: Pass extra information to hdb_auth_status() to log success and failures 2017-03-29 02:37:28 +02:00
heimdal_build wscript: remove executable bits for all wscript* files 2017-01-11 20:21:01 +01:00
include lib: Remove global xfile.h includes 2016-11-20 06:23:19 +01:00
kdc heimdal: Pass extra information to hdb_auth_status() to log success and failures 2017-03-29 02:37:28 +02:00
ldap_server ldap_server: Move a variable into a smaller scope 2017-03-29 02:37:29 +02:00
lib s4: messaging: When talloc_free()'ing an event context, only remove msg_dgm_ref's that point to *that* context. 2017-04-17 19:13:07 +02:00
libcli pysmb: Check for credentials using same method as pyrpc 2017-03-29 02:37:25 +02:00
libnet python net: add username, oldpassword and domain to change_password 2017-03-29 02:37:25 +02:00
librpc build: correct package dependencies 2017-04-18 18:54:13 +02:00
nbt_server dlist: remove unneeded type argument from DLIST_ADD_END() 2016-02-06 21:48:17 +01:00
ntp_signd
ntvfs s4-ntvfs: Correct mixup between local/remote addresses 2017-03-29 02:37:28 +02:00
param waf: disable-python - don't build PROVISION, pyparam_util 2017-03-10 07:31:13 +01:00
rpc_server updaterefs: Do not open transaction even when unnecessary 2017-04-13 11:25:06 +02:00
script find_unused_macros: Remove obsolete script that finds unused macros. 2014-08-31 21:21:13 +02:00
scripting samba_dnsupdate: Remove extra argument from debug 2017-04-13 07:29:16 +02:00
selftest tests/rodc: Add a number of tests for RODC-RWDC interaction 2017-04-13 07:29:17 +02:00
setup rodc: Allow local RODC changes with version 0 2017-04-13 07:29:17 +02:00
smb_server auth: Add hooks for notification of authentication events over the message bus 2017-03-29 02:37:28 +02:00
smbd s4: server: Use state as the talloc context for open_schannel_session_store. 2017-04-17 23:10:06 +02:00
torture s4/torture: vfs_fruit: test for bug 12565 2017-04-07 22:52:24 +02:00
utils man pages: change http://samba.org to https://www.samba.org 2016-12-09 13:10:26 +01:00
web_server python: Remove Python 2.4 support macros 2016-01-07 23:33:10 +01:00
winbind winbind4: Remove unused code 2017-01-02 18:04:13 +01:00
wrepl_server dlist: remove unneeded type argument from DLIST_ADD_END() 2016-02-06 21:48:17 +01:00
.clang_complete
.valgrind_suppressions
wscript_build Do not install smbclient4 and nmblookup4 2014-04-15 03:25:13 +02:00