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