1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64
|
0.5.1
=====
May 18th, 2018
* Fixes for DIGEST-MD5, server auth has been completed and is now tested
* Both DIGEST-MD5 and CRAM-MD5 properly set the complete flag now
Thanks to @ceache and @bjmb for this release
0.5.0
=====
March 8th, 2018
* Added EXTERNAL mechanism
0.4.1
=====
March 8th, 2018
* Fix QOP checks in python3 (#19)
* Improved error handling when the kerberos module is not installed (#20)
* Fix python3 bug using auth-conf with GSSAPI (#21)
* Add GSSAPI "extra" with kerberos dependency
0.4.0
=====
February 21st, 2017
* Add support for authorization_id to PlainMechanism and GSSAPIMechanism
0.3.0
=====
September 30th, 2016
* Reintroduce support for MD5DigestMechanism
* Restrict supported QOPs (Quality of Protection) for mechanisms
up front
0.2.0
=====
February 1st, 2016
* Add support for Python 3
* Add unit tests
* Temporarily disable broken MD5DigestMechanism
0.1.7
=====
February 17th, 2015
* Add wrap and unwrap to PlainMechanism
0.1.6
=====
January 9th, 2015
* Add AUTHZID support for PLAIN mechanism
* Allow GSS to work with older versions of pykerberos
0.1.5
=====
November 15th, 2013
* Fix digest URI order for DigestMD5Mechanism
|