aboutsummaryrefslogtreecommitdiff
path: root/src/lib
AgeCommit message (Expand)AuthorFilesLines
2009-11-13In lib/krb5/rcache, ensure that function definition headers put theGreg Hudson2-19/+31
2009-11-10In lib/krb5/keytab, ensure that function definition headers haveGreg Hudson4-206/+139
2009-11-10Remove the unnecessary src/lib/glue4.cGreg Hudson1-19/+0
2009-11-10Remove src/lib/crypto/krb/enc_provider, which was accidentallyGreg Hudson7-1210/+0
2009-11-05make mark-cstyle; make reindentTom Yu15-324/+324
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu8-182/+233
2009-11-05Deal with some open paren formatting issues, and reindent. MakeTom Yu2-570/+567
2009-11-04Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson1-16/+1
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu7-256/+261
2009-11-03Reindent after making fixes for emacs-23Tom Yu2-4/+4
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson16-53/+58
2009-11-01Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson1-1/+2
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson5-24/+42
2009-11-01Stop using deprecated krb5_encrypt_data in preauth code. UseGreg Hudson2-6/+6
2009-10-31Reformat to avoid parens at beginnings of linesTom Yu4-110/+110
2009-10-31In lib/krb5/ccache, ensure that function definition headers haveGreg Hudson4-16/+28
2009-10-31In lib/krb5/asn.1, ensure that function definition headers haveGreg Hudson9-219/+433
2009-10-31Reformat lib/krb5/asn.1 internal prototypes to avoid problematic parensGreg Hudson6-343/+310
2009-10-31Reformat asn1_make.h prototypes to avoid the problematic parens atGreg Hudson1-30/+18
2009-10-31In lib/krb5/os, ensure that function definition headers have functionGreg Hudson12-36/+70
2009-10-31In lib/krb5/krb, ensure all function definition headers are in ANSIGreg Hudson10-140/+122
2009-10-31Fix indentation in gc_via_tkt.c which was messed up by a malformed #ifGreg Hudson1-221/+221
2009-10-31make mark-cstyleTom Yu555-33738/+33795
2009-10-30Quote realm name in error message.Ken Raeburn1-1/+7
2009-10-29Corrected Copyrights and some minor reorganization in openssl impl. Zhanna Tsitkov38-2177/+431
2009-10-29Files that were not picked up by svn rev #22995 commit:Zhanna Tsitkov14-0/+844
2009-10-29Restored few symbols in the crypto exports list to satisfy tests.`Zhanna Tsitkov1-0/+12
2009-10-29Rename api.3 to api.current in the libkadm5 unit tests. This way theGreg Hudson17-0/+0
2009-10-29Rename some lingering krb5_derive_key referencesGreg Hudson3-3/+3
2009-10-28Bump the accessor version number since we made changes.Greg Hudson5-32/+29
2009-10-28Restrict libk5crypto.exports list to API and ABI. Also, include functions nee...Zhanna Tsitkov1-150/+60
2009-10-28Replace krb5_ with krb5Int_ prefix for non-API functionsZhanna Tsitkov71-304/+316
2009-10-28Remove "verify" on make cleanEzra Peisach1-1/+1
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson3-4/+76
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-26Remove the libkadm5 api.2 unit tests which don't pertain to the cpol,Greg Hudson14-6600/+0
2009-10-25Reformat function definition headers in gss-krb5's util_crypt.c toGreg Hudson1-98/+48
2009-10-25Account lockoutGreg Hudson37-66/+8723
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 Tsitkov37-1066/+333
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-20For naming extensions draft compliance, s/mspac:/urn:mspac:/Luke Howard1-12/+12
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-20In k5_hmac_md5_hash_iov, initialize keyblock.contents so that we don'tGreg Hudson1-0/+2