| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix --with-system-verto without pkg-config | Greg Hudson | 2011-11-29 | 1 | -1/+1 |
| * | AC_CHECK_LIB should put -lcrypto in PKINIT_CRYPTO_IMPL_LIBS not LIBS | Sam Hartman | 2011-11-29 | 1 | -1/+1 |
| * | Fix warnings and version check for NSS pkinit | Greg Hudson | 2011-11-07 | 1 | -4/+2 |
| * | Conditionalize po subdir on msgfmt, not dgetext | Greg Hudson | 2011-11-01 | 1 | -2/+6 |
| * | Add AC_LANG_SOURCE to PKINIT NSS version check | Greg Hudson | 2011-10-17 | 1 | -2/+2 |
| * | Add PKINIT NSS support | Greg Hudson | 2011-10-13 | 1 | -0/+42 |
| * | Add krb5int_gettimeofday to k5sprt for platforms w/o native gettimeofday | Sam Hartman | 2011-10-05 | 1 | -0/+11 |
| * | Revert r25274 and just don't include sys/cdefs.h | Greg Hudson | 2011-09-28 | 1 | -1/+1 |
| * | Windows fix: add sys/cdefs.h to AC_CHECK_HEADERS and use guard macro | Sam Hartman | 2011-09-28 | 1 | -1/+1 |
| * | Recast encrypted challenge as linked built-ins | Greg Hudson | 2011-09-23 | 1 | -1/+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 |
| * | Change how bundled libverto is linked | Greg Hudson | 2011-09-06 | 1 | -1/+2 |
| * | Add ccache collection support to tools | Greg Hudson | 2011-09-05 | 1 | -1/+1 |
| * | Add fnmatch support to libkrb5support | Greg Hudson | 2011-09-05 | 1 | -3/+19 |
| * | Create k5ev verto module from libev sources | Greg Hudson | 2011-09-02 | 1 | -0/+28 |
| * | Only build the po subdir if i18n is enabled | Greg Hudson | 2011-08-24 | 1 | -0/+3 |
| * | Fix configure logic when libedit isn't present | Greg Hudson | 2011-07-22 | 1 | -1/+2 |
| * | Add libedit/readline support to ss | Greg Hudson | 2011-07-22 | 1 | -0/+38 |
| * | Add support for loadable profile modules | Greg Hudson | 2011-07-20 | 1 | -1/+1 |
| * | use timegm() for krb5int_gmt_mktime() when available | Tom Yu | 2011-07-11 | 1 | -1/+1 |
| * | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 1 | -1/+1 |
| * | Add localization infrastructure | Greg Hudson | 2011-06-10 | 1 | -0/+7 |
| * | Kernel subset | Greg Hudson | 2011-05-09 | 1 | -1/+1 |
| * | Add poll support to sendto_kdc.c so that it can work in processes with | Greg Hudson | 2011-05-02 | 1 | -2/+2 |
| * | CoreFoundation is no longer used for UCS2 conversions | Ken Raeburn | 2011-04-03 | 1 | -7/+0 |
| * | Drop some redundant autoconf tests | Ken Raeburn | 2011-04-03 | 1 | -5/+0 |
| * | Don't check for stdarg.h | Ken Raeburn | 2011-04-03 | 1 | -3/+1 |
| * | Flatten lib/crypto/krb, as its seven subdirectories only contained a | Greg Hudson | 2011-03-05 | 1 | -10/+7 |
| * | Reference random-to-key handlers through the enctype instead of the | Greg Hudson | 2011-02-27 | 1 | -2/+2 |
| * | Now that all PRNG modules fit nicely into a single source file, | Greg Hudson | 2011-02-25 | 1 | -2/+1 |
| * | Make Fortuna the default PRNG algorithm | Greg Hudson | 2011-02-24 | 1 | -13/+3 |
| * | Whitespace | Greg Hudson | 2010-10-24 | 1 | -4/+4 |
| * | Better libk5crypto NSS fork safety | Greg Hudson | 2010-10-23 | 1 | -4/+17 |
| * | configure.in: don't force use of cache | Sam Hartman | 2010-10-19 | 1 | -7/+0 |
| * | SecurID build support | Sam Hartman | 2010-10-19 | 1 | -0/+10 |
| * | Remove KDC replay cache | Greg Hudson | 2010-10-19 | 1 | -18/+6 |
| * | Improves prng code modularity. Introduces fortuna-like prng that can be used ... | Zhanna Tsitkov | 2010-10-05 | 1 | -2/+31 |
| * | Merge branches/nss to trunk | Greg Hudson | 2010-10-02 | 1 | -0/+19 |
| * | Initial securid2 support. | Sam Hartman | 2010-10-01 | 1 | -0/+1 |
| * | Automated tests for kadm5_hook plugin | Sam Hartman | 2010-09-29 | 1 | -0/+1 |
| * | Merge the camellia-ccm branch to trunk. Since there are no IANA | Greg Hudson | 2010-09-07 | 1 | -1/+1 |
| * | only test t_locate_kdc if known-good DNS name is present | Tom Yu | 2010-06-18 | 1 | -0/+5 |
| * | Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix bad | Greg Hudson | 2010-04-08 | 1 | -1/+1 |
| * | Fix the Python version check to use constructs available in older | Greg Hudson | 2010-03-17 | 1 | -10/+4 |
| * | Add a version check to the Python test, so that we don't try to run | Greg Hudson | 2010-03-17 | 1 | -2/+11 |
| * | Python test framework | Greg Hudson | 2010-03-04 | 1 | -1/+12 |
| * | Remove tests for functions that we do not conditionalize on. Most deprecated | Ezra Peisach | 2009-12-31 | 1 | -1/+1 |
| * | Restructure the crypto checksum implementation to minimize | Greg Hudson | 2009-12-10 | 1 | -1/+1 |
| * | Remove tests for sched.h, kdb_db.h, kdc.c. None of these are used in the tree | Ezra Peisach | 2009-12-05 | 1 | -1/+1 |