| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 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 |
| * | 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 |
| * | 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 | 1 | -12/+12 |
| * | Use snprintf instead of strcpy/strcat in many places | Greg Hudson | 2008-10-23 | 1 | -13/+4 |
| * | Use strdup in place of malloc/strcpy in many places | Greg Hudson | 2008-10-20 | 1 | -2/+1 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 1 | -1/+5 |
| * | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 1 | -2/+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 |
| * | Set close-on-exec flag in most places where file descriptors are | Ken Raeburn | 2007-10-22 | 1 | -0/+1 |
| * | 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 | 1 | -13/+75 |
| * | Make internal functions static | Ken Raeburn | 2007-08-31 | 1 | -38/+38 |
| * | 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 |
| * | buffer overflow in krb5_kt_get_name | Ezra Peisach | 2007-02-01 | 1 | -1/+1 |
| * | kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolve | Jeffrey Altman | 2007-01-23 | 1 | -0/+2 |
| * | Prevent a library double-free and crash when a keytab is zero-length. | Russ Allbery | 2006-06-13 | 1 | -1/+4 |
| * | * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): Read | Ken Raeburn | 2006-03-31 | 1 | -21/+7 |
| * | Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IO | Ken Raeburn | 2005-04-13 | 1 | -1/+0 |
| * | fix missing mutex initialization in keytab file code | Ken Raeburn | 2004-11-26 | 1 | -0/+8 |
| * | fix missing locking in keytab; fix stdio handling too | Ken Raeburn | 2004-11-24 | 1 | -24/+87 |
| * | set errno=0 prior to fopen in kt_file | Tom Yu | 2004-11-24 | 1 | -2/+4 |
| * | * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell to | Tom Yu | 2004-11-19 | 1 | -2/+2 |
| * | Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, all | Ken Raeburn | 2004-06-22 | 1 | -2/+2 |
| * | * kt_file.c (krb5_kt_default_vno): Replaced variable with macro | Ken Raeburn | 2004-06-15 | 1 | -1/+1 |
| * | * kt_file.c (krb5_ktfile_get_entry): Check principal name prior to | Tom Yu | 2003-05-22 | 1 | -8/+8 |
| * | Red Hat's krb5_princ_size fixes | Ken Raeburn | 2003-04-01 | 1 | -5/+5 |
| * | Change comments to remove the note that we're going to redesign key | Tom Yu | 2003-02-08 | 1 | -3/+1 |
| * | * k5-int.h (krb5_ser_handle): Now points to const. | Ken Raeburn | 2002-10-31 | 1 | -12/+12 |
| * | protoize | Ken Raeburn | 2002-09-03 | 1 | -101/+23 |
| * | * kt_file.c: Undo non-logged part of last change that added inclusion of | Ken Raeburn | 2002-06-11 | 1 | -1/+0 |
| * | put netinet/in.h inclusion with other headers | Ken Raeburn | 2002-06-09 | 1 | -1/+1 |
| * | Merge file and srvtab keytab implementations each into one file, and eliminate | Ken Raeburn | 2002-06-09 | 1 | -0/+1726 |