Deleted Added
full compact
pam_open_session.c (91094) pam_open_session.c (91100)
1/*-
2 * Copyright (c) 2002 Networks Associates Technologies, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by ThinkSec AS and
6 * NAI Labs, the Security Research Division of Network Associates, Inc.
7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 * DARPA CHATS research program.

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

49
50int
51pam_open_session(pam_handle_t *pamh,
52 int flags)
53{
54
55 return (openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags));
56}
1/*-
2 * Copyright (c) 2002 Networks Associates Technologies, Inc.
3 * All rights reserved.
4 *
5 * This software was developed for the FreeBSD Project by ThinkSec AS and
6 * NAI Labs, the Security Research Division of Network Associates, Inc.
7 * under DARPA/SPAWAR contract N66001-01-C-8035 ("CBOSS"), as part of the
8 * DARPA CHATS research program.

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

49
50int
51pam_open_session(pam_handle_t *pamh,
52 int flags)
53{
54
55 return (openpam_dispatch(pamh, PAM_SM_OPEN_SESSION, flags));
56}
57
58/*
59 * Error codes:
60 *
61 * =openpam_dispatch
62 * =pam_sm_open_session
63 * !PAM_IGNORE
64 */