Home | History | Annotate | Line # | Download | only in man
pam_end.3 revision 1.5
      1  1.5  christos <<<<<<< pam_end.3
      2  1.4  christos .\"	$NetBSD: pam_end.3,v 1.5 2014/10/24 18:17:56 christos Exp $
      3  1.1  christos .\"
      4  1.5  christos =======
      5  1.5  christos >>>>>>> 1.1.1.4
      6  1.4  christos .\" Generated from pam_end.c by gendoc.pl
      7  1.4  christos .\" Id: pam_end.c 648 2013-03-05 17:54:27Z des 
      8  1.5  christos .Dd September 12, 2014
      9  1.1  christos .Dt PAM_END 3
     10  1.1  christos .Os
     11  1.1  christos .Sh NAME
     12  1.1  christos .Nm pam_end
     13  1.1  christos .Nd terminate the PAM transaction
     14  1.1  christos .Sh LIBRARY
     15  1.1  christos .Lb libpam
     16  1.1  christos .Sh SYNOPSIS
     17  1.1  christos .In sys/types.h
     18  1.1  christos .In security/pam_appl.h
     19  1.1  christos .Ft "int"
     20  1.1  christos .Fn pam_end "pam_handle_t *pamh" "int status"
     21  1.1  christos .Sh DESCRIPTION
     22  1.1  christos The
     23  1.3  christos .Fn pam_end
     24  1.1  christos function terminates a PAM transaction and destroys the
     25  1.1  christos corresponding PAM context, releasing all resources allocated to it.
     26  1.1  christos .Pp
     27  1.1  christos The
     28  1.1  christos .Fa status
     29  1.1  christos argument should be set to the error code returned by the
     30  1.1  christos last API call before the call to
     31  1.3  christos .Fn pam_end .
     32  1.1  christos .Sh RETURN VALUES
     33  1.1  christos The
     34  1.3  christos .Fn pam_end
     35  1.1  christos function returns one of the following values:
     36  1.1  christos .Bl -tag -width 18n
     37  1.1  christos .It Bq Er PAM_SYSTEM_ERR
     38  1.1  christos System error.
     39  1.1  christos .El
     40  1.1  christos .Sh SEE ALSO
     41  1.1  christos .Xr pam 3 ,
     42  1.1  christos .Xr pam_strerror 3
     43  1.1  christos .Sh STANDARDS
     44  1.1  christos .Rs
     45  1.1  christos .%T "X/Open Single Sign-On Service (XSSO) - Pluggable Authentication Modules"
     46  1.1  christos .%D "June 1997"
     47  1.1  christos .Re
     48  1.1  christos .Sh AUTHORS
     49  1.1  christos The
     50  1.3  christos .Fn pam_end
     51  1.3  christos function and this manual page were
     52  1.3  christos developed for the
     53  1.1  christos .Fx
     54  1.3  christos Project by ThinkSec AS and Network Associates Laboratories, the
     55  1.1  christos Security Research Division of Network Associates, Inc.\& under
     56  1.1  christos DARPA/SPAWAR contract N66001-01-C-8035
     57  1.1  christos .Pq Dq CBOSS ,
     58  1.1  christos as part of the DARPA CHATS research program.
     59  1.4  christos .Pp
     60  1.4  christos The OpenPAM library is maintained by
     61  1.4  christos .An Dag-Erling Sm\(/orgrav Aq des (a] des.no .
     62