| Commit message (Expand) | Author | Age | Files | Lines |
* | Use capaths unconditionally. Update copyright | Ken Raeburn | 2008-08-22 | 1 | -12/+2 |
* | lean client changes | Zhanna Tsitkov | 2008-08-20 | 33 | -43/+234 |
* | Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that I | Ken Raeburn | 2008-08-19 | 2 | -1/+5 |
* | Using gcov, it was noted that the tests were never including authdata | Ezra Peisach | 2008-08-17 | 1 | -8/+86 |
* | In parsing authorization data, if run out of memory, the authorization | Ezra Peisach | 2008-08-16 | 2 | -2/+6 |
* | In copying a credential - if we run out memory - the cleanup code failed to c... | Ezra Peisach | 2008-08-16 | 1 | -3/+5 |
* | Move internal cccursor structures/prototypes to the ccache private include | Ezra Peisach | 2008-08-16 | 3 | -2/+23 |
* | Conditionalize building of CCAPI ccache type on USE_CCAPI | Alexandra Ellwood | 2008-08-15 | 4 | -13/+22 |
* | Move prototype for krb5int_random_string from k5-int.h to cc-int.h as | Ezra Peisach | 2008-08-15 | 4 | -4/+6 |
* | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 10 | -109/+283 |
* | If the LDAP KDB back end is being built, define ENABLE_LDAP. If | Ken Raeburn | 2008-08-14 | 2 | -2/+12 |
* | In parsing principal - if run out memory - clean up after ourselves. | Ezra Peisach | 2008-08-14 | 2 | -2/+10 |
* | In krb5int_copy_creds_contents - if we run out of memory, do not | Ezra Peisach | 2008-08-14 | 1 | -1/+2 |
* | Clean up memory leak in krb5_build_principal if we run out of memory | Ezra Peisach | 2008-08-14 | 1 | -0/+3 |
* | Error return from krb5int_random_string not tested in ccache code | Ezra Peisach | 2008-08-14 | 2 | -2/+13 |
* | krb5_fcc_read_addrs returns pointer to released memory on malloc failre | Ezra Peisach | 2008-08-14 | 1 | -0/+1 |
* | krb5_fcc_resolve file locking error on malloc failuer | Ezra Peisach | 2008-08-14 | 1 | -1/+2 |
* | Don't build PKINIT ASN.1 support code if not building PKINIT plugin | Ken Raeburn | 2008-08-13 | 3 | -46/+61 |
* | 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 | 1 | -3/+5 |
* | 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 |
* | Update copyright notices to reflect donation of DES implementation by | Tom Yu | 2008-08-12 | 6 | -33/+143 |
* | 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 |