| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | profile write code should only quote empty strings | Alexandra Ellwood | 2008-08-19 | 1 | -1/+1 |
| * | Get KerberosAgent building again after KIM changes | Alexandra Ellwood | 2008-08-19 | 4 | -12/+23 |
| * | Default to not building krb4 support | Ken Raeburn | 2008-08-19 | 1 | -3/+3 |
| * | Fixed export list for new hints functions | Alexandra Ellwood | 2008-08-19 | 3 | -16/+9 |
| * | Modified hints APIs to be a single API that takes string keys. | Alexandra Ellwood | 2008-08-19 | 32 | -892/+683 |
| * | Updated bindings. Incomplete but commiting to avoid losing changes | Alexandra Ellwood | 2008-08-18 | 1 | -44/+46 |
| * | 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 | 4 | -22/+23 |
| * | Conditionalize building of CCAPI ccache type on USE_CCAPI | Alexandra Ellwood | 2008-08-15 | 4 | -13/+22 |
| * | mac port of kim should not depend on kipc | Alexandra Ellwood | 2008-08-15 | 2 | -2/+6 |
| * | Move prototype for krb5int_random_string from k5-int.h to cc-int.h as | Ezra Peisach | 2008-08-15 | 5 | -6/+6 |
| * | a stash file is not a keytab | Will Fiveash | 2008-08-15 | 29 | -155/+513 |
| * | Only add -Os for size optimizations if CFLAGS wasn't specified already. If | Ken Raeburn | 2008-08-14 | 1 | -2/+6 |
| * | If the LDAP KDB back end is being built, define ENABLE_LDAP. If | Ken Raeburn | 2008-08-14 | 3 | -2/+13 |
| * | 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 | 4 | -51/+74 |
| * | 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 |