pull up r24567 from trunk
[krb5.git] / src / include / krb5 /
2010-12-01 Tom Yupull up r24529, r24532 from trunk
2010-10-05 Greg HudsonDocument that krb5_get_error_message() never returns...
2010-10-05 Greg HudsonConstify the name field of a kadm5_hook vtable, since...
2010-10-05 Greg HudsonAdd a name field to the pwqual plugin vtable and log...
2010-10-05 Sam HartmanDocument kadm5_hook interface
2010-10-01 Greg HudsonA cleaner impleentation of r24399 which adds two new...
2010-09-30 Greg HudsonWhitespace
2010-09-30 Greg HudsonWhitespace and minor style changes
2010-09-29 Sam Hartmankadm5_hook: new plugin interface
2010-09-27 Sam Hartmankpasswd: if a credential cache is present, use FAST
2010-09-01 Greg HudsonPassword quality pluggable interface
2010-08-27 Greg HudsonNew plugin infrastructure
2010-08-12 Greg HudsonAdd GIC option for password/account expiration callback
2010-06-07 Greg HudsonTrace logging
2010-06-04 Greg HudsonAdd krb5_enctype_to_name() API
2010-05-12 Greg HudsonReimplement krb5_get_in_tkt_with_skey in terms of krb5_...
2010-04-30 Greg HudsonAdd IAKERB mechanism and gss_acquire_cred_with_password
2010-04-20 Greg HudsonAdd KRB5_INIT_CREDS_STEP_FLAG_CONTINUE for parity with...
2010-04-14 Greg HudsonIntroduce new krb5_tkt_creds API
2010-04-08 Greg HudsonAdd krb5_cc_dup() to make it possible to copy ccache...
2010-03-23 Tom Yukrb5_typed_data not castable to krb5_pa_data on 64...
2010-03-20 Greg HudsonChange KRB5_AUTHDATA_SIGNTICKET from 142 to 512
2010-01-19 Greg HudsonAdd krb5_allow_weak_crypto API
2010-01-04 Sam HartmanBring back krb5_kt_free_entry which really does the...
2009-12-31 Ken RaeburnNo comma at end of enumerator list
2009-12-28 Greg HudsonWhitespace fixes for new anonymous support
2009-12-28 Sam HartmanAnonymous support for Kerberos
2009-12-15 Greg HudsonOn Luke's advice, remove krb5_init_creds_store_creds...
2009-12-14 Sam Hartmanfast negotiation projec
2009-11-27 Greg HudsonAdd krb5_key versions of the auth context key accessors...
2009-11-27 Greg HudsonAdd krb5_k_prf, the krb5_key version of krb5_c_prf
2009-11-26 Greg Hudsonlibkrb5 support for non-blocking AS requests
2009-11-19 Greg HudsonPut krb5_auth_con_set_req_cksumtype back in the public...
2009-11-14 Greg HudsonReindent include directory, reformatting prototypes...
2009-11-14 Greg HudsonConstrained delegation without PAC support
2009-10-31 Tom Yumake mark-cstyle
2009-10-27 Greg HudsonHeimdal DB bridge plugin for KDC back end
2009-10-21 Luke HowardIncrement authdata SPI to V2 (V1 was experimental)...
2009-10-19 Greg HudsonImplement new APIs to allow improved crypto performance
2009-10-09 Greg HudsonImplement GSS naming extensions and authdata verification
2009-09-13 Greg HudsonImplement s4u extensions
2009-03-31 Sam HartmanImplement FAST from draft-ietf-krb-wg-preauth-framework
2009-03-16 Sam HartmanImplement KRB-FX_CF2
2009-03-11 Greg HudsonMake a working krb5_copy_error_message
2009-02-26 Sam HartmanInclude authenticator and ticket authdata in gss-api
2009-01-03 Sam HartmanMerge mskrb-integ onto trunk
2008-12-29 Greg HudsonRevert r21589, and export krb5_get_fallback_host_realm...
2008-12-24 Greg HudsonClean up krb5_get_fallback_host_realm in two respects:
2008-12-02 Sam HartmanCrypto IOV API per Projects/AEAD encryption API
2008-10-24 Alexandra Ellwoodkrb5_build_principal_va does not allocate krb5_principal
2008-09-22 Justin AndersonMerge 1.7 work on auxiliary ccache functions necessary...
2008-08-25 Ken RaeburnIncorporate Apple's patch
2008-07-08 Alexandra EllwoodChanges to krb5_kt_default_name changed the krb5 ABI...
2008-05-30 Alexandra EllwoodApple PKINIT patch commit
2007-08-28 Ken RaeburnImplement KRB5_ATTR_DEPRECATED for Windows
2007-08-27 Ken RaeburnFor gcc 4.x, add sentinel attribute to krb5_build_principal
2007-08-27 Ken RaeburnDefine KRB5_ATTR_DEPRECATED (and undef at end of file...
2007-08-01 Kevin CoffmanAdd PKINIT support
2007-06-29 Ken RaeburnAttach format attributes to declarations of various...
2007-02-05 Ezra Peisachkrb5_kt_default_name should take an unsized length
2007-02-05 Ezra Peisachkrb5_kt_get_type should return const char *.
2007-01-30 Tom Yuget_init_creds_opt extensibility
2007-01-20 Ken RaeburnInclude stdarg.h, and don't conditionalize declarations...
2007-01-20 Ken RaeburnMark as C source for Emacs mode selection
2007-01-20 Ken RaeburnDon't define KRB5_PRIVATE, since it's not tested any...
2007-01-20 Ken RaeburnMove all KRB5_PRIVATE declarations from krb5.h(in)...
2007-01-16 Ken RaeburnFix typo in checked-in version
2007-01-16 Jeffrey Altman This commit adds two new functions, krb5_server_decry...
2006-12-19 Ken Raeburnkrb5_is_referral_realm now takes a pointer to const...
2006-12-07 Jeffrey Altman Modifications to support the generation and embedding
2006-11-18 Tom Yu * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops...
2006-11-17 Kevin CoffmanDidn't include header changes in the previous commit
2006-11-16 Ken Raeburnfix warning in preauth_plugin.h header
2006-11-13 Kevin Coffmanallow server preauth plugin verify_padata function...
2006-11-09 Kevin CoffmanAdd "get_data" function to the client preauth plugin...
2006-11-09 Kevin CoffmanAdd public function to get keylenth associated with...
2006-11-07 Alexandra Ellwoodkrb5.h not C++-safe due to "struct krb5_cccol_cursor"
2006-11-01 Kevin CoffmanModify the preath plugin interface so that a plugin...
2006-10-13 Sam Hartman * preauth_plugin.h: Don't use an enum in a public api
2006-10-13 Sam HartmanPatch to split client plugin from server plugin
2006-10-07 Ken RaeburnUse const pointers for error messages.
2006-10-07 Ken Raeburndrop comma at end of enum list
2006-10-05 Tom Yucursor for iterating over ccaches
2006-10-03 Sam HartmanPreauthentication Plugin Framework
2006-09-21 Sam HartmanSet the canonicalize flag in TGS requests and accept...
2006-07-25 Alexandra EllwoodSwitched from "#pragma options align" to "#pragma pack".
2006-06-29 Ken RaeburnFix comment style in public header
2006-06-29 Ken Raeburnfix calling convention for krb5 error-message routines...
2006-06-26 Tom Yu * src/include/krb5/krb5.hin: Add prototype for krb5_co...
2006-06-22 Sam Hartman r18022@luminous: jaltman | 2006-05-19 05:18:37 -0400
2006-06-15 Tom Yuremove spuriously resurrected file from merge
2006-06-14 Tom YuMerge from branches/mechglue. Initial integration...
2006-05-26 Ken RaeburnAdd copyright notice
2006-05-24 Ken RaeburnRename locate.h to locate_plugin.h. Change references...
2006-05-24 Ken RaeburnDrop major version number from service-locator function...
2006-05-23 Ken Raeburninstall headers into include/krb5
2006-03-11 Ken RaeburnInstead of arbitrary division of headers into include...
2006-03-08 Ken RaeburnEnable compilation of little-endian unaligned load...
2006-03-07 Ken RaeburnMerge from plugin branch
2005-11-18 Ken Raeburn* Makefile.in (osconf.h): Always remove osconf.new
next