summaryrefslogtreecommitdiffstats
path: root/src/lib
Commit message (Expand)AuthorAgeFilesLines
* disable weak crypto by defaultTom Yu2010-01-052-1/+4
* Don't accept AS replies encrypted in enctypes other than the ones weGreg Hudson2010-01-041-0/+18
* For the better code modularity keep some "free" routines closer to the resour...Zhanna Tsitkov2010-01-047-177/+100
* Update dependenciesKen Raeburn2010-01-038-65/+127
* Enable caching of key-derived context info such as key schedules fromKen Raeburn2010-01-032-18/+60
* Fix a case where krb5int_aes_decrypt was trying to encrypt a blockGreg Hudson2010-01-031-1/+1
* krb5_gss_acquire_cred will deref garbage pointer if actual_mechs is NULLEzra Peisach2010-01-031-3/+5
* Use krb5int_count_etypes in rd_req_decoded_optGreg Hudson2010-01-021-4/+1
* Factor out copying and counting of zero-terminated enctype lists intoGreg Hudson2010-01-019-102/+102
* Declare function as static to avoid compiler warning on missing prototypesEzra Peisach2009-12-311-1/+2
* Remove $(TOBJS) for make cleanEzra Peisach2009-12-311-1/+1
* Initialize hash_iov, in case of premature error exitKen Raeburn2009-12-311-1/+1
* Convert C++ style comments into traditional C commentsKen Raeburn2009-12-311-5/+5
* Include os-proto.h for _krb5_conf_boolean prototype before declarationEzra Peisach2009-12-301-0/+2
* Move krb5int_get_domain_realm_mapping into kdc_util.c as this function is a h...Zhanna Tsitkov2009-12-302-60/+1
* Eliminate the krb5_set_default_in_tkt_ktypes andGreg Hudson2009-12-301-7/+0
* Create a separate file for krb5_copy_context for better code modularityZhanna Tsitkov2009-12-293-63/+141
* Combine the related code into one fileZhanna Tsitkov2009-12-295-143/+55
* Functions in enc_helper.c serve different code blocks. Split themZhanna Tsitkov2009-12-293-27/+70
* MITKRB5-SA-2009-003 CVE-2009-3295 KDC null deref in referralsTom Yu2009-12-291-0/+3
* Add a new profile variable preauth_module_dir, which specifiesGreg Hudson2009-12-281-5/+48
* Move krb5_get_profile back to init_os_ctx.c for now and revert r23519.Greg Hudson2009-12-284-8/+9
* Whitespace fixes for new anonymous supportGreg Hudson2009-12-285-32/+41
* Anonymous support for KerberosSam Hartman2009-12-2812-34/+228
* allow testing when offlineKen Raeburn2009-12-281-1/+5
* Include prof_int.h in init_ctx.c instead of init_os_ctx.c,Ken Raeburn2009-12-284-3/+2
* Code modularity related updatesZhanna Tsitkov2009-12-2313-316/+383
* Remove krb5_ prefix from some static func namesZhanna Tsitkov2009-12-229-102/+111
* Add a set_cred_option handler for SPNEGO which forwards to theGreg Hudson2009-12-212-1/+25
* Fix a cleanup handler in the store_creds code; krb5_cc_close doesn'tGreg Hudson2009-12-171-2/+2
* Add GSS extensions to store credentials, generate random bitsGreg Hudson2009-12-1715-2/+511
* Whitespace fixesGreg Hudson2009-12-161-7/+11
* On Luke's advice, remove krb5_init_creds_store_creds. It is not aGreg Hudson2009-12-152-12/+0
* Get rid of the requirement of defining MAX_ENCTYPE inGreg Hudson2009-12-151-36/+56
* Formatining enhancementZhanna Tsitkov2009-12-152-18/+21
* fast negotiation projecSam Hartman2009-12-1412-106/+592
* Don't use sizeof(pointertype) to get the length of an allocated arrayTom Yu2009-12-101-1/+1
* Add comments to make it slightly clearer howGreg Hudson2009-12-101-1/+2
* Restructure the crypto checksum implementation to minimizeGreg Hudson2009-12-1044-1278/+858
* Change file holder for krb5int_check_clockskew. Minor Style changes per code ...Zhanna Tsitkov2009-12-092-41/+40
* Mark and reindent lib/gssapi, with some exceptionsTom Yu2009-12-0864-312/+312
* Mark lib/apputilsTom Yu2009-12-071-0/+1
* handle negative enctypes betterTom Yu2009-12-072-4/+5
* Initialize ihash_iov in case fall through to cleanup handler and tryEzra Peisach2009-12-061-1/+1
* Remove the ivec parameters from the keyhash provider functions, asGreg Hudson2009-12-0610-29/+23
* Make dependGreg Hudson2009-12-062-52/+64
* Make the libk5crypto hash_provider interface take crypto_iov listsGreg Hudson2009-12-0628-474/+291
* In the built-in des3 provider, remove the unused version ofGreg Hudson2009-12-061-29/+3
* Remove some code paths in crypto-length which are dead now that theGreg Hudson2009-12-041-11/+2
* Remove CRC32_SHIFT4 code as we are unlikely to ever need itGreg Hudson2009-12-043-47/+0