| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix pkinit warnings | Sam Hartman | 2011-09-21 | 2 | -7/+7 |
* | Fix typo in pkinit_kdf_test error message | Sam Hartman | 2011-09-21 | 1 | -1/+1 |
* | Add newlines to end of status messages | Sam Hartman | 2011-09-21 | 1 | -2/+2 |
* | If the client offers the alg agility KDF, use it | Sam Hartman | 2011-09-21 | 7 | -16/+155 |
* | Reordered pkinit_server_return_padata(), so that the alg-agility | Sam Hartman | 2011-09-21 | 1 | -8/+20 |
* | Add stubs for new pkinit encoders | Greg Hudson | 2011-09-21 | 1 | -1/+19 |
* | Add kadmin functionality for string attributes | Greg Hudson | 2011-09-21 | 20 | -2/+624 |
* | Add KRB5_TL_STRING_ATTRS and libkdb5 accessors | Greg Hudson | 2011-09-21 | 6 | -1/+321 |
* | Fix asn.1 encoder build without PKINIT support | Greg Hudson | 2011-09-21 | 1 | -51/+52 |
* | Fix Openssl 1.0 function capitalization in pkinit | Sam Hartman | 2011-09-20 | 1 | -2/+2 |
* | Make ASN.1 code build without PKINIT support | Greg Hudson | 2011-09-19 | 1 | -23/+23 |
* | Make pkinit_kdf_test.c compile | Greg Hudson | 2011-09-19 | 1 | -1/+1 |
* | Formatting fixes | Greg Hudson | 2011-09-19 | 15 | -288/+296 |
* | reindent | Sam Hartman | 2011-09-19 | 3 | -71/+71 |
* | Fix x64 compile issues: remove bufferoverflowu.lib; this is obsolete | Sam Hartman | 2011-09-19 | 2 | -5/+7 |
* | Use closesocket() instead of close() for sockets on Windows | Sam Hartman | 2011-09-19 | 1 | -2/+2 |
* | Fixed some warnings on Windows | Sam Hartman | 2011-09-19 | 4 | -8/+7 |
* | Added util\profile\testmod\Makefile to the list of Makefiles generated on Win... | Sam Hartman | 2011-09-19 | 1 | -1/+3 |
* | Add KRB5_CALLCONV to krb5_init_context_profile definition in init_ctx.c Remov... | Sam Hartman | 2011-09-19 | 1 | -1/+1 |
* | Updated copyright year in a Windows version resource | Sam Hartman | 2011-09-19 | 1 | -1/+1 |
* | Updated command line utilities not to complain about missing getopt() definition | Sam Hartman | 2011-09-19 | 6 | -0/+16 |
* | __func__ -> __FUNCTION__ in #ifdef DEBUG blocks in util_errmap.c | Sam Hartman | 2011-09-19 | 1 | -2/+2 |
* | Protect autoconf #defines (HAVE_FOO, et al) in win-mac.h with #ifdef KRB5_PRI... | Sam Hartman | 2011-09-19 | 3 | -1/+7 |
* | On Windows, parse mechanism info from Registry instead of mech file | Sam Hartman | 2011-09-19 | 1 | -169/+351 |
* | Remove the ticket from the pkinit-alg-agility KDF function, to match | Sam Hartman | 2011-09-19 | 5 | -49/+28 |
* | Asn1_encode: indicate DER compressed form without tag or length as input | Sam Hartman | 2011-09-19 | 1 | -0/+4 |
* | Implement encoding and decoding for supportedKDFs and kdfID | Sam Hartman | 2011-09-19 | 5 | -37/+111 |
* | * Extend auth_pack | Sam Hartman | 2011-09-19 | 5 | -3/+40 |
* | Refactor to use oid instead of algorithm_id in KDF interface | Sam Hartman | 2011-09-19 | 3 | -12/+16 |
* | pkinit_crypto_openssl: fix signed vs unsigned comparison | Sam Hartman | 2011-09-19 | 1 | -0/+1 |
* | implementation of new function and test program for pkinit agility. | Sam Hartman | 2011-09-19 | 5 | -3/+475 |
* | Added underlying ASN.1 structures for pkinit algorithm agility | Sam Hartman | 2011-09-19 | 3 | -3/+59 |
* | In pkinit_crypto_openssl.c, modified pkinit_octetstring2key() to | Sam Hartman | 2011-09-19 | 2 | -4/+5 |
* | In order for asn1_encode_oid to be called from DEFLENFNTYPE it needs | Sam Hartman | 2011-09-19 | 2 | -2/+2 |
* | asn1_encode.{c,h}: support DEFOCTETWRAPTYPE | Sam Hartman | 2011-09-19 | 2 | -6/+16 |
* | pkinit: client: Use SignedData for anonymous | Sam Hartman | 2011-09-19 | 3 | -207/+234 |
* | Fix pkinit warnings | Sam Hartman | 2011-09-19 | 3 | -5/+5 |
* | Support pkinit: SignedData with no signers (KDC) | Sam Hartman | 2011-09-19 | 2 | -187/+209 |
* | Drop code for finding top source directory among several | Ken Raeburn | 2011-09-18 | 1 | -20/+1 |
* | Don't check for memmove, inet_ntoa, inet_aton, pthread.h, or | Ken Raeburn | 2011-09-18 | 1 | -3/+2 |
* | Add invocations of AC_LANG_SOURCE to deal with autoconf 2.68 warning | Ken Raeburn | 2011-09-18 | 1 | -8/+8 |
* | Fix a typo in r25026 | Greg Hudson | 2011-09-15 | 1 | -6/+6 |
* | Fix terminate_workers() in the KDC | Greg Hudson | 2011-09-14 | 1 | -3/+2 |
* | Simplify terminate_workers() in the KDC | Greg Hudson | 2011-09-14 | 1 | -8/+9 |
* | Set up monitor signal handlers before forking | Greg Hudson | 2011-09-14 | 1 | -17/+20 |
* | Split signal setup into loop_setup_signals() | Greg Hudson | 2011-09-14 | 4 | -24/+56 |
* | Reinitialize verto after creating worker child | Greg Hudson | 2011-09-14 | 2 | -3/+11 |
* | Update verto sources to 2011-09-14 versions | Greg Hudson | 2011-09-14 | 2 | -2/+3 |
* | Fix verto-k5ev.h dependencies for system libverto | Greg Hudson | 2011-09-14 | 3 | -16/+20 |
* | Update verto sources to 2011-09-10 versions | Greg Hudson | 2011-09-12 | 4 | -26/+98 |