aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
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
2006-10-18Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach5-4/+43
2006-10-18Memory leak fixes on exitEzra Peisach2-1/+8
2006-10-18Free allocated memory when no longer usedEzra Peisach1-0/+3
2006-10-18Invoke krb5_free_principal to remove memory leakEzra Peisach1-0/+1
2006-10-18Call freeaddrinfo at end - memory leakEzra Peisach1-0/+1
2006-10-18Declare krb5_mcc_get_flags static - it is not exported or used outside of fileEzra Peisach1-5/+5
2006-10-18Unsigned/signed warning fixEzra Peisach1-1/+1
2006-10-16Include gss_libinit.h for gssint_initialize_library() prototypeEzra Peisach5-1/+5
2006-10-16Include string.h for memcmp prototypeEzra Peisach1-0/+1
2006-10-16Include time.h for time() prototypeEzra Peisach1-0/+1
2006-10-16Add prototype for krb5int_init_context_kdcEzra Peisach1-0/+2
2006-10-16Add prototype for krb5_aprof_get_booleanEzra Peisach1-0/+2
2006-10-16Tag krb5_rc_dfl_init_locked as static - not used outside fileEzra Peisach1-1/+1
2006-10-15Cleanup some warnings on missing prototypesEzra Peisach6-3/+13
2006-10-15fix typo in make var refKen Raeburn1-1/+1