Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2025-02-21 10:04:40

0001 /* -*- mode: c; c-basic-offset: 4; indent-tabs-mode: nil -*- */
0002 /*
0003  * Copyright (C) 2012 by the Massachusetts Institute of Technology.
0004  * All rights reserved.
0005  *
0006  * Redistribution and use in source and binary forms, with or without
0007  * modification, are permitted provided that the following conditions
0008  * are met:
0009  *
0010  * * Redistributions of source code must retain the above copyright
0011  *   notice, this list of conditions and the following disclaimer.
0012  *
0013  * * Redistributions in binary form must reproduce the above copyright
0014  *   notice, this list of conditions and the following disclaimer in
0015  *   the documentation and/or other materials provided with the
0016  *   distribution.
0017  *
0018  * THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
0019  * "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
0020  * LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
0021  * FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE
0022  * COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT,
0023  * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
0024  * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
0025  * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
0026  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
0027  * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
0028  * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
0029  * OF THE POSSIBILITY OF SUCH DAMAGE.
0030  */
0031 
0032 /* This header includes the clpreauth and kdcpreauth interface declarations,
0033  * for backward compatibility and convenience. */
0034 
0035 #ifndef KRB5_PREAUTH_PLUGIN_H
0036 #define KRB5_PREAUTH_PLUGIN_H
0037 
0038 #include <krb5/clpreauth_plugin.h>
0039 #include <krb5/kdcpreauth_plugin.h>
0040 
0041 #endif /* KRB5_PREAUTH_PLUGIN_H */