Initial import from FreeBSD RELENG_4:
[dragonfly.git] / crypto / kerberosIV / kadmin / kadm_locl.h
1 /*
2  * Copyright (c) 1995, 1996, 1997, 1998 Kungliga Tekniska Högskolan
3  * (Royal Institute of Technology, Stockholm, Sweden).
4  * All rights reserved.
5  * 
6  * Redistribution and use in source and binary forms, with or without
7  * modification, are permitted provided that the following conditions
8  * are met:
9  * 
10  * 1. Redistributions of source code must retain the above copyright
11  *    notice, this list of conditions and the following disclaimer.
12  * 
13  * 2. Redistributions in binary form must reproduce the above copyright
14  *    notice, this list of conditions and the following disclaimer in the
15  *    documentation and/or other materials provided with the distribution.
16  * 
17  * 3. Neither the name of the Institute nor the names of its contributors
18  *    may be used to endorse or promote products derived from this software
19  *    without specific prior written permission.
20  * 
21  * THIS SOFTWARE IS PROVIDED BY THE INSTITUTE AND CONTRIBUTORS ``AS IS'' AND
22  * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
23  * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
24  * ARE DISCLAIMED.  IN NO EVENT SHALL THE INSTITUTE OR CONTRIBUTORS BE LIABLE
25  * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
26  * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
27  * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
28  * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
29  * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
30  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
31  * SUCH DAMAGE.
32  */
33
34 /* $Id: kadm_locl.h,v 1.31 1999/12/02 16:58:36 joda Exp $ */
35 /* $FreeBSD: src/crypto/kerberosIV/kadmin/kadm_locl.h,v 1.2.2.1 2003/02/13 21:34:35 nectar Exp $ */
36
37 #include "config.h"
38 #include "protos.h"
39
40 #include <stdio.h>
41 #include <stdlib.h>
42 #include <ctype.h>
43 #include <string.h>
44
45 #ifdef HAVE_SYS_TYPES_H
46 #include <sys/types.h>
47 #endif
48
49 #ifdef TIME_WITH_SYS_TIME
50 #include <sys/time.h>
51 #include <time.h>
52 #elif defined(HAVE_SYS_TIME_H)
53 #include <sys/time.h>
54 #else
55 #include <time.h>
56 #endif
57
58 #ifdef HAVE_SYS_STAT_H
59 #include <sys/stat.h>
60 #endif
61 #ifdef HAVE_SYS_SELECT_H
62 #include <sys/select.h>
63 #endif
64 #ifdef HAVE_FCNTL_H
65 #include <fcntl.h>
66 #endif
67
68 #include <errno.h>
69 #include <signal.h>
70 #ifdef HAVE_UNISTD_H
71 #include <unistd.h>
72 #endif
73
74 #ifdef HAVE_SYS_RESOURCE_H
75 #include <sys/resource.h>
76 #endif /* HAVE_SYS_RESOURCE_H */
77 #ifdef HAVE_SYS_WAIT_H
78 #include <sys/wait.h>
79 #endif
80 #ifdef HAVE_PWD_H
81 #include <pwd.h>
82 #endif
83
84 #ifdef HAVE_SYS_SOCKET_H
85 #include <sys/socket.h>
86 #endif
87 #ifdef HAVE_NETINET_IN_H
88 #include <netinet/in.h>
89 #endif
90 #ifdef HAVE_NETDB_H
91 #include <netdb.h>
92 #endif
93 #ifdef HAVE_ARPA_INET_H
94 #include <arpa/inet.h>
95 #endif
96
97 #ifdef HAVE_SYSLOG_H
98 #include <syslog.h>
99 #endif
100
101 #include <err.h>
102
103 #ifdef SOCKS
104 #include <socks.h>
105 /* This doesn't belong here. */
106 struct tm *localtime(const time_t *);
107 struct hostent  *gethostbyname(const char *);
108 #endif
109
110 #include <roken.h>
111
112 #include <com_err.h>
113 #include <sl.h>
114
115 #define OPENSSL_DES_LIBDES_COMPATIBILITY
116 #include <openssl/des.h>
117 #include <krb.h>
118 #include <krb_err.h>
119 #include <krb_db.h>
120 #include <kadm.h>
121 #include <kadm_err.h>
122 #include <acl.h>
123
124 #include <krb_log.h>
125
126 #include "kadm_server.h"
127 #include "pw_check.h"
128
129 /* from libacl */
130 /* int acl_check(char *acl, char *principal); */
131
132 /* GLOBALS */
133 extern char *acldir;
134 extern Kadm_Server server_parm;
135
136 /* Utils */
137 int kadm_change (char *, char *, char *, des_cblock);
138 int kadm_add_entry (char *, char *, char *, Kadm_vals *, Kadm_vals *);
139 int kadm_mod_entry (char *, char *, char *, Kadm_vals *, Kadm_vals *, Kadm_vals *);
140 int kadm_get_entry (char *, char *, char *, Kadm_vals *, u_char *, Kadm_vals *);
141 int kadm_delete_entry (char *, char *, char *, Kadm_vals *);
142 int kadm_ser_cpw (u_char *, int, AUTH_DAT *, u_char **, int *);
143 int kadm_ser_add (u_char *, int, AUTH_DAT *, u_char **, int *);
144 int kadm_ser_mod (u_char *, int, AUTH_DAT *, u_char **, int *);
145 int kadm_ser_get (u_char *, int, AUTH_DAT *, u_char **, int *);
146 int kadm_ser_delete (u_char *, int, AUTH_DAT *, u_char **, int *);
147 int kadm_ser_init (int inter, char realm[], struct in_addr);
148 int kadm_ser_in (u_char **, int *, u_char *);
149
150 int get_pw_new_pwd  (char *pword, int pwlen, krb_principal *pr, int print_realm);
151
152 /* cracklib */
153 char *FascistCheck (char *password, char *path, char **strings);
154
155 void
156 random_password(char *pw, size_t len, u_int32_t *low, u_int32_t *high);