aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/keytab
AgeCommit message (Expand)AuthorFilesLines
2009-10-31make mark-cstyleTom Yu12-1558/+1560
2009-10-10Move destest to builtin/des, because it depends on overriding someTom Yu1-33/+40
2009-09-16Re-run make depend without autoconf.h in the source treeGreg Hudson1-71/+64
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-64/+71
2009-05-23In krb5_ktfileint_write_entry, add a no-op fseek in between readingGreg Hudson1-0/+3
2009-05-01Check return value of ftell() in krb5_ktfileint_find_slotGreg Hudson1-0/+4
2009-04-30In krb5_kt_resolve, ensure that the output parameter is set to NULL onGreg Hudson1-5/+9
2009-04-30In ktfile_common_resolve, set the output pointer to NULL on error, andGreg Hudson1-25/+29
2009-04-30Fix a memory leak by reorganizing krb5_ktf_keytab_internalize to useGreg Hudson1-80/+70
2009-04-27Fix an unchecked use of fwrite in krb5_ktfileint_delete_entryGreg Hudson1-1/+3
2009-04-24Simplify and shorten krb5_ktfileint_find_slot, and properly handle theGreg Hudson1-99/+40
2009-04-24In krb5_ktfileint_find_slot, don't continue the loop when we find aGreg Hudson1-0/+1
2009-04-13Make krb5_mkt_resolve error handling workGreg Hudson1-69/+77
2009-04-12More dead code elimination. When asprintf was used the varaible namelen wasEzra Peisach1-5/+0
2009-02-23Check the return value of fseek in two places in kt_file.cGreg Hudson1-2/+8
2009-02-05In krb5_ktfileint_find_slot, check for an error return from ftell.Greg Hudson1-0/+3
2009-02-05Fix a memory leak in krb5_kt_resolve when we fail to lockGreg Hudson1-6/+9
2009-02-04Remove xfread/xfwrite macros. Casting the first argument to char * isGreg Hudson1-36/+33
2009-01-28Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn4-52/+52
2009-01-05move generated dependencies out of Makefile.inKen Raeburn2-115/+113
2008-11-04Don't build dependencies for v4rcp.c.Ken Raeburn1-64/+68
2008-10-23Use snprintf instead of strcpy/strcat in many placesGreg Hudson3-39/+12
2008-10-20Use strdup in place of malloc/strcpy in many placesGreg Hudson3-7/+3
2008-10-15handle stash file names with missing keytab type spec and colon in pathKen Raeburn1-0/+5
2008-09-18makedependKen Raeburn1-58/+65
2008-08-20lean client changesZhanna Tsitkov10-10/+44
2008-08-15a stash file is not a keytabWill Fiveash3-6/+0
2008-08-02Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn1-37/+11
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn1-1/+3
2008-06-27misc uninitialized-storage accessesKen Raeburn1-0/+1
2007-10-22Set close-on-exec flag in most places where file descriptors areKen Raeburn2-1/+3
2007-10-10Add enhanced error messages to new error return cases, explaining theKen Raeburn1-0/+6
2007-10-09kt_file.c: Support multiple iterators active simultaneously, using aKen Raeburn2-18/+113
2007-08-31Make internal functions staticKen Raeburn1-38/+38
2007-08-16make dependKen Raeburn1-58/+62
2007-08-14Free memory leak in do_test() from asprintf integrationEzra Peisach1-0/+2
2007-07-27Set KTFILEP field to null any time we close the fileKen Raeburn1-0/+3
2007-07-27Check for null file handle in get_next.Ken Raeburn1-0/+4
2007-07-12Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn1-7/+6
2007-07-04In file-not-found case, report the filename soughtKen Raeburn1-4/+17
2007-06-20provide asprintf functionality for internal useKen Raeburn1-3/+9
2007-06-19set eol-style and mime-type propertiesKen Raeburn1-677/+677
2007-05-31don't check for readability resolving SRVTAB: keytabKen Raeburn1-7/+0
2007-03-02update dependenciesKen Raeburn1-1/+1
2007-02-12In the resolve function - ensure on memory allocation error - Ezra Peisach1-3/+6
2007-02-05krb5_kt_get_type should return const char *. Ezra Peisach2-2/+2
2007-02-04Add a new program to perform various tests on the WRFILE: and MEMORY: keytabsEzra Peisach2-8/+461
2007-02-04MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecifiedEzra Peisach1-10/+10
2007-02-04MEMORY keytab does not copy keytab_entry keyblock contentsEzra Peisach1-3/+21
2007-02-03Memory leak in new memory keytabEzra Peisach1-0/+2