summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/krb
Commit message (Expand)AuthorAgeFilesLines
...
* make mark-cstyleTom Yu2009-10-31112-12620/+12684
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-281-2/+2
* When iterating through the keytab in krb5_rd_req(), do notLuke Howard2009-10-221-2/+4
* For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard2009-10-201-12/+12
* fix some Coverity reported defects in naming extensionsLuke Howard2009-10-204-25/+27
* Implement new APIs to allow improved crypto performanceGreg Hudson2009-10-1916-203/+217
* Fix preauth looping in krb5_get_init_credsGreg Hudson2009-10-131-2/+16
* Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson2009-10-131-4/+2
* Move destest to builtin/des, because it depends on overriding someTom Yu2009-10-101-289/+370
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0916-80/+2311
* In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson2009-10-061-1/+1
* Fix a braino in r22790Greg Hudson2009-09-281-1/+1
* Fix a few problems introduced by r22787Greg Hudson2009-09-282-9/+7
* Clean up krb5_get_credentials:Greg Hudson2009-09-253-65/+59
* Fix a few bugs in r22736. Cherry-picked from Luke's authdata branchGreg Hudson2009-09-211-5/+5
* Clean up warnings of unused variables that have crept into the source tree..Ezra Peisach2009-09-202-3/+0
* Re-run make depend without autoconf.h in the source treeGreg Hudson2009-09-161-638/+568
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-161-558/+638
* Implement s4u extensionsGreg Hudson2009-09-1311-132/+1319
* Re-run make depend. (I am not certain why the dependencies fromGreg Hudson2009-08-031-0/+10
* Fix of the test cleanup Zhanna Tsitkov2009-08-011-0/+3
* Fix memory leak in k5_pac_verify_server_checksumEzra Peisach2009-07-302-1/+5
* memory leak in test code t_authdataEzra Peisach2009-07-301-0/+1
* Fix memory leak by release context at end of test codeEzra Peisach2009-07-301-0/+3
* Enctype list configuration enhancementsGreg Hudson2009-07-293-78/+334
* Use zero-terminated enctype lists in the context structure instead ofGreg Hudson2009-07-273-169/+148
* In krb5_copy_error_message, pass correct pointer toGreg Hudson2009-06-271-1/+1
* krb5int_rd_chpw_rep could call krb5_free_error with random valueEzra Peisach2009-06-101-1/+1
* Fix test rules for non-gmake make versionsGreg Hudson2009-05-241-2/+2
* Use printf format attribute only with gccKen Raeburn2009-05-222-0/+4
* When using keyed checksum types with TGS subkeys, Microsoft AD 2003Greg Hudson2009-05-191-0/+2
* In recvauth_common, convert a use of strcpy to strdupGreg Hudson2009-05-111-2/+2
* Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2009-05-072-7/+13
* After consultation with kenh, remove a comment and if statement whichGreg Hudson2009-05-071-7/+0
* Fix yet another memory leak in pa_samGreg Hudson2009-05-061-0/+1
* Fix multiple memory leaks in obtain_sam_padataGreg Hudson2009-05-061-23/+29
* In pa_sam, use the correct function to free sam_challenge in theGreg Hudson2009-05-061-1/+1
* Fix a memory leak in pa_sam_2 where an outer data structure wasn'tGreg Hudson2009-05-061-0/+1
* Fix a memory leak in pa_samGreg Hudson2009-05-051-2/+5
* Fix a memory leak in krb5_obtain_padataGreg Hudson2009-05-051-1/+1
* In pa_sam_2, free sc2 in an error-handling case where it was leakedGreg Hudson2009-05-051-1/+3
* In pa_sam_2, free scratch in a couple of error-handling blocks whereGreg Hudson2009-05-051-0/+2
* In krb5int_rd_setpw_rep, if we get an error result, set ap_rep.lengthGreg Hudson2009-05-051-0/+1
* Remove some unnecessary null checks in krb5_get_in_tkt_with_passwordGreg Hudson2009-05-051-4/+2
* Remove some unnecessary null checks in krb5_get_in_tkt_with_keytabGreg Hudson2009-05-051-4/+2
* In krb5_get_in_tkt, free the whole encoded request (since theGreg Hudson2009-05-051-1/+1
* Fix a case in the krb5_rd_rep error handler (introduced in the lastGreg Hudson2009-05-051-2/+3
* Simplify cleanup in obtain_sam_padata slightlyGreg Hudson2009-05-041-5/+3
* Fix an error message memory leak in krb5_preauth_supply_preauth_dataGreg Hudson2009-05-041-0/+1
* Fix some direct returns in krb5_get_cred_from_kdc_opt which would leakGreg Hudson2009-05-041-12/+25