| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Re-add repaired iprop (really, update-log creation) test case | Ken Raeburn | 2008-11-07 | 1 | -0/+124 |
* | Back out iprop test; it's not working right after all | Ken Raeburn | 2008-11-07 | 1 | -112/+0 |
* | Test that an iprop update log gets properly created and updated | Ken Raeburn | 2008-11-07 | 2 | -0/+131 |
* | fix typo in 'file delete' change | Ken Raeburn | 2008-11-07 | 1 | -1/+1 |
* | Use 'file delete' instead of spawning an 'rm' process | Ken Raeburn | 2008-11-07 | 1 | -19/+17 |
* | Recognize 'ticket expired' when trying to get a root shell | Ken Raeburn | 2008-11-06 | 1 | -1/+1 |
* | Convert many uses of strcpy/strcat (and sometimes sprintf) to accepted | Greg Hudson | 2008-11-05 | 1 | -24/+23 |
* | Check in Nalin's patch, and a test case for changing passwords via kinit | Ken Raeburn | 2008-11-04 | 1 | -0/+141 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 6 | -42/+52 |
* | partial rewrite of the ASN.1 encoders | Ken Raeburn | 2008-10-25 | 3 | -15/+229 |
* | More regression tests for ASN.1 encoders | Ken Raeburn | 2008-10-25 | 5 | -2/+174 |
* | Use strlcpy instead of strcpy in many places | Greg Hudson | 2008-10-24 | 2 | -3/+6 |
* | 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 |