mod_auth_kerb.cvs/.git
2008-06-24 kourilMerge from the 5.3 branch (security fix). Tagged as... merge.53.dst.after
2006-11-22 kourilLogged a debug message saying if or not the client... merge.53.dst
2006-11-22 kourilPass the get_gss_error() call with a full request struc...
2006-11-16 kourilImproved displying of error messages
2006-11-06 kourilIncreased version numbers v5.2
2006-11-06 kourilAdded definition of KRB5_LIB_FUNCTION (taken from MIT...
2006-11-06 kourilThe shell functions supported by BSD make:s doesn't...
2006-09-09 kourilUse krb5_rc_resolve_full() to detect the "none" rcache...
2006-09-04 kourilChanges in krb4 code
2006-09-01 kourilincreased versions to 5.1 v5.1
2006-09-01 kourilDefined GSS_KRB5_NT_PRINCIPAL_NAME as gss_nt_krb5_name...
2006-08-30 kourilSwitched to use APR 1.x
2006-08-30 kourilchanged type to unsigned to be consistent with prototype
2006-08-24 kourilAdded context declaration
2006-08-24 kourilBetter check if SPNEGO is supported by the kerberos...
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 kourilBetter solution to the "array type has incomplete eleme...
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 kourilSome calls declared static to make gcc stop complainig...
2006-08-15 kourilIgnore .libs
2006-08-15 kourilIgnore *.lo, *.slo
2006-08-15 kourilCommented out ContextFlags_units, which makes problem...
2006-08-15 kourilTry also locating apxs2 binary if apxs isn't found
2006-04-22 kouril- Use the KRB5RCACHETYPE variable to disable the replay...
2006-02-28 kourilBumped version
2006-02-20 kourilWrap compiler and linker options passed via apxs
2006-02-20 kouril#ifdef 0 doesn't work
2006-02-19 kourilBumped years in Licenses and similar stuff
2006-02-19 kourilTypo (fix for bug 1424794)
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-06-03 kourilmozilla prefs
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
2005-01-06 kouriladded a short note about Konqueror
2004-11-05 kourilUsed gsskrb5_register_acceptor_identity() to specify...
2004-11-01 kourilAdded more debug messages
2004-10-05 kourilDescription of delegation support in Win AD (thanks...
2004-09-16 kourildon't dereference NULL pointer
2004-09-16 kourilspecify the realm name when calling krb5_parse_name...
2004-09-16 kourilforgot spnego-specific asn.1 sources
2004-09-16 kourilDon't compile ASN.1 routines when using Heimdal --...
2004-09-16 kourildelete .libs directories during 'clean'-ing
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-08 kouriltypo
2004-07-08 kourilnote about debugging of Mozilla
2004-07-08 kourilChanges by Jari Ahonen
2004-07-05 kourilDon't remove the configure script during distclean
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-06 kourilRewritten installation guide
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 kourilUse the resolv library when checking for krb5_init_cont...
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-04-01 kouril- Use macro AC_PATH_PROG to find the apxs command,...
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-11 kourilrestructuralized checks for krb5 enviroment
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
next