X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=ChangeLog;h=bc3d311cea37f9111399961025acce7d3cffda5b;hb=29859c196d3a3e6f86f5659990463d11829beaba;hp=6d3377ba43d69d680b9cebaf899b45009e4c1470;hpb=450724b4bc8707da3f44f542aac53f6cf3ef8aef;p=mod_auth_kerb.cvs%2F.git diff --git a/ChangeLog b/ChangeLog index 6d3377b..bc3d311 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,64 +1,7 @@ -2003-05-29 Daniel Henninger - - * src/mod_auth_kerb.c: - Combined current work back into a single file. - -2002-09-06 Daniel Henninger - - * apache1/auth_cmds.c: - * apache1/auth_config.h: - * apache2/auth_cmds.c: - * apache2/auth_config.h: - Added all of the options I currently forsee supporting. - -2002-09-05 Daniel Henninger - - * apache1/module.c: - * apache2/module.c: - Prettied up module config and documented it a tad better. - - * apache1/module.c: - Added EAPI define check and additional fields. - -2002-09-02 Daniel Henninger - - * apache1/auth_cmds.c: - * apache2/auth_cmds.c: - Added flag parsing for options and finished up first two commands. - - * apache1/auth_config.h: - * apache2/auth_config.h: - Added auth config struct. - - * apache1/auth_user.c: - * apache2/auth_user.c: - Added fail_status, authoritative, and kerbauthtype functionality. - - * apache1/dir_config.c: - * apache2/dir_config.c: - Added defaults for current flags. - -2002-09-01 Daniel Henninger - - * apache1/auth_cmds.c: - * apache2/auth_cmds.c: - Put together everything but flag parsing for the first batch of options. - -2002-07-09 Daniel Henninger - - * apache1/auth_cmds.c: - Started various apache config options. - -2002-07-07 Daniel Henninger - - * TODO: - Finished creation of TODO file and went through all submissions. - - * apache1/auth_user.c: - * apache2/auth_user.c: - Added KerberosDualV5V4 and KerberosDualV4V5 support. - -2002-05-08 Daniel Henninger - - * *: - Creation of new layout and initial functionality. +-- 5.4 -- +*implemented KrbServiceName Any to deal with multiple keytab entries for various browsers +*implemented KrbLocalUserMapping i.e. to strip @REALM from username for further use +*implemented already_succeeded function to avoid hammering the KDC with same auth requests in single connection +*fixed threading issues +*improved configure and Makefile scripts (mainly for BSD users) +*fixed minor issues