2 Unix SMB/CIFS implementation.
4 routines for marshalling/unmarshalling special NEGOEX structures
6 Copyright (C) Stefan Metzmacher 2015
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 #include "librpc/ndr/libndr.h"
23 #include "bin/default/librpc/gen_ndr/negoex.h"
25 _PUBLIC_
void ndr_print_negoex_BYTE_VECTOR(struct ndr_print
*ndr
, const char *name
, const struct negoex_BYTE_VECTOR
*r
);
26 _PUBLIC_
enum ndr_err_code
ndr_push_negoex_BYTE_VECTOR(struct ndr_push
*ndr
, int ndr_flags
, const struct negoex_BYTE_VECTOR
*r
);
27 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_BYTE_VECTOR(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_BYTE_VECTOR
*r
);
28 _PUBLIC_
enum ndr_err_code
ndr_push_negoex_AUTH_SCHEME_VECTOR(struct ndr_push
*ndr
, int ndr_flags
, const struct negoex_AUTH_SCHEME_VECTOR
*r
);
29 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_AUTH_SCHEME_VECTOR(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_AUTH_SCHEME_VECTOR
*r
);
30 _PUBLIC_
enum ndr_err_code
ndr_push_negoex_EXTENSION_VECTOR(struct ndr_push
*ndr
, int ndr_flags
, const struct negoex_EXTENSION_VECTOR
*r
);
31 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_EXTENSION_VECTOR(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_EXTENSION_VECTOR
*r
);
32 _PUBLIC_
enum ndr_err_code
ndr_push_negoex_ALERT_VECTOR(struct ndr_push
*ndr
, int ndr_flags
, const struct negoex_ALERT_VECTOR
*r
);
33 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_ALERT_VECTOR(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_ALERT_VECTOR
*r
);
34 _PUBLIC_
size_t ndr_negoex_MESSAGE_header_length(const struct negoex_MESSAGE
*r
);
35 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_MESSAGE(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_MESSAGE
*r
);
36 _PUBLIC_
enum ndr_err_code
ndr_push_negoex_MESSAGE_ARRAY(struct ndr_push
*ndr
, int ndr_flags
, const struct negoex_MESSAGE_ARRAY
*r
);
37 _PUBLIC_
enum ndr_err_code
ndr_pull_negoex_MESSAGE_ARRAY(struct ndr_pull
*ndr
, int ndr_flags
, struct negoex_MESSAGE_ARRAY
*r
);