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

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

28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $P4$
35.\"
1.\"-
2.\" Copyright (c) 2002 Networks Associates Technology, Inc.
3.\" All rights reserved.
4.\"
5.\" This software was developed for the FreeBSD Project by ThinkSec AS and
6.\" Network Associates Laboratories, the Security Research Division of
7.\" Network Associates, Inc. under DARPA/SPAWAR contract N66001-01-C-8035
8.\" ("CBOSS"), as part of the DARPA CHATS research program.

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

28.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
29.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
30.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
31.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
32.\" SUCH DAMAGE.
33.\"
34.\" $P4$
35.\"
36.Dd January 6, 2003
36.Dd May 2, 2003
37.Dt PAM 3
38.Os
39.Sh NAME
40.Nm pam_acct_mgmt ,
41.Nm pam_authenticate ,
42.Nm pam_chauthtok ,
43.Nm pam_close_session ,
44.Nm pam_end ,

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

70.Ft int
71.Fn pam_end "pam_handle_t *pamh" "int status"
72.Ft int
73.Fn pam_get_data "pam_handle_t *pamh" "const char *module_data_name" "const void **data"
74.Ft int
75.Fn pam_get_item "pam_handle_t *pamh" "int item_type" "const void **item"
76.Ft int
77.Fn pam_get_user "pam_handle_t *pamh" "const char **user" "const char *prompt"
37.Dt PAM 3
38.Os
39.Sh NAME
40.Nm pam_acct_mgmt ,
41.Nm pam_authenticate ,
42.Nm pam_chauthtok ,
43.Nm pam_close_session ,
44.Nm pam_end ,

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

70.Ft int
71.Fn pam_end "pam_handle_t *pamh" "int status"
72.Ft int
73.Fn pam_get_data "pam_handle_t *pamh" "const char *module_data_name" "const void **data"
74.Ft int
75.Fn pam_get_item "pam_handle_t *pamh" "int item_type" "const void **item"
76.Ft int
77.Fn pam_get_user "pam_handle_t *pamh" "const char **user" "const char *prompt"
78.Ft char *
78.Ft const char *
79.Fn pam_getenv "pam_handle_t *pamh" "const char *name"
80.Ft char **
81.Fn pam_getenvlist "pam_handle_t *pamh"
82.Ft int
83.Fn pam_open_session "pam_handle_t *pamh" "int flags"
84.Ft int
85.Fn pam_putenv "pam_handle_t *pamh" "const char *namevalue"
86.Ft int

--- 204 unchanged lines hidden ---
79.Fn pam_getenv "pam_handle_t *pamh" "const char *name"
80.Ft char **
81.Fn pam_getenvlist "pam_handle_t *pamh"
82.Ft int
83.Fn pam_open_session "pam_handle_t *pamh" "int flags"
84.Ft int
85.Fn pam_putenv "pam_handle_t *pamh" "const char *namevalue"
86.Ft int

--- 204 unchanged lines hidden ---