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