summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix some formatting issuesfast-negotiateGreg Hudson2009-12-0913-146/+168
* Restart the loop after changing the service we're contactingSam Hartman2009-12-021-1/+2
* fix line lengthSam Hartman2009-12-021-1/+2
* Both in the previous trunk code and in the fast negotiation code, referrals...Sam Hartman2009-12-021-65/+89
* While developing the fast negotiation changes, the get_in_tkt code wasSam Hartman2009-12-022-49/+157
* Variables needed by fast negotiation in the init creds contextSam Hartman2009-12-021-0/+3
* Don't upgrade to FAST if already using FASTSam Hartman2009-12-021-0/+2
* Implement upgrade to FAST when the KDC supports FAST. Implement fallSam Hartman2009-12-022-2/+22
* If FAST is available and an armor ticket is supplied, use it; otherwise do no...Sam Hartman2009-12-022-6/+28
* Store configuration information about whether FAST is available in the ccach...Sam Hartman2009-12-023-4/+8
* Initialize creds to 0Sam Hartman2009-12-021-1/+2
* Use krb5_get_init_creds_opt_set_out_ccache to set the output ccache for kinit.Sam Hartman2009-12-021-12/+16
* AddSam Hartman2009-12-024-6/+85
* Implement KDC side of protected negotiation:Sam Hartman2009-12-026-21/+103
* fix warningSam Hartman2009-12-021-1/+1
* Remove constants from fast.c now that they are in krb5.hSam Hartman2009-12-021-3/+0
* As and TGS path: cliam to support FAST negotiation in ticket flag; restructur...Sam Hartman2009-12-024-16/+20
* Constants for FAST negotiationSam Hartman2009-12-021-2/+4
* krb5_k_make_checksum: 0 cksumtype means use mandatory cksum for given enctypeSam Hartman2009-12-021-0/+9
* Implement fast negotiation per discussion with LarrySam Hartman2009-12-022-0/+48
* Expose {decode,encode}_krb5_checksumSam Hartman2009-12-024-0/+16
* fix signed vs unsigned warningSam Hartman2009-12-021-1/+1
* Integrate Apple APIs for storing configuration parameters in a ccacheSam Hartman2009-12-025-2/+182
* Branch trunk for fast negotiation branchSam Hartman2009-12-020-0/+0
* Reindent and removed krb5_ prefix from static func nameZhanna Tsitkov2009-12-011-67/+67
* Fix AES IOV decryption of small messagesGreg Hudson2009-12-011-13/+8
* Make krb5int_c_decrypt_aead_compat more efficient by building theGreg Hudson2009-12-011-23/+41
* Fix the usage fallback in krb5int_arcfour_decrypt_iov. Factor out IOVGreg Hudson2009-12-011-25/+29
* Mark and reindent tests, with some exclusionsTom Yu2009-11-3033-3608/+3644
* ReindentZhanna Tsitkov2009-11-303-74/+55
* Mark and reindent util/supportTom Yu2009-11-3019-1249/+1274
* Remove some stray tabsGreg Hudson2009-11-301-4/+4
* Use aead_dk instead of aead_old for des-hmac-sha1, since it usesGreg Hudson2009-11-301-1/+1
* Fix ivec chaining for DES iov encryptionGreg Hudson2009-11-301-2/+5
* Add an AEAD provider for enctypes which use krb5_old_encrypt andGreg Hudson2009-11-306-17/+245
* In the des enc_provider decrypt_iov function, count header blocks asGreg Hudson2009-11-301-1/+1
* Make the crc32 hash provider correctly chain multiple input buffers,Greg Hudson2009-11-305-12/+13
* Stream decryption is handled in krb5_k_decrypt_iov; remove someGreg Hudson2009-11-302-12/+0
* Fix memory leakSam Hartman2009-11-301-1/+2
* Terminate the loop in find_authdata_1 if we get an error in one of theGreg Hudson2009-11-301-1/+1
* Remove the non-iov entry point introduced in r23378, since it's easyGreg Hudson2009-11-296-70/+13
* Avoid using strncpy in the production of the arcfour salt because itGreg Hudson2009-11-291-4/+3
* Add do-while(0) around multi-statement macros in f_tables.h for moreGreg Hudson2009-11-291-44/+48
* Create functional internal interfaces to allow GSSAPI to performGreg Hudson2009-11-288-147/+143
* Clean up the arcfour token encryption and decryption functions byGreg Hudson2009-11-283-404/+272
* Add a convenience inline function in k5-int.h to initialize aGreg Hudson2009-11-281-0/+13
* Mark and reindent lib/cryptoGreg Hudson2009-11-28173-7792/+7932
* Add krb5_key versions of the auth context key accessors, and use themGreg Hudson2009-11-274-29/+51
* Allow null keys to be referenced (a no-op) for simpler "copying" ofGreg Hudson2009-11-271-1/+2
* Export krb5_k_reference_key since it's part of the public APIGreg Hudson2009-11-271-0/+1