summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Clean up the flow control in krb5int_send_tgs, and avoid setting theGreg Hudson2009-11-271-38/+39
* If krb5_init_creds_step is called on an already complete context,Greg Hudson2009-11-271-1/+1
* Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson2009-11-2733-1068/+164
* Make dependGreg Hudson2009-11-271-3/+3
* Add krb5_k_prf, the krb5_key version of krb5_c_prfGreg Hudson2009-11-273-4/+18
* Clean up a few cases where krb5_get_in_tkt_with_keytab would leak theGreg Hudson2009-11-261-3/+4
* Pullup to 1.7-branch is only for the test case, as krb5-1.7 behavedTom Yu2009-11-264-19/+138
* libkrb5 support for non-blocking AS requestsGreg Hudson2009-11-2611-634/+1293
* Defer the conversion of the gic options structure to the extended formGreg Hudson2009-11-256-99/+79
* Coding Style related fixesZhanna Tsitkov2009-11-253-414/+379
* In krb5_db2_db_init, make a format string constant to make CoverityGreg Hudson2009-11-251-3/+2
* Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson2009-11-259-4814/+4820
* Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson2009-11-2466-11372/+11100
* Remove krb5_ prefix from the name of the static func get_as_key_keytab. ReindentZhanna Tsitkov2009-11-241-13/+12
* Mark and reindent what's left of the appl directoryGreg Hudson2009-11-2413-1710/+1700
* Remove appl man pages from the list of pages to convert in the docGreg Hudson2009-11-241-6/+1
* Fix boilerplate in zap.cGreg Hudson2009-11-241-2/+2
* Punt the volatile cast in the non-gcc, non-Windows version of zap.Greg Hudson2009-11-246-3/+51
* KDC MUST NOT accept ap-request armor in FAST TGSSam Hartman2009-11-241-0/+5
* Expand comments around 'zap' codeKen Raeburn2009-11-241-1/+29
* Simplify depfix.pl by assuming that all files outside of the sourceGreg Hudson2009-11-232-27/+5
* Check return value of gethostname in krb5_klog_initGreg Hudson2009-11-231-2/+5
* Make zap() work with non-gcc C++ compilers.Greg Hudson2009-11-221-5/+4
* Remove discussion of the unbundled applications from the installGreg Hudson2009-11-221-153/+10
* Update the build system documentation:Greg Hudson2009-11-221-35/+11
* Consolidate Makefile variables now that we have only a single globalGreg Hudson2009-11-22236-5117/+4965
* Remove functions from aclocal.m4 which are no longer needed now thatGreg Hudson2009-11-221-81/+0
* Unbundle applications into separate repositoryGreg Hudson2009-11-22170-70821/+2
* In _kadm5_init_any on error - if we created a cache entry, destroy itEzra Peisach2009-11-221-0/+8
* Clean up some memory leaks by releasing contextEzra Peisach2009-11-222-1/+5
* For the moment, test for nullity of pointers returned by k5allocGreg Hudson2009-11-211-1/+1
* Memory leak in _kadm5_init_any introduced with ipropdEzra Peisach2009-11-211-0/+2
* Correct argument to kadm5_get_principal is a pointer to a struct - notEzra Peisach2009-11-201-2/+6
* The size of kadm5_server_handle_rec differs between the client andEzra Peisach2009-11-202-4/+11
* krb5_free_ad_signedpath must free outer structureLuke Howard2009-11-191-0/+1