summaryrefslogtreecommitdiff
path: root/kdc/hprop.c
Commit message (Expand)AuthorAge
* Imported Upstream version 1.6~git20131117+dfsgJelmer Vernooij2013-12-07
* remove trailing whitespaceLove Hornquist Astrand2011-05-21
* Warning fixes from Christos ZoulasLove Hornquist Astrand2011-04-29
* Un-const as necessary to silence compiler warningsAsanka C. Herath2010-11-24
* Remove deprecated krb4 kdc componentsLove Hornquist Astrand2010-11-20
* remove v4 support for hpropLove Hornquist Astrand2010-11-20
* drop RCSIDLove Hornquist Astrand2010-03-16
* Allow weak crypto in hpropRuss Allbery2010-01-27
* Make kdc build on windowsAsanka Herath2009-11-24
* use krb5_warnLove Hornquist Astrand2009-11-03
* disable deprecated warning since this module uses 425 function and weLove Hörnquist Åstrand2009-04-04
* make comileLove Hörnquist Åstrand2009-04-03
* use krb5_cc_new_unique, use constants for cache typesLove Hörnquist Åstrand2009-04-03
* remove trailing whitespaceLove Hörnquist Åstrand2008-09-13
* switch to utf8 encoding of all filesLove Hörnquist Åstrand2008-09-13
* use krb5_principal_set_realmLove Hörnquist Åstrand2008-03-24
* check return value of alloc functions, from Charles LongeauLove Hörnquist Åstrand2007-07-31
* remove code that depend on kerberos 4 libraryLove Hörnquist Åstrand2007-04-19
* (propagate_database): on any failure, drop the connection to the peerLove Hörnquist Åstrand2007-02-21
* Return error codes on failure, improve error reporting.Love Hörnquist Åstrand2006-12-10
* Make krb5_get_init_creds_opt_free take a context argument.Love Hörnquist Åstrand2006-11-20
* (main): make sure type doesn't need to be setLove Hörnquist Åstrand2006-04-07
* (main): remove dead code.Love Hörnquist Åstrand2006-04-07
* Wrap hdb_entry with hdb_entry_ex, patch originally from Andrew BartletLove Hörnquist Åstrand2005-12-12
* Use the _krb5_krb_life_to_time function from libkrb5 instead ofLove Hörnquist Åstrand2005-07-28
* Merge in the libkdc/kdc configuration split from Andrew Bartlet <abartlet@sa...Love Hörnquist Åstrand2005-06-30
* include kerberos 4 headers hereLove Hörnquist Åstrand2005-04-24
* replace krb5_free_creds_contents by krb5_free_cred_contentsJohan Danielsson2004-04-25
* prefix all struct HDB elements with hdb_Love Hörnquist Åstrand2003-09-19
* add context argument to krb5_get_init_creds_opt_allocLove Hörnquist Åstrand2003-09-08
* use DES_KEY_SZ instead of sizeof(des_block)Love Hörnquist Åstrand2003-09-03
* use krb5_get_init_creds_opt_alloc/krb5_get_init_creds_opt_freeLove Hörnquist Åstrand2003-09-03
* set AP_OPTS_USE_SUBKEYJohan Danielsson2002-09-04
* constifyJohan Danielsson2002-04-18
* printf size_t correctlyAssar Westerlund2001-09-23
* more free'sJohan Danielsson2001-09-18
* (usage): clarify a tiny bitAssar Westerlund2001-07-19
* remove v4 master key handling; remove old v4-db and ka-db flags; addJohan Danielsson2001-07-11
* missed to commit theseJohan Danielsson2001-07-02
* always include kaserver supportJohan Danielsson2001-07-02
* s/[gs]et_progname/[gs]etprogname/Assar Westerlund2001-02-20
* printf format fixesAssar Westerlund2001-02-12
* (v4_get_masterkey): check kdb_verify_master_key properlyAssar Westerlund2001-02-05
* handle building with KRB4Assar Westerlund2001-02-05
* fix a typo and check some more return valuesAssar Westerlund2001-01-30
* (main): check for file being specifiedAssar Westerlund2001-01-30
* (v5_prop): adapt to new hdb_seal_keys and hdb_unseal_keysAssar Westerlund2001-01-30
* (realm_buf): move it so it becomes properly conditional on KRB4Assar Westerlund2001-01-29
* make it possible to convert a v4 dump file without having any v4Johan Danielsson2001-01-26
* un-conditionalize local_realmAssar Westerlund2000-07-27