really log minor GSS error messages
[mod_auth_kerb.git] / src / mod_auth_kerb.c
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 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 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
2003-08-12 kourilImplemented KRB4 password verification
2003-08-12 kouril- removed unused code
2003-08-12 kourilSince we're going to support mainly Kerberos GSSAPI...
2003-08-12 kouril- added setting flag KRB5_TC_OPENCLOSE to make krb5_ini...
2003-08-12 kouril- krb5_verify_user() made really work
2003-08-11 kourilChanges for compatibility with MIT (1.2.8)
2003-08-11 kouril- removed directive 'KrbTmpdir'
2003-08-11 kouril- have the module returned the krb5 format of authentic...
2003-08-11 kourilUse gss_display_name() instead of gss_export_name(...
2003-08-11 kourilAdded call krb5_save_realms() for saving multiple realm...
2003-08-11 kourilRemoved option 'AuthKerberos' (and all corresponding...
2003-08-08 kouril- name changed from kerb_auth_module to auth_kerb_modul...
2003-08-08 kourilAdaptation to make it compile with Apache 2.0 (not...
2003-08-07 kourilRemoved useless code
2003-08-07 kouril- use specifiefd keytab for passwd verification
2003-08-07 kouril- removed unused code
2003-08-07 kouril- reordered calls so that similar calls are placed...
2003-08-07 kourilAdded support for KerberosV5, KerberosV4 keywords in...
2003-08-07 kourilDefined macro 'command' to ease the kerb_auth_cmds...
2003-08-07 kourilCleanups
2003-06-30 kouril- some code from store_krb5_creds() moved to separate...
2003-06-30 kouril- removed unused variables
2003-06-30 jadestormCommitting what I have. See ChangeLog for the last...
2003-06-29 kouril- Added a cleanup function purging ticket file(s) after...
2003-06-23 kourilVarious code rearrangements to achieve portable passwor...
2003-06-08 kouril- Added functions for Negotiate support, not called...
2003-06-06 kourilAdded CVS identification keyword
2003-06-03 jadestormAdded a fair amount of functionality that was present...
2003-05-29 jadestormFixed up configure scripts and Makefiles to work with...
2003-05-29 jadestormReturned to single mod_auth_kerb.c file.