search for: 6546742c

Displaying 1 result from an estimated 1 matches for "6546742c".

2007 Apr 15
1
dovecot pam const
In passdb-pam.c, I found some bits about const with some PAM data types. Rather than check for each vendor of PAM, better to check for actual const usage ... some vendors have changed const-ness between releases. Also, actually testing constness is great for supporting new implementations that may come out. Here is the autoconf test I use in pam_otp_auth: --8<-- # Check PAM headers for