| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement s4u extensions | Greg Hudson | 2009-09-13 | 47 | -351/+4099 |
* | Fix parsing of GSS exported names | Greg Hudson | 2009-09-11 | 1 | -4/+18 |
* | Fix memory leak in gss_krb5int_copy_ccache | Greg Hudson | 2009-09-09 | 1 | -1/+4 |
* | Crypto modularity proj: OpemSSL crypto feed for hmac/md5/md4/sha1/rc4/des/des... | Zhanna Tsitkov | 2009-09-03 | 23 | -11/+1369 |
* | Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma... | Zhanna Tsitkov | 2009-09-02 | 19 | -164/+178 |
* | use perror instead of error in kadm5 test suite | Tom Yu | 2009-08-28 | 2 | -39/+39 |
* | Update a kadm5 testing library function which was calling | Greg Hudson | 2009-08-28 | 1 | -1/+2 |
* | Memory leak in spnego accept_sec_context error path | Greg Hudson | 2009-08-27 | 1 | -0/+7 |
* | update dependencies | Ken Raeburn | 2009-08-21 | 1 | -10/+0 |
* | Use load_32_be processing length in TCP reply | Ken Raeburn | 2009-08-21 | 1 | -5/+1 |
* | Use {load,store}_{16,32}_be for big-endian integers | Ken Raeburn | 2009-08-21 | 1 | -17/+4 |
* | 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 | 9 | -54/+65 |
* | Remove unused variables resulting from r22521, and also remove the | Greg Hudson | 2009-08-17 | 3 | -38/+0 |
* | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 43 | -9418/+276 |
* | Fix lib/crypto/krb/dk/Makefile.in mydir value | Greg Hudson | 2009-08-13 | 1 | -1/+1 |
* | Correct the t_nfold build rules again. We don't have a simple way of | Greg Hudson | 2009-08-10 | 1 | -1/+4 |
* | Convert all uses of strtok() in libraries to strtok_r() for thread | Greg Hudson | 2009-08-10 | 1 | -3/+4 |
* | 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 | 6 | -2/+10 |
* | 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 |
* | Crypto modularity proj: Separate files under crypto directory based on their ... | Zhanna Tsitkov | 2009-08-03 | 242 | -1737/+1839 |
* | Fix of the test cleanup | Zhanna Tsitkov | 2009-08-01 | 1 | -0/+3 |
* | Fix memory leak in k5_pac_verify_server_checksum | Ezra Peisach | 2009-07-30 | 2 | -1/+5 |
* | memory leak in test code t_authdata | Ezra Peisach | 2009-07-30 | 1 | -0/+1 |
* | Fix memory leak by release context at end of test code | Ezra Peisach | 2009-07-30 | 1 | -0/+3 |
* | Enctype list configuration enhancements | Greg Hudson | 2009-07-29 | 3 | -78/+334 |
* | Use zero-terminated enctype lists in the context structure instead of | Greg Hudson | 2009-07-27 | 3 | -169/+148 |
* | In krb5_copy_error_message, pass correct pointer to | Greg Hudson | 2009-06-27 | 1 | -1/+1 |
* | Update comments to reflect reality and the fact that this is not a file based | Ezra Peisach | 2009-06-21 | 1 | -20/+28 |
* | minor memory leak in 'none' replay cache type | Ken Raeburn | 2009-06-18 | 1 | -2/+8 |
* | In the previous patch - I neglected a potential NULL deref in the call | Ezra Peisach | 2009-06-17 | 1 | -1/+3 |
* | krb5int_yarrow_final could deref NULL if out of memory | Ezra Peisach | 2009-06-11 | 1 | -1/+2 |
* | krb5int_rd_chpw_rep could call krb5_free_error with random value | Ezra Peisach | 2009-06-10 | 1 | -1/+1 |
* | Clean up and simplify kdb5.c; no functional changes | Greg Hudson | 2009-06-08 | 1 | -707/+311 |
* | In kdb5.c, remove calls to the locking macros which were stubbed out | Greg Hudson | 2009-06-08 | 1 | -258/+1 |
* | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 1 | -74/+43 |
* | Don't build the kadm5/unit-test test programs during "make all"; build | Greg Hudson | 2009-06-08 | 1 | -4/+0 |
* | kadmind is parsing acls good deref NULL pointer on error | Ezra Peisach | 2009-06-06 | 1 | -13/+17 |
* | kadm5int_acl_parse_restrictions could ref uninitialized variable | Ezra Peisach | 2009-06-06 | 1 | -1/+1 |
* | Make results of krb5_db_def_fetch_mkey more predictable | Greg Hudson | 2009-06-01 | 1 | -25/+16 |
* | Revert last change | Ken Raeburn | 2009-05-27 | 1 | -7/+5 |
* | Don't re-run test programs to recreate output every time 'check' is built | Ken Raeburn | 2009-05-27 | 1 | -5/+7 |
* | fix t_prf test code properly | Ken Raeburn | 2009-05-27 | 1 | -6/+8 |
* | Fix test rules for non-gmake make versions | Greg Hudson | 2009-05-24 | 1 | -2/+2 |
* | In krb5_ktfileint_write_entry, add a no-op fseek in between reading | Greg Hudson | 2009-05-23 | 1 | -0/+3 |
* | whitespace | Ken Raeburn | 2009-05-22 | 1 | -3/+3 |