move generation of session key to preauth hook.
[metze/heimdal/wip.git] / kdc / kerberos5.c
2009-03-25 Love Hörnquist Åstrandmove generation of session key to preauth hook.
2009-02-04 Love Hörnquist ÅstrandDisable anonymous code.
2009-02-04 Love Hörnquist Åstrandintern export is_anonymous()
2009-02-04 Love Hörnquist ÅstrandMove the check client/anonoymous logic to pkinit.c
2009-02-04 Love Hörnquist ÅstrandOnly send etype-info{,2} for the enctype we selected.
2009-02-04 Love Hörnquist ÅstrandCheck windc access after check_flags.
2009-01-31 Love Hörnquist ÅstrandVerify flags after the user been required to prove...
2009-01-31 Love Hörnquist Åstrandcollect enctype printing into one statement
2008-12-15 Love Hörnquist Åstrandbetter error message
2008-09-13 Love Hörnquist Åstrandremove trailing whitespace
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2008-08-17 Love Hörnquist Åstrandmake excpetion for known weak types
2008-06-23 Love Hörnquist Åstranduse krb5_set_error_message
2008-03-24 Love Hörnquist ÅstrandMatch name in ClientCanonicalizedNames with -10
2008-03-19 Love Hörnquist Åstrandkdc: Provide extended error information in AS-REP error...
2007-11-14 Love Hörnquist Åstrandits vs it\'s etc. From Bjorn Sandell
2007-10-24 Love Hörnquist ÅstrandAdding same enctype is enough one time. From Andy Polya...
2007-10-18 Love Hörnquist Åstrand(get_pa_etype_info2): more paranoia, avoid sending...
2007-10-18 Love Hörnquist Åstrand(older_enctype): old windows enctypes (arcfour based...
2007-07-31 Love Hörnquist Åstrandcheck return value of alloc functions, from Charles...
2007-07-13 Love Hörnquist ÅstrandJava 1.6 expects the name to be the same type, lets...
2007-07-11 Love Hörnquist ÅstrandDon't send newer enctypes in ETYPE-INFO.
2007-07-04 Love Hörnquist ÅstrandImprove the default salt detection to avoid returning...
2007-06-10 Love Hörnquist ÅstrandConstify.
2007-05-31 Love Hörnquist ÅstrandIf _kdc_pk_check_client failes, bail out directly and...
2007-05-31 Love Hörnquist ÅstrandAlso add a KRB5_PADATA_PK_AS_REQ_WIN for windows pk...
2007-05-30 Love Hörnquist Åstrandcatch failures from _krb5_principalname2krb5_principal
2007-02-22 Love Hörnquist ÅstrandReturn the same error codes as a windows KDC.
2007-02-22 Love Hörnquist ÅstrandMake handling of replying e_data more generic, from...
2007-02-22 Love Hörnquist ÅstrandFix (string const and shadow) warnings, from metze.
2007-02-22 Love Hörnquist ÅstrandSelect a session enctype from the list of the crypto...
2007-02-17 Love Hörnquist Åstrandswitch some "return ret" to "goto out".
2007-02-17 Love Hörnquist ÅstrandPass down canonicalize request to hdb layer, sign clien...
2007-01-14 Love Hörnquist Åstrand(_kdc_find_padata): if there is not padata, there is...
2007-01-10 Love Hörnquist ÅstrandUse other keys to sign with.
2007-01-04 Love Hörnquist ÅstrandCheck for KRB5_PADATA_PA_PAC_REQUEST to check if we...
2007-01-04 Love Hörnquist Åstrand(_kdc_as_rep): check if krb5_generate_random_keyblock...
2007-01-04 Love Hörnquist Åstrand(_kdc_as_rep): call windc client access hook.
2007-01-03 Love Hörnquist ÅstrandCall callbacks for emulating a Windows Domain Controller.
2006-12-06 Love Hörnquist Åstrand(_kdc_as_rep): add AD-INITAL-VERIFIED-CAS to the encryp...
2006-12-06 Love Hörnquist Åstrand(_kdc_tkt_add_if_relevant_ad): new function.
2006-11-10 Love Hörnquist Åstrand(_kdc_as_rep): drop client_princ from _kdc_pk_check_cli...
2006-11-04 Love Hörnquist Åstrand(_kdc_as_rep): More verbose time skew logging.
2006-10-17 Love Hörnquist ÅstrandPrefix asn1 primitives with der_.
2006-10-09 Love Hörnquist ÅstrandReply KRB5KRB_ERR_RESPONSE_TOO_BIG error if its a datag...
2006-10-07 Love Hörnquist ÅstrandAdapt to signature change of _krb5_principalname2krb5_p...
2006-09-11 Love Hörnquist ÅstrandSigning outgoing tickets.
2006-08-24 Love Hörnquist ÅstrandRemove _kdc_find_etype(), its no longer used.
2006-08-24 Love Hörnquist ÅstrandHandle session key etype separately from the tgt etype...
2006-08-23 Love Hörnquist ÅstrandChange _kdc_db_fetch() to return the database pointer...
2006-06-12 Love Hörnquist Åstrand(_kdc_as_rep): if kdc_time + config->kdc_warn_pwexpire...
2006-06-12 Love Hörnquist Åstrandindent.
2006-06-07 Love Hörnquist Åstrandconstify
2006-06-01 Love Hörnquist Åstrandsplit out krb5 tgs req to make it easier to reorganize...
2006-06-01 Love Hörnquist Åstrand(tgs_rep2): check for memory alloc failure
2006-04-27 Love Hörnquist Åstrand(tgs_rep2): check that the client exists in the kerbero...
2006-04-27 Love Hörnquist Åstrandpass down HDB_F_GET_ flags as appropriate
2006-04-26 Love Hörnquist ÅstrandNow that find_keys speaks for it self, remove extra...
2006-04-26 Love Hörnquist Åstrand(find_keys): add client_name and server_name argument...
2006-04-25 Love Hörnquist ÅstrandCatch the case where the client sends no encryption...
2006-04-02 Love Hörnquist Åstrand(check_addresses): treat netbios as no addresses
2006-04-02 Love Hörnquist Åstrand(_kdc_check_flags): make it take hdb_entry_ex to avoid...
2006-03-27 Love Hörnquist Åstrand(log_patype): Add case for KRB5_PADATA_PA_PK_OCSP_RESPONSE.
2006-03-24 Love Hörnquist Åstrand(log_patypes): log the patypes requested by the client
2005-12-15 Love Hörnquist Åstrand(tgs_make_reply): less const on hdb_entry_ex to make...
2005-12-14 Love Hörnquist Åstrand(tgs_rep2): also print the principal for which the...
2005-12-13 Love Hörnquist ÅstrandFinish up transition from hdb_entry with hdb_entry_ex.
2005-12-12 Love Hörnquist Åstrand(tgs_make_reply): there are no such things a keytypes...
2005-11-28 Love Hörnquist Åstrand(_kdc_as_rep): add comment when we send ETYPE-INFO...
2005-11-08 Love Hörnquist ÅstrandPrint the time the principal expired, based on patch...
2005-10-21 Love Hörnquist ÅstrandRemove leftover pkinit-19 bits.
2005-09-25 Love Hörnquist ÅstrandMore verbose PK-INIT logging.
2005-09-19 Love Hörnquist Åstrand(make_etype_info2_entry): When its a afs3-salted key...
2005-09-01 Love Hörnquist Åstrand(make_etype_info_entry): Dont send salttype at all...
2005-08-31 Love Hörnquist Åstrand(log_timestamp): endtime, not endtype
2005-08-27 Love Hörnquist Åstrand(fix_transited_encoding): Allow empty content of type...
2005-08-12 Love Hörnquist Åstrand(_kdc_as_rep): Pass down the request buffer to _kdc_pk_...
2005-08-09 Love Hörnquist Åstrand(_kdc_as_rep): preserve the error code in the ENC-TS...
2005-08-09 Love Hörnquist Åstrand(tgs_rep2): only needs to log "Failed to verify authent...
2005-08-09 Love Hörnquist ÅstrandIndent strings.
2005-08-09 Love Hörnquist Åstrand(log_timestamp): avoid shadow warnings
2005-07-28 Love Hörnquist Åstrand(_kdc_as_rep): log what enctypes was using in ENC-TS...
2005-07-28 Love Hörnquist Åstrandindent printf strings
2005-07-01 Love Hörnquist Åstrandprefix pkinit symbols with _kdc
2005-07-01 Love Hörnquist Åstrandadapt pkinit code to libkdc split
2005-06-30 Love Hörnquist ÅstrandDon't pollute namespace, generate public headerfile
2005-06-30 Love Hörnquist ÅstrandMerge in the libkdc/kdc configuration split from Andre...
2005-06-29 Love Hörnquist ÅstrandAdd logging of all timestamps in AS-REQ and TGS-REQ...
2005-06-28 Love Hörnquist Åstrand(as_req): print the supported encryption types so its...
2005-06-15 Love Hörnquist Åstrand(make_etype_info2_entry): NUL terminate the string
2005-06-15 Love Hörnquist Åstrandreplace strndup with inline copy, free data on failure
2005-06-15 Love Hörnquist Åstrand(tgs_rep2): rename one of the tkey to uukey to avoid...
2005-06-15 Love Hörnquist Åstrand(tgs_rep2): rename loop to nloop to avoid shadow warning
2005-05-30 Love Hörnquist Åstrand(tgs_make_reply): copy ok-as-delegate flag from server...
2005-05-10 Love Hörnquist Åstrand(as_rep): search for pkinit-9, pkinit-19, and pkinit...
2005-04-25 Love Hörnquist Åstranduse the newly generated units function
2005-04-21 Love Hörnquist Åstrandspell succeeded correctly, From Sean Chittenden
2005-03-17 Love Hörnquist ÅstrandAES is enabled by default, remove ifdefs
2005-01-24 Luke HowardDon't crash when logging no server etype support if...
2005-01-09 Love Hörnquist Åstrandmake build, for real this time
next