pythongssapi / gssapi-console

An interactive tool for testing Python GSSAPI programs
ISC License
0 stars 0 forks source link

Support attaching to an existing session #1

Closed DirectXMan12 closed 8 years ago

DirectXMan12 commented 9 years ago

This commit adds support for attaching to an existing session. To do so, use the '-a' or '--attach' flag with the session identifier printed out in the gssapi-console banner (for example, the identifier for the krb5 mech is the tmp directory path).

NB: Currently, this bundles a modified version of k5test. Eventually, I would like to split it out from both this and python-gssapi entirely.

frozencemetery commented 9 years ago

This seems to work for me with python3 (python2 has other problems as discussed and so has not been tested), so merge when ready.

Also, :+1: for splitting out k5test.

DirectXMan12 commented 9 years ago

Ok, fixed Python 2.7 issues. I'll work on splitting out k5test.

DirectXMan12 commented 8 years ago

This now is set up to use k5test, which has now been published as v0.9.0.