Package: pykerberos / 1.1.5-2

Metadata

Package Version Patches format
pykerberos 1.1.5-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Add KDC authenticity verification support CVE 2015 3206.patch | (download)

pysrc/kerberos.py | 4 3 + 1 - 0 !
src/kerberos.c | 5 3 + 2 - 0 !
src/kerberosbasic.c | 41 34 + 7 - 0 !
src/kerberosbasic.h | 2 1 + 1 - 0 !
4 files changed, 41 insertions(+), 11 deletions(-)

 add kdc authenticity verification support (cve-2015-3206)

Obtained from upstream, ignoring white-space changes, URL:
https://github.com/02strich/pykerberos/commit/02d13860b25fab58e739f0e000bed0067b7c6f9c

Include bin login an example script allowing the user.patch | (download)

bin/login | 47 47 + 0 - 0 !
1 file changed, 47 insertions(+)

 include bin/login, an example script allowing the user

to test the functionality of the new verify flag.