1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-03 04:22:09 +03:00

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
This commit is contained in:
Andrew Bartlett
2010-10-12 15:27:50 +11:00
parent 5742f5115c
commit f768b32e37
156 changed files with 158 additions and 61 deletions

View File

@ -36,7 +36,7 @@
#include "secrets.h"
#include "lib/netapi/netapi.h"
#include "rpc_client/init_lsa.h"
#include "../libcli/security/dom_sid.h"
#include "../libcli/security/security.h"
static int net_mode_share;
static bool sync_files(struct copy_clistate *cp_clistate, const char *mask);