summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
...
* MITKRB5-SA-2006-003: mechglue argument handling too laxTom Yu2007-01-0924-277/+827
* MITKRB5-SA-2006-002: svctcp_destroy() can call uninitialized function pointerTom Yu2007-01-091-0/+5
* If gss_krb5int_unseal_token_v3() unwraps a message of length 0 - freeEzra Peisach2006-12-301-0/+4
* memory leak if defective header present in gss_krb5int_unseal_token_v3Ezra Peisach2006-12-301-1/+3
* * copy_data.c (krb5_copy_data): Use krb5int_copy_data_contentsKen Raeburn2006-12-281-10/+7
* * cc_memory.c (krb5_mcc_next_cred): Use krb5int_copy_creds_contentsKen Raeburn2006-12-281-45/+3
* * lib/krb5/krb/copy_creds.c (krb5int_copy_creds_contents): New function, splitKen Raeburn2006-12-281-2/+21
* comment the various data structuresKen Raeburn2006-12-281-0/+4
* * src/lib/krb5/krb/get_in_tkt.c (krb5_get_init_creds): FixTom Yu2006-12-221-3/+4
* use KRB5KRB_ERR_GENERIC, not KRB_ERR_GENERIC in preauth2.cTom Yu2006-12-191-3/+3
* don't pass null pointer to krb5_do_preauth_tryagain()Tom Yu2006-12-191-17/+24
* ktfns.c (krb5_kt_get_entry): If the supplied server principal has an emptyKen Raeburn2006-12-191-1/+18
* krb5_is_referral_realm now takes a pointer to const krb5_data, since it doesn'tKen Raeburn2006-12-191-1/+1
* Use __extension__ if initializing by field name and using GCC in pre-C99 modeKen Raeburn2006-12-191-0/+3
* export krb5_get_init_creds_opt_set_change_password_promptTom Yu2006-12-191-0/+1
* krb5_rc_io_open_internal on error will call close(-1)Ezra Peisach2006-12-181-1/+3
* krb5_get_init_creds_opt_set_change_password_promptJeffrey Altman2006-12-143-2/+20
* make dependKen Raeburn2006-12-124-52/+56
* Don't leak padata when looping for krb5_do_preauth_tryagain()Kevin Coffman2006-12-081-4/+4
* build the trunk on Windows (again)Jeffrey Altman2006-12-083-10/+12
* Undo revision 18930 which was not supposed to include thisJeffrey Altman2006-12-071-11/+1
* Modifications to support the generation and embedding Jeffrey Altman2006-12-072-1/+17
* krb5_cc_remove should work for the CCAPIAlexandra Ellwood2006-12-055-111/+195
* Make clean in lib/krb5/os does not clean test objsEzra Peisach2006-12-031-1/+1
* * src/lib/krb5/ccache/cc_file.c: Adapted patch from RolandTom Yu2006-12-011-8/+24
* send a new request with the new padata returned by krb5_do_preauth_tryagain()Kevin Coffman2006-12-012-5/+4
* bump minor versions due to API additionsTom Yu2006-12-012-2/+2
* * src/lib/krb5/krb/vfy_increds.c (krb5_verify_init_creds): UseTom Yu2006-11-302-23/+5
* * src/lib/krb5/krb/gc_via_tkt.c (check_reply_server): New functionTom Yu2006-11-301-20/+62
* * src/lib/krb5/krb/gc_frm_kdc.c: Also do style cleanup.Tom Yu2006-11-301-81/+124
* Implemented CCAPI v3 specific ccache collection cursorJustin Anderson2006-11-293-3/+152
* krb5int_copy_data_contents shouldn't free memory it didn't allocateTom Yu2006-11-281-2/+0
* fix debug messagesKevin Coffman2006-11-221-7/+7
* free error message when freeing contextKevin Coffman2006-11-211-0/+2
* * src/lib/krb5/ccache/ccbase.c (krb5int_cc_getops): InternalTom Yu2006-11-183-11/+63
* krb5_get_init_creds_password:Jeffrey Altman2006-11-171-8/+0
* reset use_master flag when master_kdc cannot be found Jeffrey Altman2006-11-171-1/+11
* use krb5_c_valid_enctype, not valid_enctypeKen Raeburn2006-11-171-2/+2
* update krb5_c_keylength function, create krb5_c_random_to_key functionKevin Coffman2006-11-174-10/+103
* 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
* correct client preauth plugin request_contextKevin Coffman2006-11-131-6/+17
* more Novell ldap patches from Nov 6 and Fix for wrong password policy referen...Will Fiveash2006-11-131-4/+6
* Add "get_data" function to the client preauth plugin interfaceKevin Coffman2006-11-092-5/+81
* Add public function to get keylenth associated with an enctypeKevin Coffman2006-11-093-0/+67
* krb5.h not C++-safe due to "struct krb5_cccol_cursor"Alexandra Ellwood2006-11-071-1/+1
* 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