PERFORCE change 69875 for review

Dag-Erling Smorgrav des at FreeBSD.org
Fri Jan 28 05:48:29 PST 2005


http://perforce.freebsd.org/chv.cgi?CH=69875

Change 69875 by des at des.at.des.thinksec.com on 2005/01/28 13:47:41

	Add openpam_free_envlist().  I'm tired of freeing them by hand.

Affected files ...

.. //depot/projects/openpam/doc/man/Makefile.am#2 edit
.. //depot/projects/openpam/include/security/openpam.h#28 edit
.. //depot/projects/openpam/lib/Makefile.am#2 edit
.. //depot/projects/openpam/lib/openpam_free_envlist.c#1 add

Differences ...

==== //depot/projects/openpam/doc/man/Makefile.am#2 (text+ko) ====

@@ -35,6 +35,7 @@
 OMAN = \
 	openpam_borrow_cred.3 \
 	openpam_free_data.3 \
+	openpam_free_envlist.3 \
 	openpam_get_option.3 \
 	openpam_log.3 \
 	openpam_nullconv.3 \

==== //depot/projects/openpam/include/security/openpam.h#28 (text+ko) ====

@@ -31,7 +31,7 @@
  * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  * SUCH DAMAGE.
  *
- * $P4: //depot/projects/openpam/include/security/openpam.h#27 $
+ * $P4: //depot/projects/openpam/include/security/openpam.h#28 $
  */
 
 #ifndef _SECURITY_OPENPAM_H_INCLUDED
@@ -60,6 +60,9 @@
 	void *_data,
 	int _status);
 
+void
+openpam_free_envlist(char **_envlist);
+
 const char *
 openpam_get_option(pam_handle_t *_pamh,
 	const char *_option);

==== //depot/projects/openpam/lib/Makefile.am#2 (text+ko) ====

@@ -11,6 +11,7 @@
 	openpam_dynamic.c \
 	openpam_findenv.c \
 	openpam_free_data.c \
+	openpam_free_envlist.c \
 	openpam_get_option.c \
 	openpam_load.c \
 	openpam_log.c \


More information about the p4-projects mailing list