diff options
author | Andrew Bartlett <abartlet@samba.org> | 2010-10-12 15:27:50 +1100 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2010-10-12 05:54:10 +0000 |
commit | f768b32e37788e6722217148b0a73e54c04bc03a (patch) | |
tree | cfbd8582766d35dc9fd7627e987ea58740679d6c /source3/libnet | |
parent | 5742f5115cc5102a668f8debc86deec23a4081f1 (diff) | |
download | samba-f768b32e37788e6722217148b0a73e54c04bc03a.tar.gz samba-f768b32e37788e6722217148b0a73e54c04bc03a.tar.bz2 samba-f768b32e37788e6722217148b0a73e54c04bc03a.zip |
libcli/security Provide a common, top level libcli/security/security.h
This will reduce the noise from merges of the rest of the
libcli/security code, without this commit changing what code
is actually used.
This includes (along with other security headers) dom_sid.h and
security_token.h
Andrew Bartlett
Autobuild-User: Andrew Bartlett <abartlet@samba.org>
Autobuild-Date: Tue Oct 12 05:54:10 UTC 2010 on sn-devel-104
Diffstat (limited to 'source3/libnet')
-rw-r--r-- | source3/libnet/libnet_join.c | 2 | ||||
-rw-r--r-- | source3/libnet/libnet_samsync.c | 2 | ||||
-rw-r--r-- | source3/libnet/libnet_samsync_passdb.c | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/source3/libnet/libnet_join.c b/source3/libnet/libnet_join.c index 28b2f6c654..424945146b 100644 --- a/source3/libnet/libnet_join.c +++ b/source3/libnet/libnet_join.c @@ -35,7 +35,7 @@ #include "secrets.h" #include "rpc_client/init_lsa.h" #include "krb5_env.h" -#include "../libcli/security/dom_sid.h" +#include "../libcli/security/security.h" /**************************************************************** ****************************************************************/ diff --git a/source3/libnet/libnet_samsync.c b/source3/libnet/libnet_samsync.c index 6e416af180..a464a004ab 100644 --- a/source3/libnet/libnet_samsync.c +++ b/source3/libnet/libnet_samsync.c @@ -28,7 +28,7 @@ #include "../libcli/auth/libcli_auth.h" #include "../librpc/gen_ndr/ndr_netlogon.h" #include "../librpc/gen_ndr/cli_netlogon.h" -#include "../libcli/security/dom_sid.h" +#include "../libcli/security/security.h" /** * Fix up the delta, dealing with encryption issues so that the final diff --git a/source3/libnet/libnet_samsync_passdb.c b/source3/libnet/libnet_samsync_passdb.c index a837ecd6dc..9d72194c03 100644 --- a/source3/libnet/libnet_samsync_passdb.c +++ b/source3/libnet/libnet_samsync_passdb.c @@ -25,7 +25,7 @@ #include "includes.h" #include "libnet/libnet_samsync.h" -#include "../libcli/security/dom_sid.h" +#include "../libcli/security/security.h" /* Convert a struct samu_DELTA to a struct samu. */ #define STRING_CHANGED (old_string && !new_string) ||\ |