summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* On error getting forwarded creds, actually print out the errorKen Raeburn2009-05-251-1/+2
* Check for 'encoding ### bytes' message consistently, accepting full base64 en...Ken Raeburn2009-05-251-1/+1
* Fix up kinit -T documentationGreg Hudson2009-05-252-3/+6
* Temporarily disable FAST PKINIT for 1.7 releaseGreg Hudson2009-05-252-0/+35
* If --enable-pkinit is explicitly given, and OpenSSL is too old, error out ins...Ken Raeburn2009-05-241-3/+5
* Fix vector initialization error in KDC preauth codeGreg Hudson2009-05-241-3/+2
* 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
* whitespaceKen Raeburn2009-05-221-3/+3
* Make Sun cc error out on unknown attributesKen Raeburn2009-05-221-1/+1
* Use correct type for krb5_c_prf_length length argKen Raeburn2009-05-221-8/+9
* Use printf format attribute only with gccKen Raeburn2009-05-222-0/+4
* make prompt string vars point to constKen Raeburn2009-05-221-2/+2
* fix minor syntax errorKen Raeburn2009-05-221-1/+1
* Remove spurious assertion in handle_authdataGreg Hudson2009-05-221-1/+0
* Include regression test for krb-fx-cf2 for RC4 enctypeSam Hartman2009-05-203-0/+7
* Add a comment to the r22168 change since it's not obvious why we'reGreg Hudson2009-05-201-0/+11
* Restore compatibility with KDCs using key usage 8 to encrypt TGSGreg Hudson2009-05-202-39/+74
* When using keyed checksum types with TGS subkeys, Microsoft AD 2003Greg Hudson2009-05-191-0/+2
* In practice, key usage 9 requires no translationSam Hartman2009-05-181-1/+1
* Copy the sequence key rather than the subkey for lucid contexts in RFCSam Hartman2009-05-181-1/+1
* Document use of key fields in GSS contextSam Hartman2009-05-181-6/+11
* Add IOV_SHIM_EXERCISE_WRAP and IOV_SHIM_EXERCISE_UNWRAP conditionalsTom Yu2009-05-141-2/+5
* gss_krb5int_export_lucid_sec_context was erroneously copying the firstGreg Hudson2009-05-141-1/+1
* UCS2 support doesn't handle upper half of BMPGreg Hudson2009-05-143-40/+43
* remove some old code for debugging the debugging codeKen Raeburn2009-05-141-7/+0
* In util/support/utf8_conv.c, the SWAP16 macro is invoked with anTom Yu2009-05-131-6/+4
* 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-074-10/+15
* man1 in title header for man1 manpagesSam Hartman2009-05-074-4/+4
* Allow more than 10 past keys to be stored by a policyGreg Hudson2009-05-073-75/+2
* 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