| Commit message (Expand) | Author | Age | Files | Lines |
| * | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -175/+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_client.c: Always include stdlib.h. | Ken Raeburn | 2002-04-06 | 2 | -9/+5 |
| * | * sim_client.c: Include errno.h | Ken Raeburn | 2002-03-28 | 2 | -0/+5 |
| * | Don't conditionalize prototypes; delete macros supporting it. (Maybe overdone; | Ken Raeburn | 2001-10-10 | 2 | -1/+5 |
| * | * sim_client.c (main): Cast argument to isupper()/tolower() to int | Ezra Peisach | 2001-06-18 | 2 | -2/+6 |
| * | Cleanup gcc warnings of signed vs unsigned arguments to functions | Ezra Peisach | 2000-09-26 | 2 | -6/+18 |
| * | 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 | -9/+6 |
| * | Remove krb5_xfree from the public interface | Richard Basch | 1997-02-18 | 2 | -3/+7 |
| * | 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 | -2/+7 |
| * | 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 |
| * | sim_client.c (main): Use krb5_get_server_rcache instead of duplicating | Ezra Peisach | 1995-11-09 | 2 | -21/+12 |
| * | Fixed location where usage() wasn't being called with an argument | Theodore Tso | 1995-10-15 | 2 | -1/+6 |
| * | Fix optional host parsing so that host is recognized as an argument | Theodore Tso | 1995-09-16 | 2 | -2/+12 |
| * | sim_client.c (main): Added better options parsing for more flexibility | Theodore Tso | 1995-09-15 | 3 | -53/+140 |
| * | Reorganize library logic and use LDFLAGS from configure | Paul Park | 1995-07-07 | 3 | -8/+8 |
| * | sim_client.c: Include stdlib.h or declare malloc. Include string.h for | Ezra Peisach | 1995-06-28 | 3 | -0/+14 |
| * | 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 |
| * | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -5/+4 |
| * | * sim_client.c (main()): Changes to auth_context to better | Chris Provenzano | 1995-05-01 | 2 | -13/+24 |
| * | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 1 | -0/+37 |
| * | * sim_client.c: Don't set cksumtype because CKSUMTYPE_RSA_MD4_DES | Chris Provenzano | 1995-03-27 | 2 | -4/+7 |
| * | * sim_client.c Use new calling convention for krb5_mk_req(), | Chris Provenzano | 1995-03-10 | 2 | -103/+35 |
| * | 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 |
| * | * sim_client.c Call krb5_sendauth() with new calling convention | Chris Provenzano | 1995-02-23 | 2 | -5/+8 |
| * | 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 | -19/+26 |
| * | 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/+7 |
| * | stamp out rcs keywords | Mark Eichin | 1994-08-18 | 1 | -8/+1 |
| * | Stamp Out Imake in Our Lifetimes.. | Mark Eichin | 1994-08-09 | 1 | -33/+0 |
| * | more make install fixes | Tom Yu | 1994-07-20 | 2 | -1/+2 |