jpayne@69
|
1 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
|
jpayne@69
|
2 /*
|
jpayne@69
|
3 * Copyright (C) 2012 by the Massachusetts Institute of Technology.
|
jpayne@69
|
4 * All rights reserved.
|
jpayne@69
|
5 *
|
jpayne@69
|
6 * Redistribution and use in source and binary forms, with or without
|
jpayne@69
|
7 * modification, are permitted provided that the following conditions
|
jpayne@69
|
8 * are met:
|
jpayne@69
|
9 *
|
jpayne@69
|
10 * * Redistributions of source code must retain the above copyright
|
jpayne@69
|
11 * notice, this list of conditions and the following disclaimer.
|
jpayne@69
|
12 *
|
jpayne@69
|
13 * * Redistributions in binary form must reproduce the above copyright
|
jpayne@69
|
14 * notice, this list of conditions and the following disclaimer in
|
jpayne@69
|
15 * the documentation and/or other materials provided with the
|
jpayne@69
|
16 * distribution.
|
jpayne@69
|
17 *
|
jpayne@69
|
18 * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
|
jpayne@69
|
19 * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
|
jpayne@69
|
20 * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
|
jpayne@69
|
21 * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
|
jpayne@69
|
22 * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
|
jpayne@69
|
23 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
|
jpayne@69
|
24 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
|
jpayne@69
|
25 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
jpayne@69
|
26 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
|
jpayne@69
|
27 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
|
jpayne@69
|
28 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
|
jpayne@69
|
29 * OF THE POSSIBILITY OF SUCH DAMAGE.
|
jpayne@69
|
30 */
|
jpayne@69
|
31
|
jpayne@69
|
32 /* This header includes the clpreauth and kdcpreauth interface declarations,
|
jpayne@69
|
33 * for backward compatibility and convenience. */
|
jpayne@69
|
34
|
jpayne@69
|
35 #ifndef KRB5_PREAUTH_PLUGIN_H
|
jpayne@69
|
36 #define KRB5_PREAUTH_PLUGIN_H
|
jpayne@69
|
37
|
jpayne@69
|
38 #include <krb5/clpreauth_plugin.h>
|
jpayne@69
|
39 #include <krb5/kdcpreauth_plugin.h>
|
jpayne@69
|
40
|
jpayne@69
|
41 #endif /* KRB5_PREAUTH_PLUGIN_H */
|