[SCM] pam wrapper repository - branch master updated

Andreas Schneider asn at samba.org
Wed Apr 7 07:22:41 UTC 2021


The branch, master has been updated
       via  5eeaa5b libpamtest: fix comments for pamtest_conv_data
      from  9fa1392 libpamtest: include stddef.h in libpamtest.h

https://git.samba.org/?p=pam_wrapper.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 5eeaa5bfa0c4df503ccff7f4797057c262e5c55a
Author: Valentin Vidic <vvidic at valentin-vidic.from.hr>
Date:   Sun Feb 7 21:29:01 2021 +0100

    libpamtest: fix comments for pamtest_conv_data
    
    Comment descriptions were reversed for out_err and out_info.
    
    Signed-off-by: Valentin Vidic <vvidic at valentin-vidic.from.hr>
    Reviewed-by: Ralph Boehme <slow at samba.org>
    Reviewed-by: Andreas Schneider <asn at samba.org>

-----------------------------------------------------------------------

Summary of changes:
 include/libpamtest.h | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)


Changeset truncated at 500 lines:

diff --git a/include/libpamtest.h b/include/libpamtest.h
index 98611f0..3fa69c7 100644
--- a/include/libpamtest.h
+++ b/include/libpamtest.h
@@ -129,12 +129,11 @@ struct pamtest_conv_data {
 	 * an index internally.
 	 */
 	const char **in_echo_on;
-
-	/** Captures messages through PAM_TEXT_INFO. The test caller is
+	/** Captures messages through PAM_ERROR_MSG. The test caller is
 	 * responsible for allocating enough space in the array.
 	 */
 	char **out_err;
-	/** Captures messages through PAM_ERROR_MSG. The test caller is
+	/** Captures messages through PAM_TEXT_INFO. The test caller is
 	 * responsible for allocating enough space in the array.
 	 */
 	char **out_info;


-- 
pam wrapper repository



More information about the samba-cvs mailing list