| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Implement tests for authdata functions | Sam Hartman | 2009-03-16 | 3 | -2/+114 |
| * | Implement krb5int_find_authdata | Sam Hartman | 2009-03-16 | 1 | -0/+89 |
| * | Implement test cases for CF2 | Sam Hartman | 2009-03-16 | 8 | -2/+147 |
| * | Implement KRB-FX_CF2 | Sam Hartman | 2009-03-16 | 5 | -0/+187 |
| * | Call kdb_set_mkey_list from the KDC | Sam Hartman | 2009-03-16 | 2 | -1/+2 |
| * | krb5_auth_con_free should support freeing a null auth_context without segfault | Sam Hartman | 2009-03-16 | 1 | -0/+2 |
| * | Add LDAP back end support for canonical name attribute | Greg Hudson | 2009-03-15 | 4 | -7/+78 |
| * | CVE-2009-0845 SPNEGO can dereference a null pointer | Tom Yu | 2009-03-13 | 1 | -1/+2 |
| * | Use correct salt for canonicalized principals | Greg Hudson | 2009-03-13 | 1 | -1/+23 |
| * | Better fix: Delay setting 'outbuf' until after the header buffer might | Ken Raeburn | 2009-03-12 | 1 | -3/+2 |
| * | crash using library-allocated storage for header in wrap_iov | Ken Raeburn | 2009-03-12 | 1 | -2/+3 |
| * | Report verbose error messages from KDC | Greg Hudson | 2009-03-11 | 5 | -128/+142 |
| * | Make a working krb5_copy_error_message | Greg Hudson | 2009-03-11 | 4 | -3/+18 |
| * | Make Lite Client lib link again | Zhanna Tsitkov | 2009-03-11 | 1 | -1/+1 |
| * | Make it link again | Zhanna Tsitkov | 2009-03-11 | 1 | -2/+5 |
| * | Several small fixes to enable the migrate mkey commands to work properly with... | Will Fiveash | 2009-03-10 | 3 | -46/+6 |
| * | Added test for KRB5_NT_UNKNOWN princ type | Zhanna Tsitkov | 2009-03-10 | 3 | -11/+31 |
| * | Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it. | Greg Hudson | 2009-03-10 | 4 | -48/+48 |
| * | Removed unneeded printf's | Zhanna Tsitkov | 2009-03-09 | 1 | -2/+0 |
| * | Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ type | Zhanna Tsitkov | 2009-03-09 | 1 | -6/+20 |
| * | Add "-V" option to klist to print the package name and version, and exit | Ken Raeburn | 2009-03-06 | 1 | -3/+13 |
| * | send_as_req re-encodes the request | Sam Hartman | 2009-03-06 | 1 | -19/+12 |
| * | Take out of the loop unchangeble assignments. Tabulation | Zhanna Tsitkov | 2009-03-05 | 1 | -27/+26 |
| * | krb5_merge_authdata should initialize output on failure | Sam Hartman | 2009-02-26 | 1 | -0/+1 |
| * | Include authenticator and ticket authdata in gss-api | Sam Hartman | 2009-02-26 | 4 | -13/+46 |
| * | Check return code of encode_krb5_ap_req. Also, tabs vs whitespace | Zhanna Tsitkov | 2009-02-23 | 1 | -134/+135 |
| * | In krb5int_generate_and_save_subkey, check the return value of | Greg Hudson | 2009-02-23 | 1 | -4/+5 |
| * | Check the return value of fseek in two places in kt_file.c | Greg Hudson | 2009-02-23 | 1 | -2/+8 |
| * | Correct the return code | Zhanna Tsitkov | 2009-02-23 | 1 | -1/+2 |
| * | 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 |