switch to utf8 encoding of all files
[metze/heimdal/svnmirror.git] / lib / gssapi / ntlm / init_sec_context.c
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2008-08-16 Love Hörnquist Åstrandcatch error, zero out variable.
2008-08-11 Love Hörnquist ÅstrandCatch error
2008-07-27 Love Hörnquist Åstrandclose-on-exec
2008-07-26 Love Hörnquist Åstrandpass extra argument to krb5_cc_[gs]et_config.
2008-07-26 Love Hörnquist Åstrandrestore username parsing
2008-07-26 Love Hörnquist ÅstrandUse krb5_cc_get_config.
2008-05-29 Love Hörnquist Åstranduse krb5_get_error_message
2007-12-30 Love Hörnquist ÅstrandDon't confuse target name and source name, make regress...
2007-12-29 Love Hörnquist Åstrandclean up name handling
2007-12-28 Love Hörnquist ÅstrandUse ntlm_name.
2007-12-04 Love Hörnquist ÅstrandLess warnings.
2007-12-04 Love Hörnquist ÅstrandUse credential if it was passed in.
2007-12-04 Love Hörnquist Åstrandadd credential handling, add probe function, add better...
2007-12-04 Love Hörnquist ÅstrandAdd _gss_ntlm_get_user_info() that return the user...
2007-06-20 Love Hörnquist ÅstrandUse heim_ntlm_calculate_ntlm2_sess.
2007-05-08 Love Hörnquist Åstrandsplit out backend ntlm server processing
2007-04-22 Love Hörnquist Åstrandntlm-key credential entry is prefix with @
2007-04-22 Love Hörnquist Åstrand(get_user_ccache): pick up the ntlm creds from the...
2007-04-20 Love Hörnquist Åstrandmove where hash is calculated to make it easier to...
2006-12-28 Love Hörnquist ÅstrandPass signseal argument to _gss_ntlm_set_key.
2006-12-28 Love Hörnquist Åstranduse _gss_ntlm_set_key
2006-12-28 Love Hörnquist ÅstrandSet dummy ntlmv2 keys.
2006-12-26 Love Hörnquist Åstranddisable ntlmv2 since we can't handle wrap/unwrap
2006-12-20 Love Hörnquist ÅstrandBuild ntlmv2 answer buffer.
2006-12-20 Love Hörnquist ÅstrandLeak less memory.
2006-12-20 Love Hörnquist ÅstrandAnnounce that we support key exchange.
2006-12-20 Love Hörnquist ÅstrandAdd NTLM_NEG_NTLM2_SESSION, NTLMv2 session security...
2006-12-19 Love Hörnquist Åstrandsplit RC4 send and recv keystreams
2006-12-19 Love Hörnquist Åstrandpass on GSS_C_CONF_FLAG and GSS_C_INTEG_FLAG, save...
2006-12-18 Love Hörnquist ÅstrandCalculate the NTLM version 1 "master" key.
2006-12-15 Love Hörnquist Åstrand(init_sec_context): Tell the other side what domain...
2006-12-15 Love Hörnquist ÅstrandUse the target_name to figure out what username/passwor...
2006-12-14 Love Hörnquist Åstrandntlm gssapi module, only support context building