aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5/keytab
AgeCommit message (Expand)AuthorFilesLines
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
2007-02-01buffer overflow in krb5_kt_get_nameEzra Peisach3-3/+3
2007-01-30 This commit adds a thread safe MEMORY keytab implementation Jeffrey Altman5-11/+720
2007-01-23kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolveJeffrey Altman1-0/+2
2006-12-19ktfns.c (krb5_kt_get_entry): If the supplied server principal has an emptyKen Raeburn1-1/+18
2006-10-06make dependTom Yu1-18/+23
2006-09-05windows ccache and keytab file paths without a prefix Jeffrey Altman1-2/+2
2006-06-28autoconf 2.60 compatibilityKen Raeburn1-1/+1
2006-06-16Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn1-1/+1
2006-06-13Prevent a library double-free and crash when a keytab is zero-length.Russ Allbery1-1/+4
2006-05-31Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn1-2/+2
2006-05-24Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn1-9/+9
2006-05-23install headers into include/krb5Ken Raeburn1-45/+49
2006-04-13Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn1-22/+18
2006-04-11Remove ChangeLog files from the source tree. From now on, theSam Hartman1-686/+0
2006-04-11Remove .Sanitize and .rconf files, no longer usedKen Raeburn1-45/+0
2006-04-02* Makefile.in (DEFS): Make emptyKen Raeburn2-0/+5
2006-03-31* kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2-21/+13
2006-03-31make depend, now with dependency sortingKen Raeburn1-67/+67
2006-03-27make dependKen Raeburn1-19/+27
2006-03-11Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn1-27/+27
2006-03-08make dependKen Raeburn1-9/+18