]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - contrib/openpam/doc/man/openpam_free_data.3
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / contrib / openpam / doc / man / openpam_free_data.3
1 .\" Generated from openpam_free_data.c by gendoc.pl
2 .\" $Id: openpam_free_data.c 648 2013-03-05 17:54:27Z des $
3 .Dd September 7, 2013
4 .Dt OPENPAM_FREE_DATA 3
5 .Os
6 .Sh NAME
7 .Nm openpam_free_data
8 .Nd generic cleanup function
9 .Sh LIBRARY
10 .Lb libpam
11 .Sh SYNOPSIS
12 .In sys/types.h
13 .In security/pam_appl.h
14 .In security/openpam.h
15 .Ft "void"
16 .Fn openpam_free_data "pam_handle_t *pamh" "void *data" "int status"
17 .Sh DESCRIPTION
18 The
19 .Fn openpam_free_data
20 function is a cleanup function suitable for
21 passing to
22 .Xr pam_set_data 3 .
23 It simply releases the data by passing its
24 .Fa data
25 argument to
26 .Xr free 3 .
27 .Sh SEE ALSO
28 .Xr free 3 ,
29 .Xr pam 3 ,
30 .Xr pam_set_data 3
31 .Sh STANDARDS
32 The
33 .Fn openpam_free_data
34 function is an OpenPAM extension.
35 .Sh AUTHORS
36 The
37 .Fn openpam_free_data
38 function and this manual page were
39 developed for the
40 .Fx
41 Project by ThinkSec AS and Network Associates Laboratories, the
42 Security Research Division of Network Associates, Inc.\& under
43 DARPA/SPAWAR contract N66001-01-C-8035
44 .Pq Dq CBOSS ,
45 as part of the DARPA CHATS research program.
46 .Pp
47 The OpenPAM library is maintained by
48 .An Dag-Erling Sm\(/orgrav Aq des@des.no .