aboutsummaryrefslogtreecommitdiff
path: root/src/lib/krb5
AgeCommit message (Expand)AuthorFilesLines
2008-10-15handle stash file names with missing keytab type spec and colon in pathKen Raeburn1-0/+5
2008-10-06Change LDAP key-sequence encoder to use a single data structureKen Raeburn1-7/+16
2008-10-01Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood1-1/+1
2008-10-01Finished KLL to KIM shim.Alexandra Ellwood3-24/+42
2008-09-30krb5 library-side changes for com_err based error stringsAlexandra Ellwood1-4/+1
2008-09-22Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson9-181/+966
2008-09-18makedependKen Raeburn7-966/+1092
2008-09-09Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn21-2285/+2306
2008-09-08whitespaceKen Raeburn1-176/+169
2008-09-05Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn1-4/+6
2008-09-05Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn12-3223/+3224
2008-08-27Based on patch from lxs, with some changes:Ken Raeburn19-52/+55
2008-08-25Incorporate Apple's patchKen Raeburn1-1/+28
2008-08-22Let walk_realm_tree tests fail for now, ignore them and keep goingKen Raeburn1-1/+2
2008-08-22Use capaths unconditionally. Update copyrightKen Raeburn1-12/+2
2008-08-20lean client changesZhanna Tsitkov19-19/+85
2008-08-19Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2-1/+5
2008-08-17Using gcov, it was noted that the tests were never including authdataEzra Peisach1-8/+86
2008-08-16In parsing authorization data, if run out of memory, the authorizationEzra Peisach2-2/+6
2008-08-16In copying a credential - if we run out memory - the cleanup code failed to c...Ezra Peisach1-3/+5
2008-08-16Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach3-2/+23
2008-08-15Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood4-13/+22
2008-08-15Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach4-4/+6
2008-08-15a stash file is not a keytabWill Fiveash3-6/+0
2008-08-14If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2-2/+12
2008-08-14In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2-2/+10
2008-08-14In krb5int_copy_creds_contents - if we run out of memory, do notEzra Peisach1-1/+2
2008-08-14Clean up memory leak in krb5_build_principal if we run out of memoryEzra Peisach1-0/+3
2008-08-14Error return from krb5int_random_string not tested in ccache codeEzra Peisach2-2/+13
2008-08-14krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach1-0/+1
2008-08-14krb5_fcc_resolve file locking error on malloc failuerEzra Peisach1-1/+2
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn3-46/+61
2008-08-12Rewrite the building of the ccache-type linked list to be linearKen Raeburn2-25/+37
2008-08-07Don't use memcmp for comparing structures of valuesKen Raeburn1-2/+10
2008-08-07sequence_of_no_tagvars declared variables used only inKen Raeburn1-20/+16
2008-08-07get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn2-26/+16
2008-08-07malloc+memset(,0,) -> callocKen Raeburn19-84/+43
2008-08-07Pull out EOC error checks into separate functionsKen Raeburn2-12/+34
2008-08-07Use bitfields for class and construction typeKen Raeburn1-0/+7
2008-08-07Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn5-33/+40
2008-08-06fix cleanup code in allocating preauth infoKen Raeburn1-2/+2
2008-08-02Use load/store_32/16_be/le functionsKen Raeburn3-23/+9
2008-08-02Pull out two copies of errno mapping into a common functionKen Raeburn1-60/+42
2008-08-02Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn1-66/+6
2008-08-02Rename and export random_string from cc_memory.cKen Raeburn1-5/+3
2008-08-02Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn1-18/+1
2008-08-02Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn1-37/+11
2008-08-02Pull out code to compute length of quoted name component and copy withKen Raeburn1-78/+68
2008-07-22Catch a few more cases of unchecked k5_mutex_lock callsKen Raeburn1-1/+3
2008-07-21Another check for null return from krb5_cc_default_nameKen Raeburn1-11/+19