summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* Untabify. Normalize whitespace. Reindent. Fix some of the mostTom Yu2008-10-1566-8076/+8163
* handle stash file names with missing keytab type spec and colon in pathKen Raeburn2008-10-151-0/+5
* Change LDAP key-sequence encoder to use a single data structureKen Raeburn2008-10-061-7/+16
* Increase the default RPC timeout for kadmin from 25 seconds to 120Greg Hudson2008-10-022-3/+3
* In clntudp_call, fix a bug in the handling of an error case (it failedGreg Hudson2008-10-021-1/+0
* Make unset strings in kim_options and kim_selection_hintsAlexandra Ellwood2008-10-011-1/+1
* Finished KLL to KIM shim.Alexandra Ellwood2008-10-014-41/+62
* krb5 library-side changes for com_err based error stringsAlexandra Ellwood2008-09-302-8/+3
* Merge 1.7 work on auxiliary ccache functions necessary for KIM. Adds krb5_cc_...Justin Anderson2008-09-229-181/+966
* makedependKen Raeburn2008-09-1834-2050/+2250
* Untabify; trim trailing whitespace; add emacs local variables to avoid tabsKen Raeburn2008-09-0921-2285/+2306
* whitespaceKen Raeburn2008-09-081-176/+169
* Use braces to repair broken emacs indentation, caused by omission of aKen Raeburn2008-09-051-4/+6
* Whitespace changes, mostly horizontal, for consistency with currentKen Raeburn2008-09-0512-3223/+3224
* Use GSS_S_BAD_STATUS for unknown status codesKen Raeburn2008-09-031-1/+1
* fix resource leak in USE_PASSWORD_SERVER codeKen Raeburn2008-08-281-34/+27
* Based on patch from lxs, with some changes:Ken Raeburn2008-08-2762-195/+189
* whitespaceTom Yu2008-08-261-1/+1
* Incorporate Apple's patchKen Raeburn2008-08-251-1/+28
* Let walk_realm_tree tests fail for now, ignore them and keep goingKen Raeburn2008-08-221-1/+2
* Use capaths unconditionally. Update copyrightKen Raeburn2008-08-221-12/+2
* lean client changesZhanna Tsitkov2008-08-2033-43/+234
* Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that IKen Raeburn2008-08-192-1/+5
* Using gcov, it was noted that the tests were never including authdataEzra Peisach2008-08-171-8/+86
* In parsing authorization data, if run out of memory, the authorizationEzra Peisach2008-08-162-2/+6
* In copying a credential - if we run out memory - the cleanup code failed to c...Ezra Peisach2008-08-161-3/+5
* Move internal cccursor structures/prototypes to the ccache private includeEzra Peisach2008-08-163-2/+23
* Conditionalize building of CCAPI ccache type on USE_CCAPIAlexandra Ellwood2008-08-154-13/+22
* Move prototype for krb5int_random_string from k5-int.h to cc-int.h asEzra Peisach2008-08-154-4/+6
* a stash file is not a keytabWill Fiveash2008-08-1510-109/+283
* If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn2008-08-142-2/+12
* In parsing principal - if run out memory - clean up after ourselves. Ezra Peisach2008-08-142-2/+10
* In krb5int_copy_creds_contents - if we run out of memory, do notEzra Peisach2008-08-141-1/+2
* Clean up memory leak in krb5_build_principal if we run out of memoryEzra Peisach2008-08-141-0/+3
* Error return from krb5int_random_string not tested in ccache codeEzra Peisach2008-08-142-2/+13
* krb5_fcc_read_addrs returns pointer to released memory on malloc failreEzra Peisach2008-08-141-0/+1
* krb5_fcc_resolve file locking error on malloc failuerEzra Peisach2008-08-141-1/+2
* Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn2008-08-133-46/+61
* Open log file for appending only, not also readingAlexandra Ellwood2008-08-131-1/+1
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-131-3/+5
* Rewrite the building of the ccache-type linked list to be linearKen Raeburn2008-08-122-25/+37
* If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt...Ken Raeburn2008-08-126-12/+12
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-126-33/+143
* Disable CONFIG_SMALL optimizations for nowKen Raeburn2008-08-071-0/+2
* Don't use memcmp for comparing structures of valuesKen Raeburn2008-08-071-2/+10
* Don't leak attr_types storage on errorKen Raeburn2008-08-071-9/+27
* sequence_of_no_tagvars declared variables used only inKen Raeburn2008-08-071-20/+16
* get_eoc() is always followed by next_tag(), so don't bother settingKen Raeburn2008-08-072-26/+16
* malloc+memset(,0,) -> callocKen Raeburn2008-08-0719-84/+43
* Pull out EOC error checks into separate functionsKen Raeburn2008-08-072-12/+34