]> git.ipfire.org Git - thirdparty/krb5.git/shortlog
thirdparty/krb5.git
2009-10-19  Greg HudsonRespecify OpenSSL back-end internals in terms of krb5_key enc-perf
2009-10-19  Greg HudsonFix a typo in a new comment
2009-10-19  Greg HudsonMerge trunk changes from r22841 to r22912 to enc-perf...
2009-10-19  Greg HudsonAdd a performance-testing harness for comparing krb5_k...
2009-10-19  Greg HudsonClarify that krb5_keys are logically immutable but...
2009-10-18  Greg HudsonImplement derived key caching. For now, omit the ...
2009-10-18  Greg HudsonAdd reference counts to key identifiers, so that they...
2009-10-15  Greg HudsonChange the krb5_keyblocks in the gss-krb5 id-rec to...
2009-10-15  Greg HudsonExport krb5int_hmac_keyblock from libk5crypto so it...
2009-10-15  Greg HudsonInitialize the accessor with the keyblock version of...
2009-10-08  Greg HudsonChange the krb5_keyblocks in the libkrb5 auth context...
2009-10-08  Greg HudsonRevert an unintended debugging change from r22845
2009-10-06  Greg HudsonAdjust test programs to match new internal interfaces...
2009-10-06  Greg HudsonExtend t_encrypt to test krb5_k_encrypt and related...
2009-10-06  Greg HudsonExport krb5_k_encrypt/etc. from libk5crypto (change...
2009-10-05  Greg HudsonRespecify most crypto internals in terms of krb5_key.
2009-10-03  Greg HudsonMerge trunk changes from r22833 to r22841 to enc-perf...
2009-10-03  Greg HudsonDefine constructors, destructors, and accessors for...
2009-10-02  Greg HudsonMerge trunk changes from r22791 to r22833 to enc-perf...
2009-10-01  Greg HudsonMerge trunk changes from r22791 to r22815 to enc-perf...
2009-09-28  Greg HudsonMove the implementation of krb5_copy_keyblock[_contents...
2009-09-28  Greg HudsonCreate a new branch (from trunk r22791) for work on...
2009-09-28  Greg HudsonFix a braino in r22790
2009-09-28  Greg HudsonFix a few problems introduced by r22787
2009-09-25  Greg HudsonAdd keytab_local.c to the kadmin client SRCS variable...
2009-09-25  Greg HudsonFix a few bugs in kadmin's keytab.c from r22785
2009-09-25  Greg HudsonClean up krb5_get_credentials:
2009-09-25  Zhanna TsitkovCrypto modularity proj: Updated IOV crypto
2009-09-24  Greg HudsonUpdate the kadmin client code to most current coding...
2009-09-24  Greg HudsonFix kadm5 unit test modified in r22782
2009-09-22  Greg HudsonFix a braino in r22782: we don't use strcpy even safely...
2009-09-21  Greg HudsonImprove the mechanism used for addprinc -randkey. ...
2009-09-21  Greg HudsonFix addprinc -randkey when policy requires multiple...
2009-09-21  Greg HudsonFix a few bugs in r22736. Cherry-picked from Luke...
2009-09-20  Ezra PeisachClean up warnings of unused variables that have crept...
2009-09-18  Zhanna TsitkovUse enc_provider for des hash routines. Also needed...
2009-09-16  Greg HudsonRemove krb5_decode_leak test program on "make clean"
2009-09-16  Greg HudsonRemove autoconf.h on "make distclean".
2009-09-16  Greg HudsonRe-run make depend without autoconf.h in the source...
2009-09-16  Greg HudsonCreate DB headers before recursing for "make depend" in
2009-09-16  Zhanna TsitkovFix return value of krb5int_des_make_key from rev 22769
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  Ezra PeisachAdd t_unal.c to SRCS and generate dependencies..
2009-09-15  Ken RaeburnTest byte ordering determination and unaligned access
2009-09-15  Ken RaeburnCheck __BIG_ENDIAN__ and __LITTLE_ENDIAN__ to determine...
2009-09-14  Ezra PeisachInitialize several variables - so that on error cleanup...
2009-09-13  Greg HudsonRemove src/lib/crypto/krb/enc_provider, which was accid...
2009-09-13  Greg HudsonImplement s4u extensions
2009-09-11  Greg HudsonIn the top-level configure.in, switch from dnl comments...
2009-09-11  Greg HudsonFix parsing of GSS exported names
2009-09-09  Greg HudsonIn ksetpwd (a program we don't yet install), don't...
2009-09-09  Greg HudsonFix memory leak in gss_krb5int_copy_ccache
2009-09-03  Greg HudsonSupply canonical name if present in LDAP iteration
2009-09-03  Zhanna TsitkovCrypto modularity proj: OpemSSL crypto feed for hmac...
2009-09-03  Greg HudsonSupply LDAP service principal aliases to non-referrals...
2009-09-02  Zhanna TsitkovCrypto modularity proj: Move enc_provider into builtin...
2009-08-31  HaoQi Lildap master key migration test's input files
2009-08-31  HaoQi Lildap master key migration stuff
2009-08-31  HaoQi LiThis time I actually added the files
2009-08-31  HaoQi LiAdded Master Key Migration db2 backend stuff
2009-08-28  Tom Yuuse perror instead of error in kadm5 test suite
2009-08-28  Greg HudsonClean up a little bit of test suite spew in env-setup...
2009-08-28  Greg HudsonUpdate a kadm5 testing library function which was calling
2009-08-28  Tom YuRemove bogus conditional from tcl_kadm5_randkey_princip...
2009-08-28  Greg HudsonDocument kinit -C and -E options
2009-08-28  Greg HudsonDisable the COPY_FIRST_CANONNAME workaround on Linux...
2009-08-27  Greg HudsonMemory leak in spnego accept_sec_context error path
2009-08-21  Ken RaeburnRename db2 header files db.h and db-config.h in the...
2009-08-21  Ken Raeburnupdate dependencies
2009-08-21  Ken RaeburnUse load_32_be processing length in TCP reply
2009-08-21  Ken RaeburnChange "vague-errors" compile-time conditionals into...
2009-08-21  Ken RaeburnUse {load,store}_{16,32}_be for big-endian integers
2009-08-18  Greg HudsonMinor code cleanups in pkinit plugin, mostly around...
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
next