aboutsummaryrefslogtreecommitdiff
path: root/src/configure.in
AgeCommit message (Expand)AuthorFilesLines
2010-07-29Merge and edit some of the changes from r23983 of trunk to r24216 ofGreg Hudson1-1/+1
2010-06-18only test t_locate_kdc if known-good DNS name is presentTom Yu1-0/+5
2010-04-08Assume lstat in Unix code, specifically clients/ksu/ccache.c. Fix badGreg Hudson1-1/+1
2010-03-17Fix the Python version check to use constructs available in olderGreg Hudson1-10/+4
2010-03-17Add a version check to the Python test, so that we don't try to runGreg Hudson1-2/+11
2010-03-04Python test frameworkGreg Hudson1-1/+12
2009-12-31Remove tests for functions that we do not conditionalize on. Most deprecatedEzra Peisach1-1/+1
2009-12-10Restructure the crypto checksum implementation to minimizeGreg Hudson1-1/+1
2009-12-05Remove tests for sched.h, kdb_db.h, kdc.c. None of these are used in the treeEzra Peisach1-1/+1
2009-11-27Move the arcfour directory from the crypto module dirs into krb. ThisGreg Hudson1-1/+1
2009-11-22Unbundle applications into separate repositoryGreg Hudson1-2/+0
2009-10-27Heimdal DB bridge plugin for KDC back endGreg Hudson1-0/+1
2009-10-25Set up an INIT-CMD to set CRYPTO_IMPL in config.status so thatTom Yu1-0/+1
2009-10-23Changed the crypto make system to add build flexibility. The update cancels t...Zhanna Tsitkov1-6/+6
2009-10-09Implement GSS naming extensions and authdata verificationGreg Hudson1-0/+2
2009-09-30Crypto modularity proj: SHS_INFO structure is defined differently for crypto ...Zhanna Tsitkov1-1/+1
2009-09-16Crypto modularity proj.: Move prf and random-to-key ops from backend to krbZhanna Tsitkov1-0/+1
2009-09-11In the top-level configure.in, switch from dnl comments to # commentsGreg Hudson1-180/+180
2009-09-02Crypto modularity proj: Move enc_provider into builtin dir. Adjust builtin ma...Zhanna Tsitkov1-1/+1
2009-08-13Remove kadmin v1 API supportGreg Hudson1-2/+1
2009-08-03In configure.in's list of Makefiles to generate, remove the trailingGreg Hudson1-6/+6
2009-08-03Crypto modularity proj: Separate files under crypto directory based on their ...Zhanna Tsitkov1-5/+7
2009-07-28Crypto Modularity proj: Added an option --with-crypto-impl to configure.in to...Zhanna Tsitkov1-0/+10
2009-05-24If --enable-pkinit is explicitly given, and OpenSSL is too old, error out ins...Ken Raeburn1-3/+5
2009-03-31Implement FAST from draft-ietf-krb-wg-preauth-frameworkSam Hartman1-1/+1
2009-02-18Some fixups and stubs for building ccapi on UNIX, and dependencies.Ken Raeburn1-0/+3
2009-01-05Build against Python 2.5 as well as 2.3. Long term, should use python-configKen Raeburn1-1/+6
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-2/+3
2009-01-03With no more fakeka, we don't need the --enable-fakeka optionKen Raeburn1-8/+0
2009-01-03Remove some unused variablesKen Raeburn1-3/+0
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-61/+2
2008-11-17PERF: Introduced a new function krb5_is_permitted_enctype_ext to replace mult...Zhanna Tsitkov1-6/+1
2008-10-24Add build system support for strlcpy and strlcat on platforms which doGreg Hudson1-0/+9
2008-10-15Now that we have support for conditionally exporting symbols from the supportKen Raeburn1-1/+9
2008-10-06Substitute LDAP in makefiles with "yes" or "no" depending on configuration.Ken Raeburn1-0/+4
2008-10-06See if we need a prototype for isblankKen Raeburn1-0/+1
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+1
2008-08-22Check for struct sockaddr_storage only in top-level configure script, notKen Raeburn1-1/+1
2008-08-15a stash file is not a keytabWill Fiveash1-1/+1
2008-08-14If the LDAP KDB back end is being built, define ENABLE_LDAP. IfKen Raeburn1-0/+1
2008-08-13Don't build PKINIT ASN.1 support code if not building PKINIT pluginKen Raeburn1-5/+13
2008-08-12Add a new directory, configured but not built by default, and neverKen Raeburn1-0/+1
2008-07-18On systems with struct rt_msghdr, open a routing socket and wait forKen Raeburn1-0/+5
2008-03-04Add "-framework CoreFoundation" to crypto library link command in darwin-modeKen Raeburn1-0/+7
2007-10-31Set GNU warning options in CFLAGS and CXXFLAGS separately, avoiding optionsKen Raeburn1-2/+0
2007-10-29Test that C++ code can use our installed headersKen Raeburn1-0/+2
2007-09-17Make config.status itself update the timestamp file associated withKen Raeburn1-1/+1
2007-08-08Only build pkinit plugin if a sufficiently recent version of OpenSSL is avail...Ken Raeburn1-1/+10
2007-08-01Add PKINIT supportKevin Coffman1-0/+6
2007-07-27Check whether a prototype for vasprintf is neededKen Raeburn1-0/+3