Skip to content

Releases: jcmturner/gokrb5

Fixes for cross domain service tickets

26 Dec 18:26
Compare
Choose a tag to compare
  • Fixes for cross domain service tickets

Refactor GSSAPI MechToken methods

11 Dec 22:37
Compare
Choose a tag to compare
  • Refactor MechToken methods

KDC DNS Lookup support

30 Nov 21:04
Compare
Choose a tag to compare
  • Supports finding KDCs via DNS SRV records

Various bug fixes

30 Nov 17:19
Compare
Choose a tag to compare
  • Fixed bug in not using the correct enctype in response to pre-auth KRBerrors
  • Filter out unsupported enctypes when parsing krb5.conf
  • Fixed bug with not reading full KDC response if fragmented across multiple packets
  • Expanded tests to cover client configured with password rather than keytab

Bug fix: krb5.conf parsing

25 Nov 18:09
Compare
Choose a tag to compare

Resolves issue with the last line of a section being lost when parsing krb5.conf

Various bug fixes

16 Nov 22:52
Compare
Choose a tag to compare
v2.0.2

fix TCP read

krb5conf parsing fixes

07 Nov 21:50
Compare
Choose a tag to compare

krb5conf parsing fixes

Use gopkg.in for goidentity

30 Oct 21:50
Compare
Choose a tag to compare
v2.0.0

update to new major version

Replay cache thread safety

21 Oct 20:10
Compare
Choose a tag to compare

Replay cache on the service side is now thread safe.

Client referral support

20 Oct 19:48
Compare
Choose a tag to compare
v1.2.2

golint