Releases: gssapi/mod_auth_gssapi
Release 1.3.2 - NEAR Shoemaker launch
This release introduces two new options, one to expose named attributes as environment variables and one to better control when the negotiate flag is return to clients in case of previous failures.
This release is dedicated to the NEAR Shoemaker probe, the first probe to soft-land on a near-Earth asteroid in 1996.
Release 1.3.1 - Viking 2 landing
This release adds a lot of tests and a few bugfixes.
It's dedicated to the landing of Viking 2 a great space mission of the 70ies
Release 1.3.0 - Independence day release
Celebrate the US Independence day with a long overdue release.
A lot of basic fixes and improvements to both basic auth and negotiate auth have landed since the last release, including an initial testing framework.
Big thanks to Isaac Boukris for helping out with patches and lots of testing.
Finish the job!
This release add support for delegating credentials even when Basic Auth is being used and fixes a bug where the last leg of context establishment was not being sent back to clients.
Patch release 1.1.1 - Get those credentials right, please!
This release fixes a couple of issues reported by our best users.
- An issue with delegated credentials file creation.
- An issue with authentication on subrequests (affecting, for example, directory listings)
Bad Agent
This new release adds support for Basic Auth (which I like to call Bad Agent).
It is a feature I resisted adding for a while as I hate so see people ending their Passwords in clear text, however, sometimes it cannot be helped and in order to match the obsolete mod_auth_kerb features I decided to add it.
Additionally thanks to Nathaniel the cookie encryption code has been converted to use the more modern and efficient AES GCM AEAD (Authenticate Encryption) cipher so that we can drop the 2 step process of Encryption (with CBC) + MAC (with SHA256 HMAC).
So enjoy this new release and let me know if you have any issues.
Patch release 1.0.4 - Proper logging init and other minor fixes
This release fixes some more building issues on some platforms and fixes issue #6 which highlighted unproper registration of the logging subsystem.
Patch release 1.0.3 - Build fixes
A number of users found issus building on various distros.
The Makefiles have been changed to address these issues and should make it easier to build on more platforms
Fixing configuration and adding docs
A bug crept in when s4u2proxy was added that basically crippled configuration via GssapiCredStore options if GssapiUseS4U2Proxy was not turned on. This forced people to set KRB5_KTNAME in the process environment to be able to use the keytab.
Documentaiton on how to use and install mod_auth_gssapi as missing, added a resonable start to the README file.
Patch release 1.0.1
A few minor build issues came up during the Fedora package review, so make a new release for any packager that may want to build 1.0.1 in their distributions.