summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/keytab
Commit message (Expand)AuthorAgeFilesLines
* Reduce boilerplate in makefilesGreg Hudson2013-05-161-5/+0
* Assume mutex locking cannot failGreg Hudson2013-05-143-56/+17
* Simplify principal access within libkrb5Greg Hudson2013-04-081-22/+17
* Add krb5_kt_dup API and use it in two placesGreg Hudson2013-04-011-0/+10
* make dependGreg Hudson2013-03-241-44/+42
* Move a bunch of stuff out of k5-int.hGreg Hudson2013-03-243-4/+9
* Add and use k5memdup, k5memdup0 helpersGreg Hudson2013-02-092-11/+6
* make dependGreg Hudson2013-01-101-1/+1
* Separate clpreauth and kdcpreauth interfacesGreg Hudson2012-12-191-18/+18
* Add krb5_kt_client_default APIGreg Hudson2012-07-021-0/+14
* Improve error message from krb5_kt_have_contentGreg Hudson2012-06-031-2/+10
* Add krb5_kt_have_content APIGreg Hudson2012-06-022-0/+29
* Tighten up error checking in t_keytab.cGreg Hudson2012-06-021-29/+16
* Mark up strings for translationGreg Hudson2011-06-101-5/+8
* Correctly recognize non-iterable keytabs in k5_kt_get_principal()Greg Hudson2011-04-081-1/+3
* Add k5_kt_get_principal, an internal krb5 interface to try to get aGreg Hudson2011-04-081-0/+32
* Static function names should not have krb5_ prefixZhanna Tsitkov2011-03-291-12/+14
* Adjust most C source files to match the new standards for copyrightGreg Hudson2011-03-0912-108/+81
* Make dependGreg Hudson2011-02-251-40/+33
* Use for loops for recursion in the Windows build, cutting down on theGreg Hudson2010-11-281-1/+1
* Fix Windows buildGreg Hudson2010-11-251-1/+1
* FILE keytabs have been able to handle write operations since krb5 1.7,Greg Hudson2010-10-261-31/+12
* When returning KRB5_KT_NOTFOUND from krb5_ktfile_get_entry, set anGreg Hudson2010-10-111-1/+8
* Make dependGreg Hudson2010-09-081-26/+33
* make dependGreg Hudson2010-06-071-44/+48
* Trace loggingGreg Hudson2010-06-071-0/+1
* Negative enctypes improperly read from keytabsGreg Hudson2010-05-131-3/+2
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-222-83/+81
* In lib/krb5/keytab, ensure that function definition headers haveGreg Hudson2009-11-104-206/+139
* make mark-cstyleTom Yu2009-10-3112-1558/+1560
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-33/+40
* 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