Use destructors to free client and server state
This change obsoletes the functions authGSSClientClean and authGSSServerClean. The client and server state are now destroyed when the PyCapsule / PyCObject storing them are reclaimed. The functions remain to avoid breaking backward compatibility, but just return AUTH_GSS_COMPLETE. Resolves #48.
Loading
Please register or sign in to comment