pull up r24176 from trunk
[krb5.git] / src / include /
2010-03-23 Tom Yupull up r23829 from trunk
2010-03-23 Tom Yupull up r23821 from trunk
2010-03-10 Tom YuRevert KRB5_CONF_ macro change intended for trunk
2010-03-10 Zhanna TsitkovUse KRB5_CONF_ macros instead of strings in source...
2010-02-08 Tom Yupull up r23676, r23679 from trunk
2010-02-08 Tom Yupull up r23674, r23675 from trunk
2010-01-21 Tom Yupull up r23663 from trunk
2010-01-05 Tom Yudisable weak crypto by default
2010-01-04 Sam HartmanBring back krb5_kt_free_entry which really does the...
2010-01-03 Ken RaeburnEnable caching of key-derived context info such as...
2009-12-31 Ken RaeburnNo comma at end of enumerator list
2009-12-30 Zhanna TsitkovMove krb5int_get_domain_realm_mapping into kdc_util...
2009-12-28 Greg HudsonAdd a new profile variable preauth_module_dir, which...
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-12-10 Greg HudsonRestructure the crypto checksum implementation to minimize
2009-12-06 Greg HudsonRemove the ivec parameters from the keyhash provider...
2009-12-06 Greg HudsonMake the libk5crypto hash_provider interface take crypt...
2009-12-05 Greg HudsonMake the alloc_data and k5alloc convenience functions...
2009-12-04 Greg HudsonConsolidate the IOV and non-IOV encryption/decryption...
2009-12-03 Ken RaeburnTemporarily define UINT16_TYPE and UINT32_TYPE so the...
2009-12-02 Ken RaeburnAdd store_{16,32,64}_n functions, for potentially-unali...
2009-11-29 Greg HudsonRemove the non-iov entry point introduced in r23378...
2009-11-28 Greg HudsonCreate functional internal interfaces to allow GSSAPI...
2009-11-28 Greg HudsonAdd a convenience inline function in k5-int.h to initia...
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-25 Greg HudsonDefer the conversion of the gic options structure to...
2009-11-24 Greg HudsonPunt the volatile cast in the non-gcc, non-Windows...
2009-11-24 Ken RaeburnExpand comments around 'zap' code
2009-11-22 Greg HudsonMake zap() work with non-gcc C++ compilers.
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-19 Greg HudsonPut krb5_auth_con_set_req_cksumtype back in the public...
2009-11-17 Tom YuRework using "do { } while (0)" in macro bodies to...
2009-11-16 Tom YuClean up some open-parenthesis problems, and reindent
2009-11-16 Ezra PeisachMove prototypes for krb5int_send_tgs and krb5int_decode...
2009-11-15 Ezra PeisachMove krb5int_get_fq_local_hostname to os-proto.h. ...
2009-11-15 Ezra PeisachMoved krb5int_sendto prototype to os-proto.h. This...
2009-11-15 Greg HudsonAdd an exception for include/iprop.h and revert its...
2009-11-14 Tom YuFix typos in previous
2009-11-14 Greg HudsonReindent include directory, reformatting prototypes...
2009-11-14 Greg HudsonRemove include/krb54proto.h as it is no longer used
2009-11-14 Greg HudsonConstrained delegation without PAC support
2009-11-02 Greg HudsonClean up a bunch of signed/unsigned comparison warnings
2009-11-01 Greg HudsonUn-constify struct errinfo's msg field because it is...
2009-11-01 Greg HudsonIn k5-int.h, fix make_data to work with C++
2009-11-01 Greg HudsonMove the implementations of four deprecated crypto...
2009-10-31 Tom Yumake mark-cstyle
2009-10-29 Greg HudsonAdd a couple of krb5_data convenience constructor funct...
2009-10-28 Greg HudsonBump the accessor version number since we made changes.
2009-10-28 Zhanna TsitkovReplace krb5_ with krb5Int_ prefix for non-API functions
2009-10-27 Greg HudsonHeimdal DB bridge plugin for KDC back end
2009-10-25 Greg HudsonAccount lockout
2009-10-21 Luke HowardAllow the constrained delegation authorization method...
2009-10-21 Luke Howardremove some unneeded extensions from the Novell backend...
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-10-03 Greg HudsonAdd convenience functions zapfree (test for null, zap...
2009-09-16 Greg HudsonRemove autoconf.h on "make distclean".
2009-09-16 Zhanna TsitkovCrypto modularity proj.: Move prf and random-to-key...
2009-09-15 Ken RaeburnFix stupid logic bug in last version
2009-09-15 Ken RaeburnCheck __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine...
2009-09-13 Greg HudsonImplement s4u extensions
2009-09-03 Zhanna TsitkovCrypto modularity proj: OpemSSL crypto feed for hmac...
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-07-30 Greg HudsonInclude <assert.h> in k5-platform.h, since we use asser...
2009-07-29 Greg HudsonEnctype list configuration enhancements
2009-07-27 Greg HudsonUse zero-terminated enctype lists in the context struct...
2009-07-01 Greg Hudsonk5-platform.h no longer takes responsibility for making...
2009-06-08 Greg HudsonRestore limited support for static linking
2009-05-14 Greg HudsonUCS2 support doesn't handle upper half of BMP
2009-05-07 Sam HartmanTry decrypting using session key if subkey fails in...
2009-04-29 Greg HudsonAdd DEBUG_ERROR_LOCATIONS support
2009-04-27 Greg HudsonMove KRB5_KDB_OK_AS_DELEGATE from kdb_ext.h to kdb...
2009-04-03 Sam HartmanMerge fast branch at 22166 onto trunk
2009-03-31 Sam HartmanImplement FAST from draft-ietf-krb-wg-preauth-framework
2009-03-24 Greg HudsonRevert r21880 which included k5-int.h in several pkinit...
2009-03-20 Greg HudsonInstall kadmin and kdb headers
2009-03-16 Sam HartmanImplement tests for authdata functions
2009-03-16 Sam HartmanImplement KRB-FX_CF2
2009-03-11 Greg HudsonMake a working krb5_copy_error_message
2009-03-10 Greg HudsonRename kdb_setup_lib_handle to krb5_db_setup_lib_handle...
2009-02-26 Sam HartmanInclude authenticator and ticket authdata in gss-api
2009-02-13 Sam HartmanImplement TGS authenticator subkey usage
2009-02-11 Greg HudsonEnsure we have a free function for every data type...
2009-02-11 Ken Raeburndefine SSIZE_MAX forWindows
2009-02-11 Ken Raeburnunistd.h is posix only
2009-02-09 Ken RaeburnRename functions from k5_ipc_stream_* to krb5int_ipc_st...
2009-02-09 Greg HudsonChange contract of krb5int_utf8_normalize and fix memor...
2009-02-09 Ken RaeburnMore C++ compatibility: Don't use "typedef struct tag...
2009-02-09 Ken RaeburnC++ compatibility fix -- g++ says "types may not be...
2009-02-05 Ken Raeburnuse casts, for c++ compilation on windows
2009-02-05 Ken RaeburnCreate and use (in several places) a variant of
2009-02-05 Ken Raeburndeclare replacement [v]asprintf functions
2009-02-04 Zhanna TsitkovUse macros for config parameters
2009-02-02 Greg HudsonFix a whitespace error introduced when fixing a typo...
next