| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -141/+0 |
| * | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -37/+0 |
| * | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 1 | -1/+0 |
| * | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 2 | -1/+4 |
| * | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 2 | -1/+5 |
| * | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 1 | -0/+1 |
| * | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 2 | -1/+5 |
| * | * sim_server.c: Cast to int strings width arguments in printf | Ezra Peisach | 2000-10-17 | 2 | -2/+7 |
| * | Cleanup gcc warnings of signed vs unsigned arguments to functions | Ezra Peisach | 2000-09-26 | 2 | -8/+14 |
| * | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
| * | log tritan's changes | Tom Yu | 1999-10-26 | 1 | -0/+7 |
| * | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 1 | -2/+1 |
| * | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 1 | -1/+4 |
| * | Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot to | Theodore Tso | 1998-11-13 | 1 | -2/+2 |
| * | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-13 | 2 | -0/+10 |
| * | POSIX states that getopt returns -1 when it is done parsing options, | Theodore Tso | 1998-05-06 | 2 | -1/+6 |
| * | Remove trailing slash from thisconfigdir. Change directory syntax | Tom Yu | 1998-02-18 | 2 | -2/+7 |
| * | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 3 | -5/+6 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 2 | -1/+5 |
| * | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -10/+11 |
| * | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 2 | -1/+6 |
| * | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 2 | -2/+11 |
| * | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
| * | Free the context and auth_context before exiting | Theodore Tso | 1995-09-16 | 2 | -0/+8 |
| * | Improved (and changed) input argument handling, to make sim_server | Theodore Tso | 1995-09-15 | 2 | -21/+81 |
| * | * configure.in: Don't link with -lkadm | Tom Yu | 1995-07-29 | 2 | -1/+3 |
| * | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 3 | -8/+9 |
| * | Include <string.h> for memcpy definitions | Ezra Peisach | 1995-06-28 | 2 | -0/+4 |
| * | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 3 | -4/+10 |
| * | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 2 | -1/+5 |
| * | sim_server.c: #include krb5.h first, to reduce size of debugging | Theodore Tso | 1995-06-09 | 3 | -7/+9 |
| * | * sim_server.c (main()): Changes to auth_context to better | Chris Provenzano | 1995-05-01 | 2 | -25/+27 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+37 |
| * | * sim_server.c: Use new calling convention for krb5_rd_req(), | Chris Provenzano | 1995-03-27 | 2 | -53/+31 |
| * | Remove reference to $(ISODELIB) | Theodore Tso | 1995-03-02 | 2 | -2/+5 |
| * | Remove ISODE_INCLUDE, replace check for -lsocket and -lnsl with | Theodore Tso | 1995-03-01 | 2 | -3/+6 |
| * | Avoid <krb5/...> and <com_err.h> includes | John Gilmore | 1995-02-28 | 2 | -5/+6 |
| * | Add .cvsignore file so that cvs ignores the autoconf-built configure file | Theodore Tso | 1995-02-03 | 1 | -0/+1 |
| * | Removed all references to DECLARG and OLDDECLARG. | Chris Provenzano | 1995-01-13 | 2 | -15/+22 |
| * | Conversion of autoconfigury to Autoconf V2 | Mark Eichin | 1994-10-26 | 1 | -3/+3 |
| * | Relink executable if libraries change | Theodore Tso | 1994-09-30 | 2 | -1/+6 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -7/+1 |
| * | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -32/+0 |
| * | more make install fixes | Tom Yu | 1994-07-20 | 2 | -1/+2 |
| * | Reduced Makefile.in, using pre/post | Mark Eichin | 1994-07-02 | 1 | -27/+0 |
| * | folding in Harry's changes | Tom Yu | 1994-06-29 | 1 | -1/+1 |
| * | * configure.in (in all relevant subdirs): move invokations of | Tom Yu | 1994-06-27 | 1 | -1/+1 |
| * | changes to fix make install | Tom Yu | 1994-06-25 | 2 | -0/+20 |
| * | Tue Jun 21 17:46:53 1994 Mark Eichin (eichin at cygnus.com) | Mark Eichin | 1994-06-21 | 1 | -0/+1 |
| * | support to allow --with-ccopts= | Tom Yu | 1994-06-21 | 2 | -0/+2 |