| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Implement s4u extensions | Greg Hudson | 2009-09-13 | 71 | -576/+5306 |
| * | In the top-level configure.in, switch from dnl comments to # comments | Greg Hudson | 2009-09-11 | 1 | -180/+180 |
| * | Fix parsing of GSS exported names | Greg Hudson | 2009-09-11 | 1 | -4/+18 |
| * | In ksetpwd (a program we don't yet install), don't display the new | Greg Hudson | 2009-09-09 | 1 | -2/+0 |
| * | Fix memory leak in gss_krb5int_copy_ccache | Greg Hudson | 2009-09-09 | 1 | -1/+4 |
| * | Supply canonical name if present in LDAP iteration | Greg Hudson | 2009-09-03 | 1 | -5/+6 |
| * | Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des... | Zhanna Tsitkov | 2009-09-03 | 25 | -12/+1371 |
| * | Supply LDAP service principal aliases to non-referrals clients | Greg Hudson | 2009-09-03 | 1 | -1/+25 |
| * | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 21 | -168/+182 |
| * | ldap master key migration test's input files | HaoQi Li | 2009-08-31 | 4 | -0/+60 |
| * | ldap master key migration stuff | HaoQi Li | 2009-08-31 | 2 | -0/+974 |
| * | This time I actually added the files | HaoQi Li | 2009-08-31 | 5 | -0/+881 |
| * | use perror instead of error in kadm5 test suite | Tom Yu | 2009-08-28 | 2 | -39/+39 |
| * | Clean up a little bit of test suite spew in env-setup: first, when | Greg Hudson | 2009-08-28 | 1 | -12/+6 |
| * | Update a kadm5 testing library function which was calling | Greg Hudson | 2009-08-28 | 1 | -1/+2 |
| * | Remove bogus conditional from tcl_kadm5_randkey_principal(), which was | Tom Yu | 2009-08-28 | 1 | -1/+1 |
| * | Document kinit -C and -E options | Greg Hudson | 2009-08-28 | 1 | -1/+9 |
| * | Disable the COPY_FIRST_CANONNAME workaround on Linux glibc 2.4 and | Greg Hudson | 2009-08-28 | 1 | -5/+16 |
| * | Memory leak in spnego accept_sec_context error path | Greg Hudson | 2009-08-27 | 1 | -0/+7 |
| * | Rename db2 header files db.h and db-config.h in the source tree, so | Ken Raeburn | 2009-08-21 | 9 | -136/+92 |
| * | update dependencies | Ken Raeburn | 2009-08-21 | 3 | -21/+1 |
| * | Use load_32_be processing length in TCP reply | Ken Raeburn | 2009-08-21 | 1 | -5/+1 |
| * | Change "vague-errors" compile-time conditionals into run-time | Ken Raeburn | 2009-08-21 | 3 | -18/+22 |
| * | Use {load,store}_{16,32}_be for big-endian integers | Ken Raeburn | 2009-08-21 | 1 | -17/+4 |
| * | Minor code cleanups in pkinit plugin, mostly around malloc/free | Greg Hudson | 2009-08-18 | 7 | -262/+166 |
| * | Bump sonames of libkadm5 libraries, since r22527 changed their ABIs | Greg Hudson | 2009-08-17 | 2 | -2/+2 |
| * | Modify kadm5 initializers to accept krb5 contexts | Greg Hudson | 2009-08-17 | 14 | -63/+75 |
| * | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 4 | -39/+0 |
| * | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 79 | -13399/+382 |
| * | Fix lib/crypto/krb/dk/Makefile.in mydir value | Greg Hudson | 2009-08-13 | 1 | -1/+1 |
| * | Reply message ordering bug in ftpd | Greg Hudson | 2009-08-12 | 1 | -3/+2 |
| * | r22529@squish: raeburn | 2009-08-12 13:49:45 -0400 | Ken Raeburn | 2009-08-12 | 5 | -39/+99 |
| * | Correct the t_nfold build rules again. We don't have a simple way of | Greg Hudson | 2009-08-10 | 1 | -1/+4 |
| * | Check for null characters in pkinit cert fields | Greg Hudson | 2009-08-10 | 1 | -0/+7 |
| * | Narrow the contract of pkinit_client_profile by passing in the realm | Greg Hudson | 2009-08-10 | 1 | -13/+14 |
| * | In pkinit_clnt.c, make private functions static. There and in | Greg Hudson | 2009-08-10 | 2 | -118/+10 |
| * | Convert all uses of strtok() in libraries to strtok_r() for thread | Greg Hudson | 2009-08-10 | 2 | -8/+9 |
| * | Remove pkinit_identity_process_option, which wasn't doing anything | Greg Hudson | 2009-08-10 | 2 | -84/+19 |
| * | Fix the LDAP build, which was broken by the build reordering in | Greg Hudson | 2009-08-07 | 2 | -4/+10 |
| * | In crypto_tests: for t_nfold, link against an nfold object file in the | Greg Hudson | 2009-08-03 | 1 | -3/+3 |
| * | Be a little more verbose about errors from mit_des_key_sched(), and | Tom Yu | 2009-08-03 | 1 | -1/+2 |
| * | Fix deplibs for t_crc | Tom Yu | 2009-08-03 | 1 | -1/+1 |
| * | Get "make depend" to work in an unbuilt source tree, since bad deps | Greg Hudson | 2009-08-03 | 12 | -5/+18 |
| * | Re-run make depend. (I am not certain why the dependencies from | Greg Hudson | 2009-08-03 | 17 | -697/+654 |
| * | In the crypto-tests check target, refer to t_cf2.expected in the | Greg Hudson | 2009-08-03 | 1 | -1/+1 |
| * | In configure.in's list of Makefiles to generate, remove the trailing | Greg Hudson | 2009-08-03 | 1 | -6/+6 |
| * | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 245 | -1783/+1895 |
| * | Fix of the test cleanup | Zhanna Tsitkov | 2009-08-01 | 1 | -0/+3 |
| * | Include <assert.h> in k5-platform.h, since we use assertions in some | Greg Hudson | 2009-07-30 | 1 | -0/+1 |
| * | Fix memory leak in k5_pac_verify_server_checksum | Ezra Peisach | 2009-07-30 | 2 | -1/+5 |