aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-11-06Add slave/ to INDENTDIRS, with some exclusionsTom Yu1-3/+8
2009-11-06Move more reindent settings into variablesTom Yu1-10/+11
2009-11-05make mark-cstyle; make reindentTom Yu15-324/+324
2009-11-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu9-183/+239
2009-11-05Deal with some open paren formatting issues, and reindent. MakeTom Yu3-572/+567
2009-11-04Remove cast-qual from the gcc warnings set; it is too common for us toGreg Hudson1-1/+1
2009-11-04Use "unsigned short" instead of "u_short" in argument to SET macro;Ken Raeburn2-11/+21
2009-11-04Restore the krb5 1.6 behavior of not retrying AS requests afterGreg Hudson1-16/+1
2009-11-04Delete obsolete krb5-mark-cstyle.el. (replaced by a python script)Tom Yu1-28/+0
2009-11-04Reindent and manually restore some BSD-style files that wereTom Yu10-257/+265
2009-11-04Correct regexps for matching emacs and cc-mode versions. In reindentTom Yu3-33/+92
2009-11-03Reindent after making fixes for emacs-23Tom Yu12-20/+20
2009-11-03Monkey patch for the cc-mode that comes with emacs-23.x; that versionTom Yu2-0/+52
2009-11-02Emacs 21 doesn't have custom-variable-p. Also, adjust to use theTom Yu1-5/+5
2009-11-02Clean up a bunch of signed/unsigned comparison warningsGreg Hudson19-61/+66
2009-11-01Simplify krb5int_get_error (and fix a cast-qual warning) by notGreg Hudson1-24/+7
2009-11-01Be a little more const-correct in krb5int_vset_error_flGreg Hudson1-13/+8
2009-11-01Un-constify struct errinfo's msg field because it is the owner of thatGreg Hudson1-1/+1
2009-11-01In k5-int.h, fix make_data to work with C++Greg Hudson1-1/+1
2009-11-01Memory leak fix: in obtain_sam_padata, after claiming the contents ofGreg Hudson1-1/+2
2009-11-01Rework in an attempt to deal with variant Emacs versionsTom Yu1-16/+32
2009-11-01Move the implementations of four deprecated crypto functions toGreg Hudson6-47/+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 Yu1249-66050/+66004
2009-10-30Fixes for Emacs 22 compatibilityKen Raeburn1-2/+2
2009-10-30If krb5_sname_to_principal returns a null realm for the clientKen Raeburn1-0/+10
2009-10-30Quote realm name in error message.Ken Raeburn1-1/+7
2009-10-30Tweak batch reindent some more. Limit the initial bulk reindent, andTom Yu2-21/+54
2009-10-30Update the kadm5 design documentation slightly to reflect that MITGreg Hudson1-6/+17
2009-10-29In process_tgs_req, fully initialize e_data since we may copy it inGreg Hudson1-2/+1
2009-10-29Add a couple of krb5_data convenience constructor functions, toGreg Hudson1-19/+26
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-29remove times underflow/overflow checks, they break testsLuke Howard1-7/+2
2009-10-28New elisp file to mark C styles in files. New top-level MakefileTom Yu2-0/+45
2009-10-28Bump the accessor version number since we made changes.Greg Hudson7-52/+47
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 Tsitkov73-309/+321
2009-10-28Update to use heuristics for setting "krb5" style based on file localTom Yu2-8/+25