mod_auth_kerb.cvs/.git
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
2004-02-05 kourildon't accept empty passwords
2004-02-05 kourilAllow also authentication against a proxy server.
2004-01-13 kourilAdded omitted directive in the sample config
2004-01-12 kourilreally log minor GSS error messages v5.0-rc4
2004-01-12 kourilfixed deleting files
2004-01-12 kourilCopied installation guide from web pages
2004-01-12 kourilbetter cleanup
2004-01-12 kourilremoved support for HAVE_KRB5_CC_GEN_NEW
2004-01-12 kouril- Extended directories where the apache binaries are...
2004-01-07 kourilMake sure local headers are used first
2004-01-07 kourilRemoved recursively called make; all objects required...
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 overwrite the minor status from accept_sec_context()
2003-12-19 kourilDon't offer the Negotiate method again when the client...
2003-12-19 kourillet GSS error code propagate properly to the caller
2003-12-19 kourilIncreased version number before publishing a new release
2003-12-19 kourilHow to initialize the module
2003-12-18 kourilremoved '-o $@' since it has been announced to making...
2003-12-18 kourilmark place to fix (don't offer Negotiate when some...
2003-12-18 kourilproperly initialize memory space so that it can be...
2003-12-18 kourilDon't wrap tokens returned by the acceptor with the...
2003-12-17 kourilUse `HTTP' as a default principal name for authenticati...
2003-12-17 kourilAdded the -c switch to apxs when doing installation...
2003-12-14 kourilExtended format of GSS error messages (human readable...
2003-12-11 kouriluse krb5_cc_resolve() and manualy created temporary...
2003-11-28 kourilgssapi lib added to the `openbsd part'
2003-11-28 kourilupdated list of Heimdal libs for Openbsd
2003-11-23 kourilMake configure work also with krb5 installations where...
2003-11-17 kourilAdded 'make install' line
2003-11-16 kourilAdded #include <string.h> to make compiler stop complai...
2003-11-13 kourilCheck error values
2003-11-13 kourilCorrected targets to prevent from useles compiling...
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
next