aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov73-309/+321
2009-10-28Update to use heuristics for setting "krb5" style based on file localTom Yu2-8/+25
2009-10-28Print a "starting..." message on stderr if running in nofork mode, forTom Yu1-0/+2
2009-10-28Remove "verify" on make cleanEzra Peisach1-1/+1
2009-10-28Add variable DB_VERSION to Makefile.in. Generate deps so thatEzra Peisach2-0/+44
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson23-48/+4132
2009-10-27Add "reindent" target to top-level Makefile.in. AddTom Yu2-0/+44
2009-10-27Do not include com_err.h - not used hereEzra Peisach1-2/+0
2009-10-27with an uninitialized entry on error exitEzra Peisach1-0/+1
2009-10-26Fix missing emacs file variable markers. Add krb5-c-style.el: theTom Yu4-3/+33
2009-10-26Fix printf argument type mismatches related to pw_max_fail inGreg Hudson1-4/+5
2009-10-26Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson14-6600/+0
2009-10-26Remove the telnet-to-localhost sanity check in start_servers_local, asGreg Hudson1-71/+27
2009-10-25not try to free random stack garbage on errorEzra Peisach1-0/+2
2009-10-25Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson1-98/+48
2009-10-25Account lockoutGreg Hudson79-301/+10284
2009-10-25Set up an INIT-CMD to set CRYPTO_IMPL in config.status so thatTom Yu1-0/+1
2009-10-25make dependTom Yu11-77/+72
2009-10-24Resurrect deleted test files. Adjust Makefile.in files to correctlyTom Yu4-0/+729
2009-10-23Comment out empty definition of krb5_gss_set_sec_context_option_ops and itsLuke Howard1-0/+4
2009-10-23Remove #define DEBUG 1 that slipped in in S4U mergeLuke Howard1-1/+1
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov40-1100/+368
2009-10-22When iterating through the keytab in krb5_rd_req(), do notLuke Howard1-2/+4
2009-10-22Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passesLuke Howard3-1/+3
2009-10-21Allow the constrained delegation authorization method to use the evidence tic...Luke Howard2-1/+6
2009-10-21simplify logic fix introduced in r22960 for S4U2SelfLuke Howard1-4/+2
2009-10-21remove some unneeded extensions from the Novell backend authdata SPILuke Howard4-43/+3
2009-10-21ensure that forwardable flag is propagated along S4U2Self referral pathLuke Howard1-1/+8
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to account for additionalLuke Howard2-4/+4
2009-10-21Increment authdata SPI to V2 (V1 was experimental) to accountLuke Howard2-27/+27
2009-10-20For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard3-14/+14
2009-10-20Make some gss-krb5 utility functions take enctypes instead of keys,Greg Hudson8-38/+44
2009-10-20use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc...Luke Howard1-14/+13
2009-10-20correct indirection of minor status code when calling displayStatus()Luke Howard1-2/+2
2009-10-20In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson1-0/+2
2009-10-20In krb5_k_make_checksum, check for a null key passed with a keyedGreg Hudson1-1/+1
2009-10-20Clean up memory leaks by releasing key at endEzra Peisach2-0/+4
2009-10-20Include des_int.h for mit_des_fixup_key_parity prototypeEzra Peisach1-0/+1
2009-10-20Fix memory leaks in enc-perf workGreg Hudson3-0/+4
2009-10-20fix some Coverity reported defects in naming extensionsLuke Howard4-25/+27
2009-10-19Implement new APIs to allow improved crypto performanceGreg Hudson105-1069/+1876
2009-10-19Update prototype files to conform with newer whitespace rulesTom Yu3-10/+12
2009-10-18Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.inEzra Peisach2-1/+2
2009-10-18Remove adb.h as it is not used in the source treeEzra Peisach1-134/+0
2009-10-16Properly handle ivec for chaining opsZhanna Tsitkov1-175/+34
2009-10-16Fix the value of ivec in aes_decrypt_iovZhanna Tsitkov1-3/+3
2009-10-15Enable t_cts testZhanna Tsitkov1-4/+4
2009-10-15Fixed aes to handle the input buffers of the various sizesZhanna Tsitkov1-140/+313
2009-10-13Fix preauth looping in krb5_get_init_credsGreg Hudson1-2/+16
2009-10-13Revert a small part of r22736 which incorrectly fixed a preauthGreg Hudson1-4/+2