Switched to use APR 1.x
[mod_auth_kerb.git] / src /
2006-08-30 kourilSwitched to use APR 1.x
2006-08-24 kourilAdded context declaration
2006-08-24 kourilDetect if the "none" replay cache type is supported...
2006-08-15 kourilBumbed version v5.0
2006-08-15 kouriltypo in error message
2006-08-15 kourilCompatibilizing define's are pulled out from apr_compat...
2006-08-15 kourilThe KRB5RCACHETYPE variable is set in initialization...
2006-08-15 kourilIgnore *.lo, *.slo
2006-04-22 kouril- Use the KRB5RCACHETYPE variable to disable the replay...
2006-02-28 kourilBumped version
2006-02-20 kouril#ifdef 0 doesn't work
2006-02-19 kourilBumped years in Licenses and similar stuff
2006-02-19 kourilCommented out all KrbEnableSSLPreauthentication related...
2006-02-02 kourilAdded SSL_preauthentication option
2005-08-05 kouril- Don't build the SPNEGO library at all if using latest...
2005-06-08 kouril- renamed enum CONTEXT into KERB_CTXT to address name...
2005-06-08 kouril- Be more compatible with the development apache branch...
2005-04-29 kourilOnly reply with the Negotiate set if the gss_accept_sec...
2005-03-09 kourilAdded year 2005 to the license block
2005-02-17 kourilAdded a debug program that performs conversions from...
2005-02-17 kourilDon't prohibit specifying realm is user name
2005-02-11 kourilAdded type-casting to avoid warning from the compiler
2004-11-05 kourilUsed gsskrb5_register_acceptor_identity() to specify...
2004-11-01 kourilAdded more debug messages
2004-09-16 kourildon't dereference NULL pointer
2004-09-16 kourilspecify the realm name when calling krb5_parse_name...
2004-09-02 kourilCentrally #define:ed name of the Negotiate method
2004-08-26 kourilcorrected wrong parameters printed during debugging
2004-08-16 kourilAdded changes to enable compiling on Windows (most...
2004-08-10 kourilAdded flag RSRC_CONF to the directives definitions... v5.0-rc6
2004-07-08 kourilIncreased the release number
2004-07-01 kourilwhen logging a service name use the name processed...
2004-07-01 kourilUse cannonical DNS name when constructing the principal...
2004-06-29 kourilAdded warning when NTLM authenticator is received
2004-06-25 kourilrather FIXME notes
2004-06-24 kourilAdded more debug messages
2004-06-24 kourilHandle KerberosV5/KerberosV4 values of AuthType properly
2004-06-22 kourilCorrected debug messages
2004-06-04 kouriltwo more debugging messages
2004-06-04 kourilAdded a new directive (KrbDelegateBasic), which can...
2004-06-04 kourilAllow the module to work in the proxy mode correctly...
2004-06-01 kourilAdded fields to the module declaration (in 1.3.x part...
2004-05-03 kourilAdded suffix '_internal' to all definitions copied...
2004-04-30 kouriladded a debugging message
2004-04-27 kouriltypos v5.0-rc5
2004-04-27 kourilincrease version number to be ready for a new release
2004-04-27 kourilAdded MIT license statements
2004-04-27 kourilbasicaly typos
2004-04-23 kourilkrb5 ccache is initialized only after the password...
2004-04-21 kourilAdded header includes and other minor fixes
2004-04-21 kourilreally use auth_context prepared
2004-04-16 kouriladded header containing internal MIT definitions
2004-04-16 kourilFirst attempt of working around replay cache (thanks...
2004-04-13 kouril- Don't use global structures to persistently store...
2004-04-09 kourilMark a few places where a debug logging should be added
2004-03-29 kourilIn order to distinguish between apache API v1.3 and...
2004-03-29 kouril- note_kerb_auth_failure() renamed to set_kerb_auth_hea...
2004-03-29 kouril- don't pass a prompter callback to the password veryfy...
2004-03-25 kourilLicense changed from Apache to BSD
2004-03-23 kourilUse GSS_C_NT_HOSTBASED_SERVICE instead of GSS_C_NT_USER...
2004-02-25 kourilUpdated year in the license block
2004-02-25 kourilDon't use DNS lookups when constructing the server...
2004-02-19 kourilAdded logging of error messages to the password verific...
2004-02-10 kourilDon't use the service name when reading the keytab...
2004-02-05 kourilUse different calls when generating memory ccache with...
2004-02-05 kourilmoved check for nonempty password to a proper place
2004-02-05 kourildon't accept empty passwords
2004-02-05 kourilAllow also authentication against a proxy server.
2004-01-12 kourilreally log minor GSS error messages v5.0-rc4
2004-01-06 kourildon't log automaticaly errno error messages
2004-01-06 kourilenclose minor GSS error message into parenthesis
2003-12-27 kouril- Added forgotten parenthesis
2003-12-19 kourilDon't offer the Negotiate method again when the client...
2003-12-19 kourilIncreased version number before publishing a new release
2003-12-18 kourilmark place to fix (don't offer Negotiate when some...
2003-12-17 kourilUse `HTTP' as a default principal name for authenticati...
2003-12-14 kourilExtended format of GSS error messages (human readable...
2003-12-11 kouriluse krb5_cc_resolve() and manualy created temporary...
2003-11-07 kourilincreased version number before creating a new release v5.0-rc3
2003-11-06 kouril- make krb_authoritative really work as it's supposed to
2003-11-04 kourilAdded support for the KrbAuthoritative option (if set...
2003-11-04 kourilAdded support for the KrbServiceName option, which...
2003-11-04 kouriladded support for both spnego and pure krb5 GSS tokens
2003-11-04 kourilignore generated stuff
2003-11-04 kourilAdded option KrbVerifyKDC to optinaly disable the verif...
2003-11-03 kouril- removed unused compatibility macros
2003-10-27 kourilAllocate memory before setting enviroment
2003-10-24 kourilAdded some comments
2003-10-17 kourilLog error messages on krb4 failures
2003-09-29 kourilWarning about bad use of strcat
2003-09-18 kouriluse putenv() instead of setenv() to be more portable...
2003-09-08 kourilSend 'Negotiate' instead of 'GSS-Negotiate' in the...
2003-09-05 kourilRemoved unsed Makefile.in
2003-09-05 kouril- added version announcent (ap_add_version_component...
2003-09-04 kourilCall of gss_accept_sec_context_spnego
2003-08-26 kourilFixed my email address
2003-08-26 kourilLudek Sulak added to originators
2003-08-25 kourilBetter handling of includes v5.0-rc1
2003-08-25 kourilAdded correct parameters to ap_strcat()
2003-08-25 kouril- Added a license block
next