| Commit message (Expand) | Author | Age | Files | Lines |
| * | * Makefile.in ($(srcdir)/profile_tcl.c): Don't invoke swig automatically | Ken Raeburn | 2006-04-04 | 1 | -1/+1 |
| * | set DEFS empty in more places | Ken Raeburn | 2006-04-04 | 1 | -0/+1 |
| * | make depend, now with dependency sorting | Ken Raeburn | 2006-03-31 | 1 | -25/+25 |
| * | Instead of arbitrary division of headers into include and include/krb5, with | Ken Raeburn | 2006-03-11 | 1 | -8/+8 |
| * | Add a new recursive target "generated-files-mac", for producing the | Ken Raeburn | 2006-03-11 | 1 | -0/+2 |
| * | Merge from plugin branch | Ken Raeburn | 2006-03-07 | 1 | -1/+1 |
| * | make depend | Tom Yu | 2005-11-29 | 1 | -16/+8 |
| * | Update dependencies | Ken Raeburn | 2005-06-21 | 1 | -8/+16 |
| * | update dependencies | Ken Raeburn | 2005-04-13 | 1 | -16/+16 |
| * | run "make depend" | Ken Raeburn | 2004-12-30 | 1 | -26/+34 |
| * | * Makefile.in (check-unix-tcl-ok): Use KRB5_RUN_ENV | Tom Yu | 2004-09-26 | 1 | -1/+2 |
| * | * prof_tree.c (struct profile_node): Add new bitfield DELETED. | Ken Raeburn | 2004-09-23 | 1 | -2/+14 |
| * | * profile.swg: New file. | Ken Raeburn | 2004-08-27 | 1 | -4/+15 |
| * | * Makefile.in (MLIBS): Add $(LIBS) | Ken Raeburn | 2004-07-15 | 1 | -1/+1 |
| * | * Makefile.in (SHLIB_EXPLIBS): Add $(LIBS) | Ken Raeburn | 2004-06-19 | 1 | -1/+1 |
| * | Change all uses of LIB in UNIX makefiles to LIBBASE, for better Windows | Ken Raeburn | 2004-06-04 | 1 | -1/+1 |
| * | * Makefile.in (DEPLIBS, MLIBS, SHLIB_EXPDEPS, SHLIB_EXPLIBS): Add the new sup... | Ken Raeburn | 2004-05-13 | 1 | -4/+4 |
| * | updated dependencies | Ken Raeburn | 2004-04-24 | 1 | -1/+1 |
| * | update dependencies | Ken Raeburn | 2004-04-23 | 1 | -0/+8 |
| * | make-depend updates | Ken Raeburn | 2003-05-24 | 1 | -8/+8 |
| * | Use com_err_deplib rather than an explicit path so we do not have our | Sam Hartman | 2003-03-02 | 1 | -1/+1 |
| * | Use markers in Makefile.in rather than rules in configure.in to indicate when | Ken Raeburn | 2003-01-10 | 1 | -0/+4 |
| * | update dependencies | Tom Yu | 2002-12-12 | 1 | -8/+8 |
| * | update dependencies | Tom Yu | 2002-11-27 | 1 | -1/+0 |
| * | Implement an install-headers target to install public headers into KRB5_INCDIR; | Sam Hartman | 2002-10-07 | 1 | -0/+2 |
| * | Move test_* from all to check target | Sam Hartman | 2002-10-03 | 1 | -1/+4 |
| * | * Makefile.in (LOCALINCLUDES): Don't reference et directory. | Ken Raeburn | 2002-09-11 | 1 | -10/+9 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 1 | -2/+2 |
| * | Quote targets of some copy operations within the build tree. Needed | Ken Raeburn | 2002-08-27 | 1 | -1/+1 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 1 | -2/+2 |
| * | * Makefile.in (EXTRADEPSRCS): New variable. | Ken Raeburn | 2002-08-15 | 1 | -0/+9 |
| * | update dependencies | Ken Raeburn | 2002-06-15 | 1 | -7/+7 |
| * | * Makefile.in (LIBMINOR): Bump | Ken Raeburn | 2002-02-20 | 1 | -1/+1 |
| * | In directories building libraries, generate dependencies for .so/.po files too | Ken Raeburn | 2001-10-20 | 1 | -7/+7 |
| * | Update automatic dependencies to work on Windows by using $(OUTPRE) and | Ken Raeburn | 2001-10-11 | 1 | -13/+13 |
| * | dependencies | Ken Raeburn | 2001-09-02 | 1 | -5/+13 |
| * | * Makefile.in (MLIBS): Do not link against libgen.a for test | Ezra Peisach | 2001-06-11 | 1 | -1/+1 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -3/+1 |
| * | Danilo's const_profile_filespec_t and other changes from 1.1 branch | Ken Raeburn | 1999-09-01 | 1 | -2/+1 |
| * | These are a bunch of intertwined changes to the windows build. | Danilo Almeida | 1999-05-19 | 1 | -2/+7 |
| * | Do win32 build in subdir | Danilo Almeida | 1999-05-10 | 1 | -15/+17 |
| * | test_profile.c: Added ability to test profile set functions, and in a | Theodore Tso | 1999-03-03 | 1 | -2/+3 |
| * | prof_tree.c: Add new functions profile_get_node_name, | Theodore Tso | 1999-03-03 | 1 | -0/+3 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-14 | 1 | -0/+2 |
| * | Makefile.in: Added prof_get.c to the list of files to be compiled | Theodore Tso | 1998-11-03 | 1 | -0/+3 |
| * | pull up 3des implementation from the marc-3des branch | Marc Horowitz | 1998-10-30 | 1 | -0/+5 |
| * | * Makefile.in: Integrate in the krb5 build tree rules. | Ezra Peisach | 1998-03-02 | 1 | -5/+8 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 1 | -2/+2 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 1 | -0/+13 |
| * | Moved some of the library list file build logic from the individual Makefiles | Richard Basch | 1997-02-23 | 1 | -6/+2 |