Releases: latchset/kdcproxy
Releases · latchset/kdcproxy
v1.0.0
- Drop support for asn1crypto (#57)
- Drop python2 support
- Switch example code to python3 (#53)
- Document our non-use of krb5's udp_preference_limit (#52, #49)
- Support for FreeBSD (#51, #50)
Release v0.4.2
- Fix issue with multiple-packet responses from KDC (#44)
- Ensure TCP is preferred to UDP (#43)
v0.4.1
- Use dnspython package on python 3 (#42)
- Make webtest an optional dependency (#40, #38)
- Misc CI fixes
v0.4
- Add asn1crypto support
- Downgrade socket problems to warnings
- Fix use of retval instead of restype