X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=CHANGELOG;h=a2c050bafbefe6dc260d358e27e6378012f5b163;hb=3d9d57f071a69c10b618270f50a36ff810725c94;hp=5b9af1e615722443e2e23ca858be814945b82b1b;hpb=da67a7d6126846939fd43b1ddb5aa8c06ee09301;p=linux-pam diff --git a/CHANGELOG b/CHANGELOG index 5b9af1e6..a2c050ba 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -55,9 +55,20 @@ bug report - outstanding bugs are listed here: 0.76: please submit patches for this section with actual code/doc patches! +* pam_handlers: BSD fix from Dag-Erling Smørgrav and Anton Berezin + (Bug 486063 - agmorgan) +* added the dynamic/* directory to the distribution. If you go in + there after building the rest of the tree, you'll make a pam.so + object that can be used by something like a java runtime with + dlopen. Its not very well tested - caveat emptor. (Bug 232194 - + agmorgan) +* somehow pam_unix has started forcing the user prompt to be "login: ". + This is entirely inapropriate as it overrides PAM_USER_PROMPT. (Bug + 486361 - agmorgan). * added a static module helper library object includes a few changes to examples/xsh.c for testing purposes, and also modified the - pam_rhosts_auth module to use this new library. (Bug 490938 - agmorgan) + pam_rhosts_auth module to use this new library. (Bug 490938, + 409852 - agmorgan) * documentation: random typo fixes from Nalin and more stuff from me (Bug 476949, Tasks 43507, 17426 - agmorgan) * pam_unix: fix 'likeauth' to kill off the memory leak once and for all.