| Commit message (Expand) | Author | Age | Files | Lines |
* | Delete .cvsignore files; contents have already been | Sam Hartman | 2005-08-24 | 2 | -2/+0 |
* | Change subdir processing so that SUBDIRS will contain the configured | Ken Raeburn | 2004-03-08 | 6 | -3/+13 |
* | * Makefile.in: Revert $(S)=>/ change, for Windows support | Ken Raeburn | 2002-08-29 | 6 | -3/+15 |
* | Ignore a bunch of files generated by building in the source tree, excluding | Ken Raeburn | 2002-08-29 | 2 | -0/+2 |
* | Change $(S)=>/ and $(U)=>.. globally | Ken Raeburn | 2002-08-23 | 6 | -3/+15 |
* | * sclient.c: Include fake-addrinfo.h. Include stdlib.h unconditionally. | Ken Raeburn | 2002-04-06 | 2 | -68/+93 |
* | * sclient.c: Include errno.h | Ken Raeburn | 2002-03-28 | 2 | -0/+5 |
* | * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of int | Ezra Peisach | 2001-11-06 | 2 | -1/+9 |
* | * sclient.c (main): Use GETSOCKNAME_ARG3_TYPE instead of int | Ezra Peisach | 2001-11-06 | 2 | -1/+10 |
* | * sclient.c (main): Do not free auth_context unless | Ezra Peisach | 2001-01-30 | 2 | -2/+7 |
* | * sserver.c (main): Include unistd.h if present (for close | Ezra Peisach | 2000-07-29 | 2 | -15/+29 |
* | * sclient.c: Include unistd.h if present (for close prototype). | Ezra Peisach | 2000-07-29 | 2 | -16/+28 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 3 | -6/+6 |
* | main() returns int - not void. Also cleanup unused variables | Ezra Peisach | 2000-02-26 | 4 | -8/+12 |
* | log tritan's changes | Tom Yu | 1999-10-26 | 3 | -0/+21 |
* | Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, LOCAL_INCLUDES such | Wilfredo Sanchez | 1999-10-26 | 3 | -4/+0 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 5 | -5/+20 |
* | Fix broken thisconfdir and mydir lines in Makefile.in's. Forgot to | Theodore Tso | 1998-11-13 | 3 | -6/+6 |
* | Makefile.in: Set the myfulldir and mydir variables (which are relative | Theodore Tso | 1998-11-13 | 4 | -0/+22 |
* | configure.in: Removed and tests moved up to appl/configure.in | Theodore Tso | 1998-11-13 | 3 | -12/+12 |
* | 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 | 6 | -6/+21 |
* | * configure.in: Add commented out AC_OUTPUT to force autoreconf to | Tom Yu | 1998-02-12 | 2 | -1/+6 |
* | Mass makefile/configure.in build system revamp | Theodore Tso | 1998-02-12 | 9 | -15/+34 |
* | * sclient.c (main): Free client principal and krb5_ap_rep_enc_part | Ezra Peisach | 1997-12-16 | 2 | -0/+12 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 6 | -18/+20 |
* | Merge V1_0_FREEZE_3 into the mainline. (Note this merge does *not* | Theodore Tso | 1996-12-13 | 2 | -7/+13 |
* | Check the error return from krb5_init_context(), and print an error | Theodore Tso | 1996-11-08 | 4 | -4/+22 |
* | remove ".so man1/header.doc" and extra args to .TH | Tom Yu | 1996-09-10 | 4 | -4/+10 |
* | man page tweak from Cygnus | Jeff Bigler | 1996-08-29 | 2 | -11/+12 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 3 | -3/+0 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 2 | -6/+4 |
* | Initialize the service name to SAMPLE_SERVICE instead of leaving as NULL | Ezra Peisach | 1995-09-18 | 2 | -1/+5 |
* | Add an optional third argument which allows the user to set the | Theodore Tso | 1995-09-16 | 2 | -6/+14 |
* | Allow the user to specify the service instance using the -s option. | Theodore Tso | 1995-09-16 | 2 | -26/+44 |
* | * 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 | 6 | -16/+17 |
* | Remove LDFLAGS | Paul Park | 1995-07-07 | 2 | -1/+4 |
* | * configure.in: added missing check for stdlib.h | Tom Yu | 1995-06-20 | 2 | -0/+4 |
* | Remove extraneous debugging definition from previous checkin | Paul Park | 1995-06-15 | 1 | -1/+1 |
* | Shared library Makefile/configure changes and cleanup | Paul Park | 1995-06-15 | 6 | -6/+20 |
* | changes to accomodate redefinition of krb5_auth_context | Tom Yu | 1995-06-11 | 4 | -2/+10 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 4 | -10/+10 |
* | configure.in: Remove standardized set of autoconf macros, which are | Theodore Tso | 1995-06-09 | 2 | -6/+8 |
* | If using inetd, set file descriptor of socket to 0 | Ezra Peisach | 1995-06-03 | 2 | -0/+5 |
* | Include stdlib.h or declare malloc() | Ezra Peisach | 1995-05-10 | 2 | -0/+12 |
* | Add new options -p and -S to specify port and keytab files | Ezra Peisach | 1995-05-10 | 3 | -5/+70 |
* | * sserver.c: (krb5_recvauth()): No longer needs the rc_type arg | Chris Provenzano | 1995-05-03 | 2 | -1/+3 |
* | Initialize auth_context to NULL before using | Chris Provenzano | 1995-04-26 | 2 | -1/+6 |
* | Add Cygnus's "Sanitize" system to the krb5 tree, to make it easier to do | Theodore Tso | 1995-04-14 | 3 | -0/+115 |