| Commit message (Expand) | Author | Age | Files | Lines |
* | Reduce boilerplate in makefiles | Greg Hudson | 2013-05-16 | 1 | -3/+0 |
* | Remove install-oldman | Ben Kaduk | 2012-10-17 | 1 | -1/+0 |
* | Remove nroff man pages | Ben Kaduk | 2012-10-16 | 1 | -130/+0 |
* | Adjust most C source files to match the new standards for copyright | Greg Hudson | 2011-03-09 | 1 | -4/+4 |
* | Use for loops for recursion in the Windows build, cutting down on the | Greg Hudson | 2010-11-28 | 1 | -1/+1 |
* | Mark and reindent what's left of the appl directory | Greg Hudson | 2009-11-24 | 1 | -95/+94 |
* | Consolidate Makefile variables now that we have only a single global | Greg Hudson | 2009-11-22 | 1 | -2/+0 |
* | make mark-cstyle | Tom Yu | 2009-10-31 | 1 | -8/+8 |
* | move generated dependencies out of Makefile.in | Ken Raeburn | 2009-01-05 | 1 | -0/+1 |
* | Convert many uses of sprintf to snprintf or asprintf | Greg Hudson | 2008-12-01 | 1 | -2/+5 |
* | Configure appl test programs from top level | Ken Raeburn | 2007-03-25 | 1 | -2/+2 |
* | Include k5-int.h instead of krb5.h when 'private' functions are needed | Ken Raeburn | 2007-01-20 | 1 | -1/+1 |
* | Memory leak fixes on exit | Ezra Peisach | 2006-10-18 | 1 | -0/+5 |
* | Remove ChangeLog files from the source tree. From now on, the | Sam Hartman | 2006-04-11 | 1 | -152/+0 |
* | Remove .Sanitize and .rconf files, no longer used | Ken Raeburn | 2006-04-11 | 1 | -38/+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 |
* | * sserver.c (main): Use GETPEERNAME_ARG3_TYPE instead of int | Ezra Peisach | 2001-11-06 | 2 | -1/+9 |
* | * sserver.c (main): Include unistd.h if present (for close | Ezra Peisach | 2000-07-29 | 2 | -15/+29 |
* | Change wsanchez@apple -> tritan@mit | Wilfredo Sanchez | 2000-06-01 | 1 | -2/+2 |
* | main() returns int - not void. Also cleanup unused variables | Ezra Peisach | 2000-02-26 | 2 | -7/+7 |
* | 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 | -1/+0 |
* | copyright notice updates from 1.1 branch | Ken Raeburn | 1999-09-24 | 2 | -2/+8 |
* | 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/+11 |
* | 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 |
* | Merge of libhack_branch | Tom Yu | 1997-02-09 | 3 | -9/+10 |
* | 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 | 2 | -2/+11 |
* | remove ".so man1/header.doc" and extra args to .TH | Tom Yu | 1996-09-10 | 2 | -2/+5 |
* | man page tweak from Cygnus | Jeff Bigler | 1996-08-29 | 1 | -10/+10 |
* | cvsignore hackery | Tom Yu | 1996-06-10 | 1 | -1/+0 |
* | remove rcs keyword cruft which doesn't make much sense in CVS. | Mark Eichin | 1995-11-03 | 1 | -3/+2 |
* | 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 | 3 | -8/+9 |
* | 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 | 3 | -4/+11 |
* | 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/+5 |
* | If using inetd, set file descriptor of socket to 0 | Ezra Peisach | 1995-06-03 | 2 | -0/+5 |
* | 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 |