mod_auth_kerb.cvs/.git
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 kourilNote Negotiate support in TODO
2003-06-06 kourilAdded CVS identification keyword
2003-06-05 kouriltypos (done mainly to test if notification works)
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 jadestormRemoved krb5 source tree.
2003-05-29 jadestormRemoved separate krb4 source tree.
2003-05-29 jadestormRemoved apache2 separate source tree.
2003-05-29 jadestormRemoved apache 1 separate source tree.
2003-05-29 jadestormReturned to single mod_auth_kerb.c file.
2002-09-07 jadestormAdded rest of options I expect to be using.
2002-09-06 jadestormAdded EAPI check.
2002-09-06 jadestormPrettied up module configs.
2002-09-03 jadestormAdded authoritative support. Development-5.0.alpha1
2002-09-03 jadestormAdded support for fail_status and authkerberos options.
2002-09-02 jadestormAdded auth_cmds.c processing for apache1 and 2. Still...
2002-07-09 jadestormAdded more todos.
2002-07-09 jadestormAdded beginnings of commands that mod_auth_kerb supports.
2002-07-08 jadestormAdded Dual Auth support via KerberosDualV5V4 and Kerber...
2002-07-07 jadestormAdded rest of TODO's.
2002-07-04 jadestormAdded TODO list to keep track of what all is in the...
2002-06-03 jadestormAdded AUTHORS, ChangeLog, INSTALL, and NEWS in an attem...
2002-05-08 jadestormFixed Apache 2 support. Had ap_strcat instead of apr_s...
2002-05-07 jadestormBegin fixes on apache2 API for initial ticket authentic...
2002-05-04 jadestormFixed configure to look in appropriate location for...
2002-05-04 jadestormSome work done to get initial username/password checkin...
2002-05-01 jadestormInitial revision