Bump versions.
[gsasl.git] / lib / kerberos_v5 / shared.h
blob727bc0746366d72a9979ed33e3e96bc2e80090a8
1 /* shared.h --- Experimental SASL mechanism KERBEROS_V5, shared definitions.
2 * Copyright (C) 2003, 2004 Simon Josefsson
4 * This file is part of GNU SASL Library.
6 * GNU SASL Library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Lesser General Public License
8 * as published by the Free Software Foundation; either version 2.1 of
9 * the License, or (at your option) any later version.
11 * GNU SASL Library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Lesser General Public License for more details.
16 * You should have received a copy of the GNU Lesser General Public
17 * License along with GNU SASL Library; if not, write to the Free
18 * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301, USA.
23 #include "kerberos_v5.h"
25 /* Get Shishi API. */
26 #include <shishi.h>
28 #ifdef HAVE_NETINET_IN_H
29 #include <netinet/in.h> /* ntohl */
30 #endif
32 #define DEBUG 0
34 #define BITMAP_LEN 1
35 #define MAXBUF_LEN 4
36 #define RANDOM_LEN 16
37 #define MUTUAL (1 << 3)
39 #define SERVER_HELLO_LEN BITMAP_LEN + MAXBUF_LEN + RANDOM_LEN
40 #define CLIENT_HELLO_LEN BITMAP_LEN + MAXBUF_LEN
42 #define MAXBUF_DEFAULT 65536