| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 1 | -0/+4 |
* | Adjust valgrind support to assume a modern valgrind that requires %p in log f... | Sam Hartman | 2010-10-13 | 1 | -1/+1 |
* | Simplify how k5test scripts get run by importing runenv by pathname | Greg Hudson | 2010-04-24 | 1 | -2/+2 |
* | Run Python tests as individual rule commands (friendlier to make -k) | Greg Hudson | 2010-04-24 | 1 | -2/+4 |
* | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 1 | -0/+1 |
* | Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run | Tom Yu | 2010-03-15 | 1 | -0/+3 |
* | Python test framework | Greg Hudson | 2010-03-04 | 1 | -0/+5 |
* | Change basename of libkadm5 libraries to avoid Heimdal conflict | Greg Hudson | 2010-01-19 | 1 | -4/+4 |
* | Remove libpty references | Ken Raeburn | 2009-12-28 | 1 | -4/+0 |
* | allow testing when offline | Ken Raeburn | 2009-12-28 | 1 | -0/+7 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 1 | -6/+5 |
* | Remove kadmin v1 API support | Greg Hudson | 2009-08-13 | 1 | -2/+2 |
* | In pre.in, remove some variable expansions in the definition of | Greg Hudson | 2009-07-09 | 1 | -2/+1 |
* | Restore limited support for static linking | Greg Hudson | 2009-06-08 | 1 | -15/+20 |
* | Install kadmin and kdb headers | Greg Hudson | 2009-03-20 | 1 | -0/+1 |
* | remove some krb4 testing hooks | Ken Raeburn | 2009-02-04 | 1 | -3/+0 |
* | Don't create include/kerberosIV on installation | Ken Raeburn | 2009-01-07 | 1 | -1/+0 |
* | Merge mskrb-integ onto trunk | Sam Hartman | 2009-01-03 | 1 | -0/+1 |
* | Remove some unused variables | Ken Raeburn | 2009-01-03 | 1 | -9/+0 |
* | Remove krb524, lib/des425, lib/krb4, and include/kerberosIV. | Greg Hudson | 2008-12-18 | 1 | -22/+0 |
* | Add a configure option --disable-rpath to suppress rpath flags in | Greg Hudson | 2008-12-08 | 1 | -1/+8 |
* | Move warning flags to new variables WARN_CFLAGS and WARN_CXXFLAGS, so | Greg Hudson | 2008-12-03 | 1 | -2/+5 |
* | Incorporate Apple's patch | Ken Raeburn | 2008-08-25 | 1 | -0/+1 |
* | Don't set LOCAL_SUBDIRS in many places and SUBDIRS in a few and | Ken Raeburn | 2008-07-20 | 1 | -1/+0 |
* | Drop $(SUBDIRS_@srcdir@) hack, it's not being used any more, and | Ken Raeburn | 2008-07-20 | 1 | -3/+1 |
* | kdb library now depends on gssrpc; add it to link commands | Ken Raeburn | 2008-06-25 | 1 | -1/+1 |
* | Set CXX_LINK, CXX_LINK_STATIC, and CXX_LINK_SHARED, parallel to CC_ versions. | Ken Raeburn | 2007-10-31 | 1 | -0/+1 |
* | Test that C++ code can use our installed headers | Ken Raeburn | 2007-10-29 | 1 | -1/+11 |
* | Remove check-ac-syms rules | Ken Raeburn | 2007-06-20 | 1 | -3/+0 |
* | Never set krb5_force_static. Instead, set the defaults for building | Ken Raeburn | 2007-03-25 | 1 | -5/+18 |
* | * pre.in (MOVEIFCHANGED): New variable | Ken Raeburn | 2007-01-20 | 1 | -1/+2 |
* | Don't define KRB5_PRIVATE, since it's not tested any more | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
* | * pre.in (.et.h, .et.c): Use temporary files in the current directory with | Ken Raeburn | 2007-01-20 | 1 | -5/+10 |
* | fix typo in make var ref | Ken Raeburn | 2006-10-15 | 1 | -1/+1 |
* | Define VALGRIND1 as an invocation of valgrind that could be used for VALGRIND | Ken Raeburn | 2006-10-15 | 1 | -1/+5 |
* | Use $(VALGRIND) when running programs using $(KRB5_RUN_ENV) or | Ken Raeburn | 2006-10-13 | 1 | -3/+1 |
* | Preauthentication Plugin Framework | Sam Hartman | 2006-10-03 | 1 | -0/+1 |
* | Set datarootdir in each Makefile to make Autoconf 2.60 happier | Russ Allbery | 2006-08-15 | 1 | -0/+1 |
* | * config/pre.in (KRB5_BASE_LIBS): Add $(DL_LIB). | Ken Raeburn | 2006-06-15 | 1 | -1/+1 |
* | install headers into include/krb5 | Ken Raeburn | 2006-05-23 | 1 | -0/+1 |
* | Tweak configure script generation to check that all symbols produced | Ken Raeburn | 2006-04-25 | 1 | -0/+3 |
* | Move definitions of KRB5_PRIVATE and KRB5_DEPRECATED from autoconf.h | Ken Raeburn | 2006-04-08 | 1 | -0/+1 |
* | Quick hack to make it easy to run valgrind on many of our test cases. | Ken Raeburn | 2006-03-16 | 1 | -1/+3 |
* | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -2/+1 |
* | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 1 | -0/+5 |
* | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 1 | -1/+4 |
* | Allow dynamic-object dependencies and build flags to be specified as distinct... | Ken Raeburn | 2005-10-27 | 1 | -0/+2 |
* | Move libdb2 makefile stuff down into db2 module subtree. | Ken Raeburn | 2005-10-05 | 1 | -11/+5 |
* | Drop "lib" prefix from things intended to be dynamically loaded | Ken Raeburn | 2005-07-06 | 1 | -1/+1 |
* | * pre.in (KRB5_DB_MODULE_DIR): New variable | Ken Raeburn | 2005-06-29 | 1 | -0/+1 |