Skip to content

Releases: gssapi/mod_auth_gssapi

Release 1.3.2 - NEAR Shoemaker launch

18 Feb 02:04
Compare
Choose a tag to compare

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

03 Sep 17:33
Compare
Choose a tag to compare

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

04 Jul 14:50
Compare
Choose a tag to compare

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!

21 Apr 15:52
Compare
Choose a tag to compare

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!

02 Apr 22:11
Compare
Choose a tag to compare

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

12 Mar 19:56
Compare
Choose a tag to compare

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

08 Nov 19:54
Compare
Choose a tag to compare

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

11 Oct 18:50
Compare
Choose a tag to compare

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

27 Aug 13:40
Compare
Choose a tag to compare

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

14 Aug 13:05
Compare
Choose a tag to compare

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.