| Commit message (Expand) | Author | Age | Files | Lines |
| * | CCAPI is leaking mach ports | Alexandra Ellwood | 2008-08-22 | 1 | -2/+6 |
| * | Let walk_realm_tree tests fail for now, ignore them and keep going | Ken Raeburn | 2008-08-22 | 1 | -1/+2 |
| * | Use capaths unconditionally. Update copyright | Ken Raeburn | 2008-08-22 | 1 | -12/+2 |
| * | New macro for testing whether the compiler supports a given | Ken Raeburn | 2008-08-22 | 1 | -15/+43 |
| * | KIM should not provide keytab functions when building lite framework | Alexandra Ellwood | 2008-08-22 | 3 | -0/+158 |
| * | Updated documentation to be more specific about TLS impact | Alexandra Ellwood | 2008-08-22 | 1 | -5/+8 |
| * | Removed warnings of unused variable | Alexandra Ellwood | 2008-08-22 | 1 | -1/+3 |
| * | Check for struct sockaddr_storage only in top-level configure script, not | Ken Raeburn | 2008-08-22 | 2 | -30/+1 |
| * | lean client changes | Zhanna Tsitkov | 2008-08-20 | 35 | -51/+237 |
| * | Add support to send CFNotifications on ccache and cache collection changes | Alexandra Ellwood | 2008-08-20 | 5 | -0/+139 |
| * | Notify clients on ccache deletion | Alexandra Ellwood | 2008-08-20 | 3 | -7/+20 |
| * | Added some carriage returns to decrease line length | Alexandra Ellwood | 2008-08-20 | 1 | -1/+3 |
| * | Update krb4 test to use aclocal.m4 macro and default to disabled | Ken Raeburn | 2008-08-19 | 1 | -9/+1 |
| * | Fix broken build -- conditionalize some stuff on DISABLE_PKINIT that I | Ken Raeburn | 2008-08-19 | 2 | -1/+5 |
| * | 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 |