Deleted Added
full compact
pam_rootok.c (90229) pam_rootok.c (92297)
1/*-
2 * Copyright (c) 2001 Mark R V Murray
3 * All rights reserved.
1/*-
2 * Copyright (c) 2001 Mark R V Murray
3 * All rights reserved.
4 * Copyright (c) 2001 Networks Associates Technologies, Inc.
4 * Copyright (c) 2001 Networks Associates Technology, Inc.
5 * All rights reserved.
6 *
7 * Portions of this software were developed for the FreeBSD Project by
8 * ThinkSec AS and NAI Labs, the Security Research Division of Network
9 * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
10 * ("CBOSS"), as part of the DARPA CHATS research program.
11 *
12 * Redistribution and use in source and binary forms, with or without

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

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#include <sys/cdefs.h>
5 * All rights reserved.
6 *
7 * Portions of this software were developed for the FreeBSD Project by
8 * ThinkSec AS and NAI Labs, the Security Research Division of Network
9 * Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
10 * ("CBOSS"), as part of the DARPA CHATS research program.
11 *
12 * Redistribution and use in source and binary forms, with or without

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

30 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
31 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
32 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
33 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34 * SUCH DAMAGE.
35 */
36
37#include <sys/cdefs.h>
38__FBSDID("$FreeBSD: head/lib/libpam/modules/pam_rootok/pam_rootok.c 90229 2002-02-05 06:08:26Z des $");
38__FBSDID("$FreeBSD: head/lib/libpam/modules/pam_rootok/pam_rootok.c 92297 2002-03-14 23:27:59Z des $");
39
40#define _BSD_SOURCE
41
42#include <unistd.h>
43#include <syslog.h>
44
45#define PAM_SM_AUTH
46#define PAM_SM_ACCOUNT

--- 86 unchanged lines hidden ---
39
40#define _BSD_SOURCE
41
42#include <unistd.h>
43#include <syslog.h>
44
45#define PAM_SM_AUTH
46#define PAM_SM_ACCOUNT

--- 86 unchanged lines hidden ---