]> granicus.if.org Git - linux-pam/commitdiff
Relevant BUGIDs: 111648
authorAndrew G. Morgan <morgan@kernel.org>
Fri, 11 Aug 2000 05:26:39 +0000 (05:26 +0000)
committerAndrew G. Morgan <morgan@kernel.org>
Fri, 11 Aug 2000 05:26:39 +0000 (05:26 +0000)
Purpose of commit: bugfix (typo)

Commit summary:
---------------
Solar Designer pointed this one out. A typo in the client header.
I've upped the suggested default too.

In addition I've added a comment to the CHANGELOG file indicating
how to work out what a BUGID refers too.

CHANGELOG
libpamc/include/security/pam_client.h

index 4286232348e2f614c11393069b10d0dc0350142b..1c5d283d10155a65d7d0299b49fdd00891a592dc 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -22,6 +22,16 @@ TODO:
   - auth and acct support in pam_cracklib, "yes, I know the password
     you just typed was valid, I just don't think it was very strong..."
 
+====================================================================
+Note, as of release 0.73, all checkins should be accompanied with a
+Bug ID. The bug IDs relate to sourceforge IDs.. You can query the
+related bug description with the following URL:
+
+ http://sourceforge.net/bugs/?func=detailbug&bug_id=XXXXX&group_id=6663
+
+Where you should replace XXXXX with a bug-id.
+====================================================================
+
 0.73: please submit patches for this section with actual code/doc
       patches!
 
@@ -30,6 +40,7 @@ TODO:
 * fix to pam_shells: logged information was not formatted correctly
   (extra comma) (Bug 111491 - fix vorlon)
 * fix for C++ application support (Bug 111645 - fix agmorgan)
+* fix for typo in pam_client.h (Bug 111648 - fix agmorgan)
 
 Planning to include:
 
index 4995e66773a40684cb7493e36aa09e9cea2cff65..723dd88d6076690f936862f70f2870d7213293ff 100644 (file)
@@ -90,7 +90,7 @@ char **pamc_list_agents(pamc_handle_t pch);
 #define __PAM_BP_OCTET(x,y)  (*((y) + (__u8 *)(x)))
 
 #define PAM_BP_MIN_SIZE       (sizeof(__u32) + sizeof(__u8))
-#define PAM_PB_MAX_LENGTH     0x8000                   /* an advisory limit */
+#define PAM_BP_MAX_LENGTH     0x20000                   /* an advisory limit */
 #define PAM_BP_CONTROL(x)     (__PAM_BP_OCTET(x,4))
 #define PAM_BP_SIZE(x)        ((__PAM_BP_OCTET(x,0)<<24)+      \
                               (__PAM_BP_OCTET(x,1)<<16)+      \