Deleted Added
full compact
login_ok.c (70544) login_ok.c (84225)
1/*-
2 * Copyright (c) 1996 by
3 * David Nugent <davidn@blaze.net.au>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, is permitted provided that the following conditions
8 * are met:

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

14 * documentation and/or other materials provided with the distribution.
15 * 3. This work was done expressly for inclusion into FreeBSD. Other use
16 * is permitted provided this notation is included.
17 * 4. Absolutely no warranty of function or purpose is made by the authors.
18 * 5. Modifications may be freely made to this file providing the above
19 * conditions are met.
20 *
21 * Support allow/deny lists in login class capabilities
1/*-
2 * Copyright (c) 1996 by
3 * David Nugent <davidn@blaze.net.au>
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, is permitted provided that the following conditions
8 * are met:

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

14 * documentation and/or other materials provided with the distribution.
15 * 3. This work was done expressly for inclusion into FreeBSD. Other use
16 * is permitted provided this notation is included.
17 * 4. Absolutely no warranty of function or purpose is made by the authors.
18 * 5. Modifications may be freely made to this file providing the above
19 * conditions are met.
20 *
21 * Support allow/deny lists in login class capabilities
22 *
23 * $FreeBSD: head/lib/libutil/login_ok.c 70544 2000-12-31 16:15:06Z ghelmer $
24 */
25
22 */
23
24#include <sys/cdefs.h>
25__FBSDID("$FreeBSD: head/lib/libutil/login_ok.c 84225 2001-09-30 22:35:07Z dillon $");
26
26#include <stdlib.h>
27#include <string.h>
28#include <errno.h>
29#include <unistd.h>
30#include <ttyent.h>
31#include <fnmatch.h>
32
33#include <sys/types.h>

--- 217 unchanged lines hidden ---
27#include <stdlib.h>
28#include <string.h>
29#include <errno.h>
30#include <unistd.h>
31#include <ttyent.h>
32#include <fnmatch.h>
33
34#include <sys/types.h>

--- 217 unchanged lines hidden ---