Skip to content

Releases: 02strich/pykerberos

v1.2.4

09 Mar 03:50
Compare
Choose a tag to compare
  • Added C API change support for Python 3.10 (thanks @stevenpackardblp!)
  • Fixed a pointer alignment issue that impacted M1 Mac users (thanks @devashish2203!)

v1.2.1

20 Dec 18:26
Compare
Choose a tag to compare
  • adds support for WinRM-flavored IOV buffer encryption/decryption
  • adds support for HTTPS channel binding tokens

Fixing memory leak and better Py3k compat

17 Dec 05:33
Compare
Choose a tag to compare

Fixing two memory leaks in GSS code (#9)
Improved Py3k compatibility (#6)

Fixing krb5-config version parsing

24 Aug 14:59
Compare
Choose a tag to compare

Fixing the krb5-config version parsing on Mac OS X

Improve error message when krb5-config is missing

19 May 04:25
Compare
Choose a tag to compare

Adding KDC verification support

18 May 00:37
Compare
Choose a tag to compare

Adding support for verifying the KDC response using the local keytab. Also added support for Python 3 packaging on Debian/Ubuntu.