From 1a21db8ea11b3f07b007fe0cb48ff08b1ce75ba0 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Wed, 16 Sep 2009 01:07:26 +0200 Subject: s4-schannel: try to fix the build. Guenther --- source4/auth/gensec/schannel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/gensec/schannel.h') diff --git a/source4/auth/gensec/schannel.h b/source4/auth/gensec/schannel.h index 461f6ba2ff..1ec605e524 100644 --- a/source4/auth/gensec/schannel.h +++ b/source4/auth/gensec/schannel.h @@ -21,7 +21,6 @@ */ #include "libcli/auth/libcli_auth.h" -#include "auth/gensec/schannel_proto.h" #include "auth/gensec/schannel_state.h" #include "libcli/auth/schannel_state.h" @@ -37,3 +36,4 @@ struct schannel_state { struct netlogon_creds_CredentialState *creds; }; +#include "auth/gensec/schannel_proto.h" -- cgit From f3979b50a9b2aacb0497df770f09950b78878fcc Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 15 Sep 2009 18:29:10 +0200 Subject: schannel: move schannel_sign to main directory. Guenther --- source4/auth/gensec/schannel.h | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 source4/auth/gensec/schannel.h (limited to 'source4/auth/gensec/schannel.h') diff --git a/source4/auth/gensec/schannel.h b/source4/auth/gensec/schannel.h deleted file mode 100644 index 1ec605e524..0000000000 --- a/source4/auth/gensec/schannel.h +++ /dev/null @@ -1,39 +0,0 @@ -/* - Unix SMB/CIFS implementation. - - dcerpc schannel operations - - Copyright (C) Andrew Tridgell 2004 - Copyright (C) Andrew Bartlett 2004-2005 - - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 3 of the License, or - (at your option) any later version. - - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - - You should have received a copy of the GNU General Public License - along with this program. If not, see . -*/ - -#include "libcli/auth/libcli_auth.h" -#include "auth/gensec/schannel_state.h" -#include "libcli/auth/schannel_state.h" - -enum schannel_position { - SCHANNEL_STATE_START = 0, - SCHANNEL_STATE_UPDATE_1 -}; - -struct schannel_state { - enum schannel_position state; - uint32_t seq_num; - bool initiator; - struct netlogon_creds_CredentialState *creds; -}; - -#include "auth/gensec/schannel_proto.h" -- cgit