summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5
Commit message (Expand)AuthorAgeFilesLines
* Quote realm name in error message.Ken Raeburn2009-10-301-1/+7
* Bump the accessor version number since we made changes.Greg Hudson2009-10-281-11/+7
* Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov2009-10-282-3/+3
* Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard2009-10-231-1/+1
* 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-1917-204/+218
* 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-108-573/+710
* Implement GSS naming extensions and authdata verificationGreg Hudson2009-10-0924-86/+2396
* In asn1_decode_enc_kdc_rep_part, don't leak the enc_padata field onGreg Hudson2009-10-091-0/+1
* In krb5_encrypt_helper, return ENOMEM instead of 0 if we can'tGreg Hudson2009-10-061-1/+1
* Slightly more comprehensible message for KRB5_RC_IOKen Raeburn2009-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-168-1246/+1119
* Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov2009-09-168-1109/+1246
* Implement s4u extensionsGreg Hudson2009-09-1317-138/+1422
* Use load_32_be processing length in TCP replyKen Raeburn2009-08-211-5/+1
* Use {load,store}_{16,32}_be for big-endian integersKen Raeburn2009-08-211-17/+4
* 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
* Update comments to reflect reality and the fact that this is not a file basedEzra Peisach2009-06-211-20/+28
* minor memory leak in 'none' replay cache typeKen Raeburn2009-06-181-2/+8
* 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
* In krb5_ktfileint_write_entry, add a no-op fseek in between readingGreg Hudson2009-05-231-0/+3
* Use printf format attribute only with gccKen Raeburn2009-05-222-0/+4
* make prompt string vars point to constKen Raeburn2009-05-221-2/+2
* When using keyed checksum types with TGS subkeys, Microsoft AD 2003Greg Hudson2009-05-191-0/+2
* UCS2 support doesn't handle upper half of BMPGreg Hudson2009-05-141-4/+2
* remove some old code for debugging the debugging codeKen Raeburn2009-05-141-7/+0
* reduce character-class table entry size (40%) based on limited data ranges; m...Ken Raeburn2009-05-111-4/+4
* In recvauth_common, convert a use of strcpy to strdupGreg Hudson2009-05-111-2/+2
* Refactor rule_an_to_ln, creating a new helper function to handle theGreg Hudson2009-05-112-125/+104
* Try decrypting using session key if subkey fails in tgs rep handlingSam Hartman2009-05-073-8/+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