]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-12-28  Greg HudsonMove krb5_get_profile back to init_os_ctx.c for now...
2009-12-28  Greg HudsonWhitespace fixes for new anonymous support
2009-12-28  Sam HartmanAnonymous support for Kerberos
2009-12-28  Ken RaeburnRemove libpty references
2009-12-28  Ken RaeburnThe "comment" field of prf_data_t was never actually...
2009-12-28  Ken RaeburnPerformance testing programs for krb5_init_context...
2009-12-28  Ken RaeburnFixing minorly grammatical bad
2009-12-28  Ken RaeburnNote last real update was a while back; delete listings...
2009-12-28  Ken Raeburnallow testing when offline
2009-12-28  Ken RaeburnInclude prof_int.h in init_ctx.c instead of init_os_ctx.c,
2009-12-23  Zhanna TsitkovCode modularity related updates
2009-12-22  Zhanna TsitkovRemove krb5_ prefix from some static func names
2009-12-21  Greg HudsonAdd a set_cred_option handler for SPNEGO which forwards...
2009-12-17  Greg HudsonFix a cleanup handler in the store_creds code; krb5_cc_...
2009-12-17  Greg HudsonAdd GSS extensions to store credentials, generate rando...
2009-12-16  Greg HudsonWhitespace fixes
2009-12-15  Greg HudsonOn Luke's advice, remove krb5_init_creds_store_creds...
2009-12-15  Greg HudsonGet rid of the requirement of defining MAX_ENCTYPE in
2009-12-15  Zhanna TsitkovFormatining enhancement
2009-12-14  Sam Hartmanfast negotiation projec
2009-12-10  Tom YuDon't use sizeof(pointertype) to get the length of...
2009-12-10  Greg HudsonAdd comments to make it slightly clearer how
2009-12-10  Greg HudsonRestructure the crypto checksum implementation to minimize
2009-12-09  Zhanna TsitkovChange file holder for krb5int_check_clockskew. Minor...
2009-12-08  Ezra PeisachRemove dependency on /bin/csh in test suite
2009-12-08  Tom YuMark and reindent lib/gssapi, with some exceptions
2009-12-07  Tom YuMark lib/apputils
2009-12-07  Tom YuMark and reindent util, with some exceptions
2009-12-07  Tom Yuhandle negative enctypes better
2009-12-06  Ezra PeisachInitialize ihash_iov in case fall through to cleanup...
2009-12-06  Greg HudsonRemove the ivec parameters from the keyhash provider...
2009-12-06  Greg HudsonMake depend
2009-12-06  Greg HudsonMake the libk5crypto hash_provider interface take crypt...
2009-12-06  Greg HudsonIn the built-in des3 provider, remove the unused version of
2009-12-05  Greg HudsonMake the alloc_data and k5alloc convenience functions...
2009-12-05  Ezra PeisachRemove tests for sched.h, kdb_db.h, kdc.c. None of...
2009-12-04  Greg HudsonRemove some code paths in crypto-length which are dead...
2009-12-04  Greg HudsonRemove CRC32_SHIFT4 code as we are unlikely to ever...
2009-12-04  Greg HudsonConsolidate the IOV and non-IOV encryption/decryption...
2009-12-03  Tom YuRevert r23442. Revert r23436 changes unrelated to...
2009-12-03  Tom YuUpdate export list to reflect changes in r23436
2009-12-03  Ken RaeburnReformat new comments
2009-12-03  Ken Raeburnfix slow behavior on Mac OS X with link-local addresses
2009-12-03  Ken Raeburnallow testing even if name->addr->name mapping doesn...
2009-12-03  Ken RaeburnSense of POINTERS_ARE_ALL_THE_SAME test was backwards
2009-12-03  Ken RaeburnTemporarily define UINT16_TYPE and UINT32_TYPE so the...
2009-12-02  Greg HudsonReformat new block comment per coding style
2009-12-02  Ken RaeburnActually record dependencies of crypto tests
2009-12-02  Ken RaeburnCheck ALL_DEP_SRCS, not SRCS, to decide what to put...
2009-12-02  Ken Raeburnupdate dependencies
2009-12-02  Ken RaeburnPerform the AES-CBC XOR operations 4 bytes at a time...
2009-12-02  Ken RaeburnAdd store_{16,32,64}_n functions, for potentially-unali...
2009-12-02  Greg HudsonSpeed up the per-block loops of AES, DES3, and DES...
2009-12-02  Greg HudsonRemove t_kperf on make clean
2009-12-02  Greg HudsonClean up the AES enc_provider code a bit. Chiefly...
2009-12-02  Greg HudsonIn t_kperf, generate a valid ciphertext when testing...
2009-12-02  Greg HudsonFix an incorrect length in the new krb5int_c_decrypt_ae...
2009-12-02  Zhanna TsitkovFixed the conflicting type "static krb5_error_code...
2009-12-01  Zhanna TsitkovReindent and removed krb5_ prefix from static func...
2009-12-01  Greg HudsonFix AES IOV decryption of small messages
2009-12-01  Greg HudsonMake krb5int_c_decrypt_aead_compat more efficient by...
2009-12-01  Greg HudsonFix the usage fallback in krb5int_arcfour_decrypt_iov...
2009-11-30  Tom YuMark and reindent tests, with some exclusions
2009-11-30  Zhanna TsitkovReindent
2009-11-30  Tom YuMark and reindent util/support
2009-11-30  Greg HudsonRemove some stray tabs
2009-11-30  Greg HudsonUse aead_dk instead of aead_old for des-hmac-sha1,...
2009-11-30  Greg HudsonFix ivec chaining for DES iov encryption
2009-11-30  Greg HudsonAdd an AEAD provider for enctypes which use krb5_old_en...
2009-11-30  Greg HudsonIn the des enc_provider decrypt_iov function, count...
2009-11-30  Greg HudsonMake the crc32 hash provider correctly chain multiple...
2009-11-30  Greg HudsonStream decryption is handled in krb5_k_decrypt_iov...
2009-11-30  Sam HartmanFix memory leak
2009-11-30  Greg HudsonTerminate the loop in find_authdata_1 if we get an...
2009-11-29  Greg HudsonRemove the non-iov entry point introduced in r23378...
2009-11-29  Greg HudsonAvoid using strncpy in the production of the arcfour...
2009-11-29  Greg HudsonAdd do-while(0) around multi-statement macros in f_tabl...
2009-11-28  Greg HudsonCreate functional internal interfaces to allow GSSAPI...
2009-11-28  Greg HudsonClean up the arcfour token encryption and decryption...
2009-11-28  Greg HudsonAdd a convenience inline function in k5-int.h to initia...
2009-11-28  Greg HudsonMark and reindent lib/crypto
2009-11-27  Greg HudsonAdd krb5_key versions of the auth context key accessors...
2009-11-27  Greg HudsonAllow null keys to be referenced (a no-op) for simpler...
2009-11-27  Greg HudsonExport krb5_k_reference_key since it's part of the...
2009-11-27  Greg HudsonClean up the flow control in krb5int_send_tgs, and...
2009-11-27  Greg HudsonIf krb5_init_creds_step is called on an already complet...
2009-11-27  Greg HudsonMove the arcfour directory from the crypto module dirs...
2009-11-27  Greg HudsonMake depend
2009-11-27  Greg HudsonAdd krb5_k_prf, the krb5_key version of krb5_c_prf
2009-11-26  Greg HudsonClean up a few cases where krb5_get_in_tkt_with_keytab...
2009-11-26  Tom YuPullup to 1.7-branch is only for the test case, as...
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-25  Zhanna TsitkovCoding Style related fixes
2009-11-25  Greg HudsonIn krb5_db2_db_init, make a format string constant...
2009-11-25  Greg HudsonMark and reindent the pkinit plugin code, except for...
2009-11-24  Greg HudsonMark and reindent plugins, except for pkinit, which...
2009-11-24  Zhanna TsitkovRemove krb5_ prefix from the name of the static func...
2009-11-24  Greg HudsonMark and reindent what's left of the appl directory
2009-11-24  Greg HudsonRemove appl man pages from the list of pages to convert...
next