Implement ECDH in the KDC.
[metze/heimdal/wip.git] / kdc / misc.c
2008-09-13 Love Hörnquist Åstrandremove trailing whitespace
2008-09-13 Love Hörnquist Åstrandswitch to utf8 encoding of all files
2008-06-23 Love Hörnquist Åstranduse krb5_set_error_message
2007-06-18 Love Hörnquist Åstrand(_kdc_db_fetch): set error string for failures.
2006-08-28 Love Hörnquist Åstrandindent.
2006-08-24 Love Hörnquist Åstrand(_kdc_get_preferred_key): new function, Use the order...
2006-08-23 Love Hörnquist ÅstrandChange _kdc_db_fetch() to return the database pointer...
2006-04-27 Love Hörnquist Åstrandpass down HDB_F_GET_ flags as appropriate
2006-04-27 Love Hörnquist Åstrand(_kdc_db_fetch): Break out the that we request from...
2006-01-01 Love Hörnquist Åstrand(_kdc_db_fetch): use calloc to allocate the entry,...
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...
2003-09-19 Love Hörnquist Åstrandprefix all struct HDB elements with hdb_
2001-01-30 Assar Westerlund(db_fetch): return better error code
2001-01-30 Assar Westerlund(db_fetch): HDB_ERR_NOENTRY makes more sense than ENOENT
2001-01-30 Assar Westerlund(db_fetch): return an error code. change callers to...
2000-09-10 Assar Westerlund(db_fetch): check malloc
1999-12-02 Johan Danielssonremove advertising clause
1999-11-09 Johan Danielssonupdate for multi-database code
1999-05-03 Johan Danielssonadd flags to fetch
1997-10-16 Assar Westerlundremoved seal and unsealing functions
1997-09-03 Johan Danielssonuse new master key functions
1997-08-30 Johan DanielssonPass `database' to hdb_open.
1997-08-09 Johan Danielssonuse hdb_unseal_key
1997-08-04 Johan DanielssonMake context global.
1997-08-01 Johan DanielssonPass context to kdc_log.
1997-07-24 Johan DanielssonNew functions set_master_key, unseal_key and free_key.
1997-07-24 Johan DanielssonDon't free principal.
1997-07-23 Assar Westerlundleak a little bit less memory
1997-07-23 Johan DanielssonUse ALLOC.
1997-07-18 Assar Westerlundcheck result of hdb_open
1997-07-16 Johan DanielssonAdd copyright notice.
1997-07-16 Johan DanielssonMake db_fetch take a krb5_principal.
1997-07-09 Johan DanielssonUpdate to reality.
1997-06-07 Johan DanielssonSplit into more files. Add support for TCP.