summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab
Commit message (Expand)AuthorAgeFilesLines
* Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn2008-08-021-37/+11
* Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn2008-07-221-1/+3
* misc uninitialized-storage accessesKen Raeburn2008-06-271-0/+1
* Set close-on-exec flag in most places where file descriptors areKen Raeburn2007-10-222-1/+3
* Add enhanced error messages to new error return cases, explaining theKen Raeburn2007-10-101-0/+6
* kt_file.c: Support multiple iterators active simultaneously, using aKen Raeburn2007-10-092-18/+113
* Make internal functions staticKen Raeburn2007-08-311-38/+38
* make dependKen Raeburn2007-08-161-58/+62
* Free memory leak in do_test() from asprintf integrationEzra Peisach2007-08-141-0/+2
* Set KTFILEP field to null any time we close the fileKen Raeburn2007-07-271-0/+3
* Check for null file handle in get_next.Ken Raeburn2007-07-271-0/+4
* Avoid use of unchecked sprintf in libraries. Use asprintf if theKen Raeburn2007-07-121-7/+6
* In file-not-found case, report the filename soughtKen Raeburn2007-07-041-4/+17
* provide asprintf functionality for internal useKen Raeburn2007-06-201-3/+9
* set eol-style and mime-type propertiesKen Raeburn2007-06-191-677/+677
* don't check for readability resolving SRVTAB: keytabKen Raeburn2007-05-311-7/+0
* update dependenciesKen Raeburn2007-03-021-1/+1
* In the resolve function - ensure on memory allocation error - Ezra Peisach2007-02-121-3/+6
* krb5_kt_get_type should return const char *. Ezra Peisach2007-02-052-2/+2
* Add a new program to perform various tests on the WRFILE: and MEMORY: keytabsEzra Peisach2007-02-042-8/+461
* MEMORY keytab krb5_kt_get_entry sets enctype to 0 if unspecifiedEzra Peisach2007-02-041-10/+10
* MEMORY keytab does not copy keytab_entry keyblock contentsEzra Peisach2007-02-041-3/+21
* Memory leak in new memory keytabEzra Peisach2007-02-031-0/+2
* buffer overflow in krb5_kt_get_nameEzra Peisach2007-02-013-3/+3
* This commit adds a thread safe MEMORY keytab implementation Jeffrey Altman2007-01-305-11/+720
* kt_file.c memory leak on error in krb5_kt_resolve / krb5_kt_wresolveJeffrey Altman2007-01-231-0/+2
* ktfns.c (krb5_kt_get_entry): If the supplied server principal has an emptyKen Raeburn2006-12-191-1/+18
* make dependTom Yu2006-10-061-18/+23
* windows ccache and keytab file paths without a prefix Jeffrey Altman2006-09-051-2/+2
* autoconf 2.60 compatibilityKen Raeburn2006-06-281-1/+1
* Change a bunch of calls to ctype macros (those cited by Jeff, and aKen Raeburn2006-06-161-1/+1
* Prevent a library double-free and crash when a keytab is zero-length.Russ Allbery2006-06-131-1/+4
* Merge about 1/3 of the remaining configure scripts into the top level. ThisKen Raeburn2006-05-311-2/+2
* Rename locate.h to locate_plugin.h. Change references, update dependenciesKen Raeburn2006-05-241-9/+9
* install headers into include/krb5Ken Raeburn2006-05-231-45/+49
* Don't include kdb.h from k5-int.h; instead, include it in the handfulKen Raeburn2006-04-131-22/+18
* Remove ChangeLog files from the source tree. From now on, theSam Hartman2006-04-111-686/+0
* Remove .Sanitize and .rconf files, no longer usedKen Raeburn2006-04-111-45/+0
* * Makefile.in (DEFS): Make emptyKen Raeburn2006-04-022-0/+5
* * kt_file.c (krb5_ktf_keytab_externalize, krb5_ktf_keytab_internalize): ReadKen Raeburn2006-03-312-21/+13
* make depend, now with dependency sortingKen Raeburn2006-03-311-67/+67
* make dependKen Raeburn2006-03-271-19/+27
* Instead of arbitrary division of headers into include and include/krb5, withKen Raeburn2006-03-111-27/+27
* make dependKen Raeburn2006-03-081-9/+18
* make dependTom Yu2005-11-291-28/+19
* Update dependenciesKen Raeburn2005-06-211-19/+28
* Delete definitions of unused macros NEED_SOCKETS and NEED_LOWLEVEL_IOKen Raeburn2005-04-133-2/+5
* run "make depend"Ken Raeburn2004-12-301-55/+55
* fix missing mutex initialization in keytab file codeKen Raeburn2004-11-262-0/+12
* fix missing locking in keytab; fix stdio handling tooKen Raeburn2004-11-242-24/+102