mod_auth_kerb.cvs/.git
2003-11-07 kourilincreased version number before creating a new release v5.0-rc3
2003-11-07 kourilnote the configure script
2003-11-06 kouril- make krb_authoritative really work as it's supposed to
2003-11-06 kouril- don't forgot krb4 libs
2003-11-06 kouriladded -Ispnegokrb5
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 kourilDon't use recursive definition
2003-11-04 kourilAdded check for Heimdal
2003-11-04 kouril- the spnegokrb5 lib is not used if only krb4 is specified
2003-11-04 kourilremoved unused files
2003-11-04 kouril- cosmetics in the main Makefile
2003-11-04 kourilRemove Makefiles which are generated by the autools...
2003-11-04 kourilAdded distclean rule
2003-11-04 kourilignore generated stuff
2003-11-04 kouril- set bugs contact to the developer list
2003-11-04 kourilAdded option KrbVerifyKDC to optinaly disable the verif...
2003-11-03 kouril- removed unused compatibility macros
2003-11-03 kourilAdded support for autotools
2003-10-31 kourilAdded variable to makefile.include to ease build of...
2003-10-31 kouril*** empty log message ***
2003-10-27 kouriltypos
2003-10-27 kourilAdded variable to makefile.include to ease build of...
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 kourilremove also files in the src directory v5.0-rc2
2003-09-08 kourilremoved configure.in
2003-09-08 kourilFirst attempt of writing configure.in
2003-09-08 kourilAdded _very_ rough documentation
2003-09-08 kourilSend 'Negotiate' instead of 'GSS-Negotiate' in the...
2003-09-08 kourilLink with the spnegokrb5 lib
2003-09-08 kourilUse MIT by default :-)
2003-09-08 kourilMake comment more descriptive
2003-09-06 kourilremoved free()
2003-09-06 kourilAdded the accepting part
2003-09-05 kourilAdded proper GSS encapsulation of token sent
2003-09-05 kourilRemoved unsed Makefile.in
2003-09-05 kourilRemoved unused files
2003-09-05 kourilRemoved dependecies on Heimdal
2003-09-05 kourilMakefile stuff to build the whole zoo
2003-09-05 kouril- added version announcent (ap_add_version_component...
2003-09-05 kourilAdded wrapping calls (gss_init_sec_context_spnego(...
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 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...
next