| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Open log file for appending only, not also reading | Alexandra Ellwood | 2008-08-13 | 1 | -1/+1 |
| * | Use a valid UTF8 password for randkey password | Alexandra Ellwood | 2008-08-13 | 2 | -8/+14 |
| * | Rewrite the building of the ccache-type linked list to be linear | Ken Raeburn | 2008-08-12 | 2 | -25/+37 |
| * | If CONFIG_SMALL_NO_CRYPTO is defined, turn off CONFIG_SMALL changes for crypt... | Ken Raeburn | 2008-08-12 | 6 | -12/+12 |
| * | Shorter export list, dumping a bunch of stuff most clients probably would't need | Ken Raeburn | 2008-08-12 | 1 | -278/+149 |
| * | Add a new directory, configured but not built by default, and never | Ken Raeburn | 2008-08-12 | 3 | -0/+507 |
| * | Actually use the export list for Darwin libraries | Ken Raeburn | 2008-08-12 | 1 | -1/+1 |
| * | Disable caching on Mac for now | Ken Raeburn | 2008-08-12 | 1 | -1/+1 |
| * | Always define krb5int_pthread_loaded, for consistency | Ken Raeburn | 2008-08-12 | 1 | -0/+4 |
| * | Update copyright notices to reflect donation of DES implementation by | Tom Yu | 2008-08-12 | 6 | -33/+143 |
| * | If krb5int_pthread_loaded is a function and we're using gcc, give it 'const' ... | Ken Raeburn | 2008-08-08 | 1 | -1/+6 |
| * | New config option to enable size optimizations | Ken Raeburn | 2008-08-07 | 1 | -2/+15 |
| * | Disable CONFIG_SMALL optimizations for now | Ken Raeburn | 2008-08-07 | 1 | -0/+2 |
| * | Don't use memcmp for comparing structures of values | Ken Raeburn | 2008-08-07 | 1 | -2/+10 |
| * | Don't leak attr_types storage on error | Ken Raeburn | 2008-08-07 | 1 | -9/+27 |
| * | sequence_of_no_tagvars declared variables used only in | Ken Raeburn | 2008-08-07 | 1 | -20/+16 |
| * | get_eoc() is always followed by next_tag(), so don't bother setting | Ken Raeburn | 2008-08-07 | 2 | -26/+16 |
| * | malloc+memset(,0,) -> calloc | Ken Raeburn | 2008-08-07 | 19 | -84/+43 |
| * | Pull out EOC error checks into separate functions | Ken Raeburn | 2008-08-07 | 2 | -12/+34 |
| * | Use bitfields for class and construction type | Ken Raeburn | 2008-08-07 | 1 | -0/+7 |
| * | Rewrite tagnum-checking code to streamline normal path and push refined | Ken Raeburn | 2008-08-07 | 5 | -33/+40 |
| * | turn off thread-support debugging code | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
| * | Check fstat result. Close fd on error | Ken Raeburn | 2008-08-06 | 1 | -1/+5 |
| * | If CONFIG_SMALL is defined, always use function calls for k5_mutex_lock | Ken Raeburn | 2008-08-06 | 2 | -1/+2 |
| * | Oops. Really delete the extra argument this time | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Remove some 'register' declarations | Ken Raeburn | 2008-08-06 | 1 | -3/+3 |
| * | Rewrite conditional test for update log processing to make static analysis si... | Ken Raeburn | 2008-08-06 | 1 | -4/+4 |
| * | After freeing dbprinc, reset it to null | Ken Raeburn | 2008-08-06 | 1 | -1/+3 |
| * | In loop over entries, make local vars local to each iteration | Ken Raeburn | 2008-08-06 | 1 | -11/+11 |
| * | Fully initialize handle data on allocation | Ken Raeburn | 2008-08-06 | 1 | -0/+2 |
| * | Don't coerce fgetc value to char before EOF check | Ken Raeburn | 2008-08-06 | 1 | -2/+4 |
| * | Check for malloc failure | Ken Raeburn | 2008-08-06 | 1 | -0/+5 |
| * | Removed unused (and unpassed) argument to process_k5beta7_policy | Ken Raeburn | 2008-08-06 | 1 | -1/+0 |
| * | cstatus() takes no arguments | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Fix test for accept failure | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | bad free in kprop | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Fix bug in array size calculation | Ken Raeburn | 2008-08-06 | 1 | -1/+1 |
| * | Always use unsigned for one-bit fields | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
| * | fix cleanup code in allocating preauth info | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
| * | Fix possible locking protocol failure in error handling path | Ken Raeburn | 2008-08-06 | 2 | -2/+4 |
| * | error in socket number range check in kdc | Ken Raeburn | 2008-08-05 | 1 | -3/+9 |
| * | specify return type of 'harmless' | Ken Raeburn | 2008-08-05 | 1 | -1/+1 |
| * | Use load/store_32/16_be/le functions | Ken Raeburn | 2008-08-02 | 3 | -23/+9 |
| * | Pull out two copies of errno mapping into a common function | Ken Raeburn | 2008-08-02 | 1 | -60/+42 |
| * | Use load_store_16/32_be | Ken Raeburn | 2008-08-02 | 2 | -10/+6 |
| * | Use load/store_32_be instead of open-coding | Ken Raeburn | 2008-08-02 | 1 | -8/+2 |
| * | Make more uses of load/store_32_be/le, which on x86 at least expands | Ken Raeburn | 2008-08-02 | 7 | -67/+22 |
| * | Use GET_HALF_BLOCK to fetch new values instead of open-coding | Ken Raeburn | 2008-08-02 | 2 | -16/+10 |
| * | Use krb5int_random_string, load_32_be, load_16_be, store_32_be, and | Ken Raeburn | 2008-08-02 | 1 | -66/+6 |
| * | Rename and export random_string from cc_memory.c | Ken Raeburn | 2008-08-02 | 2 | -5/+5 |