| Commit message (Expand) | Author | Age | Files | Lines |
| * | Use asprintf instead of malloc/strcpy/strcat in many places | Greg Hudson | 2008-10-20 | 1 | -14/+7 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 2 | -8/+4 |
| * | Fix tests/misc/Makefile.in to use KRB5_BASE_LIBS instead of KRB5_LIB, | Greg Hudson | 2008-10-16 | 1 | -2/+2 |
| * | handle stash file names with missing keytab type spec and colon in path | Ken Raeburn | 2008-10-15 | 1 | -1/+3 |
| * | makedepend | Ken Raeburn | 2008-10-15 | 1 | -3/+3 |
| * | Substitute LDAP in makefiles with "yes" or "no" depending on configuration. | Ken Raeburn | 2008-10-06 | 11 | -11/+190 |
| * | whitespace | Ken Raeburn | 2008-10-06 | 7 | -3187/+3187 |
| * | Fix some signed/unsigned warnings | Ken Raeburn | 2008-10-06 | 4 | -5/+5 |
| * | Set up db_module_dir correctly in krb5.conf for test | Tom Yu | 2008-10-04 | 1 | -0/+3 |
| * | makedepend | Ken Raeburn | 2008-09-18 | 5 | -41/+49 |
| * | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 7 | -6/+74 |
| * | Fix possible locking protocol failure in error handling path | Ken Raeburn | 2008-08-06 | 2 | -2/+4 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+1 |
| * | Don't use 'log' as a global variable name | Ken Raeburn | 2008-06-02 | 1 | -40/+40 |
| * | Explicitly note number as unsigned to shut gcc up | Ken Raeburn | 2008-06-02 | 1 | -1/+1 |
| * | Add some dependencies | Ken Raeburn | 2007-10-31 | 1 | -1/+20 |
| * | Correct the filenames in comments | Ken Raeburn | 2007-10-31 | 2 | -2/+2 |
| * | Test more installed headers for C++ compatibility | Ken Raeburn | 2007-10-31 | 3 | -1/+21 |
| * | Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions. | Ken Raeburn | 2007-10-31 | 1 | -1/+0 |
| * | Don't use GNU make features | Ken Raeburn | 2007-10-30 | 1 | -2/+1 |
| * | Test that C++ code can use our installed headers | Ken Raeburn | 2007-10-29 | 3 | -2/+40 |
| * | Before the error-message tests, make sure the host principal exists, | Ken Raeburn | 2007-09-11 | 1 | -3/+5 |
| * | test program build problem | Ken Raeburn | 2007-08-29 | 3 | -78/+113 |
| * | Expect keytab error to be reported | Ken Raeburn | 2007-08-25 | 1 | -4/+4 |
| * | make depend | Ken Raeburn | 2007-08-16 | 4 | -36/+41 |
| * | remap mechanism-specific status codes in mechglue/spnego | Ken Raeburn | 2007-08-16 | 1 | -1/+48 |
| * | Handle 'Credentials cache file <path> not found' | Ken Raeburn | 2007-07-04 | 1 | -0/+1 |
| * | Use global spawn_id | Ken Raeburn | 2007-07-04 | 1 | -0/+2 |
| * | When skipping debugging '-->' data, only take through the end of the line | Ken Raeburn | 2007-07-04 | 1 | -1/+1 |
| * | make depend | Ken Raeburn | 2007-03-28 | 2 | -2/+4 |
| * | Build tests subtree makefiles at top level | Ken Raeburn | 2007-03-25 | 13 | -54/+24 |
| * | Include autoconf.h | Ken Raeburn | 2007-03-25 | 3 | -1/+3 |
| * | Remove test pass that exercises AES256 over UDP, since we also have | Ken Raeburn | 2007-03-14 | 1 | -12/+0 |
| * | Remove from unused_passes a configuration also listed in the default passes | Ken Raeburn | 2007-03-09 | 1 | -12/+0 |
| * | Do use valgrind on /bin/sh commands, since that's how we launch kadmind curre... | Ken Raeburn | 2007-03-06 | 1 | -1/+2 |
| * | Delete more stuff for 'clean' and 'distclean' targets | Ken Raeburn | 2007-03-02 | 1 | -2/+2 |
| * | Conditionalize more bits that might not be defined by the OS | Ken Raeburn | 2007-02-16 | 1 | -0/+10 |
| * | Don't need to register WRFILE: keytab type, it's already in the compiled-in | Ken Raeburn | 2007-02-01 | 1 | -10/+0 |
| * | Memory leak in tests/gssapi/t_imp_name.c | Ezra Peisach | 2006-12-31 | 1 | -1/+3 |
| * | Inovke krb5_rc_close to shutdown cache - and check for memory leaks | Ezra Peisach | 2006-12-18 | 1 | -0/+5 |
| * | Free allocated memory when no longer used | Ezra Peisach | 2006-10-18 | 1 | -0/+3 |
| * | Invoke krb5_free_principal to remove memory leak | Ezra Peisach | 2006-10-18 | 1 | -0/+1 |
| * | Call freeaddrinfo at end - memory leak | Ezra Peisach | 2006-10-18 | 1 | -0/+1 |
| * | Pass VALGRIND in to runtest. When it's set, redefine spawn to use it for | Ken Raeburn | 2006-10-15 | 2 | -2/+41 |
| * | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 7 | -28/+26 |
| * | Add a policy to the database, then after the dump and restore, check | Ken Raeburn | 2006-10-12 | 1 | -0/+31 |
| * | skip over verbose (protocol trace) debugging output | Ken Raeburn | 2006-10-11 | 1 | -0/+4 |
| * | make depend | Tom Yu | 2006-10-06 | 4 | -17/+19 |
| * | work around failure to load into nonexistent db | Tom Yu | 2006-07-01 | 1 | -0/+5 |
| * | test kdb5_util dump/load functionality in dejagnu | Ken Raeburn | 2006-06-30 | 1 | -0/+58 |