Deleted Added
full compact
pam_krb5.c (81477) pam_krb5.c (84218)
1/*-
2 * Copyright 2001 Mark R V Murray
3 * Copyright Frank Cusack fcusack@fcusack.com 1999-2000
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:

--- 19 unchanged lines hidden (view full) ---

28 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
29 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
35 * OF THE POSSIBILITY OF SUCH DAMAGE.
1/*-
2 * Copyright 2001 Mark R V Murray
3 * Copyright Frank Cusack fcusack@fcusack.com 1999-2000
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:

--- 19 unchanged lines hidden (view full) ---

28 * DISCLAIMED. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT,
29 * INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
30 * (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
31 * SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
32 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
33 * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
34 * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
35 * OF THE POSSIBILITY OF SUCH DAMAGE.
36 *
37 * $FreeBSD: head/lib/libpam/modules/pam_krb5/pam_krb5.c 81477 2001-08-10 19:24:34Z markm $
38 * ---------------------------------------------------------------------------
39 *
40 * This software may contain code from Naomaru Itoi:
41 *
42 * PAM-kerberos5 module Copyright notice.
43 * Naomaru Itoi <itoi@eecs.umich.edu>, June 24, 1997.
44 *
45 * ----------------------------------------------------------------------------

--- 141 unchanged lines hidden (view full) ---

187 * Administration system to MIT for inclusion in the standard
188 * Kerberos 5 distribution. This donation underscores our
189 * commitment to continuing Kerberos technology development
190 * and our gratitude for the valuable work which has been
191 * performed by MIT and the Kerberos community.
192 *
193 */
194
36 * ---------------------------------------------------------------------------
37 *
38 * This software may contain code from Naomaru Itoi:
39 *
40 * PAM-kerberos5 module Copyright notice.
41 * Naomaru Itoi <itoi@eecs.umich.edu>, June 24, 1997.
42 *
43 * ----------------------------------------------------------------------------

--- 141 unchanged lines hidden (view full) ---

185 * Administration system to MIT for inclusion in the standard
186 * Kerberos 5 distribution. This donation underscores our
187 * commitment to continuing Kerberos technology development
188 * and our gratitude for the valuable work which has been
189 * performed by MIT and the Kerberos community.
190 *
191 */
192
193#include <sys/cdefs.h>
194__FBSDID("$FreeBSD: head/lib/libpam/modules/pam_krb5/pam_krb5.c 84218 2001-09-30 22:11:06Z dillon $");
195
195#include <sys/types.h>
196#include <sys/stat.h>
197#include <errno.h>
198#include <limits.h>
199#include <pwd.h>
200#include <stdio.h>
201#include <stdlib.h>
202#include <strings.h>

--- 898 unchanged lines hidden ---
196#include <sys/types.h>
197#include <sys/stat.h>
198#include <errno.h>
199#include <limits.h>
200#include <pwd.h>
201#include <stdio.h>
202#include <stdlib.h>
203#include <strings.h>

--- 898 unchanged lines hidden ---