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