summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab
Commit message (Expand)AuthorAgeFilesLines
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-71/+64
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-64/+71
* In krb5_ktfileint_write_entry, add a no-op fseek in between readingGreg Hudson2009-05-231-0/+3
* Check return value of ftell() in krb5_ktfileint_find_slotGreg Hudson2009-05-011-0/+4
* In krb5_kt_resolve, ensure that the output parameter is set to NULL onGreg Hudson2009-04-301-5/+9
* In ktfile_common_resolve, set the output pointer to NULL on error, andGreg Hudson2009-04-301-25/+29
* Fix a memory leak by reorganizing krb5_ktf_keytab_internalize to useGreg Hudson2009-04-301-80/+70
* Fix an unchecked use of fwrite in krb5_ktfileint_delete_entryGreg Hudson2009-04-271-1/+3
* Simplify and shorten krb5_ktfileint_find_slot, and properly handle theGreg Hudson2009-04-241-99/+40
* In krb5_ktfileint_find_slot, don't continue the loop when we find aGreg Hudson2009-04-241-0/+1
* Make krb5_mkt_resolve error handling workGreg Hudson2009-04-131-69/+77
* More dead code elimination. When asprintf was used the varaible namelen wasEzra Peisach2009-04-121-5/+0
* Check the return value of fseek in two places in kt_file.cGreg Hudson2009-02-231-2/+8
* In krb5_ktfileint_find_slot, check for an error return from ftell.Greg Hudson2009-02-051-0/+3
* Fix a memory leak in krb5_kt_resolve when we fail to lockGreg Hudson2009-02-051-6/+9
* Remove xfread/xfwrite macros. Casting the first argument to char * isGreg Hudson2009-02-041-36/+33
* Start to phase out krb5_xfree macro, which just casts its argument toKen Raeburn2009-01-284-52/+52
* move generated dependencies out of Makefile.inKen Raeburn2009-01-052-115/+113
* Don't build dependencies for v4rcp.c.Ken Raeburn2008-11-041-64/+68
* Use snprintf instead of strcpy/strcat in many placesGreg Hudson2008-10-233-39/+12
* Use strdup in place of malloc/strcpy in many placesGreg Hudson2008-10-203-7/+3
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-151-0/+5
* makedependKen Raeburn2008-09-181-58/+65
* lean client changesZhanna Tsitkov2008-08-2010-10/+44
* a stash file is not a keytabWill Fiveash2008-08-153-6/+0
* 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