mod_auth_kerb.cvs/.git
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
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...
next