aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-09-11Fix parsing of GSS exported namesGreg Hudson1-4/+18
2009-09-09In ksetpwd (a program we don't yet install), don't display the newGreg Hudson1-2/+0
2009-09-09Fix memory leak in gss_krb5int_copy_ccacheGreg Hudson1-1/+4
2009-09-03Supply canonical name if present in LDAP iterationGreg Hudson1-5/+6
2009-09-03Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des...Zhanna Tsitkov25-12/+1371
2009-09-03Supply LDAP service principal aliases to non-referrals clientsGreg Hudson1-1/+25
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov21-168/+182
2009-08-31ldap master key migration test's input filesHaoQi Li4-0/+60
2009-08-31ldap master key migration stuffHaoQi Li2-0/+974
2009-08-31This time I actually added the filesHaoQi Li5-0/+881
2009-08-31Added Master Key Migration db2 backend stuffHaoQi Li0-0/+0
2009-08-28use perror instead of error in kadm5 test suiteTom Yu2-39/+39
2009-08-28Clean up a little bit of test suite spew in env-setup: first, whenGreg Hudson1-12/+6
2009-08-28Update a kadm5 testing library function which was callingGreg Hudson1-1/+2
2009-08-28Remove bogus conditional from tcl_kadm5_randkey_principal(), which wasTom Yu1-1/+1
2009-08-28Document kinit -C and -E optionsGreg Hudson1-1/+9
2009-08-28Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 andGreg Hudson1-5/+16
2009-08-27Memory leak in spnego accept_sec_context error pathGreg Hudson1-0/+7
2009-08-21Rename db2 header files db.h and db-config.h in the source tree, soKen Raeburn9-136/+92
2009-08-21update dependenciesKen Raeburn3-21/+1
2009-08-21Use load_32_be processing length in TCP replyKen Raeburn1-5/+1
2009-08-21Change "vague-errors" compile-time conditionals into run-timeKen Raeburn3-18/+22
2009-08-21Use {load,store}_{16,32}_be for big-endian integersKen Raeburn1-17/+4
2009-08-18Minor code cleanups in pkinit plugin, mostly around malloc/freeGreg Hudson7-262/+166
2009-08-17Bump sonames of libkadm5 libraries, since r22527 changed their ABIsGreg Hudson2-2/+2
2009-08-17Modify kadm5 initializers to accept krb5 contextsGreg Hudson14-63/+75
2009-08-17Remove unused variables resulting from r22521, and also remove theGreg Hudson4-39/+0
2009-08-14In doc/Makefile, specify the new location of the kpasswd man page (theGreg Hudson1-2/+2
2009-08-13Remove kadmin v1 API supportGreg Hudson79-13399/+382
2009-08-13Fix lib/crypto/krb/dk/Makefile.in mydir valueGreg Hudson1-1/+1
2009-08-12Reply message ordering bug in ftpdGreg Hudson1-3/+2
2009-08-12 r22529@squish: raeburn | 2009-08-12 13:49:45 -0400Ken Raeburn5-39/+99
2009-08-10Correct the t_nfold build rules again. We don't have a simple way ofGreg Hudson1-1/+4
2009-08-10Check for null characters in pkinit cert fieldsGreg Hudson1-0/+7
2009-08-10Narrow the contract of pkinit_client_profile by passing in the realmGreg Hudson1-13/+14
2009-08-10In pkinit_clnt.c, make private functions static. There and inGreg Hudson2-118/+10
2009-08-10Convert all uses of strtok() in libraries to strtok_r() for threadGreg Hudson2-8/+9
2009-08-10Remove pkinit_identity_process_option, which wasn't doing anythingGreg Hudson2-84/+19
2009-08-07Fix the LDAP build, which was broken by the build reordering inGreg Hudson2-4/+10
2009-08-03In crypto_tests: for t_nfold, link against an nfold object file in theGreg Hudson1-3/+3
2009-08-03Be a little more verbose about errors from mit_des_key_sched(), andTom Yu1-1/+2
2009-08-03Fix deplibs for t_crcTom Yu1-1/+1
2009-08-03Get "make depend" to work in an unbuilt source tree, since bad depsGreg Hudson12-5/+18
2009-08-03Re-run make depend. (I am not certain why the dependencies fromGreg Hudson17-697/+654
2009-08-03In the crypto-tests check target, refer to t_cf2.expected in theGreg Hudson1-1/+1
2009-08-03In configure.in's list of Makefiles to generate, remove the trailingGreg Hudson1-6/+6
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov245-1783/+1895
2009-08-01Fix of the test cleanup Zhanna Tsitkov1-0/+3
2009-07-30Include <assert.h> in k5-platform.h, since we use assertions in someGreg Hudson1-0/+1
2009-07-30Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2-1/+5