add validate.obj
[abartlet/lorikeet-heimdal.git/.git] / kdc / kerberos4.c
2009-07-03 Love Hörnquist Åstrandsync check flags
2009-04-04 Love Hörnquist Åstranddisable deprecated warning since this module uses 425...
2009-01-26 Love Hörnquist Åstrandwrap with krb4
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 Åstrandset ret before use.
2008-08-17 Love Hörnquist Åstrandset ret before use.
2008-08-11 Love Hörnquist Åstrandremove #if 0'ed code
2008-08-11 Love Hörnquist Åstrandset error code and catch them.
2007-07-16 Love Hörnquist ÅstrandError codes are just fine, remove XXX now.
2007-07-16 Love Hörnquist Åstrandswitch to ET errors.
2006-10-08 Love Hörnquist ÅstrandAdapt to signature change of _krb5_principalname2krb5_p...
2006-08-23 Love Hörnquist ÅstrandChange _kdc_db_fetch() to return the database pointer...
2006-06-14 Love Hörnquist ÅstrandUse enable_v4_per_principal and check the new hdb flag.
2006-05-05 Love Hörnquist ÅstrandRename u_intXX_t to uintXX_t
2006-05-04 Love Hörnquist ÅstrandUse the new unsigned integer storage types.
2006-04-27 Love Hörnquist Åstrand(_kdc_db_fetch4): pass down flags though krb5_425_conv_...
2006-04-02 Love Hörnquist Åstrand_kdc_check_flags takes hdb_entry_ex
2005-12-13 Love Hörnquist ÅstrandFinish up transition from hdb_entry to hdb_entry_ex.
2005-12-12 Love Hörnquist ÅstrandWrap hdb_entry with hdb_entry_ex, patch originally...
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-04-23 Love Hörnquist Åstrandmake compile
2005-04-23 Love Hörnquist ÅstrandUse the new Kerberos 4 functions in libkrb5 and so...
2005-04-04 Johan Danielsson(do_version4): fix stupid error in previous
2005-04-01 Johan Danielsson(do_version4): check client and server max_life
2004-12-29 Love Hörnquist Åstranduse private version of principalname
2004-03-30 Love Hörnquist Åstrandupdate year
2004-03-30 Love Hörnquist Åstrandstop the client from renewing tickets into the future
2003-03-17 Assar Westerlundpay attention to enable_v4_cross_realm
2003-03-14 Love Hörnquist Åstrandadd krb4 into the most error messages written to the...
2003-01-14 Love Hörnquist Åstrandexport encode_v4_ticket() and get_des_key() even when...
2002-11-07 Johan Danielssonmove encrypt_v4_ticket to 524.c, since that's where...
2002-04-18 Johan Danielssonstorage tweaks
2002-03-10 Assar Westerlundmake the kvno's in the krb4 universe by the real one...
2001-09-20 Assar Westerlund(valid_princ): use TRUE/FALSE
2001-08-21 Assar Westerlund(get_des_key): check for null keys even if is_server
2001-08-17 Johan Danielsson(get_des_key): if getting a key for a server, return...
2001-01-30 Assar Westerlundadapt to new db_fetch, and try to print useful error...
2000-09-10 Assar Westerlund(valid_princ): check return value of functions
2000-07-07 Assar Westerlund(get_des_key): rewrite some, be more paranoid
2000-06-29 Assar Westerlund(get_des_key): fix thinkos/typos
2000-06-29 Assar Westerlund(get_des_key): add missing []
2000-06-28 Johan Danielssonpass extra parameter to get_des_key
2000-06-28 Johan Danielsson(get_des_key): change to return v4 or afs keys if possible
2000-06-07 Johan Danielssonif v4 is not enabled, just generate error reply and...
2000-03-11 Assar Westerlund(do_version4): call check_flags.
2000-02-13 Assar Westerlund(do_version4): if an tgs-req is received with an old...
2000-02-02 Assar Westerlund(do_version4): look at check_ticket_addresses and emula...
2000-01-12 Assar Westerlund(do_version4): check if preauth was required and bail...
1999-12-02 Johan Danielssonremove advertising clause
1999-10-17 Assar Westerlund(get_des_key): support null keys
1999-07-03 Assar Westerlund(encrypt_v4_ticket): error check malloc properly
1999-02-11 Johan Danielssonmerge new-crypto branch
1998-08-17 Assar Westerlundmerged in 1.19.2.1->1.19.2.2
1998-03-19 Johan DanielssonReturn sane error code if krb_rd_req fails.
1997-11-02 Assar Westerlundless warnings
1997-10-16 Assar Westerlundremoved all unsealing, now done by the hdb layer
1997-08-31 Johan Danielssonnew salt format
1997-08-24 Assar WesterlundMake `db-fetch4' global
1997-08-22 Johan Danielssonsome logging
1997-08-21 Johan DanielssonCheck database when converting v4 principals.
1997-08-19 Johan DanielssonNo void* operations.
1997-08-19 Johan DanielssonFix memory leak in v4 protocol handler.
1997-08-15 Johan DanielssonAdd version 4 ticket encoding and encryption functions.
1997-08-13 Johan Danielssonconditionalize check for unsalted key
1997-08-09 Johan Danielssonfree_key -> hdb_free_key
1997-08-08 Assar Westerlundnew calling convention for kdc_log_msg
1997-08-04 Johan DanielssonMake context global.
1997-08-01 Johan DanielssonPass context to kdc_log.
1997-07-27 Johan DanielssonUse req_time for time_ws.
1997-07-27 Johan DanielssonAdd version 4 protocol handler. The requrement for...
1997-07-16 Johan DanielssonAdd copyright notice.
1997-06-07 Johan DanielssonSplit into more files. Add support for TCP.