switch to utf8 encoding of all files
[metze/heimdal/svnmirror.git] / lib / gssapi / krb5 / accept_sec_context.c
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2008-08-16 Love Hörnquist ÅstrandOnly send KRB_ERROR token when there is clock skew...
2008-08-14 Love Hörnquist ÅstrandIf there is a initiator subkey, copy that to acceptor...
2008-07-26 Love Hörnquist ÅstrandNo reply in non-MUTUAL mode, but we don't know that...
2008-07-26 Love Hörnquist ÅstrandReset minor_status to 0.
2008-07-26 Love Hörnquist ÅstrandAlways return GSS_S_CONTINUE_NEEDED, pointed out from...
2008-07-26 Love Hörnquist ÅstrandSupport parsing KRB-ERROR passed back from windows...
2007-02-07 Love Hörnquist ÅstrandExplain why we don't destroy the ccache.
2006-11-13 Love Hörnquist ÅstrandSwitch from using a specific error message context...
2006-11-07 Love Hörnquist Åstrand(gsskrb5_acceptor_start): use krb5_rd_req_ctx
2006-10-25 Love Hörnquist Åstrand(gsskrb5_accept_delegated_token): need to free ccache
2006-10-07 Love Hörnquist Åstrandreference all include files using krb5/
2006-10-02 Love Hörnquist Åstrandindent comment
2006-09-22 Love Hörnquist ÅstrandMerge ... the acceptor part from the samba patch by...
2006-07-20 Love Hörnquist Åstrandreimplement gsskrb5_register_acceptor_identity
2006-07-10 Love Hörnquist Åstrand(_gsskrb5_accept_sec_context): use GSS_C_NO_NAME
2006-06-29 Love Hörnquist Åstrandmake gss_name_t an opaque type
2006-06-28 Love Hörnquist ÅstrandRename local include file, remove global files.
2006-05-09 Love Hörnquist Åstrand(gsskrb5_is_cfx): always set is_cfx. From Andrew Abartlet.
2005-11-25 Love Hörnquist ÅstrandUse gss_krb5_import_cred
2005-11-02 Love Hörnquist Åstrand(gsskrb5_accept_delegated_token): rewrite to use gss_kr...
2005-05-29 Love Hörnquist ÅstrandPrefix Der_class with ASN1_C_ to avoid problems with...
2005-04-27 Love Hörnquist Åstrandprefix all sequence symbols with _, they are not part...
2005-04-10 Love Hörnquist Åstrandbreak out the processing of the delegated credential...
2005-01-05 Luke Howardallow client to indicate that subkey should be used
2004-04-07 Love Hörnquist Åstrand(send_accept): use _gss_spnego_require_mechlist_mic...
2004-04-05 Love Hörnquist Åstrand(gsskrb5_register_acceptor_identity): allow reseting...
2004-04-05 Love Hörnquist Åstrand(gsskrb5_is_cfx): krb5_keyblock->keytype is an enctype...
2004-04-05 Love Hörnquist Åstrandremove unused variable
2004-04-05 Love Hörnquist Åstranduse ASN1_MALLOC_ENCODE
2004-03-14 Love Hörnquist Åstrandhandle acceptor asserted subkey
2004-03-07 Love Hörnquist Åstrand(spnego_accept_sec_context): make sure the length of...
2003-12-07 Love Hörnquist Åstranduse krb5_auth_con_addflags
2003-11-22 Love Hörnquist ÅstrandDon't require timestamp to be set on delegated token...
2003-09-17 Love Hörnquist Åstrand(gsskrb5_accept_sec_context): set sequence number when...
2003-09-09 Love Hörnquist ÅstrandSPNEGO doesn't include gss wrapping on SubsequentContex...
2003-09-09 Love Hörnquist ÅstrandAdd support for SPNEGO on the initator side. Implement...
2003-08-25 Love Hörnquist Åstrandencap/decap now takes a oid
2003-06-17 Love Hörnquist Åstranddon't clear output_token twice
2003-06-03 Love Hörnquist Åstrand(gss_accept_sec_context): make sure time is returned...
2003-05-21 Love Hörnquist Åstrand- do some basic locking (no reference counting so conte...
2003-03-16 Love Hörnquist Åstrand(gss_accept_sec_context): take care to set export value...
2003-01-27 Love Hörnquist Åstrand(gss_accept_sec_context): check if we need compat for...
2002-10-31 Johan Danielssoncheck return value from gssapi_krb5_init
2001-08-29 Assar Westerlund(gssapi_krb5_verify_8003_checksum, gssapi_krb5_create_8...
2001-08-28 Jacques A. Vidrine= Create a cache for delegated credentials when needed.
2001-08-23 Assar Westerlundhandle minor_status more consistently
2001-08-13 Johan Danielsson(gsskrb5_register_acceptor_identity): init context...
2001-07-06 Assar Westerlundmake gsskrb5_register_acceptor_identity set the keytab...
2001-06-18 Assar Westerlundupdate krb5_auth_con function names
2001-05-11 Assar Westerlundtry to return the error string from krb5
2001-02-19 Assar Westerlund(gss_accept_sec_context): add missing variable
2001-02-18 Assar Westerlund(gss_accept_sec_context): either return gss_name NULL...
2001-01-09 Assar Westerlund(gss_accept_sec_context): use krb5_rd_cred2 instead...
2000-12-06 Johan Danielssonde-pointerise auth_context parameter to krb5_mk_rep
2000-08-27 Assar Westerlund(gss_accept_sec_context): gssapi_krb5_encapsulate does not
2000-06-21 Assar Westerlundcode for token delegation. From Daniel Kouril <kouril...
2000-02-12 Assar Westerlund(gss_accept_sec_context): set target in context_handle
2000-02-11 Assar Westerlund(gss_accept_sec_context): set trans flag
1999-12-26 Assar Westerlund(gss_accept_sec_context): always set `output_token'
1999-12-02 Johan Danielssonremove advertising clause
1999-09-21 Assar Westerlund(gss_accept_sec_context): stove away `krb5_ticket'...
1999-09-20 Johan Danielssonset minor_status
1998-03-23 Johan DanielssonUse `gssapi_krb5_verify_8003_checksum'.
1998-03-06 Johan DanielssonUse krb5_kt_close/krb5_kt_resolve.
1997-08-18 Assar WesterlundAdded `gsskrb5_register_acceptor_identity'
1997-08-17 Assar Westerlund(gss_accept_sec_context): don't always pass server...
1997-07-16 Johan DanielssonAdd copyright notice.
1997-07-14 Assar Westerlundupdated krb5_ticket
1997-07-14 Assar Westerlundset GSS_C_SEQUENCE_FLAG
1997-07-12 Assar Westerlundfix pointer bug
1997-06-29 Assar Westerlundadapt to krb5 changes
1997-06-16 Assar Westerlund(gss_accept_sec_context): Set KRB5_AUTH_CONTEXT_DO_SEQU...
1997-04-13 Assar Westerlundnew files