| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Check fstat result. Close fd on error | Ken Raeburn | 2008-08-06 | 1 | -1/+5 |
| * | 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 |
| * | fix cleanup code in allocating preauth info | Ken Raeburn | 2008-08-06 | 1 | -2/+2 |
| * | 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 |
| * | 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 | 1 | -5/+3 |
| * | Reduce code duplication: krb5_fcc_store_int32 vs krb5_fcc_store_ui_4 | Ken Raeburn | 2008-08-02 | 1 | -18/+1 |
| * | Two versions of resolver code were almost identical, so unify them and reduce... | Ken Raeburn | 2008-08-02 | 1 | -37/+11 |
| * | Pull out code to compute length of quoted name component and copy with | Ken Raeburn | 2008-08-02 | 1 | -78/+68 |
| * | Delete decls for nonexistent functions, and an unused typedef | Ken Raeburn | 2008-07-30 | 1 | -15/+0 |
| * | fix possible uninit variable use in error path | Ken Raeburn | 2008-07-25 | 1 | -0/+1 |
| * | In the gss rpc package, replace the type used for a | Jeffrey Altman | 2008-07-23 | 6 | -29/+32 |
| * | Fix one missed rename of "exit" label to "done" | Tom Yu | 2008-07-23 | 1 | -1/+1 |
| * | replace "exit" label with "done" | Jeffrey Altman | 2008-07-23 | 1 | -4/+4 |
| * | Catch a few more cases of unchecked k5_mutex_lock calls | Ken Raeburn | 2008-07-22 | 1 | -1/+3 |
| * | Another check for null return from krb5_cc_default_name | Ken Raeburn | 2008-07-21 | 1 | -11/+19 |
| * | Check for null name to krb5_cc_resolve, and return an error | Ken Raeburn | 2008-07-21 | 1 | -1/+3 |
| * | This patch addresses the issues raised in this ticket and ticket 5936 | Jeffrey Altman | 2008-07-21 | 1 | -18/+19 |
| * | kadm5_decrypt_key(). This patch prevents the returned keyblock's | Jeffrey Altman | 2008-07-21 | 1 | -1/+2 |
| * | krb5_string_to_keysalts() | Jeffrey Altman | 2008-07-21 | 1 | -1/+1 |
| * | There are two mutex locking issues that Roland Dowdeswell noticed in | Jeffrey Altman | 2008-07-21 | 1 | -0/+13 |
| * | Assign fixed ordinals to comerr32.dll exports | Jeffrey Altman | 2008-07-21 | 1 | -7/+7 |
| * | ccdefault.c: | Jeffrey Altman | 2008-07-21 | 1 | -2/+4 |
| * | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 6 | -6/+6 |
| * | Use mkstemp(), and fstat() the file to make sure that the mkstemp() | Tom Yu | 2008-07-18 | 1 | -19/+60 |
| * | Revert due to potential file modes race condition | Tom Yu | 2008-07-18 | 1 | -18/+14 |
| * | Make krb5_rc_io_creat() use mkstemp | Tom Yu | 2008-07-18 | 1 | -14/+18 |
| * | In krb5_rc_io_creat(), unlink any existing rcache file before trying | Tom Yu | 2008-07-17 | 1 | -1/+2 |
| * | Fix indirection on assignment to minor status | Tom Yu | 2008-07-16 | 1 | -4/+4 |
| * | Check return value from k5_mutex_lock() to partially mitigate some | Tom Yu | 2008-07-16 | 2 | -10/+23 |
| * | r1926@ken-wireless: raeburn | 2008-07-15 16:49:17 -0400 | Ken Raeburn | 2008-07-15 | 2 | -0/+72 |