Skip to content

Releases: msteinert/pam

v2.0.0

30 Nov 18:48
Compare
Choose a tag to compare

This release fixes an issue where some PAM modules may assert if pam_end is called in a different OS thread than pam_start. As a result, it is now required to call End on a Transaction, probably in a defer statement. Previously pam_end was called via runtime.SetFinalizer. The example has been updated to illustrate how this might be accomplished. Thanks to @3v1n0 for the patch!

v1.2.0

22 Sep 14:52
2e7b8b7
Compare
Choose a tag to compare

@3v1n0 contributed support for binary conversations (and other improvements).

v1.1.0

17 Sep 21:24
313ea6f
Compare
Choose a tag to compare

Support for pam_confdir_start() has been added by @didrocks.

v1.0.0

03 Dec 19:32
Compare
Choose a tag to compare
Attempt to modernize the repo