| Commit message (Expand) | Author | Age | Files | Lines |
* | Separate clpreauth and kdcpreauth interfaces | Greg Hudson | 2012-12-19 | 1 | -18/+18 |
* | Add krb5_kt_client_default API | Greg Hudson | 2012-07-02 | 1 | -0/+14 |
* | Improve error message from krb5_kt_have_content | Greg Hudson | 2012-06-03 | 1 | -2/+10 |
* | Add krb5_kt_have_content API | Greg Hudson | 2012-06-02 | 2 | -0/+29 |
* | Tighten up error checking in t_keytab.c | Greg Hudson | 2012-06-02 | 1 | -29/+16 |
* | Mark up strings for translation | Greg Hudson | 2011-06-10 | 1 | -5/+8 |
* | Correctly recognize non-iterable keytabs in k5_kt_get_principal() | Greg Hudson | 2011-04-08 | 1 | -1/+3 |
* | Add k5_kt_get_principal, an internal krb5 interface to try to get a | Greg Hudson | 2011-04-08 | 1 | -0/+32 |
* | Static function names should not have krb5_ prefix | Zhanna Tsitkov | 2011-03-29 | 1 | -12/+14 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 12 | -108/+81 |
* | Make depend | Greg Hudson | 2011-02-25 | 1 | -40/+33 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -1/+1 |
* | FILE keytabs have been able to handle write operations since krb5 1.7, | Greg Hudson | 2010-10-26 | 1 | -31/+12 |
* | When returning KRB5_KT_NOTFOUND from krb5_ktfile_get_entry, set an | Greg Hudson | 2010-10-11 | 1 | -1/+8 |
* | Make depend | Greg Hudson | 2010-09-08 | 1 | -26/+33 |
* | make depend | Greg Hudson | 2010-06-07 | 1 | -44/+48 |
* | Trace logging | Greg Hudson | 2010-06-07 | 1 | -0/+1 |
* | Negative enctypes improperly read from keytabs | Greg Hudson | 2010-05-13 | 1 | -3/+2 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 2 | -83/+81 |
* | In lib/krb5/keytab, ensure that function definition headers have | Greg Hudson | 2009-11-10 | 4 | -206/+139 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 12 | -1558/+1560 |
* | Move destest to builtin/des, because it depends on overriding some | Tom Yu | 2009-10-10 | 1 | -33/+40 |
* | Re-run make depend without autoconf.h in the source tree | Greg Hudson | 2009-09-16 | 1 | -71/+64 |
* | Crypto modularity proj.: Move prf and random-to-key ops from backend to krb | Zhanna Tsitkov | 2009-09-16 | 1 | -64/+71 |
* | In krb5_ktfileint_write_entry, add a no-op fseek in between reading | Greg Hudson | 2009-05-23 | 1 | -0/+3 |
* | Check return value of ftell() in krb5_ktfileint_find_slot | Greg Hudson | 2009-05-01 | 1 | -0/+4 |
* | In krb5_kt_resolve, ensure that the output parameter is set to NULL on | Greg Hudson | 2009-04-30 | 1 | -5/+9 |
* | In ktfile_common_resolve, set the output pointer to NULL on error, and | Greg Hudson | 2009-04-30 | 1 | -25/+29 |
* | Fix a memory leak by reorganizing krb5_ktf_keytab_internalize to use | Greg Hudson | 2009-04-30 | 1 | -80/+70 |
* | Fix an unchecked use of fwrite in krb5_ktfileint_delete_entry | Greg Hudson | 2009-04-27 | 1 | -1/+3 |
* | Simplify and shorten krb5_ktfileint_find_slot, and properly handle the | Greg Hudson | 2009-04-24 | 1 | -99/+40 |
* | In krb5_ktfileint_find_slot, don't continue the loop when we find a | Greg Hudson | 2009-04-24 | 1 | -0/+1 |
* | Make krb5_mkt_resolve error handling work | Greg Hudson | 2009-04-13 | 1 | -69/+77 |
* | More dead code elimination. When asprintf was used the varaible namelen was | Ezra Peisach | 2009-04-12 | 1 | -5/+0 |
* | Check the return value of fseek in two places in kt_file.c | Greg Hudson | 2009-02-23 | 1 | -2/+8 |
* | In krb5_ktfileint_find_slot, check for an error return from ftell. | Greg Hudson | 2009-02-05 | 1 | -0/+3 |
* | Fix a memory leak in krb5_kt_resolve when we fail to lock | Greg Hudson | 2009-02-05 | 1 | -6/+9 |
* | Remove xfread/xfwrite macros. Casting the first argument to char * is | Greg Hudson | 2009-02-04 | 1 | -36/+33 |
* | Start to phase out krb5_xfree macro, which just casts its argument to | Ken Raeburn | 2009-01-28 | 4 | -52/+52 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 2 | -115/+113 |
* | Don't build dependencies for v4rcp.c. | Ken Raeburn | 2008-11-04 | 1 | -64/+68 |
* | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 3 | -39/+12 |
* | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 3 | -7/+3 |
* | handle stash file names with missing keytab type spec and colon in path | Ken Raeburn | 2008-10-15 | 1 | -0/+5 |
* | makedepend | Ken Raeburn | 2008-09-18 | 1 | -58/+65 |
* | lean client changes | Zhanna Tsitkov | 2008-08-20 | 10 | -10/+44 |
* | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 3 | -6/+0 |
* | Two versions of resolver code were almost identical, so unify them and reduce... | Ken Raeburn | 2008-08-02 | 1 | -37/+11 |
* | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 1 | -1/+3 |