mod_auth_gssapi.git
2015-06-16 Simo SorceImprove mag_conn memory handling
2015-06-14 Simo SorceFix re-authentication when connection bound is on
2015-06-14 Isaac BoukrisFix connection/session bound auth
2015-06-14 Isaac BoukrisUse apr_pool_cleanup_register() to cleanup mc
2015-06-13 Isaac BoukrisMake sure to release the ctx when no 'mc' available
2015-06-13 Simo SorceWhen an authorization haeder is sent, recheck auth
2015-06-13 Simo SorceStore data in session as the last thing
2015-06-13 Simo SorceAvoid segfault when skey is not set in config
2015-06-13 Simo SorceActually store basic_hash in the session data
2015-06-13 Simo SorceOptimize BASIC AUTH checks with sessions.
2015-06-13 Simo SorceSplit HMAC_BUFFER out as a separate publi function
2015-06-09 Simo SorceSet KRB5CCNAME on follow up requests with session
2015-06-09 Simo SorceUse a compiler to marshall/unmarshall the sessions
2015-06-08 Isaac BoukrisDisable connection-bound for basic-auth
2015-06-06 Simo SorceFix segfault if req->main is NULL
2015-06-03 Simo SorceAllow raw NTLM authentication
2015-06-03 Simo SorceAdd GssapiAllowedMech option
2015-06-01 Simo SorceMove acquire_cred functions into a helper
2015-06-01 Simo SorceMore work on keeping cred_store functions optional
2015-06-01 Simo SorceFix conditional support for gss_acquire_cred_from
2015-05-26 Simo SorceFind the right server name when using basic auth
2015-05-24 Joe OrtonIgnore generated files.
2015-05-24 Joe OrtonExport only the symbol named auth_gssapi_module
2015-05-24 Joe OrtonRemove all uses of APLOG_NOERRNO
2015-05-24 Joe OrtonFix typo.
2015-05-24 Joe OrtonDrop OOM handling.
2015-05-24 Joe OrtonUse the "ssl_is_https" definition from mod_ssl.h.
2015-05-24 Isaac BoukrisAdd GssapiSignalPersistentAuth directive
2015-05-05 Simo SorceExport variable with session expiration time
2015-04-23 Simo SorceRevert "Use aes-256-gcm rather than aes-128-cbc"
2015-04-21 Simo SorceBump version to 1.2.0 v1.2.0
2015-04-19 Simo SorceProperly complete context establishment
2015-04-14 Simo SorceAdd support for delegate creds on basic auth
2015-04-02 Simo SorceBump version to 1.1.1 v1.1.1
2015-03-31 Simo SorceHandle authentication on subrequests
2015-03-26 Simo SorceEscape principal name to remove the path separator
2015-03-12 Simo SorceBump version to 1.1.0 v1.1.0
2015-03-10 Nathaniel McCallumUse aes-256-gcm rather than aes-128-cbc
2015-03-10 Simo SorceDo not free orig_ccache
2015-03-10 Simo SorceImprove Basic Auth based logins
2015-03-10 Simo SorceFix random number generation
2015-03-10 Simo SorceUse apr function for random bytes
2015-03-09 Simo SorceDocumentation fixes
2015-03-06 Simo SorceRemove forward basic auth and fix docs
2015-03-06 Simo SorceAdd support for handling Basic Auth
2015-03-05 Simo SorceDo not leak acquired_cred
2015-02-03 Nathaniel McCallumReplace block size constants with actual block size
2014-11-08 Simo SorceBump version to 1.0.4 v1.0.4
2014-10-21 Simo SorceFix error message copy&paste error
2014-10-14 Simo SorceFix build on some platforms by adding extra flags
2014-10-13 Simo SorceProperly initialize logging
2014-10-13 Simo SorceAttempt to use sessions only when they are enabled
2014-10-11 Simo SorceBump version to 1.0.3 v1.0.3
2014-09-11 Simo SorceChange the modules build process
2014-08-29 Simo SorceInclude only necessary libs when calling apxs
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