| Commit message (Expand) | Author | Age | Files | Lines |
* | Reindent after making fixes for emacs-23 | Tom Yu | 2009-11-03 | 2 | -4/+4 |
* | Clean up a bunch of signed/unsigned comparison warnings | Greg Hudson | 2009-11-02 | 16 | -53/+58 |
* | Memory leak fix: in obtain_sam_padata, after claiming the contents of | Greg Hudson | 2009-11-01 | 1 | -1/+2 |
* | Move the implementations of four deprecated crypto functions to | Greg Hudson | 2009-11-01 | 5 | -24/+42 |
* | Stop using deprecated krb5_encrypt_data in preauth code. Use | Greg Hudson | 2009-11-01 | 2 | -6/+6 |
* | Reformat to avoid parens at beginnings of lines | Tom Yu | 2009-10-31 | 4 | -110/+110 |
* | In lib/krb5/ccache, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 4 | -16/+28 |
* | In lib/krb5/asn.1, ensure that function definition headers have | Greg Hudson | 2009-10-31 | 9 | -219/+433 |
* | Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parens | Greg Hudson | 2009-10-31 | 6 | -343/+310 |
* | Reformat asn1_make.h prototypes to avoid the problematic parens at | Greg Hudson | 2009-10-31 | 1 | -30/+18 |
* | In lib/krb5/os, ensure that function definition headers have function | Greg Hudson | 2009-10-31 | 12 | -36/+70 |
* | In lib/krb5/krb, ensure all function definition headers are in ANSI | Greg Hudson | 2009-10-31 | 10 | -140/+122 |
* | Fix indentation in gc_via_tkt.c which was messed up by a malformed #if | Greg Hudson | 2009-10-31 | 1 | -221/+221 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 555 | -33738/+33795 |
* | Quote realm name in error message. | Ken Raeburn | 2009-10-30 | 1 | -1/+7 |
* | Corrected Copyrights and some minor reorganization in openssl impl. | Zhanna Tsitkov | 2009-10-29 | 38 | -2177/+431 |
* | Files that were not picked up by svn rev #22995 commit: | Zhanna Tsitkov | 2009-10-29 | 14 | -0/+844 |
* | Restored few symbols in the crypto exports list to satisfy tests.` | Zhanna Tsitkov | 2009-10-29 | 1 | -0/+12 |
* | Rename api.3 to api.current in the libkadm5 unit tests. This way the | Greg Hudson | 2009-10-29 | 17 | -0/+0 |
* | Rename some lingering krb5_derive_key references | Greg Hudson | 2009-10-29 | 3 | -3/+3 |
* | Bump the accessor version number since we made changes. | Greg Hudson | 2009-10-28 | 5 | -32/+29 |
* | Restrict libk5crypto.exports list to API and ABI. Also, include functions nee... | Zhanna Tsitkov | 2009-10-28 | 1 | -150/+60 |
* | Replace krb5_ with krb5Int_ prefix for non-API functions | Zhanna Tsitkov | 2009-10-28 | 71 | -304/+316 |
* | Remove "verify" on make clean | Ezra Peisach | 2009-10-28 | 1 | -1/+1 |
* | Heimdal DB bridge plugin for KDC back end | Greg Hudson | 2009-10-27 | 3 | -4/+76 |
* | Do not include com_err.h - not used here | Ezra Peisach | 2009-10-27 | 1 | -2/+0 |
* | with an uninitialized entry on error exit | Ezra Peisach | 2009-10-27 | 1 | -0/+1 |
* | Remove the libkadm5 api.2 unit tests which don't pertain to the cpol, | Greg Hudson | 2009-10-26 | 14 | -6600/+0 |
* | Reformat function definition headers in gss-krb5's util_crypt.c to | Greg Hudson | 2009-10-25 | 1 | -98/+48 |
* | Account lockout | Greg Hudson | 2009-10-25 | 37 | -66/+8723 |
* | make depend | Tom Yu | 2009-10-25 | 11 | -77/+72 |
* | Resurrect deleted test files. Adjust Makefile.in files to correctly | Tom Yu | 2009-10-24 | 4 | -0/+729 |
* | Comment out empty definition of krb5_gss_set_sec_context_option_ops and its | Luke Howard | 2009-10-23 | 1 | -0/+4 |
* | Remove #define DEBUG 1 that slipped in in S4U merge | Luke Howard | 2009-10-23 | 1 | -1/+1 |
* | Changed the crypto make system to add build flexibility. The update cancels t... | Zhanna Tsitkov | 2009-10-23 | 37 | -1066/+333 |
* | When iterating through the keytab in krb5_rd_req(), do not | Luke Howard | 2009-10-22 | 1 | -2/+4 |
* | Ensure that a GSS_C_BOTH acquired for GSS_C_NO_NAME still passes | Luke Howard | 2009-10-22 | 3 | -1/+3 |
* | For naming extensions draft compliance, s/mspac:/urn:mspac:/ | Luke Howard | 2009-10-20 | 1 | -12/+12 |
* | Make some gss-krb5 utility functions take enctypes instead of keys, | Greg Hudson | 2009-10-20 | 8 | -38/+44 |
* | use ANSI prototypes for acquire_XXX_cred, and fix cast to calling acquire_acc... | Luke Howard | 2009-10-20 | 1 | -14/+13 |
* | In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don't | Greg Hudson | 2009-10-20 | 1 | -0/+2 |
* | In krb5_k_make_checksum, check for a null key passed with a keyed | Greg Hudson | 2009-10-20 | 1 | -1/+1 |
* | Clean up memory leaks by releasing key at end | Ezra Peisach | 2009-10-20 | 2 | -0/+4 |
* | Include des_int.h for mit_des_fixup_key_parity prototype | Ezra Peisach | 2009-10-20 | 1 | -0/+1 |
* | Fix memory leaks in enc-perf work | Greg Hudson | 2009-10-20 | 3 | -0/+4 |
* | fix some Coverity reported defects in naming extensions | Luke Howard | 2009-10-20 | 4 | -25/+27 |
* | Implement new APIs to allow improved crypto performance | Greg Hudson | 2009-10-19 | 103 | -1055/+1759 |
* | Include des_int.h for mit_des_fixup_key_parity prototype. Adjust Makefile.in | Ezra Peisach | 2009-10-18 | 2 | -1/+2 |
* | Remove adb.h as it is not used in the source tree | Ezra Peisach | 2009-10-18 | 1 | -134/+0 |
* | Properly handle ivec for chaining ops | Zhanna Tsitkov | 2009-10-16 | 1 | -175/+34 |