| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Kill an odd (but harmless) use of strncpy in | Greg Hudson | 2009-02-23 | 1 | -7/+4 |
| * | send_tgs.c: | Sam Hartman | 2009-02-23 | 1 | -30/+33 |
| * | In krcp, check the return value when closing the output file after | Greg Hudson | 2009-02-20 | 1 | -1/+2 |
| * | Also install k5srvutil into PREFIX/bin instead of PREFIX/sbin | Russ Allbery | 2009-02-20 | 1 | -1/+1 |
| * | Adjust to the return value of isflagset routine | Zhanna Tsitkov | 2009-02-20 | 1 | -2/+1 |
| * | KDC realm referral test | Zhanna Tsitkov | 2009-02-20 | 17 | -0/+701 |
| * | remove obsolete GNU.ORG realm info | Ken Raeburn | 2009-02-19 | 1 | -6/+1 |
| * | Fix in handle_referral_params | Zhanna Tsitkov | 2009-02-19 | 1 | -9/+10 |
| * | Some fixups and stubs for building ccapi on UNIX, and dependencies. | Ken Raeburn | 2009-02-18 | 18 | -16/+309 |
| * | Revert the fopen part of the previous krb5_kuserok change, but keep | Greg Hudson | 2009-02-17 | 1 | -5/+4 |
| * | In krb5_kuserok, just try opening .k5login; don't check ahead of time | Greg Hudson | 2009-02-17 | 1 | -9/+11 |
| * | Be less verbose about routing-socket messages | Ken Raeburn | 2009-02-13 | 1 | -4/+15 |
| * | 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 |