summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Open log file for appending only, not also readingAlexandra Ellwood2008-08-131-1/+1
* Use a valid UTF8 password for randkey passwordAlexandra Ellwood2008-08-132-8/+14
* 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
* Shorter export list, dumping a bunch of stuff most clients probably would't needKen Raeburn2008-08-121-278/+149
* Add a new directory, configured but not built by default, and neverKen Raeburn2008-08-123-0/+507
* Actually use the export list for Darwin librariesKen Raeburn2008-08-121-1/+1
* Disable caching on Mac for nowKen Raeburn2008-08-121-1/+1
* Always define krb5int_pthread_loaded, for consistencyKen Raeburn2008-08-121-0/+4
* Update copyright notices to reflect donation of DES implementation byTom Yu2008-08-126-33/+143
* If krb5int_pthread_loaded is a function and we're using gcc, give it 'const' ...Ken Raeburn2008-08-081-1/+6
* New config option to enable size optimizationsKen Raeburn2008-08-071-2/+15
* 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
* turn off thread-support debugging codeKen Raeburn2008-08-061-2/+2
* Check fstat result. Close fd on errorKen Raeburn2008-08-061-1/+5
* If CONFIG_SMALL is defined, always use function calls for k5_mutex_lockKen Raeburn2008-08-062-1/+2
* Oops. Really delete the extra argument this timeKen Raeburn2008-08-061-1/+1
* 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
* Check for malloc failureKen Raeburn2008-08-061-0/+5
* Removed unused (and unpassed) argument to process_k5beta7_policyKen Raeburn2008-08-061-1/+0
* cstatus() takes no argumentsKen Raeburn2008-08-061-1/+1
* Fix test for accept failureKen Raeburn2008-08-061-1/+1
* bad free in kpropKen Raeburn2008-08-061-1/+1
* Fix bug in array size calculationKen Raeburn2008-08-061-1/+1
* Always use unsigned for one-bit fieldsKen Raeburn2008-08-061-2/+2
* fix cleanup code in allocating preauth infoKen Raeburn2008-08-061-2/+2
* Fix possible locking protocol failure in error handling pathKen Raeburn2008-08-062-2/+4
* error in socket number range check in kdcKen Raeburn2008-08-051-3/+9
* 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
* Use load/store_32_be instead of open-codingKen Raeburn2008-08-021-8/+2
* 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-022-5/+5