auth-sia.h revision 113908
1100966Siwasaki/*
2100966Siwasaki * Copyright (c) 2002 Chris Adams.  All rights reserved.
3100966Siwasaki *
4100966Siwasaki * Redistribution and use in source and binary forms, with or without
5100966Siwasaki * modification, are permitted provided that the following conditions
6100966Siwasaki * are met:
7100966Siwasaki * 1. Redistributions of source code must retain the above copyright
8217365Sjkim *    notice, this list of conditions and the following disclaimer.
9217365Sjkim * 2. Redistributions in binary form must reproduce the above copyright
10100966Siwasaki *    notice, this list of conditions and the following disclaimer in the
11100966Siwasaki *    documentation and/or other materials provided with the distribution.
12217365Sjkim *
13217365Sjkim * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR
14217365Sjkim * IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
15217365Sjkim * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
16217365Sjkim * IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT,
17217365Sjkim * INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
18217365Sjkim * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
19217365Sjkim * DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
20217365Sjkim * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
21217365Sjkim * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
22217365Sjkim * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
23217365Sjkim */
24217365Sjkim
25217365Sjkim#include "includes.h"
26100966Siwasaki
27217365Sjkim#ifdef HAVE_OSF_SIA
28217365Sjkim
29217365Sjkimint	auth_sia_password(Authctxt *authctxt, char *pass);
30100966Siwasakivoid	session_setup_sia(struct passwd *pw, char *tty);
31217365Sjkim
32217365Sjkim#endif /* HAVE_OSF_SIA */
33217365Sjkim