aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-11-17 krb5_get_init_creds_password:Jeffrey Altman1-8/+0
2006-11-17one more commit for kfw 3.1 beta 4Jeffrey Altman1-0/+7
2006-11-17reset use_master flag when master_kdc cannot be found Jeffrey Altman1-1/+11
2006-11-17use krb5_c_valid_enctype, not valid_enctypeKen Raeburn1-2/+2
2006-11-17Didn't include header changes in the previous commitKevin Coffman1-2/+7
2006-11-17update krb5_c_keylength function, create krb5_c_random_to_key functionKevin Coffman4-10/+103
2006-11-17commits for KFW 3.1 Beta 4Jeffrey Altman15-206/+679
2006-11-16krb5_stdccv3_generate_new returns NULL ccacheAlexandra Ellwood1-3/+3
2006-11-16* rd_req_dec.c: Whitespace changes in function headers.Ken Raeburn1-9/+53
2006-11-16include realm in "can't resolve KDC" error messageKen Raeburn1-0/+4
2006-11-16avoid double frees in ccache manipulation around gen_newKen Raeburn2-4/+7
2006-11-16fix warning in preauth_plugin.h headerKen Raeburn1-1/+1
2006-11-16fix some warnings in ldap codeKen Raeburn8-52/+30
2006-11-15LDAP patch from Novell, 2006-10-13Ken Raeburn10-241/+53
2006-11-15Add macros for __attribute__((deprecated)) for krb4 and des APIsAlexandra Ellwood2-125/+304
2006-11-13allow server preauth plugin verify_padata function to return e-dataKevin Coffman6-15/+88
2006-11-13correct client preauth plugin request_contextKevin Coffman2-8/+23
2006-11-13more Novell ldap patches from Nov 6 and Fix for wrong password policy referen...Will Fiveash9-74/+107
2006-11-09Delay kadmind random number initialization until after forkRuss Allbery1-9/+11
2006-11-09Install gssapi.h in includedir that includes gssapi/gssapi.h so that eitherRuss Allbery2-0/+6
2006-11-09Add "get_data" function to the client preauth plugin interfaceKevin Coffman6-7/+126
2006-11-09Add public function to get keylenth associated with an enctypeKevin Coffman4-0/+72
2006-11-09Remove obsolete/conflicting prototype for krb524_convert_princsKevin Coffman1-7/+0
2006-11-08commit for KFW 3.1 beta 3 (part two)Jeffrey Altman1-3/+0
2006-11-08commits for KFW 3.1 Beta 3Jeffrey Altman14-300/+426
2006-11-07krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2-3/+3
2006-11-06krb5_get_init_creds_password does not consistently prompt for password changingJeffrey Altman1-6/+4
2006-11-05Make clean in lib/kdb leaves error table filesEzra Peisach1-0/+1
2006-11-05Make clean does not remove lib/crypto/t_prfEzra Peisach1-1/+1
2006-11-02* tcl_kadm5.c (parse_principal_ent, parse_policy_ent): Don't pass back anKen Raeburn2-4/+4
2006-11-02* secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2-3/+3
2006-11-02* svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE...Ken Raeburn1-0/+2
2006-11-02* svc_auth_gss.c (svcauth_gss_import_name): Unused function deletedKen Raeburn1-26/+0
2006-11-02* g_pw_in_tkt.c (passwd_to_key): Unused function deletedKen Raeburn1-48/+6
2006-11-02* prng.c (init_error): Unused variable deletedKen Raeburn1-1/+0
2006-11-02* fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn1-0/+4
2006-11-01Modify the preath plugin interface so that a plugin's context isKevin Coffman11-299/+435
2006-11-01make dependKen Raeburn4-24/+34
2006-11-01* cnv_tkt_skey.c (krb524_convert_princs): Move here, make static.Ken Raeburn3-46/+16
2006-10-31* conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes inKen Raeburn1-2/+4
2006-10-30latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash15-369/+600
2006-10-28don't confuse profile iterator in 425 princ conversionKen Raeburn1-5/+5
2006-10-28use strdupKen Raeburn1-4/+2
2006-10-23fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash2-1/+8
2006-10-23fix invalid access found by valgrindKevin Coffman1-1/+1
2006-10-23Avoid segfault in krb5_do_preauth_tryagainKevin Coffman1-1/+1
2006-10-23For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach1-1/+7
2006-10-22osf1 -oldstyle_liblookup typoEzra Peisach1-1/+1
2006-10-21Delete src/lib/ccapi.Sam Hartman60-14200/+0
2006-10-21enabling LDAP mix-in support for kdb5_util loadWill Fiveash8-59/+238