15
0
Commit Graph

7 Commits

Author SHA256 Message Date
b0db288496 Accepting request 928206 from home:mnhauke
- Update to version 0.3.1
  * Do not convert GSSAPI service to lowercase for GSSAPI and
    uppercase for SSPI
    * SPNs are case insensitive on Windows but case sensitive on
      Linux
    * Convering the service portion to upper or lower case could
      cause problems finding the target server on non-Windows
      GSSAPI implementations

- Update to version 0.3.0
  Packaging Changes
  * Changed project structure to a src layout
  * Include both Cython pyx/pyd and C files for SSPI in the
    sdist generated
  * Added Python 3.10 wheel
  Bugfixes
  * Ensure bad SPNEGO token inputs are raised as InvalidTokenError
    rather than struct.error
- Update to version 0.2.0
  Breaking Changes
  * Drop support for Python 2.7 and 3.5 - new minimum is 3.6+
  * Made the gss, negotiate, ntlm, sspi exports private, use the
    spnego.client and spnego.server functions instead
    + A deprecation warning is raised when importing from these
      package directly and this will be removed in the next major
      release
  Features
  * Added support for CredSSP authentication using
    protocol='credssp'
  * Allow optional keyword arguments to be used with spnego.client

OBS-URL: https://build.opensuse.org/request/show/928206
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=13
2021-11-02 18:10:15 +00:00
05e77a2754 Accepting request 892927 from home:mnhauke
- Update to version 0.1.6
  * Change enum type of iov.BufferType to IntEnum to fix load on
    Python 3.10 - #10
  * Make pyspnego-parse and entry point which uses __main__.py in
    the spnego package. This allows users to use the parser script
    by running python -m spnego --token ...

OBS-URL: https://build.opensuse.org/request/show/892927
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=11
2021-05-14 06:52:22 +00:00
f34b9feac0 Accepting request 862564 from home:mnhauke
- Update to version 0.1.5
  * Respect NETBIOS_COMPUTER_NAME when getting the workstation
    name for NTLM tokens. This matches the behaviour of gss-ntlmssp
    to ensure a consistent approach.

OBS-URL: https://build.opensuse.org/request/show/862564
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=9
2021-01-12 14:25:49 +00:00
26f92ef935 Accepting request 853054 from home:mnhauke
- Update to version 0.1.4
  * Only send negState: request-mic for the first reply from an
    acceptor for Negotiate auth.
  * Strict interpretations of SPNEGO will fail if the initiator
    sends this state as it is against the RFC.

OBS-URL: https://build.opensuse.org/request/show/853054
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=7
2020-12-04 09:52:01 +00:00
1bbe63e750 Accepting request 844910 from home:mnhauke
- Update to version 0.1.3
  * Added Python 3.9 to CI

OBS-URL: https://build.opensuse.org/request/show/844910
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=5
2020-10-30 12:31:31 +00:00
f826abd09d Accepting request 843919 from home:mnhauke
- Update to version 0.1.2
  * Fix up WinRM wrapping on SSPI
- Update to version 0.1.1
  * Include the cython files in the built sdist

OBS-URL: https://build.opensuse.org/request/show/843919
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=3
2020-10-25 17:24:13 +00:00
Tomáš Chvátal
f836d4af6b Accepting request 829533 from home:mnhauke
Initial package for python-pyspnego

OBS-URL: https://build.opensuse.org/request/show/829533
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-pyspnego?expand=0&rev=1
2020-08-25 11:32:01 +00:00