krb5.git
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...
2009-11-24 Greg HudsonFix boilerplate in zap.c
2009-11-24 Greg HudsonPunt the volatile cast in the non-gcc, non-Windows...
2009-11-24 Sam HartmanKDC MUST NOT accept ap-request armor in FAST TGS
2009-11-24 Ken RaeburnExpand comments around 'zap' code
2009-11-23 Greg HudsonSimplify depfix.pl by assuming that all files outside...
2009-11-23 Greg HudsonCheck return value of gethostname in krb5_klog_init
2009-11-22 Greg HudsonMake zap() work with non-gcc C++ compilers.
2009-11-22 Greg HudsonRemove discussion of the unbundled applications from...
2009-11-22 Greg HudsonUpdate the build system documentation:
2009-11-22 Greg HudsonConsolidate Makefile variables now that we have only...
2009-11-22 Greg HudsonRemove functions from aclocal.m4 which are no longer...
2009-11-22 Greg HudsonUnbundle applications into separate repository
2009-11-22 Ezra PeisachIn _kadm5_init_any on error - if we created a cache...
2009-11-22 Ezra PeisachClean up some memory leaks by releasing context
2009-11-21 Greg HudsonFor the moment, test for nullity of pointers returned...
2009-11-21 Ezra PeisachMemory leak in _kadm5_init_any introduced with ipropd
2009-11-20 Ezra PeisachCorrect argument to kadm5_get_principal is a pointer...
2009-11-20 Ezra PeisachThe size of kadm5_server_handle_rec differs between...
2009-11-19 Luke Howardkrb5_free_ad_signedpath must free outer structure
2009-11-19 Greg HudsonPut krb5_auth_con_set_req_cksumtype back in the public...
2009-11-18 Zhanna TsitkovMinor reindent fix
2009-11-18 Zhanna Tsitkovminor reindent
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 Zhanna TsitkovTypo fix
2009-11-16 Zhanna TsitkovRemove unreferred krb5int_keyhash_aescbc_xxx. Cleaner...
2009-11-16 Tom YuFix coding style in lib/krb5/asn.1, remove from exclusi...
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-13 Greg HudsonIn lib/krb5/rcache, ensure that function definition...
2009-11-12 Zhanna TsitkovTypo fix
2009-11-12 Zhanna TsitkovPost-great-reindent check. Part II
2009-11-12 Zhanna TsitkovRestore the local variable type
2009-11-12 Zhanna TsitkovPost-great-reindent check. Part I
2009-11-11 Luke HowardFor iprop test, reduce expected attribute change count...
2009-11-10 Greg HudsonIn lib/krb5/keytab, ensure that function definition...
2009-11-10 Greg HudsonRemove the unnecessary src/lib/glue4.c
2009-11-10 Greg HudsonRemove src/lib/crypto/krb/enc_provider, which was accid...
2009-11-09 Ken RaeburnRevise patch to avoid using changequote
2009-11-09 Ken Raeburnquoting bug causes solaris pre-10 thread handling bugs
2009-11-07 Ken RaeburnDon't flush stdout so much. Calculate and display...
2009-11-07 Ken RaeburnDelay start of test until the start of a new second...
2009-11-06 Tom YuReformat some open-paren issues. Remove kprop.c and...
2009-11-06 Ken RaeburnChange INIT_ONCE compile-time flag into a run-time...
2009-11-06 Ken RaeburnDon't start by attempting to unlink replay caches by...
2009-11-06 Ken RaeburnUse krb5_get_error_message for reporting if krb5_get_se...
2009-11-06 Tom Yumake mark-cstyle; make reindent
2009-11-06 Tom YuAdd slave/ to INDENTDIRS, with some exclusions
2009-11-06 Tom YuMove more reindent settings into variables
next