From 51805b83a73902f61a30ca9e40a7a845fd9e786c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Fri, 1 Feb 2002 20:24:14 +0000 Subject: [PATCH] Add two more errata. Sponsored by: DARPA, NAI Labs git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@7 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- doc/xsso_errata.txt | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/xsso_errata.txt b/doc/xsso_errata.txt index 7753394..4c7551f 100644 --- a/doc/xsso_errata.txt +++ b/doc/xsso_errata.txt @@ -21,6 +21,10 @@ p. 60: "PAM_AUTHOK" and "PAM_OLDAUTHOK" in the DESCRIPTION section p. 62: the target_authtok_len argument to pam_set_mapped_authtok() is of type size_t, not a size_t *. +p. 52: PAM_CONV_ERR is listed out of order and with the explanatory + text "Conversation failure" instead of "Conversation error". + It is listed correctly on the next page. + p. 59: the last argument pam_set_data() should be written void (*cleanup)(...), not void *(cleanup)(...). @@ -62,3 +66,6 @@ p. 90: the correct definition for struct pam_response is as follows: char *resp; int resp_retcode; }; + +p. 90: the last sentence of the DESCRIPTION section should refer to + pam_set_data() rather than pam_set_item().