| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved Windows specific include files to src/windows/include | Sam Hartman | 2011-09-28 | 1 | -1/+1 |
* | Windows fixes: enable DNS lookups; turn on KDC lookup by default | Sam Hartman | 2011-09-28 | 1 | -0/+7 |
* | Windows fix: correct ENTRYPOINT for 32 bit build | Sam Hartman | 2011-09-28 | 1 | -4/+1 |
* | Rename ccapi.dll to krbcc{32|64}.dll as appropriate for windows builds | Sam Hartman | 2011-09-28 | 1 | -2/+2 |
* | Build with USE_LEASH=1 unconditionally | Sam Hartman | 2011-09-28 | 1 | -2/+0 |
* | Added /EHsc compiler flag for C++ exception handling on Windows | Sam Hartman | 2011-09-28 | 1 | -1/+1 |
* | Added CCLIB Makefile definition on Windows to hold import library for CCAPI | Sam Hartman | 2011-09-28 | 1 | -0/+2 |
* | Fix x64 compile issues: remove bufferoverflowu.lib; this is obsolete | Sam Hartman | 2011-09-19 | 1 | -4/+6 |
* | Protect autoconf #defines (HAVE_FOO, et al) in win-mac.h with #ifdef KRB5_PRI... | Sam Hartman | 2011-09-19 | 2 | -1/+3 |
* | Fix verto-k5ev.h dependencies for system libverto | Greg Hudson | 2011-09-14 | 1 | -0/+3 |
* | Fix verto.h dependencies for system libverto | Greg Hudson | 2011-09-09 | 1 | -0/+4 |
* | Go back to symlinks for liblinks | Greg Hudson | 2011-09-06 | 1 | -2/+2 |
* | Change how bundled libverto is linked | Greg Hudson | 2011-09-06 | 1 | -1/+1 |
* | Use hard links for LIBLINKS | Greg Hudson | 2011-09-05 | 2 | -5/+7 |
* | Create k5ev verto module from libev sources | Greg Hudson | 2011-09-02 | 2 | -3/+11 |
* | Update config.guess and config.status | Tom Yu | 2011-08-29 | 2 | -310/+482 |
* | Add libedit/readline support to ss | Greg Hudson | 2011-07-22 | 1 | -1/+5 |
* | Get static linking working again, mostly | Greg Hudson | 2011-06-28 | 1 | -0/+2 |
* | Add localization support to com_err | Greg Hudson | 2011-06-10 | 2 | -2/+6 |
* | Add localization infrastructure | Greg Hudson | 2011-06-10 | 1 | -0/+1 |
* | Make Fortuna the default PRNG for the Windows build | Greg Hudson | 2011-02-25 | 1 | -1/+1 |
* | Assume ELF on FreeBSD if objformat doesn't exist | Greg Hudson | 2011-02-09 | 1 | -1/+1 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -12/+32 |
* | Fix Windows build | Greg Hudson | 2010-11-25 | 2 | -0/+7 |
* | 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 | 2 | -24/+10 |
* | Fix the actual python command to match the displayed one in the | Greg Hudson | 2010-04-24 | 1 | -2/+4 |
* | Only create runenv.py at BUILDTOP. Fix bugs in k5test.py relating to | Tom Yu | 2010-04-20 | 1 | -13/+2 |
* | Build runenv.py, holding environment variable settings required for | Tom Yu | 2010-04-16 | 3 | -5/+30 |
* | Set up KRB5_RUN_ENV for pytests, so that Python-based tests can run | Tom Yu | 2010-03-15 | 2 | -1/+6 |
* | In post.in, add a check-pytests intermediate target for Makefile.in to | Greg Hudson | 2010-03-05 | 1 | -3/+8 |
* | Error out if a Python test program fails | Greg Hudson | 2010-03-05 | 1 | -1/+1 |
* | Python test framework | Greg Hudson | 2010-03-04 | 2 | -0/+22 |
* | On Linux platforms, use -Wl,--enable-new-dtags when linking shared | Greg Hudson | 2010-02-27 | 1 | -2/+2 |
* | Consistently place $(LDFLAGS) after $(SHLIB_EXPFLAGS) when building | Greg Hudson | 2010-02-05 | 1 | -13/+12 |
* | 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 |
* | Check ALL_DEP_SRCS, not SRCS, to decide what to put into the deps file | Ken Raeburn | 2009-12-02 | 1 | -1/+1 |
* | Simplify depfix.pl by assuming that all files outside of the source | Greg Hudson | 2009-11-23 | 1 | -3/+1 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 7 | -36/+35 |
* | Remove autoconf.h on "make distclean". | Greg Hudson | 2009-09-16 | 1 | -0/+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 | 3 | -23/+43 |
* | Install kadmin and kdb headers | Greg Hudson | 2009-03-20 | 1 | -0/+1 |
* | pull in dependency files | Ken Raeburn | 2009-02-11 | 1 | -0/+5 |
* | 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 |