| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | misc uninitialized-storage accesses | Ken Raeburn | 2008-06-27 | 1 | -0/+1 |
* | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 2 | -1/+3 |
* | Add enhanced error messages to new error return cases, explaining the | Ken Raeburn | 2007-10-10 | 1 | -0/+6 |
* | kt_file.c: Support multiple iterators active simultaneously, using a | Ken Raeburn | 2007-10-09 | 2 | -18/+113 |
* | Make internal functions static | Ken Raeburn | 2007-08-31 | 1 | -38/+38 |
* | make depend | Ken Raeburn | 2007-08-16 | 1 | -58/+62 |
* | Free memory leak in do_test() from asprintf integration | Ezra Peisach | 2007-08-14 | 1 | -0/+2 |
* | Set KTFILEP field to null any time we close the file | Ken Raeburn | 2007-07-27 | 1 | -0/+3 |
* | Check for null file handle in get_next. | Ken Raeburn | 2007-07-27 | 1 | -0/+4 |
* | Avoid use of unchecked sprintf in libraries. Use asprintf if the | Ken Raeburn | 2007-07-12 | 1 | -7/+6 |
* | In file-not-found case, report the filename sought | Ken Raeburn | 2007-07-04 | 1 | -4/+17 |
* | provide asprintf functionality for internal use | Ken Raeburn | 2007-06-20 | 1 | -3/+9 |
* | set eol-style and mime-type properties | Ken Raeburn | 2007-06-19 | 1 | -677/+677 |
* | don't check for readability resolving SRVTAB: keytab | Ken Raeburn | 2007-05-31 | 1 | -7/+0 |
* | update dependencies | Ken Raeburn | 2007-03-02 | 1 | -1/+1 |
* | In the resolve function - ensure on memory allocation error - | Ezra Peisach | 2007-02-12 | 1 | -3/+6 |
* | krb5_kt_get_type should return const char *. | Ezra Peisach | 2007-02-05 | 2 | -2/+2 |
* | Add a new program to perform various tests on the WRFILE: and MEMORY: keytabs | Ezra Peisach | 2007-02-04 | 2 | -8/+461 |
* | MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecified | Ezra Peisach | 2007-02-04 | 1 | -10/+10 |
* | MEMORY keytab does not copy keytab_entry keyblock contents | Ezra Peisach | 2007-02-04 | 1 | -3/+21 |
* | Memory leak in new memory keytab | Ezra Peisach | 2007-02-03 | 1 | -0/+2 |
* | buffer overflow in krb5_kt_get_name | Ezra Peisach | 2007-02-01 | 3 | -3/+3 |
* | This commit adds a thread safe MEMORY keytab implementation | Jeffrey Altman | 2007-01-30 | 5 | -11/+720 |