| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Correct numerous memory leaks on error conditions in the ASN.1 | Greg Hudson | 2009-02-13 | 3 | -299/+1030 |
| * | In krb5_decode_leak.c, work around the oddity that | Greg Hudson | 2009-02-13 | 1 | -2/+16 |
| * | In tgs_construct_tgsreq, free scratch even if scratch->data is NULL. | Greg Hudson | 2009-02-13 | 1 | -2/+2 |
| * | Implement TGS authenticator subkey usage | Sam Hartman | 2009-02-13 | 5 | -38/+60 |
| * | Don't pass negative numbers to strerror | Ken Raeburn | 2009-02-12 | 1 | -0/+14 |
| * | Don't apply 'const' twice. Make kg_arcfour_l40 static | Ken Raeburn | 2009-02-12 | 1 | -1/+1 |
| * | Don't apply 'const' twice | Ken Raeburn | 2009-02-12 | 1 | -1/+1 |
| * | In krb5_get_in_tkt_with_password, free opte before returning the error | Greg Hudson | 2009-02-12 | 1 | -1/+1 |
| * | Make output parameter of krb5_generate_subkey_extended well-defined on | Greg Hudson | 2009-02-12 | 1 | -7/+15 |
| * | Remove useless unsigned >=0 tests | Ken Raeburn | 2009-02-12 | 1 | -2/+2 |
| * | In krb5_rc_io_open_internal, d->fn is always set for the cleanup | Greg Hudson | 2009-02-12 | 1 | -6/+4 |
| * | Modify asn12krb5_buf and asn1_do_full_encode to make output parameter | Greg Hudson | 2009-02-12 | 2 | -18/+27 |
| * | Fix allocation failure check in walk_rtree | Greg Hudson | 2009-02-12 | 1 | -1/+1 |
| * | Add a new test harness to facilitate memory leak detection in the | Greg Hudson | 2009-02-11 | 3 | -3/+678 |
| * | Ensure we have a free function for every data type we have an ASN.1 | Greg Hudson | 2009-02-11 | 3 | -7/+50 |
| * | --disable-rpath is not working | Ezra Peisach | 2009-02-11 | 1 | -1/+1 |
| * | Add test for krb5_cc_get_principal and ensure returned value correct | Ezra Peisach | 2009-02-11 | 1 | -1/+22 |
| * | Install ktutil and kadmin into CLIENT_BINDIR instead of ADMIN_BINDIR | Russ Allbery | 2009-02-11 | 2 | -2/+2 |
| * | remove local objects from list for windows | Ken Raeburn | 2009-02-11 | 1 | -3/+3 |
| * | remove des425 syms; add some new dce,iov syms needed for gssapi | Ken Raeburn | 2009-02-11 | 1 | -9/+18 |
| * | Updates for current CCAPI code; build krb5 unicode support | Ken Raeburn | 2009-02-11 | 1 | -8/+16 |
| * | Some updates to compile and link on Windows, with recent CCAPI changes | Ken Raeburn | 2009-02-11 | 6 | -11/+20 |
| * | pull in unicode stuff on windows | Ken Raeburn | 2009-02-11 | 1 | -2/+2 |
| * | hide stat buf init on windows | Ken Raeburn | 2009-02-11 | 1 | -1/+1 |
| * | make build on windows, in current makefile framework | Ken Raeburn | 2009-02-11 | 2 | -5/+3 |
| * | Windows version of 'copy a bunch of files around' | Ken Raeburn | 2009-02-11 | 1 | -0/+11 |
| * | build strlcpy.c, printf.c, ipc_stream.c on windows | Ken Raeburn | 2009-02-11 | 1 | -1/+17 |
| * | define SSIZE_MAX forWindows | Ken Raeburn | 2009-02-11 | 1 | -0/+4 |
| * | unistd.h is posix only | Ken Raeburn | 2009-02-11 | 1 | -0/+2 |
| * | pull in dependency files | Ken Raeburn | 2009-02-11 | 1 | -0/+5 |
| * | update | Ken Raeburn | 2009-02-10 | 1 | -0/+11 |
| * | In krb5_ccache_internalize: fix resource leaks, fix several cases | Greg Hudson | 2009-02-10 | 1 | -25/+46 |
| * | In the ccache serialization code, remove some unnecessary checks for | Greg Hudson | 2009-02-10 | 1 | -4/+3 |
| * | Fix a memory leak (unlikely to happen in practice) in krb5_mcc_store; | Greg Hudson | 2009-02-10 | 1 | -5/+6 |
| * | Adjust the structure of krb5_decode.c functions to initialize output | Greg Hudson | 2009-02-10 | 1 | -375/+432 |
| * | Update t_k5buf.c for the renamed buffer type constants | Greg Hudson | 2009-02-10 | 1 | -10/+14 |
| * | Rename functions from k5_ipc_stream_* to krb5int_ipc_stream_*, because some o... | Ken Raeburn | 2009-02-09 | 28 | -528/+528 |
| * | Add variables for optionally building ipc_stream.c; currently empty | Ken Raeburn | 2009-02-09 | 1 | -0/+5 |
| * | Adjust names to not conflict with Windows headers | Ken Raeburn | 2009-02-09 | 2 | -23/+23 |
| * | Include assert.h | Ken Raeburn | 2009-02-09 | 1 | -0/+1 |
| * | Use winsock2.h on Windows. Make initializer value static | Ken Raeburn | 2009-02-09 | 1 | -1/+4 |
| * | Rename X11 resource file to avoid name conflict on Mac in in-place build | Ken Raeburn | 2009-02-09 | 1 | -0/+0 |
| * | Make asn1buf_destroy return void, since it's a free function. In | Greg Hudson | 2009-02-09 | 3 | -23/+23 |
| * | In asn1_k_encode.c, stop inconsistently destroying buf on some errors. | Greg Hudson | 2009-02-09 | 1 | -23/+7 |
| * | Fix one more case of an explicit null check before calling a free | Ken Raeburn | 2009-02-09 | 1 | -7/+2 |
| * | Check if mem allocation was successful | Zhanna Tsitkov | 2009-02-09 | 1 | -127/+115 |
| * | Fix possible free of uninitialized value in walk_rtree | Greg Hudson | 2009-02-09 | 1 | -1/+1 |
| * | Change contract of krb5int_utf8_normalize and fix memory leaks | Greg Hudson | 2009-02-09 | 3 | -44/+51 |
| * | Provide omitted return value in last change | Ken Raeburn | 2009-02-09 | 1 | -1/+1 |
| * | Remove unused file | Ken Raeburn | 2009-02-09 | 1 | -161/+0 |