libcli/smb: add smb1cli_session_set_session_key()
[Samba/gebeck_regimport.git] / source4 / auth / gensec / gensec_socket.h
blobbb12cc00ead4780892f28603db0f4061ebb9c17d
1 /*
2 Unix SMB/CIFS implementation.
4 GENSEC socket interface
6 Copyright (C) Andrew Bartlett 2006
8 This program is free software; you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation; either version 3 of the License, or
11 (at your option) any later version.
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>.
22 NTSTATUS gensec_socket_init(struct gensec_security *gensec_security,
23 TALLOC_CTX *mem_ctx,
24 struct socket_context *current_socket,
25 struct tevent_context *ev,
26 void (*recv_handler)(void *, uint16_t),
27 void *recv_private,
28 struct socket_context **new_socket);