summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab
Commit message (Expand)AuthorAgeFilesLines
* 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
* set errno=0 prior to fopen in kt_fileTom Yu2004-11-242-2/+11
* * kt_file.c (krb5_ktfileint_open): Patch from Roland Dowdeswell toTom Yu2004-11-192-2/+7
* Delete preprocessor tests for macintosh, __MWERKS__, applec, and THINK_C, allKen Raeburn2004-06-222-2/+7
* * kt_file.c (krb5_kt_default_vno): Replaced variable with macroKen Raeburn2004-06-152-1/+5
* Add prototypes for library init and fini functions. Makefile dependenciesEzra Peisach2004-05-284-1/+49
* update dependenciesKen Raeburn2004-04-241-28/+36
* Added support for library initialization and finalization, and verificationKen Raeburn2004-04-242-1/+27
* Since we must reserve the single letter prefixes on all platformsJeffrey Altman2004-04-132-4/+6
* Treat keytab and ccache names without prefixes as type FILE:Jeffrey Altman2004-04-132-11/+23
* ktbase.c - restore the thread safety changes which were accidentlyJeffrey Altman2004-04-082-16/+44
* On Windows, a single letter followed by colon is used to identifyJeffrey Altman2004-04-082-36/+27
* make dependKen Raeburn2004-03-061-1/+2
* For keytab, ccache, and rcache type registries, use const more, andKen Raeburn2004-03-062-9/+35
* Use more const data in the keytab type registryKen Raeburn2004-03-062-6/+14
* make dependKen Raeburn2003-12-151-27/+27
* delete ##WIN16## lines from makefilesKen Raeburn2003-07-172-1/+4
* make-depend updatesKen Raeburn2003-05-241-27/+27
* * kt_file.c (krb5_ktfile_get_entry): Check principal name prior toTom Yu2003-05-222-8/+13
* Register writable keytabs by defaultSam Hartman2003-05-192-1/+10
* Red Hat's krb5_princ_size fixesKen Raeburn2003-04-012-5/+12
* Change comments to remove the note that we're going to redesign keyTom Yu2003-02-082-3/+6
* Use markers in Makefile.in rather than rules in configure.in to indicate whenKen Raeburn2003-01-102-0/+7
* Remove files that haven't been used since 1995Ken Raeburn2003-01-014-219/+0
* * k5-int.h (krb5_ser_handle): Now points to const.Ken Raeburn2002-10-314-17/+26