aboutsummaryrefslogtreecommitdiff
path: root/src/config
AgeCommit message (Expand)AuthorFilesLines
2011-02-25Make Fortuna the default PRNG for the Windows buildGreg Hudson1-1/+1
2011-02-09Assume ELF on FreeBSD if objformat doesn't existGreg Hudson1-1/+1
2010-11-28Use for loops for recursion in the Windows build, cutting down on theGreg Hudson1-12/+32
2010-11-25Fix Windows buildGreg Hudson2-0/+7
2010-10-13Adjust valgrind support to assume a modern valgrind that requires %p in log f...Sam Hartman1-1/+1
2010-04-24Simplify how k5test scripts get run by importing runenv by pathnameGreg Hudson1-2/+2
2010-04-24Run Python tests as individual rule commands (friendlier to make -k)Greg Hudson2-24/+10
2010-04-24Fix the actual python command to match the displayed one in theGreg Hudson1-2/+4
2010-04-20Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating toTom Yu1-13/+2
2010-04-16Build runenv.py, holding environment variable settings required forTom Yu3-5/+30
2010-03-15Set up KRB5_RUN_ENV for pytests, so that Python-based tests can runTom Yu2-1/+6
2010-03-05In post.in, add a check-pytests intermediate target for Makefile.in toGreg Hudson1-3/+8
2010-03-05Error out if a Python test program failsGreg Hudson1-1/+1
2010-03-04Python test frameworkGreg Hudson2-0/+22
2010-02-27On Linux platforms, use -Wl,--enable-new-dtags when linking sharedGreg Hudson1-2/+2
2010-02-05Consistently place $(LDFLAGS) after $(SHLIB_EXPFLAGS) when buildingGreg Hudson1-13/+12
2010-01-19Change basename of libkadm5 libraries to avoid Heimdal conflictGreg Hudson1-4/+4
2009-12-28Remove libpty referencesKen Raeburn1-4/+0
2009-12-28allow testing when offlineKen Raeburn1-0/+7
2009-12-02Check ALL_DEP_SRCS, not SRCS, to decide what to put into the deps fileKen Raeburn1-1/+1
2009-11-23Simplify depfix.pl by assuming that all files outside of the sourceGreg Hudson1-3/+1
2009-11-22Consolidate Makefile variables now that we have only a single globalGreg Hudson7-36/+35
2009-09-16Remove autoconf.h on "make distclean".Greg Hudson1-0/+5
2009-08-13Remove kadmin v1 API supportGreg Hudson1-2/+2
2009-07-09In pre.in, remove some variable expansions in the definition ofGreg Hudson1-2/+1
2009-06-08Restore limited support for static linkingGreg Hudson3-23/+43
2009-03-20Install kadmin and kdb headersGreg Hudson1-0/+1
2009-02-11pull in dependency filesKen Raeburn1-0/+5
2009-02-04remove some krb4 testing hooksKen Raeburn1-3/+0
2009-01-07Don't create include/kerberosIV on installationKen Raeburn1-1/+0
2009-01-05move generated dependencies out of Makefile.inKen Raeburn1-6/+12
2009-01-03Merge mskrb-integ onto trunkSam Hartman1-0/+1
2009-01-03Remove some unused variablesKen Raeburn1-9/+0
2008-12-18Remove krb524, lib/des425, lib/krb4, and include/kerberosIV.Greg Hudson1-22/+0
2008-12-08Add a configure option --disable-rpath to suppress rpath flags inGreg Hudson2-42/+76
2008-12-05Remove some lingering Saber C cruftGreg Hudson1-1/+0
2008-12-03Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, soGreg Hudson1-2/+5
2008-08-25Incorporate Apple's patchKen Raeburn1-0/+1
2008-08-12Actually use the export list for Darwin librariesKen Raeburn1-1/+1
2008-07-20Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few andKen Raeburn1-1/+0
2008-07-20Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, andKen Raeburn1-3/+1
2008-07-09Use -dead_strip when linking dynamic libraries on DarwinKen Raeburn1-1/+1
2008-06-25kdb library now depends on gssrpc; add it to link commandsKen Raeburn1-1/+1
2008-06-11New target 'undepend' for temporarily removing generated dependency infoKen Raeburn1-1/+16
2008-02-19Changes to integrate the CCAPI build into the build structure, build the test...Kevin Koch1-1/+1
2007-10-31Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions.Ken Raeburn2-0/+43
2007-10-31Use ac_cv_c_compiler_gnu instead of copying it to krb5_cv_prog_gccKen Raeburn1-9/+9
2007-10-29Test that C++ code can use our installed headersKen Raeburn1-1/+11
2007-08-09need more dylib_file specs for darwinKen Raeburn1-2/+5
2007-08-08Get rid of some old SunOS 4 config stuffKen Raeburn1-18/+0