diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-04-02 12:02:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:59:44 -0500 |
commit | 1af925f394b1084779f5b1b5a10c2ec512d7e5be (patch) | |
tree | 9aca888549fe9011aaf3e364fa2c18a1e6708335 /source4/auth | |
parent | 508ba6026a0c958ac71762d36086742ec4825143 (diff) | |
download | samba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.tar.gz samba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.tar.bz2 samba-1af925f394b1084779f5b1b5a10c2ec512d7e5be.zip |
r14860: create libcli/security/security.h
metze
(This used to be commit 9ec706238c173992dc938d537bdf1103bf519dbf)
Diffstat (limited to 'source4/auth')
-rw-r--r-- | source4/auth/auth_developer.c | 2 | ||||
-rw-r--r-- | source4/auth/auth_sam.c | 2 | ||||
-rw-r--r-- | source4/auth/auth_sam_reply.c | 2 | ||||
-rw-r--r-- | source4/auth/auth_util.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/source4/auth/auth_developer.c b/source4/auth/auth_developer.c index 6cbba4ca7a..25c828c2a1 100644 --- a/source4/auth/auth_developer.c +++ b/source4/auth/auth_developer.c @@ -22,7 +22,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" /** * Return an error based on username diff --git a/source4/auth/auth_sam.c b/source4/auth/auth_sam.c index 9772a819a7..9ccab13dcf 100644 --- a/source4/auth/auth_sam.c +++ b/source4/auth/auth_sam.c @@ -25,7 +25,7 @@ #include "auth/auth.h" #include "db_wrap.h" #include "dsdb/samdb/samdb.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" #include "libcli/ldap/ldap.h" #include "librpc/gen_ndr/ndr_security.h" diff --git a/source4/auth/auth_sam_reply.c b/source4/auth/auth_sam_reply.c index 5ba2ab4306..0ea501d585 100644 --- a/source4/auth/auth_sam_reply.c +++ b/source4/auth/auth_sam_reply.c @@ -23,7 +23,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" NTSTATUS auth_convert_server_info_sambaseinfo(TALLOC_CTX *mem_ctx, struct auth_serversupplied_info *server_info, diff --git a/source4/auth/auth_util.c b/source4/auth/auth_util.c index 6dfc292d6d..4c6bf04fcb 100644 --- a/source4/auth/auth_util.c +++ b/source4/auth/auth_util.c @@ -24,7 +24,7 @@ #include "includes.h" #include "auth/auth.h" -#include "libcli/security/proto.h" +#include "libcli/security/security.h" #include "libcli/auth/libcli_auth.h" /* this default function can be used by mostly all backends |