Conf file is now in source tree
[mod_auth_kerb.git] / spnegokrb5 /
2008-10-14 baalberithaccepted ticket [1859455]: <sys/types.h> should be...
2008-06-24 kourilMerge from the 5.3 branch (security fix). Tagged as... merge.53.dst.after
2006-08-30 kourilchanged type to unsigned to be consistent with prototype
2006-08-15 kourilBetter solution to the "array type has incomplete eleme...
2006-08-15 kourilSome calls declared static to make gcc stop complainig...
2006-08-15 kourilIgnore .libs
2006-08-15 kourilIgnore *.lo, *.slo
2006-08-15 kourilCommented out ContextFlags_units, which makes problem...
2005-08-05 kouril- Don't build the SPNEGO library at all if using latest...
2005-06-08 kouril- renamed enum CONTEXT into KERB_CTXT to address name...
2004-01-07 kourilRemoved recursively called make; all objects required...
2003-12-19 kourilDon't overwrite the minor status from accept_sec_context()
2003-12-19 kourillet GSS error code propagate properly to the caller
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-11-16 kourilAdded #include <string.h> to make compiler stop complai...
2003-11-04 kouril- the spnegokrb5 lib is not used if only krb4 is specified
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-03 kourilAdded support for autotools
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 dependecies on Heimdal
2003-09-05 kourilAdded wrapping calls (gss_init_sec_context_spnego(...