aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.in
AgeCommit message (Expand)AuthorFilesLines
2011-03-09Add a script and Makefile target to check for violations of theGreg Hudson1-0/+5
2011-02-27Reference random-to-key handlers through the enctype instead of theGreg Hudson1-4/+2
2011-02-25Remove Yarrow PRNG implementationGreg Hudson1-3/+1
2011-02-25Make Fortuna the default PRNG for the Windows buildGreg Hudson1-1/+1
2011-02-07Add "make doxugen" option to generate doxygen outputZhanna Tsitkov1-0/+8
2010-11-30Install gssapi_ext.h on Windows. Include gssapi_ext.h in the headerGreg Hudson1-0/+1
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-45/+1
2010-11-25Fix Windows buildGreg Hudson1-90/+101
2010-10-19SecurID build supportSam Hartman1-0/+1
2010-10-05Improves prng code modularity. Introduces fortuna-like prng that can be used ...Zhanna Tsitkov1-2/+3
2010-09-29make dependSam Hartman1-0/+1
2010-08-26Add an expansion error table for libkrb5, since krb5_err.et is fullGreg Hudson1-2/+7
2010-04-24Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson1-4/+2
2010-04-20Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu1-3/+22
2010-03-08Add a "make testrealm" target using the Python test framework. AsGreg Hudson1-0/+4
2010-01-04Install encrypted_challenge plugin during fake-installTom Yu1-0/+1
2009-12-08Mark and reindent lib/gssapi, with some exceptionsTom Yu1-0/+6
2009-12-07Mark lib/apputilsTom Yu1-0/+3
2009-12-07Mark and reindent util, with some exceptionsTom Yu1-3/+10
2009-11-30Mark and reindent tests, with some exclusionsTom Yu1-1/+8
2009-11-30Mark and reindent util/supportTom Yu1-2/+5
2009-11-28Mark and reindent lib/cryptoGreg Hudson1-0/+2
2009-11-25Mark and reindent the pkinit plugin code, except for the header filesGreg Hudson1-1/+5
2009-11-24Mark and reindent plugins, except for pkinit, which needs a littleGreg Hudson1-1/+11
2009-11-24Mark and reindent what's left of the appl directoryGreg Hudson1-0/+1
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson1-9/+7
2009-11-16Fix coding style in lib/krb5/asn.1, remove from exclusions, andTom Yu1-6/+0
2009-11-15Add an exception for include/iprop.h and revert its reformatting,Greg Hudson1-0/+1
2009-11-14Reindent include directory, reformatting prototypes as necessary.Greg Hudson1-0/+3
2009-11-06Reformat some open-paren issues. Remove kprop.c and kpropd.c fromTom Yu1-3/+1
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-05Reformat some block comments. Refine lib/krb5/asn.1 reindentTom Yu1-1/+6
2009-11-05Deal with some open paren formatting issues, and reindent. MakeTom Yu1-2/+0
2009-11-04Correct regexps for matching emacs and cc-mode versions. In reindentTom Yu1-31/+43
2009-10-30Tweak batch reindent some more. Limit the initial bulk reindent, andTom Yu1-10/+24
2009-10-28New elisp file to mark C styles in files. New top-level MakefileTom Yu1-0/+17
2009-10-27Add "reindent" target to top-level Makefile.in. AddTom Yu1-0/+11
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov1-20/+21
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov1-3/+3
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-2/+5
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov1-3/+3
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-27/+33
2009-06-08Restore limited support for static linkingGreg Hudson1-2/+3
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-0/+1
2009-02-11Updates for current CCAPI code; build krb5 unicode supportKen Raeburn1-8/+16
2009-01-07Don't create include/kerberosIV on installationKen Raeburn1-1/+0
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-2/+0
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-31/+6
2008-08-27Some helper rules for running Coverity PreventKen Raeburn1-0/+30