xref: /freebsd/contrib/openpam/doc/man/openpam_free_data.3 (revision 7431dfd4580e850375fe5478d92ec770344db098)
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 12, 2014
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
18The
19.Fn openpam_free_data
20function is a cleanup function suitable for
21passing to
22.Xr pam_set_data 3 .
23It simply releases the data by passing its
24.Fa data
25argument 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
32The
33.Fn openpam_free_data
34function is an OpenPAM extension.
35.Sh AUTHORS
36The
37.Fn openpam_free_data
38function and this manual page were
39developed for the
40.Fx
41Project by ThinkSec AS and Network Associates Laboratories, the
42Security Research Division of Network Associates, Inc.\& under
43DARPA/SPAWAR contract N66001-01-C-8035
44.Pq Dq CBOSS ,
45as part of the DARPA CHATS research program.
46.Pp
47The OpenPAM library is maintained by
48.An Dag-Erling Sm\(/orgrav Aq des@des.no .
49