krb5.git
2009-08-17 Greg HudsonBump sonames of libkadm5 libraries, since r22527 change...
2009-08-17 Greg HudsonModify kadm5 initializers to accept krb5 contexts
2009-08-17 Greg HudsonRemove unused variables resulting from r22521, and...
2009-08-14 Greg HudsonIn doc/Makefile, specify the new location of the kpassw...
2009-08-13 Greg HudsonRemove kadmin v1 API support
2009-08-13 Greg HudsonFix lib/crypto/krb/dk/Makefile.in mydir value
2009-08-12 Greg HudsonReply message ordering bug in ftpd
2009-08-12 Ken Raeburn r22529@squish: raeburn | 2009-08-12 13:49:45 -0400
2009-08-10 Greg HudsonCorrect the t_nfold build rules again. We don't have...
2009-08-10 Greg HudsonCheck for null characters in pkinit cert fields
2009-08-10 Greg HudsonNarrow the contract of pkinit_client_profile by passing...
2009-08-10 Greg HudsonIn pkinit_clnt.c, make private functions static. There...
2009-08-10 Greg HudsonConvert all uses of strtok() in libraries to strtok_r...
2009-08-10 Greg HudsonRemove pkinit_identity_process_option, which wasn't...
2009-08-07 Greg HudsonFix the LDAP build, which was broken by the build reord...
2009-08-03 Greg HudsonIn crypto_tests: for t_nfold, link against an nfold...
2009-08-03 Tom YuBe a little more verbose about errors from mit_des_key_...
2009-08-03 Tom YuFix deplibs for t_crc
2009-08-03 Greg HudsonGet "make depend" to work in an unbuilt source tree...
2009-08-03 Greg HudsonRe-run make depend. (I am not certain why the dependen...
2009-08-03 Greg HudsonIn the crypto-tests check target, refer to t_cf2.expect...
2009-08-03 Greg HudsonIn configure.in's list of Makefiles to generate, remove...
2009-08-03 Zhanna TsitkovCrypto modularity proj: Separate files under crypto...
2009-08-01 Zhanna TsitkovFix of the test cleanup
2009-07-30 Greg HudsonInclude <assert.h> in k5-platform.h, since we use asser...
2009-07-30 Ezra PeisachFix memory leak in k5_pac_verify_server_checksum
2009-07-30 Ezra Peisachmemory leak in test code t_authdata
2009-07-30 Ezra PeisachFix memory leak by release context at end of test code
2009-07-29 Greg HudsonEnctype list configuration enhancements
2009-07-28 Zhanna TsitkovCrypto Modularity proj: Added an option --with-crypto...
2009-07-27 Greg HudsonUse zero-terminated enctype lists in the context struct...
2009-07-17 Tom Yuinclude win-mac.h in gssftp/ftp/cmds.c for HAVE_STDLIB_H
2009-07-10 Tom Yucheck for slogin failure in setup_root_shell
2009-07-10 Tom YuAdd a new '-W' option to kadmind and kdb5_util create...
2009-07-10 Greg HudsonIn the dejagnu test suite, remove the no-longer-used...
2009-07-09 Tom YuMake datetest buildable again
2009-07-09 Greg HudsonIn tests/dejagnu/Makefile.in, remove a --srcdir option...
2009-07-09 Greg HudsonIn pre.in, remove some variable expansions in the defin...
2009-07-01 Greg Hudsonk5-platform.h no longer takes responsibility for making...
2009-06-27 Greg HudsonIn krb5_copy_error_message, pass correct pointer to
2009-06-26 Tom YuAdd test case omitted in last commit
2009-06-26 Tom YuCheck for principal expiration prior to checking for...
2009-06-23 Ken Raeburnsyms.c doesn't exist; update clean target and dependencies
2009-06-23 Ken RaeburnGSSAPI init/accept_sec_context performance testing...
2009-06-21 Ezra PeisachUpdate comments to reflect reality and the fact that...
2009-06-18 Ken Raeburnreduce some mutex performance problems in profile library
2009-06-18 Ken Raeburnminor memory leak in 'none' replay cache type
2009-06-18 Greg HudsonRemove the new configure option --enable-static-only...
2009-06-18 Greg HudsonIn default.exp, revert an unintended part of the last...
2009-06-18 Greg HudsonIn default.exp, import RLOGIN_FLAGS from the environmen...
2009-06-17 Ezra PeisachIn the previous patch - I neglected a potential NULL...
2009-06-17 Greg HudsonIn ldap_create.c, remove four incorrect uses of krb5_se...
2009-06-11 Greg HudsonUse ticket forwarding in the GSSAPI test cases to exercise
2009-06-11 Ezra Peisachkrb5int_yarrow_final could deref NULL if out of memory
2009-06-10 Ezra Peisachkrb5int_rd_chpw_rep could call krb5_free_error with...
2009-06-08 Greg HudsonClean up and simplify kdb5.c; no functional changes
2009-06-08 Greg HudsonIn kdb5.c, remove calls to the locking macros which...
2009-06-08 Greg HudsonRestore limited support for static linking
2009-06-08 Greg Hudsonlibkdb5 now depends on libgssrpc. So when linking...
2009-06-08 Greg HudsonDon't build the kadm5/unit-test test programs during...
2009-06-06 Ezra Peisachkadmind is parsing acls good deref NULL pointer on...
2009-06-06 Ezra Peisachkadm5int_acl_parse_restrictions could ref uninitialized...
2009-06-01 Greg HudsonMake results of krb5_db_def_fetch_mkey more predictable
2009-06-01 Greg HudsonFix a typo in the admin guide (with not keyword ->...
2009-05-30 Ken RaeburnFix minor bug in r21269 - wrong field name
2009-05-27 Ken RaeburnRevert last change
2009-05-27 Ken RaeburnDon't re-run test programs to recreate output every...
2009-05-27 Ken Raeburnfix t_prf test code properly
2009-05-25 Ken RaeburnOn error getting forwarded creds, actually print out...
2009-05-25 Ken RaeburnCheck for 'encoding ### bytes' message consistently...
2009-05-25 Greg HudsonFix up kinit -T documentation
2009-05-25 Greg HudsonTemporarily disable FAST PKINIT for 1.7 release
2009-05-24 Ken RaeburnIf --enable-pkinit is explicitly given, and OpenSSL...
2009-05-24 Greg HudsonFix vector initialization error in KDC preauth code
2009-05-24 Greg HudsonFix test rules for non-gmake make versions
2009-05-23 Greg HudsonIn krb5_ktfileint_write_entry, add a no-op fseek in...
2009-05-22 Ken Raeburnwhitespace
2009-05-22 Ken RaeburnMake Sun cc error out on unknown attributes
2009-05-22 Ken RaeburnUse correct type for krb5_c_prf_length length arg
2009-05-22 Ken RaeburnUse printf format attribute only with gcc
2009-05-22 Ken Raeburnmake prompt string vars point to const
2009-05-22 Ken Raeburnfix minor syntax error
2009-05-22 Greg HudsonRemove spurious assertion in handle_authdata
2009-05-20 Sam HartmanInclude regression test for krb-fx-cf2 for RC4 enctype
2009-05-20 Greg HudsonAdd a comment to the r22168 change since it's not obvio...
2009-05-20 Greg HudsonRestore compatibility with KDCs using key usage 8 to...
2009-05-19 Greg HudsonWhen using keyed checksum types with TGS subkeys, Micro...
2009-05-18 Sam HartmanIn practice, key usage 9 requires no translation
2009-05-18 Sam HartmanCopy the sequence key rather than the subkey for lucid...
2009-05-18 Sam HartmanDocument use of key fields in GSS context
2009-05-14 Tom YuAdd IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP...
2009-05-14 Greg Hudsongss_krb5int_export_lucid_sec_context was erroneously...
2009-05-14 Greg HudsonUCS2 support doesn't handle upper half of BMP
2009-05-14 Ken Raeburnremove some old code for debugging the debugging code
2009-05-13 Tom YuIn util/support/utf8_conv.c, the SWAP16 macro is invoke...
2009-05-11 Ken Raeburnreduce character-class table entry size (40%) based...
2009-05-11 Greg HudsonIn recvauth_common, convert a use of strcpy to strdup
2009-05-11 Greg HudsonRefactor rule_an_to_ln, creating a new helper function...
2009-05-07 Sam HartmanTry decrypting using session key if subkey fails in...
2009-05-07 Sam Hartmanman1 in title header for man1 manpages
next