- Feb 24, 2024
-
-
Cyrus Daboo authored
-
- Mar 27, 2023
-
-
Andre LaBranche authored
-
- Jan 08, 2021
-
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Andre LaBranche authored
Most protracted README update ever.
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Andre LaBranche authored
-
- Jan 07, 2021
-
-
Andre LaBranche authored
-
- Apr 11, 2019
-
-
Andre LaBranche authored
Integrate fix from behackett, and additional tests
-
- Oct 09, 2018
-
-
Andre LaBranche authored
Oops - the current release is 1.3.0, so the next one should be 1.3.1 not 1.3.2
-
Andre LaBranche authored
-
Andre LaBranche authored
Tests failed as expected due to the previous change, so re-apply the fix.
-
Andre LaBranche authored
-
Andre LaBranche authored
Also add -v to the pytest invocation to enumerate the test cases in the output.
-
Andre LaBranche authored
* Assert that we leaked zero bytes in test_leaks_client. * Rename test_leaks_server to test_leaks_server_linux, and skip this test if we're not on Linux, because the method used to check for leaked file descriptors is specific to Linux. * Assert that test_leaks_server_linux doesn't leak any FDs * This change includes no "guaranty's", only "guarantees"
-
Andre LaBranche authored
Pip no longer likes Python3 versions less than 3.4, so remove the 3.3.6 test, and while we're here, add 3.7.0. Here's an example of the failure seen in 3.3.6: https://travis-ci.org/dreness/ccs-pykerberos/jobs/439460827
-
Andre LaBranche authored
... and demonstrate the sort of embarrassment one might expect when making changes without the use of a local python interpreter.
-
Andre LaBranche authored
-
Andre LaBranche authored
Python2's xrange is Python3+'s range, while Python3's xrange isn't a thing at all.
-
Andre LaBranche authored
-
- Apr 10, 2018
-
-
Andre LaBranche authored
-
git://github.com/behackett/ccs-pykerberosAndre LaBranche authored
Merge branch 'buildvalleak' of git://github.com/behackett/ccs-pykerberos into behackett-buildvalleak
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Andre LaBranche authored
-
Bernie Hackett authored
Resolves #70
-
- Mar 08, 2018
-
-
Andre LaBranche authored
-
Andre LaBranche authored
Adding MANIFEST.in from current 1.2.5 sdist release on PyPI
-
Alex Shafer authored
-
- Mar 07, 2018
-
-
Andre LaBranche authored
Enable Travis CI testing of python2.6
-
Andre LaBranche authored
Fix gss_server_state cast
-
Bernie Hackett authored
-
Andre LaBranche authored
-
Andre LaBranche authored
Use destructors to free client and server state
-
- Aug 20, 2017
-
-
Andre LaBranche authored
Fix building on older Pythons
-
- Aug 09, 2017
-
-
Bernie Hackett authored
-
Bernie Hackett authored
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.
-