summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* update krb5_c_keylength function, create krb5_c_random_to_key functionKevin Coffman2006-11-174-10/+103
* commits for KFW 3.1 Beta 4Jeffrey Altman2006-11-1715-206/+679
* krb5_stdccv3_generate_new returns NULL ccacheAlexandra Ellwood2006-11-161-3/+3
* * rd_req_dec.c: Whitespace changes in function headers.Ken Raeburn2006-11-161-9/+53
* include realm in "can't resolve KDC" error messageKen Raeburn2006-11-161-0/+4
* avoid double frees in ccache manipulation around gen_newKen Raeburn2006-11-162-4/+7
* fix warning in preauth_plugin.h headerKen Raeburn2006-11-161-1/+1
* fix some warnings in ldap codeKen Raeburn2006-11-168-52/+30
* LDAP patch from Novell, 2006-10-13Ken Raeburn2006-11-1510-241/+53
* Add macros for __attribute__((deprecated)) for krb4 and des APIsAlexandra Ellwood2006-11-152-125/+304
* allow server preauth plugin verify_padata function to return e-dataKevin Coffman2006-11-136-15/+88
* correct client preauth plugin request_contextKevin Coffman2006-11-132-8/+23
* more Novell ldap patches from Nov 6 and Fix for wrong password policy referen...Will Fiveash2006-11-139-74/+107
* Delay kadmind random number initialization until after forkRuss Allbery2006-11-091-9/+11
* Install gssapi.h in includedir that includes gssapi/gssapi.h so that eitherRuss Allbery2006-11-092-0/+6
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-096-7/+126
* Add public function to get keylenth associated with an enctypeKevin Coffman2006-11-094-0/+72
* Remove obsolete/conflicting prototype for krb524_convert_princsKevin Coffman2006-11-091-7/+0
* commit for KFW 3.1 beta 3 (part two)Jeffrey Altman2006-11-081-3/+0
* commits for KFW 3.1 Beta 3Jeffrey Altman2006-11-0814-300/+426
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-072-3/+3
* krb5_get_init_creds_password does not consistently prompt for password changingJeffrey Altman2006-11-061-6/+4
* Make clean in lib/kdb leaves error table filesEzra Peisach2006-11-051-0/+1
* Make clean does not remove lib/crypto/t_prfEzra Peisach2006-11-051-1/+1
* * tcl_kadm5.c (parse_principal_ent, parse_policy_ent): Don't pass back anKen Raeburn2006-11-022-4/+4
* * secure.c (secure_putbuf): Initialize automatic variable LENGTH to 0.Ken Raeburn2006-11-022-3/+3
* * svr_principal.c (kadm5_use_password_server): Define only if USE_PASSWORD_SE...Ken Raeburn2006-11-021-0/+2
* * svc_auth_gss.c (svcauth_gss_import_name): Unused function deletedKen Raeburn2006-11-021-26/+0
* * g_pw_in_tkt.c (passwd_to_key): Unused function deletedKen Raeburn2006-11-021-48/+6
* * prng.c (init_error): Unused variable deletedKen Raeburn2006-11-021-1/+0
* * fake-addrinfo.c (krb5int_lock_fac, krb5int_unlock_fac): Define only if FAI_...Ken Raeburn2006-11-021-0/+4
* Modify the preath plugin interface so that a plugin's context isKevin Coffman2006-11-0111-299/+435
* make dependKen Raeburn2006-11-014-24/+34
* * cnv_tkt_skey.c (krb524_convert_princs): Move here, make static.Ken Raeburn2006-11-013-46/+16
* * conv_princ.c (krb5_425_conv_principal): Fix silly typo in arrays' sizes inKen Raeburn2006-10-311-2/+4
* latest Novell ldap patches and kdb5_util dump support for ldapWill Fiveash2006-10-3015-369/+600
* don't confuse profile iterator in 425 princ conversionKen Raeburn2006-10-281-5/+5
* use strdupKen Raeburn2006-10-281-4/+2
* fix krb5_ldap_iterate to handle NULL match_expr and open_db_and_mkey to use K...Will Fiveash2006-10-232-1/+8
* fix invalid access found by valgrindKevin Coffman2006-10-231-1/+1
* Avoid segfault in krb5_do_preauth_tryagainKevin Coffman2006-10-231-1/+1
* For Irix - determine if using gcc and gnu ld - set compiler flags properlyEzra Peisach2006-10-231-1/+7
* osf1 -oldstyle_liblookup typoEzra Peisach2006-10-221-1/+1
* Delete src/lib/ccapi.Sam Hartman2006-10-2160-14200/+0
* enabling LDAP mix-in support for kdb5_util loadWill Fiveash2006-10-218-59/+238
* Add supp-int.h to provide prototypes for declared internal functions.Ezra Peisach2006-10-185-4/+43
* Memory leak fixes on exitEzra Peisach2006-10-182-1/+8
* Free allocated memory when no longer usedEzra Peisach2006-10-181-0/+3
* Invoke krb5_free_principal to remove memory leakEzra Peisach2006-10-181-0/+1
* Call freeaddrinfo at end - memory leakEzra Peisach2006-10-181-0/+1