mod_auth_gssapi.git
2014-08-26 Simo SorceBump version to 1.0.2 v1.0.2
2014-08-26 Simo SorceAdd instructions to README file
2014-08-26 Simo SorceFix GssapiCredStore usage
2014-08-14 Simo SorceRelease v1.0.1 v1.0.1
2014-08-14 Simo SorceFix typo in contrib spec file
2014-08-14 Alexander BokovoyAnnounce module name and version in the server signature
2014-08-14 Alexander BokovoyGssapiLocalName is about translating principals to...
2014-08-14 Alexander BokovoyMake dependency on openssl for EVP functions explicit
2014-08-12 Simo SorceSuppress -Werror=format-security errors
2014-08-12 Simo SorceAdd openssl BuildRequires
2014-08-11 Simo SorceAdd simple spec file
2014-08-11 Simo SorceQuick and dirty fix for make dist
2014-08-04 Simo SorceRelease version 1.0.0 v1.0.0
2014-07-20 Simo SorceAdd S4U2Proxy support
2014-07-10 Simo SorceAdd permanent session keys support
2014-07-10 Simo SorceAdd mod_session support
2014-07-10 Simo SorceAdd mod_auth_gssapi.h
2014-04-24 Simo SorceFix typo
2014-04-21 Simo SorceUse more readable configuration option names.
2014-04-16 Simo SorceSimplify configure.ac and makefile.am files
2014-04-16 Simo SorceUse appropriate flags so make dist works
2014-04-16 Simo SorceSet context data on the pool with a destructor
2014-04-12 Simo SorceFix use after free
2014-04-12 Simo SorceFix base64 encoding of tokens
2014-04-12 Simo SorceRegister optional functions
2014-03-13 Simo SorceImplement checking for TLS connections
2014-03-09 Simo SorceAllow context to be attached to the connection
2014-03-09 Simo SorceFix module name
2014-03-08 Simo SorceAdd option to map GSS Name to local Name
2014-03-08 Simo SorceUse the cred_store extension to save credentials
2014-02-15 Simo SorceFix warnings
2014-02-15 Simo SorceAdd initial configure scripts
2014-02-15 Simo SorceExample apache module conf
2014-02-15 Simo SorceInitial code