aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-03-16Implement test cases for CF2Sam Hartman8-2/+147
2009-03-16Implement KRB-FX_CF2Sam Hartman5-0/+187
2009-03-16Call kdb_set_mkey_list from the KDCSam Hartman2-1/+2
2009-03-16krb5_auth_con_free should support freeing a null auth_context without segfaultSam Hartman1-0/+2
2009-03-15Add LDAP back end support for canonical name attributeGreg Hudson4-7/+78
2009-03-15Document alias support in LDAP back endGreg Hudson1-0/+20
2009-03-14Improve LDAP admin documentationGreg Hudson1-86/+101
2009-03-13CVE-2009-0845 SPNEGO can dereference a null pointerTom Yu1-1/+2
2009-03-13Use correct salt for canonicalized principalsGreg Hudson1-1/+23
2009-03-12Better fix: Delay setting 'outbuf' until after the header buffer mightKen Raeburn1-3/+2
2009-03-12crash using library-allocated storage for header in wrap_iovKen Raeburn1-2/+3
2009-03-11Report verbose error messages from KDCGreg Hudson5-128/+142
2009-03-11Make a working krb5_copy_error_messageGreg Hudson4-3/+18
2009-03-11Make Lite Client lib link againZhanna Tsitkov1-1/+1
2009-03-11Make it link againZhanna Tsitkov1-2/+5
2009-03-10Several small fixes to enable the migrate mkey commands to work properly with...Will Fiveash3-46/+6
2009-03-10Added test for KRB5_NT_UNKNOWN princ typeZhanna Tsitkov3-11/+31
2009-03-10Rename kdb_setup_lib_handle to krb5_db_setup_lib_handle and export it.Greg Hudson4-48/+48
2009-03-09Removed unneeded printf'sZhanna Tsitkov1-2/+0
2009-03-09Introduced '-u' option to kvno to enforce KRB5_NT_UNKNOWN princ typeZhanna Tsitkov1-6/+20
2009-03-06Add "-V" option to klist to print the package name and version, and exitKen Raeburn1-3/+13
2009-03-06send_as_req re-encodes the requestSam Hartman1-19/+12
2009-03-05Take out of the loop unchangeble assignments. TabulationZhanna Tsitkov1-27/+26
2009-02-26krb5_merge_authdata should initialize output on failureSam Hartman1-0/+1
2009-02-26Include authenticator and ticket authdata in gss-apiSam Hartman4-13/+46
2009-02-23Check return code of encode_krb5_ap_req. Also, tabs vs whitespaceZhanna Tsitkov1-134/+135
2009-02-23In krb5int_generate_and_save_subkey, check the return value ofGreg Hudson1-4/+5
2009-02-23Check the return value of fseek in two places in kt_file.cGreg Hudson1-2/+8
2009-02-23Correct the return codeZhanna Tsitkov1-1/+2
2009-02-23Kill an odd (but harmless) use of strncpy inGreg Hudson1-7/+4
2009-02-23send_tgs.c:Sam Hartman1-30/+33
2009-02-20In krcp, check the return value when closing the output file afterGreg Hudson1-1/+2
2009-02-20Also install k5srvutil into PREFIX/bin instead of PREFIX/sbinRuss Allbery1-1/+1
2009-02-20Adjust to the return value of isflagset routineZhanna Tsitkov1-2/+1
2009-02-20KDC realm referral testZhanna Tsitkov17-0/+701
2009-02-19remove obsolete GNU.ORG realm infoKen Raeburn1-6/+1
2009-02-19Fix in handle_referral_paramsZhanna Tsitkov1-9/+10
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn18-16/+309
2009-02-17Revert the fopen part of the previous krb5_kuserok change, but keepGreg Hudson1-5/+4
2009-02-17In krb5_kuserok, just try opening .k5login; don't check ahead of timeGreg Hudson1-9/+11
2009-02-13Be less verbose about routing-socket messagesKen Raeburn1-4/+15
2009-02-13Correct numerous memory leaks on error conditions in the ASN.1Greg Hudson3-299/+1030
2009-02-13In krb5_decode_leak.c, work around the oddity thatGreg Hudson1-2/+16
2009-02-13In tgs_construct_tgsreq, free scratch even if scratch->data is NULL.Greg Hudson1-2/+2
2009-02-13Implement TGS authenticator subkey usageSam Hartman5-38/+60
2009-02-12Don't pass negative numbers to strerrorKen Raeburn1-0/+14
2009-02-12Don't apply 'const' twice. Make kg_arcfour_l40 staticKen Raeburn1-1/+1
2009-02-12Don't apply 'const' twiceKen Raeburn1-1/+1
2009-02-12In krb5_get_in_tkt_with_password, free opte before returning the errorGreg Hudson1-1/+1
2009-02-12Make output parameter of krb5_generate_subkey_extended well-defined onGreg Hudson1-7/+15