summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use bitfields for class and construction typeKen Raeburn2008-08-071-0/+7
* Rewrite tagnum-checking code to streamline normal path and push refinedKen Raeburn2008-08-075-33/+40
* Check fstat result. Close fd on errorKen Raeburn2008-08-061-1/+5
* Remove some 'register' declarationsKen Raeburn2008-08-061-3/+3
* Rewrite conditional test for update log processing to make static analysis si...Ken Raeburn2008-08-061-4/+4
* After freeing dbprinc, reset it to nullKen Raeburn2008-08-061-1/+3
* In loop over entries, make local vars local to each iterationKen Raeburn2008-08-061-11/+11
* Fully initialize handle data on allocationKen Raeburn2008-08-061-0/+2
* Don't coerce fgetc value to char before EOF checkKen Raeburn2008-08-061-2/+4
* fix cleanup code in allocating preauth infoKen Raeburn2008-08-061-2/+2
* specify return type of 'harmless'Ken Raeburn2008-08-051-1/+1
* Use load/store_32/16_be/le functionsKen Raeburn2008-08-023-23/+9
* Pull out two copies of errno mapping into a common functionKen Raeburn2008-08-021-60/+42
* Use load_store_16/32_beKen Raeburn2008-08-022-10/+6
* Make more uses of load/store_32_be/le, which on x86 at least expandsKen Raeburn2008-08-027-67/+22
* Use GET_HALF_BLOCK to fetch new values instead of open-codingKen Raeburn2008-08-022-16/+10
* Use krb5int_random_string, load_32_be, load_16_be, store_32_be, andKen Raeburn2008-08-021-66/+6
* Rename and export random_string from cc_memory.cKen Raeburn2008-08-021-5/+3
* Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4Ken Raeburn2008-08-021-18/+1
* Two versions of resolver code were almost identical, so unify them and reduce...Ken Raeburn2008-08-021-37/+11