Package: libpam-pwdfile / 0.99-5

Metadata

Package Version Patches format
libpam-pwdfile 0.99-5 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
visibility | (download)

pam_pwdfile.c | 2 2 + 0 - 0 !
1 file changed, 2 insertions(+)

 mark the pam_sm_* functions as __attribute__((visibility("default")))
regular_crypt | (download)

pam_pwdfile.c | 4 4 + 0 - 0 !
1 file changed, 4 insertions(+)

 use libc's crypt in the regular way
 * That should support newer crypt types.
 * We do the check before the weird stuff but keep it to not break setups
   using broken md5 hashing or bigcrypt.
 * CRYPTED_BCPWD_LEN as an upper limit seems to be ok by now.