diff options
Diffstat (limited to 'src/clients')
| -rw-r--r-- | src/clients/ChangeLog | 132 | ||||
| -rw-r--r-- | src/clients/kcpytkt/ChangeLog | 4 | ||||
| -rw-r--r-- | src/clients/kdeltkt/ChangeLog | 8 | ||||
| -rw-r--r-- | src/clients/kdestroy/ChangeLog | 181 | ||||
| -rw-r--r-- | src/clients/kinit/ChangeLog | 411 | ||||
| -rw-r--r-- | src/clients/klist/ChangeLog | 384 | ||||
| -rw-r--r-- | src/clients/kpasswd/ChangeLog | 130 | ||||
| -rw-r--r-- | src/clients/ksu/ChangeLog | 565 | ||||
| -rw-r--r-- | src/clients/kvno/ChangeLog | 102 |
9 files changed, 0 insertions, 1917 deletions
diff --git a/src/clients/ChangeLog b/src/clients/ChangeLog deleted file mode 100644 index 0c5819994..000000000 --- a/src/clients/ChangeLog +++ /dev/null @@ -1,132 +0,0 @@ -2006-03-28 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Always pass three arguments to AC_DEFINE. - -2005-08-20 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Use K5_AC_INIT instead of AC_INIT. - -2004-12-15 Jeffrey Altman <jaltman@mit.edu> - - * Makefile.in: output status info for kcpytkt, kdeltkt - -2004-08-20 Jeffrey Altman <jaltman@mit.edu> - - * Add kcpytkt and kdeltkt directories - -2003-01-10 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Use V5_AC_OUTPUT_MAKEFILE instead of - K5_GEN_MAKEFILE and K5_AC_OUTPUT. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2001-04-26 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Don't look for getipnodebyaddr. - -2001-04-03 Tom Yu <tlyu@mit.edu> - - * configure.in: Add checks for unsetenv and getenv. Compile - setenv.o if any of setenv, unsetenv, or getenv are - missing. [pullup from krb5-1-2-2-branch] - -2000-03-24 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Check for alpha*-dec-osf* instead of - alpha-dec-osf*. - -2000-02-24 Ezra Peisach <epeisach@mit.edu> - - * configure.in: Test for <arpa/inet.h> include file for inet_ntop - prototype. - -2000-02-07 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Check for inet_ntop and getipnodebyaddr, both used - in klist. - -1999-12-06 Ken Raeburn <raeburn@mit.edu> - - * configure.in: Check for setenv. Set SETENVOBJ to setenv.o if - it's not available, empty otherwise. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Add kvno to Windows build. - * Makefile.in: Clean kpasswd in Windows build. - -1999-08-09 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Build kpasswd under windows. - -Tue May 18 19:52:56 1999 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Remove - from recursive Win32 make invocation. - -Mon May 17 12:24:55 1999 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Add NO_OUTPRE flag to prevent creation of output - directory under win32. Add clean-windows target. - -Thu Feb 18 22:31:56 1999 Tom Yu <tlyu@mit.edu> - - * configure.in: Add check for setluid(). - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-26 Marc Horowitz <marc@mit.edu> - - * configure.in: add kvno - -Sat Jul 25 15:00:26 1998 Sam Hartman <hartmans@utwig.mesas.com> - - * Makefile.in (LOCAL_SUBDIRS): add kvno - -Wed Feb 18 15:40:02 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. - -Thu Feb 12 16:15:54 1998 Tom Yu <tlyu@mit.edu> - - * configure.in: Add commented AC_OUTPUT to force autoreconf to - rebuild configure script. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Thu Jan 29 00:12:07 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * configure.in: Use this configure.in for all subdirectories. - -Fri Jan 30 16:08:25 1998 Tom Yu <tlyu@mit.edu> - - * configure.in: Add new directory for kpasswd. - -Sun Feb 23 01:26:27 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: Define BUILDTOP for Win16/Win32 - -Sat Feb 8 15:27:31 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: Added win32 rules (kinit,kdestroy,klist console apps) - -Fri Jul 7 15:52:28 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove LDFLAGS - -Fri Jun 9 18:36:37 1995 <tytso@rsx-11.mit.edu> - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. Use DO_SUBDIRS to - recurse down subdirectories. - -Wed Jul 20 23:36:04 1994 Tom Yu (tlyu at dragons-lair) - - * configure.in: add ksu - diff --git a/src/clients/kcpytkt/ChangeLog b/src/clients/kcpytkt/ChangeLog deleted file mode 100644 index ace7be592..000000000 --- a/src/clients/kcpytkt/ChangeLog +++ /dev/null @@ -1,4 +0,0 @@ -2004-08-20 Jeffrey Altman <jaltman@mit.edu> - - * kcpytkt.c, kcpytkt.M: Create a new application. - diff --git a/src/clients/kdeltkt/ChangeLog b/src/clients/kdeltkt/ChangeLog deleted file mode 100644 index 35a25951f..000000000 --- a/src/clients/kdeltkt/ChangeLog +++ /dev/null @@ -1,8 +0,0 @@ -2004-12-15 Jeffrey Altman <jaltman@mit.edu> - - * Makefile.in: correct the makefile to build kdeltkt, not kvno - -2004-08-19 Jeffrey Altman <jaltman@mit.edu> - - * kdeltkt.c, kdeltkt.M: Create a new application. - diff --git a/src/clients/kdestroy/ChangeLog b/src/clients/kdestroy/ChangeLog deleted file mode 100644 index 35e66f823..000000000 --- a/src/clients/kdestroy/ChangeLog +++ /dev/null @@ -1,181 +0,0 @@ -2006-03-30 Ken Raeburn <raeburn@mit.edu> - - * kdestroy.c: Must include autoconf.h before krb5.h. - -2006-03-28 Ken Raeburn <raeburn@mit.edu> - - * kdestroy.c: Include autoconf.h. - * Makefile.in (DEFS): Make empty. - -2004-06-16 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (all-mac): Target deleted. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2001-06-08 Ezra Peisach <epeisach@mit.edu> - - * kdestroy.c: Include unistd.h (if present) for getopt() prototype. - -2000-08-02 Ezra Peisach <epeisach@mit.edu> - - * kdestroy.c (main): Clean up compiler warnings. - -2000-03-16 Ezra Peisach <epeisach@mit.edu> - - * kdestroy.c: Do not define variables if v4 compatilibilty is not - defined. - -2000-03-07 Danilo Almeida <dalmeida@mit.edu> - - * kdestroy.M: Make up-to-date. - - * kdestroy.c: Add support for combining -5 and -4. Add ability to - easily change defaults in terms of whether to use 5, 4 or both. - Expand usage info. - -2000-02-16 Danilo Almeida <dalmeida@mit.edu> - - * kdestroy.c: Fix GET_PROGNAME macro to properly return program - name under Win32. Re-indent, turning spaces that should be tabs - into tabs. - -2000-02-04 Tom Yu <tlyu@mit.edu> - - * Makefile.in (kdestroy): Fix to build under Unix again. - -2000-02-04 Danilo Almeida <dalmeida@mit.edu> - - * kdestroy.c: Major revamp to support Kerberos 4 compatibility. Code - restructured to allow changes to support Kerberos 4 or Kerberos 5 - only operation depending on whether dynamic libraries are - avialable. Explicit documentation and support files to make it - easy to do this will be forthcoming. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Windows fix for 10/26/99 cleanup. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1999-08-09 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Use standard windows exe link flags. - -Mon May 10 15:09:31 1999 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Do win32 build in subdir. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * kdestroy.c (main): POSIX states that getopt returns -1 when it - is done parsing options, not EOF. - -Wed Feb 18 15:40:31 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. Fix up extraneous whitespace. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Jan 21 15:12:30 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * kdestroy.c (main): returns int, not void. ANSI X3.159-1989 - 2.1.2.2.1 says so, and gcc now warns about it. - -Sat Feb 15 12:25:00 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: Link in ComErr library $(CLIB) - -Mon Feb 10 14:59:54 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: - Build kdestroy.exe (win32 console app) - -Mon Jan 27 16:38:44 1997 Tom Yu <tlyu@mit.edu> - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Wed Nov 6 12:02:20 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * kdestroy.c (main): Check the error return from - krb5_init_context(), and print an error message if - necessary. - -Tue Sep 10 14:13:33 1996 Tom Yu <tlyu@mit.edu> - - * kdestroy.M: remove ".so man1/header.doc" - -Fri Jul 7 15:52:51 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove explicit library handling and LDFLAGS.. - * configure.in - Add KRB5_LIBRARIES. - - -Thu Jun 15 17:45:03 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Change explicit library names to -l<lib> form, and - change target link line to use $(LD) and associated flags. - * configure.in - Add shared library usage check. - -Fri Jun 9 18:37:19 1995 <tytso@rsx-11.mit.edu> - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Thu May 04 04:31:53 1995 Chris Provenzano (proven@mit.edu) - - * kdestroy.c : Added #include <string.h> - -Thu Mar 2 12:32:49 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). - -Wed Mar 1 16:26:51 1995 Theodore Y. Ts'o <tytso@dcl> - - * configure.in: Replace check for -lsocket and -lnsl with - WITH_NETLIB check. - -Tue Feb 28 02:10:17 1995 John Gilmore (gnu at toad.com) - - * kdestroy.c: Avoid <krb5/...> and <com_err.h> includes. - -Fri Feb 10 18:46:17 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that - libsocket can be pulled in if necessary. - - * kdestroy.c (main): Call krb5_init_context to initialize the - context. - - * configure.in: Add check for libsocket and libnsl (sigh). - krb5_init_ctx drags in cryptoconf.c, which drags in enough - of the crypto library that socket() gets called. We should - to fix this eventually to make klist smaller, but the fix - will be subtle. - -Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) - - * Added krb5_context to all krb5_routines - -Mon Oct 3 19:14:48 1994 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(srcdir) to find manual page for make install. - diff --git a/src/clients/kinit/ChangeLog b/src/clients/kinit/ChangeLog deleted file mode 100644 index d399e7e7e..000000000 --- a/src/clients/kinit/ChangeLog +++ /dev/null @@ -1,411 +0,0 @@ -2006-03-30 Ken Raeburn <raeburn@mit.edu> - - * kinit.c: Must include autoconf.h before krb5.h. - -2006-03-28 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFS): Make empty. - * kinit.c: Include autoconf.h. - -2006-03-26 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (extended_com_err_fn): New function. - (errctx): New variable. - (k5_begin): Set errctx. - (k5_end): Clear it. - (main): Call set_com_err_hook. - -2004-07-01 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (k5_kinit): Don't free addresses after calling - krb5_get_init_creds_opt_set_address_list; it doesn't make a copy. - -2004-06-16 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (all-mac): Target deleted. - -2003-08-01 Tom Yu <tlyu@mit.edu> - - * kinit.c (main): Apply patch from Stephen Grau to correctly - return non-zero for certain error conditions. - -2003-05-29 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (KRB4_BACKUP_DEFAULT_LIFE_SECS): Update to one day. - -2003-05-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (kinit): Don't use krb524 library. - * kinit.c: Don't include krb524.h. - (try_convert524): Don't call krb524_init_ets. - -2002-11-05 Tom Yu <tlyu@mit.edu> - - * kinit.c (k4_kinit): Remove trailing colon, as new implementation - of krb5_read_password() appends it. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-07-30 Ezra Peisach <epeisach@bu.edu> - - * kinit.c (ULINE): Invoke fprintf with correct number of arguments - depending on if V4 support is compiled in or not. - -2002-07-17 Jen Selby <jenselby@mit.edu> - - * kinit.M: added documentation of the "-a" option - -2001-12-10 Danilo Almeida <dalmeida@mit.edu> - - * kinit.c (main): Fix typo in #ifdef KRB5_KRB4_COMPAT. Thanks to - rbasch@mit.edu - -2001-09-24 Mitchell Berger <mitchb@mit.edu> - - * kinit.M: Correct some typos. Thanks to Dennis Davis - <D.H.Davis@bath.ac.uk> - -2001-06-11 Ezra Peisach <epeisach@mit.edu> - - * kinit.c (k4_begin): Cleanup assignment in conditional warning. - -2001-04-05 Danilo Almeida <dalmeida@mit.edu> - - * kinit.c (k4_kinit): Use ANSI C-style string continuation. - -2000-10-17 Ezra Peisach <epeisach@mit.edu> - - * kinit.c (k4_kinit): Argument to krb5_read_password takes as - unsigned int as argument. - -2000-10-09 Tom Yu <tlyu@mit.edu> - - * kinit.c (k4_kinit): Call time_to_life(). - -2000-10-03 Ezra Peisach <epeisach@mit.edu> - - * kinit.c: Include krb524.h if suport desired. Clean up - addignements in conditionals and do not shadow global variables. - -2000-03-16 Ezra Peisach <epeisach@mit.edu> - - * kinit.c (k4_kinit): Fix the code that was broken with - krb5_get_prompt_types code changes. Also - cleanup unused - variables when krb4 not compiled in. - -2000-03-15 Danilo Almeida <dalmeida@mit.edu > - - * kinit.c: Add support for krb5_get_prompt_types. - -2000-03-07 Danilo Almeida <dalmeida@mit.edu> - - * kinit.c: Add support for using both -4 and -5. Default to krb5 - only. Add KINIT_DEFAULT_BOTH support. Tweak usage info. - - * kinit.M: Fix a couple of typos. Document new default - behavior. Document that -4 and -5 may be combined. - -2000-02-16 Danilo Almeida <dalmeida@mit.edu> - - * kinit.M: Document that -s is not applicable to Kerberos 4. - - * kinit.c: Nicer usage message. Better checking for illegal - options. Do not output error when doing Kerberos 4 if we will be - trying 524 afterwards. Add hooks for future support for - specifying the Kerberos 4 cache name. Fix GET_PROGNAME macro to - properly return program name under Win32. Re-indent, turning - spaces that should be tabs into tabs. - - * kinit.M: Document new Kerberos 4 kinit behavior. - -2000-02-07 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (try_convert524): Avoid duplicate free calls. - -2000-02-04 Danilo Almeida <dalmeida@mit.edu> - - * kinit.c: Only free stuff if it's not NULL. - -2000-02-04 Tom Yu <tlyu@mit.edu> - - * Makefile.in (kinit): Fix to build on Unix again. - -2000-02-04 Danilo Almeida <dalmeida@mit.edu> - - * kinit.c: Major revamp to support Kerberos 4 compatibility. Code - restructured to allow changes to support Kerberos 4 or Kerberos 5 - only operation depending on whether dynamic libraries are - avialable. Explicit documentation and support files to make it - easy to do this will be forthcoming. - - * Makefile.in: On Windows, use getopt.lib instead of getopt.obj, - and add support for getopt_long. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Windows fix for 10/26/99 cleanup. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1999-08-25 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (optind, optarg) [sun]: Declare on SunOS 4. Maybe - declare unconditionally, in the future. - -1999-08-12 Ken Raeburn <raeburn@mit.edu> - - * kinit.c (main): Initialize cache_name to null, in case it's not - set. - -1999-08-09 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Use standard windows exe link flags. - -Mon May 10 15:13:37 1999 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Do win32 build in subdir. - -Mon Feb 8 22:10:36 1999 Theodore Y. Ts'o <tytso@mit.edu> - - * kinit.c: If unistd.h is not available, use manual definitions - for getopt, optarg, and optind. (For Windows). - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-26 Marc Horowitz <marc@mit.edu> - - * kinit.c: convert to new init_creds api - -1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * kinit.c (main): POSIX states that getopt returns -1 when it - is done parsing options, not EOF. - -Wed Feb 18 15:42:14 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. Remove extraneous whitespace. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Jan 21 15:10:37 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * kinit.c (main): returns int, not void. ANSI X3.159-1989 - 2.1.2.2.1 says so, and gcc now warns about it. (eichin@cygnus.com) - -Thu May 29 19:39:08 1997 Theodore Y. Ts'o <tytso@mit.edu> - - * kinit.c (main): Fix bug where kinit would core dump if given a - really long principal name. - -Tue Feb 25 00:29:46 1997 Richard Basch <basch@lehman.com> - - * kinit.c: Moved krb5_read_password back into the library (win32) - -Sat Feb 15 12:24:32 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: Link in ComErr library $(CLIB) - * kinit.c: Winsock initialization/teardown is now done by krb5 lib - -Thu Feb 13 14:27:41 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: - Link wsock32 library (win32) - - * kinit.c: - Added krb5_read_password implementation for win32 console. - Initialize Winsock library (win32) - -Sat Feb 8 15:37:39 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: - Build kinit.exe (win32 console app) - - * kinit.c: - Removed unused local variables - Created prototypes for internal functions (win32) - -Mon Jan 27 16:44:20 1997 Tom Yu <tlyu@mit.edu> - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Thu Dec 5 21:59:08 1996 Tom Yu <tlyu@mit.edu> - - * kinit.M: v5srvtab -> krb5.keytab [279] - -Wed Nov 6 09:31:35 1996 Theodore Y. Ts'o <tytso@mit.edu> - - * kinit.c (main): Check the return code from krb5_init_context, - and print an error message if appropriate. No longer call - krb5_init_ets(), as it's no longer necessary. - -Tue Sep 10 14:13:52 1996 Tom Yu <tlyu@mit.edu> - - * kinit.M: remove ".so man1/header.doc" - -Sun Jul 7 15:21:58 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * kinit.M: Document -R option. - - * kinit.c (krb5_tgt_gen): Code from krb5_validate_tgt() modified - to handle both renewal and validation of postdated tickets. - (krb5_renew_tgt): Takes a credential cache with a tgt with the - "renewable flag" set and asks ths kdc to renew it. Cache is wiped - and only new tgt is stored. - (main): New option -R to renew tickets. - -Thu Jun 20 20:19:44 1996 Marc Horowitz <marc@mit.edu> - - * kinit.M, kinit.c (main): Add a -s option to kinit which specifies - the service name to be used in the TGS_REQ. - -Fri May 3 00:28:10 1996 Mark Eichin <eichin@cygnus.com> - - * kinit.c (krb5_validate_tgt): new function, takes a credential - cache with an tgt with the "invalid flag" set, and asks the kdc to - validate it. Wipes cache and stores only the newly validated - credential. (After all, there won't be any others, because the - invalid krbtgt couldn't have gotten them.) Most of the code is - taken from krb5_mk_req, since it did the right thing. - (main): add -v option, validates the ticket already in the - selected cache. - -Wed May 1 02:37:17 1996 Mark Eichin <eichin@cygnus.com> - - * kinit.c (main): add -s starttime option. Have it accept a delta - time (if the value doesn't parse as a valid timestamp.) Set the - postdated option as well. get time of day early enough in main so - the options code can use it. Make the end time relative to the - start time, if given. - * kinit.M: document -s option. - -Thu Feb 15 12:31:03 1996 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * kinit.c (main): Do not free memory until all done using it. - -Tue Sep 26 22:19:32 1995 Mark Eichin <eichin@cygnus.com> - - * kinit.c (KRB5_DEFAULT_LIFE): default life should be 10 hours, - not eight, for practical/social reasons. - -Mon Aug 21 16:49:06 EDT 1995 Paul Park (pjpark@mit.edu) - * kinit.c - Use string_to_deltat to parse lifetime arguments so that - we use common code. Remove convtime(). Fix gcc -Wall. - * configure.in - Add -lkadm. - * kinit.M - Remove restriction on lifetimes. - - -Fri Jul 7 15:53:29 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove explicit library handling. - * configure.in - Add KRB5_LIBRARIES. - - -Thu Jun 15 17:45:47 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Change explicit library names to -l<lib> form, and - change target link line to use $(LD) and associated flags. - * configure.in - Add shared library usage check. - -Fri Jun 9 18:37:27 1995 <tytso@rsx-11.mit.edu> - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Fri Apr 28 15:49:39 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (kinit): Use $(LD) instead of $(CC) when trying to - link. (So purify works). Note: to get things to work on - the mac, just put LD=$(CC) in the Makefile. - -Fri Apr 21 15:24:57 1995 Chris Provenzano (proven@mit.edu) - - * configure.in : Make configure look for pwd.h and define - HAVE_PWD_H if found. - -Tue Mar 28 17:55:37 1995 John Gilmore (gnu at toad.com) - - * Makefile.in (LDFLAGS): Remove, conflicts with pre.in. - (kinit): Link with $(CC) $(LDFLAGS), to work on the Mac. - * kinit.c (HAVE_PWD_H): Use. - (NO_KEYTAB): Skip keytab support if defined. - FIXME: NO_KEYTAB needs to be set by configure. - -Fri Mar 24 14:45:00 1995 <tytso@rsx-11.mit.edu> - - * kinit.c (main): Remove the call to krb5_os_localaddr() since - get_in_tkt_XXXX will default appropriately. - - * kinit.c (main): Kinit will print an error when there are two - many arguments. - -Thu Mar 2 12:31:49 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). - -Wed Mar 1 16:27:21 1995 Theodore Y. Ts'o <tytso@dcl> - - * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket - and -lnsl with WITH_NETLIB check. - -Tue Feb 28 02:10:44 1995 John Gilmore (gnu at toad.com) - - * kinit.c: Avoid <krb5/...> and <com_err.h> includes. - -Mon Feb 13 23:50:52 1995 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(LD) instead of $(CC) when linking. - -Thu Feb 02 22:43:38 1995 Chris Provenzano (proven@mit.edu) - - * kinit.c (main()) Removed krb5_keytype, changed krb5_enctype to - krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * - for krb5_get_in_tkt_with_password() rotuine. - - * kinit.c (main()) use new API for krb5_get_in_tkt(), and replace - krb5_get_in_tkt_with_skey() with krb5_get_in_tkt_with_keytab() - and remove all unnecessary cruft. - - * kinit.c Do a krb5_init_context() before using a krb5_context. - -Sat Jan 28 14:45:55 1995 Chris Provenzano (proven@mit.edu) - - * kinit.c (main()) use new API for krb5_kt_get_entry(). - -Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) - - * Added krb5_context to all krb5_routines - -Mon Oct 3 19:14:30 1994 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(srcdir) to find manual page for make install. - -Fri Sep 30 22:14:12 1994 Theodore Y. Ts'o (tytso@dcl) - - * kinit.c: Add magic number placeholder to statically defined - structures. - -Mon Aug 8 22:26:11 1994 Theodore Y. Ts'o (tytso at tsx-11) - - * kinit.c: Change name of preauthentication - KRB5_PADATA_ENC_TIMESTAMP to KRB5_PADATA_ENC_UNIX_TIME - -Sat Jul 16 03:01:49 1994 Tom Yu (tlyu at dragons-lair) - - * kinit.c: frob error codes - diff --git a/src/clients/klist/ChangeLog b/src/clients/klist/ChangeLog deleted file mode 100644 index 2f369f59f..000000000 --- a/src/clients/klist/ChangeLog +++ /dev/null @@ -1,384 +0,0 @@ -2006-04-03 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFS): Make empty. - -2006-03-30 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include autoconf.h first. - -2005-01-04 Jeffrey Altman <jaltman@mit.edu> - - * Makefile.in: add support library to klist dependencies - -2004-11-03 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (SRCS): Define. - -2004-08-31 Tom Yu <tlyu@mit.edu> - - * klist.c: Fix double-free vulnerabilities. - -2004-07-11 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include autoconf.h before network headers. - -2004-06-16 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (all-mac): Target deleted. - -2003-07-27 Sam Hartman <hartmans@mit.edu> - - * klist.M : Note that -s can return non-zero if credentials are - expired - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-06-13 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in ($(OUTPRE)klist.exe): Use ws2_32.lib instead of - wsock32.lib. - -2002-06-13 Jen Selby <jenselby@mit.edu> - - * klist.M: updated the manpage to show new ticket flags - -2002-04-10 Danilo Almeida <dalmeida@mit.edu> - - * klist.c: Do not pull in winsock.h since we already pull in - port-sockets.h. - -2002-04-05 Ken Raeburn <raeburn@mit.edu> - - * klist.c (one_addr): Make 0 unsigned (!) in conditional - expression in getnameinfo call to avoid silly compiler warning. - -2002-03-26 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include fake-addrinfo.h, not fake-addrinfo.c. - (FAI_PREFIX): Delete. - -2002-03-07 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include port-sockets.h and socket-utils.h instead of - k5-int.h. - (NEED_SOCKETS): Don't define. - -2001-11-28 Ken Raeburn <raeburn@mit.edu> - - * klist.c (flags_string): Display transit-policy-checked, - ok-as-delegate, and anonymous ticket flags. - -2001-10-09 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Make prototypes unconditional. - -2001-10-05 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Delete _MSDOS support. - -2001-08-29 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include fake-addrinfo.c instead of .h file. - (FAI_IMPLEMENTATION): Don't define. - -2001-08-01 Ken Raeburn <raeburn@mit.edu> - - * klist.c: Include k5-int.h and fake-addrinfo.h. - (NEED_SOCKETS, FAI_PREFIX, FAI_IMPLEMENTATION): Define macros. - (one_addr): Use getnameinfo always. - -2001-07-19 Ken Raeburn <raeburn@mit.edu> - - * klist.c (one_addr): Pass UNIX address family, not Kerberos - address type, to inet_ntop. Print different messages for unknown - address types and known address types we don't know how to print - (e.g., AF_INET6 without inet_ntop). - -2001-06-08 Ezra Peisach <epeisach@mit.edu> - - * klist.c: Include unistd.h (if present) for getopt() prototype. - -2001-04-26 Ken Raeburn <raeburn@mit.edu> - - * klist.c (one_addr): Drop getipnodebyaddr support. - -2000-10-17 Ezra Peisach <epeisach@mit.edu> - - * klist.c (one_addr): gethostbyaddr takes an int as second argument. - -2000-10-09 Tom Yu <tlyu@mit.edu> - - * klist.c (do_v4_ccache): Call life_to_time(). - -2000-08-02 Ezra Peisach <epeisach@mit.edu> - - * klist.c: Compiler warning cleanups by declaring functions as - static, using existing global variables instead of trying to - shadow them, and removing assignments from conditionals. - -2000-04-19 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Link in getopt library on Windows. - - * klist.c: Use getopt so that we can parse combined options (e.g., - -an or -45). - -2000-03-07 Danilo Almeida <dalmeida@mit.edu> - - * klist.M: Get man page up-to-date. - - * klist.c: Add support for combining -4 and -5. Tweak usage info. - -2000-02-24 Ezra Peisach <epeisach@engrailed.mit.edu> - - * klist.c: Include <arpa/inet.h> if present for inet_ntop - prototype. Use const for the variable receiving the result of - inet_ntop. - -2000-02-16 Danilo Almeida <dalmeida@mit.edu> - - * klist.c: Fix GET_PROGNAME macro to properly return program name - under Win32. Re-indent, turning spaces that should be tabs into - tabs. - -2000-02-04 Tom Yu <tlyu@mit.edu> - - * Makefile.in (klist): Fix to build under Unix again. - -2000-02-04 Danilo Almeida <dalmeida@mit.edu> - - * klist.c: Major revamp to support Kerberos 4 compatibility. Code - restructured to allow changes to support Kerberos 4 or Kerberos 5 - only operation depending on whether dynamic libraries are - avialable. Explicit documentation and support files to make it - easy to do this will be forthcoming. - -1999-11-02 Ken Raeburn <raeburn@raeburn.org> - - * klist.c (one_addr): Always use indicated address family and - length in gethostbyaddr or getipnodebyaddr calls. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Windows fix for 10/26/99 cleanup. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1999-10-17 Ken Raeburn <raeburn@raeburn.org> - - * klist.c (one_addr): Use getipnodebyaddr and inet_ntop if - available. Display ADDRTYPE_INET6 addresses if AF_INET6 is - defined. - -1999-09-01 Danilo Almeida <dalmeida@mit.edu> - - * klist.c (do_ccache, show_credential): Use krb5_free_unparsed_name - instead of free. - -1999-08-26 Danilo Almeida <dalmeida@mit.edu> - - * klist.c (show_credential): Index addresses array with i - in a loop instead of 1. (Thanks to jaltman@columbia.edu) - -1999-08-09 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Use standard windows exe link flags. - -Mon May 10 15:13:58 1999 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Do win32 build in subdir. - -Mon Feb 8 22:11:50 1999 Theodore Y. Ts'o <tytso@mit.edu> - - * klist.c: Under Windows, #include winsock.h instead of - sys/socket.h and netdb.h - - * Makefile.in: Under Windows, link against wsock32.lib to get - gethostbyaddr(). - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-26 Marc Horowitz <marc@mit.edu> - - * klist.c: add -a flag to print the ticket address, and -n flag to - do so without attempting resolution. Make klist use the new api - for stringifying enctypes. - -Tue Aug 11 23:38:53 1998 Matthew D Hancher <mdh@mit.edu> - - * klist.c (do_ccache): Properly check the return value of - krb5_cc_set_flags() so the right thing happens if there is no CC. - -Mon Mar 30 17:08:07 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * klist.c (main): Exit with a 0 exit status if everything okay - -Wed Feb 18 15:42:57 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. Remove extraneous whitespace. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Jan 21 15:11:22 1998 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * klist.c (main): returns int, not void. ANSI X3.159-1989 - 2.1.2.2.1 says so, and gcc now warns about it. - -Sat Feb 15 12:25:14 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: Link in ComErr library $(CLIB) - -Mon Feb 10 14:59:33 1997 Richard Basch <basch@lehman.com> - - * Makefile.in: - Build klist.exe (win32 console app) - -Mon Jan 27 16:51:50 1997 Tom Yu <tlyu@mit.edu> - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Thu Dec 5 21:59:34 1996 Tom Yu <tlyu@mit.edu> - - * klist.M: v5srvtab -> krb5.keytab [279] - -Wed Nov 6 12:02:59 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * klist.c (main): Check the error return from krb5_init_context(), - and print an error message if neceesary. - -Tue Sep 10 14:14:21 1996 Tom Yu <tlyu@mit.edu> - - * klist.M: remove ".so man1/header.doc" - -Fri May 10 02:50:58 1996 Richard Basch <basch@lehman.com> - - * klist.c (etype_string): changed des3-md5 to des3-sha - -Fri Jan 26 16:14:38 1996 Sam Hartman <hartmans@tertius.mit.edu> - - * klist.c : Implement -e option for keytabs as well. - -Fri Sep 15 16:22:45 1995 Theodore Y. Ts'o <tytso@dcl> - - * klist.M: Updated the man page to include all of the supported - options. - - * klist.c (main, show_credential): Reimplement the -e option, and - display the encryption used by the session key and of the - ticket. - -Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu) - - * klist.c : Remove krb5_enctype references, and replace with - krb5_keytype where appropriate. - -Mon Aug 21 16:50:54 EDT 1995 Paul Park (pjpark@mit.edu) - * klist.c - Add logic to figure out width of time string and then use - this width to format the timestamp output. Remove English- - specific months and let timestamp_to_sfstring() handle it. - Replace etype string array with enctype_to_string(). - * configure.in - Add -lkadm. - - -Fri Jul 7 15:54:35 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove explicit library handling and LDFLAGS. - * configure.in - Add KRB5_LIBRARIES. - -Wed Jun 21 10:37:01 1995 <tytso@rsx-11.mit.edu> - - * klist.c: Change PROTOTYPE -> KRB5_PROTOTYPE - -Thu Jun 15 17:47:11 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Change explicit library names to -l<lib> form, and - change target link line to use $(LD) and associated flags. - * configure.in - Add shared library usage check. - -Fri Jun 9 18:37:35 1995 <tytso@rsx-11.mit.edu> - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Thu Jun 8 17:46:51 1995 <tytso@rsx-11.mit.edu> - - * klist.c: Integrated patch from OpenVision which allows klist to - list keytabs as well as ccache's. - -Thu May 11 07:31:42 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * klist.c (main): Update usage message to include -e and -f. - - * klist.M: -e flag documented. - -Thu May 04 04:24:38 1995 Chris Provenzano (proven@mit.edu) - - * klist.c : Changed progname to argv[0] for consistancy with - kdestroy, and to cleanup the code some. - -Wed May 03 20:20:48 1995 Chris Provenzano (proven@mit.edu) - - * klist.c : #include <string.h>, a must for prototypes of various - string routines on systems where int != void *. - -Thu Mar 2 12:31:29 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). - -Wed Mar 1 16:28:00 1995 Theodore Y. Ts'o <tytso@dcl> - - * configure.in: Replace check for -lsocket and -lnsl with - WITH_NETLIB check. - -Tue Feb 28 02:11:02 1995 John Gilmore (gnu at toad.com) - - * klist.c: Avoid <krb5/...> and <com_err.h> includes. - -Fri Feb 10 18:44:44 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove ISODE cruft. Use $(LIBS) so that - libsocket can be pulled in if necessary. - - * configure.in: Add check for libsocket and libnsl (sigh). - krb5_init_ctx drags in cryptoconf.c, which drags in enough - of the crypto library that socket() gets called. We should - to fix this eventually to make klist smaller, but the fix - will be subtle. - -Thu Feb 09 17:43:47 1995 Chris Provenzano (proven@mit.edu) - - * klist.c Added -e option to print out encryption types. - -Fri Feb 03 22:14:26 1995 Chris Provenzano (proven@mit.edu) - - * klist.c Do a krb5_init_context() before using a krb5_context. - -Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) - - * Added krb5_context to all krb5_routines - -Mon Oct 3 19:14:09 1994 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(srcdir) to find manual page for make install. - -Thu Sep 22 22:41:42 1994 Theodore Y. Ts'o (tytso@dcl) - - * klist.c (main): Fix memory leak in klist --- the returned - credentials should be freed before you fetch the next set. - diff --git a/src/clients/kpasswd/ChangeLog b/src/clients/kpasswd/ChangeLog deleted file mode 100644 index b220864ca..000000000 --- a/src/clients/kpasswd/ChangeLog +++ /dev/null @@ -1,130 +0,0 @@ -2006-03-28 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFS): Make empty. - * kpasswd.c: Include autoconf.h. - -2006-02-24 Jeffrey Altman <jaltman@mit.edu> - - * Makefile.in: support for 64-bit Windows builds - -2004-06-24 Tom Yu <tlyu@mit.edu> - - * kpasswd.c (P1, P2): Cosmetic fix for prompts to avoid - double colons. - -2004-06-07 Ezra Peisach <epeisach@mit.edu> - - * kpasswd.c (get_name_from_passwd_file): Do not cast return from - getuid() to int as argument to getpwuid. - - * ksetpwd.c: Include time.h for time() prototype. - (main): Return 0 on success. - -2004-05-30 Ken Raeburn <raeburn@mit.edu> - - * ksetpwd.c (verify_creds, get_init_creds_opt_init, - userinitcontext, init_creds): Now static. - (main): Remove one of two variables named "ccache". - -2003-04-28 Ken Raeburn <raeburn@mit.edu> - - * ksetpwd.c (init_creds): Let's use C comments for C code, shall - we? - -2003-04-25 Sam Hartman <hartmans@mit.edu> - - * Makefile.in : Add rule to build ksetpw, a set/change password - client for the Microsoft protocol. We do not install this program - by default because it is not of release quality yet. - -2003-02-25 Tom Yu <tlyu@mit.edu> - - * kpasswd.c (main): Don't pass a NULL pointer to printf(). - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-07-18 Jen Selby <jenselby@mit.edu> - - * kpasswd.M: commented out the inclusion of man1/header.doc - -2001-10-30 Ezra Peisach <epeisach@mit.edu> - - * kpasswd.c (main): Do not free potentially NULL pointers. - -2000-10-17 Ezra Peisach <epeisach@mit.edu> - - * kpasswd.c (main): Argument to krb5_read_password takes an - unsigned int as argument. - -2000-07-29 Ezra Peisach <epeisach@mit.edu> - - * kpasswd.c (main): Warnings cleanup. - -2000-03-16 Ezra Peisach <epeisach@mit.edu> - - * kpasswd.c (main): Remove unused variables. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * Makefile.in: Windows fix for 10/26/99 cleanup. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1999-08-09 Danilo Almeida <dalmeida@mit.edu> - - * kpasswd.c: - * Makefile.in: Build kpasswd under windows. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -Wed Feb 18 15:43:41 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing whitespace from thisconfigdir. Fix - up BUILDTOP for new conventions. - -Thu Feb 12 08:37:00 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Fri Jan 30 16:06:13 1998 Tom Yu <tlyu@mit.edu> - - * kpasswd.c: - * kpasswd.M: - * Makefile.in: - * configure.in: New: Cygnus kpasswd client. - -Mon Mar 31 23:49:34 1997 Marc Horowitz <marc@cygnus.com> - - * Makefile.in (install-all install-kdc install-server install-client install-unix): install the new man page - -Sat Mar 29 14:31:51 1997 Mark Eichin <eichin@cygnus.com> - - * kpasswd.c (main): use fprintf correctly in usage. - -Tue Mar 4 21:47:48 1997 Marc Horowitz <marc@cygnus.com> - - * kpasswd.c (main): retool for new init_creds interface - -Wed Feb 19 21:00:12 1997 Marc Horowitz <marc@cygnus.com> - - * kpasswd.c: use the string version of the chpw result_code in the - error message. - -Mon Feb 3 17:50:30 1997 Marc Horowitz <marc@cygnus.com> - - * kpasswd.c: new password change client - * Makefile.in: new directory diff --git a/src/clients/ksu/ChangeLog b/src/clients/ksu/ChangeLog deleted file mode 100644 index 161c6861c..000000000 --- a/src/clients/ksu/ChangeLog +++ /dev/null @@ -1,565 +0,0 @@ -2006-04-04 Ken Raeburn <raeburn@mit.edu> - - * setenv.c: Include autoconf.h. - -2006-04-03 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (DEFS): Make empty. - -2003-04-01 Nalin Dahyabhai <nalin@redhat.com> - - * heuristic.c (get_closest_principal): Don't try to examine - principal name components after the last. - * krb_auth_su.c (get_best_principal): Check principal name length - before examining components. - -2002-12-23 Ezra Peisach <epeisach@bu.edu> - - * authorization.c, heuristic.c, ksu.h: Use uid_t instead of int in - arguments to fowner() and get_best_princ_for_target(). Signed - vs. unsigned int cleanup. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-14 Jen Selby <jenselby@mit.edu> - - * main.c: updated the usage function - -2002-06-25 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (ksu): Don't use krb5util library. - -2002-06-21 Ezra Peisach <epeisach@bu.edu> - - * ccache.c (printtime): Do not assume that krb5_timestamp and - time_t are the same size as an argument to localtime. - - * heuristic.c (get_authorized_princ_names): If .k5login file - exists but is not owned by the user, do not attempt to fclose an - uninitialized FILE *. - -2001-10-30 Ezra Peisach <epeisach@mit.edu> - - * main.c (main): Do not pass LOG_AUTH facility into openlog() as a - logopt. - -2001-10-18 Ken Raeburn <raeburn@mit.edu> - - Don't crash if .k[5]login file ownership is wrong. Patch from - Emily Ratliff, ratliff@austin.ibm.com. - * authorization.c (fowner): Don't close the file even on error. - (krb5_authorization): Close the file if fowner returns FALSE. - -2001-10-09 Ken Raeburn <raeburn@mit.edu> - - * authorization.c, heuristic.c, krb_auth_su.c, ksu.h, main.c: Make - prototypes unconditional. - -2001-10-07 Mitchell Berger <mitchb@mit.edu> - - * krb_auth_su.c: Fix a call to plain_dump_principal() that had the - wrong number of arguments but was only compiled if GET_TGT_VIA_PASSWD - wasn't defined. - -2001-09-16 Mitchell Berger <mitchb@mit.edu> - - * ksu.M: Correct a few typos. - -2001-07-23 Ezra Peisach <epeisach@mit.edu> - - * setenv.c: Include stdlib.h, provide prototypes for setenv and - unsetenv before declaration. - -2001-06-26 Ezra Peisach <epeisach@mit.edu> - - * authorization.c (find_first_cmd_that_exists): Change xmalloc() - to xcalloc() where was intented in code (two arguments to xmalloc). - - * ksu.h: Provide full prototypes for xmalloc(), xrealloc(), - xcalloc(), and xstrdup(). - -2001-06-21 Ezra Peisach <epeisach@mit.edu> - - * main.c (get_params): Change optind to optindex to prevent - shadowing. - -2001-06-18 Ezra Peisach <epeisach@mit.edu> - - * main.c (main): Cast arguments to print_status to be consitant - with format string. - -2001-06-11 Ezra Peisach <epeisach@mit.edu> - - * setenv.c: Add prototype for _findenv to avoid inconsistancy of - static vs. extern. - - * heuristic.c (find_either_ticket): Change krb5_tgtname() to - ksu_tgtname(). - - * ccache.c: Include <sys/types.h> and <sys/stat.h> for start() - prototype. - - * krb_auth_su.c: Reindent for readability. Remove defunct - code. Change use of krb5_tgtname to ksu_tgtname(). - - * ksu.h: Include k5-util.h for krb5_seteuid() prototype. Add - prototype for ksu_tgtname. Add prototype for unsetenv() if not - defined. - - * main.c: Include grp.h for initgroups() prototype. Cleanup - assignment in conditional warning. Reindent for - readability. Arguments to print_status made consistant with regard - to long vs. int. Change krb5_tgtname to ksu_tgtname. (do not use - an internal krb5 function that is not advertised). - -2001-06-05 Ezra Peisach <epeisach@mit.edu> - - * authorization.c, heuristic.c, krb_auth_su.c, main.c, setenv.c: - Cleanup assignments in conditionals. - -2001-04-03 Tom Yu <tlyu@mit.edu> - - * setenv.c: Add conditionals for compilation of setenv, unsetenv, - and getenv such that they only get compiled if they don't already - exist. [pullup from krb5-1-2-2-branch] - -2000-10-17 Ezra Peisach <epeisach@mit.edu> - - * krb_auth_su.c (krb5_get_tkt_via_passwd): Argument to - krb5_read_password now takes an unsigned int. - -2000-10-03 Ezra Peisach <epeisach@mit.edu> - - * ccache.c, heuristic.c, main.c: Return of krb5_cc_get_name() is - const char *. - -2000-05-22 Tom Yu <tlyu@mit.edu> - - * Makefile.in (OBJS): Put @SETENVOBJ@ on same line as xmalloc.o to - avoid trailing backslash on the end of the variable. - -2000-05-15 Ken Raeburn <raeburn@mit.edu> - - * ccache.c (krb5_ccache_copy): Modify conditionalized code block - slightly to make automatic indentation work better. - - * main.c (main): Complain and quit if prog_name is longer than 50 - characters. - -2000-04-26 Ken Raeburn <raeburn@mit.edu> - Nalin Dahyabhai <nalin@redhat.com> - - * main.c (DEBUG): Don't define. - (usage): Remove -C option from description. - (sweep_up): Deleted second argument; all callers changed. - (main): Support -D option only if DEBUG is defined. Initialize - ruid on entry. Set effective uid to ruid before processing - argument list. Removed -C option from -z/-Z conflict messages. - Report errors trying to stat source ccache using com_err. Verify - that getpwuid's returned data for source user has correct uid. - Eliminate use_source_cache variable. - - * ksu.M: Updates for removal of -C option. - -2000-01-27 Ken Raeburn <raeburn@mit.edu> - - * main.c (print_status): Now static. Add format attribute if - using GNU C. - -1999-12-02 Ken Raeburn <raeburn@mit.edu> - - * krb_auth_su.c (krb5_get_tkt_via_passwd): Check length of - principal name before copying to fixed-size buffer. - - * ccache.c (krb5_ccache_filter): Fix speling error. - (krb5_get_login_princ): Check length of home directory pathname. - - * setenv.c: New file, copied from appl/bsd. - * Makefile.in (OBJS): Add @SETENVOBJ@. - (SRCS): Add setenv.c. - - * xmalloc.c: New file, providing versions of malloc, calloc, - realloc, and strdup that print messages and exit if memory - allocation fails. - * ksu.h (xmalloc, xrealloc, xcalloc, xstrdup): Declare. - * Makefile.in (SRCS, OBJS): Use it. - * authorization.c, ccache.c, heuristic.c, main.c: Change all calls - to malloc, calloc, realloc, and strdup to call x* versions if the - return value is not checked before use. - - * authorization.c (auth_cleanup): Ditch int arguments, check for - null pointers instead. - (krb5_authorization): Update calls. Initialize file pointers to - null. - (init_auth_names): Check for buffer overflow. - (fcmd_resolve): Ensure enough buffer space is allocated. - (find_first_cmd_that_exists): Likewise. Use strcat instead of - sprintf'ing a buffer into itself. - - * krb_auth_su.c (dump_principal, plain_dump_principal): Reformat - slightly. - - * main.c (cc_source_tag, cc_source_tag_tmp): Now point to const. - (main): Unset environment variable KRB5_CONFIG. Delete -C - option. Force an error if lifetime strings are over 14 - characters. Fix error message string if setluid fails. Cast pid - to long for printing. Call krb5_init_secure_context instead of - krb5_init_context and krb5_secure_config_files. - (main): Fix speling error. - (ontty): Check string size. - (get_dir_of_file): Argument now points to const. - * ksu.h (get_dir_of_file): Update declaration. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1999-08-23 Ken Raeburn <raeburn@mit.edu> - - * heuristic.c (find_ticket): Use flag KRB5_TC_SUPPORTED_KTYPES - when calling krb5_cc_retrieve_cred. - * krb_auth_su.c (krb5_auth_check, krb5_fast_auth): Ditto. - -Fri Mar 12 18:52:18 1999 Tom Yu <tlyu@mit.edu> - - * main.c (main): Fix cleanup code for setluid() failure. - -Thu Mar 4 18:46:55 1999 Tom Yu <tlyu@mit.edu> - - * heuristic.c (get_authorized_princ_names): Fix to not call - list_union() if cmd is NULL, otherwise freed memory gets - referenced. [krb5-clients/698] - -Thu Feb 18 22:26:30 1999 Tom Yu <tlyu@mit.edu> - - * Makefile.in (ksu): Add $(KSU_LIBS) in case we need -lsecurity. - - * main.c (main): Add call to setluid() on systems that have it. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-05-06 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * main.c (main): POSIX states that getopt returns -1 when it - is done parsing options, not EOF. - -Wed Feb 18 15:44:15 1998 Tom Yu <tlyu@mit.edu> - - * Makefile.in: Remove trailing slash from thisconfigdir. Fix up - BUILDTOP for new conventions. - -Mon Feb 2 17:02:29 1998 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Define BUILDTOP and thisconfigdir in the Makefile - -Wed Feb 4 20:46:49 1998 Tom Yu <tlyu@mit.edu> - - * krb_auth_su.c (krb5_verify_tkt_def): If using a pre-existing - credential cache, ensure that the host ticket has not yet - expired. Patch from vwelch@ncsa.uiuc.edu [krb5-clients/545]. - -Mon Jan 27 16:56:07 1997 Tom Yu <tlyu@mit.edu> - - * Makefile.in: - * configure.in: Update to new program build procedure. - -Sun Nov 10 20:10:53 1996 Sam Hartman <hartmans@mit.edu> - - * krb_auth_su.c (path_passwd;): If you don't have a srvtab, always - fail. - -Thu Nov 7 15:41:19 1996 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * main.c (main): Check the error return from - krb5_init_context(), and print an error message if - necessary. - -Wed Sep 18 15:54:41 1996 Theodore Y. Ts'o <tytso@mit.edu> - - * krb_auth_su.c (krb5_get_tkt_via_passwd): Remove call to - krb5_os_localaddr(), since get_in_tkt will default correctly. - -Tue Sep 10 14:15:02 1996 Tom Yu <tlyu@mit.edu> - - * ksu.M: remove ".so man1/header.doc" - -Thu Aug 8 12:31:30 1996 Sam Hartman <hartmans@mit.edu> - - * main.c (main): Close source cache before executing command. - -Sat May 25 16:11:55 1996 Sam Hartman <hartmans@mit.edu> - - * configure.in: Use aname db libs. - -Tue May 21 19:14:27 1996 Sam Hartman <hartmans@mit.edu> - - * Makefile.in (install): Ignore error return from installation of - ksu; if we can't set the setuid bit (AFS or non-root), we should - still continue. - -Mon May 20 00:07:16 1996 Sam Hartman <hartmans@tertius.mit.edu> - - * main.c (main): Do not force source cache open if we are going to use it as the target. - -Sun May 19 13:41:21 1996 Sam Hartman <hartmans@mit.edu> - - * main.c: Force source ccache to stay open between transactions. - -Sun May 19 03:24:26 1996 Sam Hartman <hartmans@tertius.mit.edu> - - * krb_auth_su.c: Use target uid while creating ccache - - * ccache.c: Set uid to target before creating target cache. - - * ksu.h: Add target_uid to copy_ccache and copy_ccache_restricted - -Sat May 18 16:39:15 1996 Sam Hartman <hartmans@tertius.mit.edu> - - * configure.in: Use libkrb5util to get krb5_seteuid - - * heuristic.c (get_best_princ_for_target): Remove seteuid around stat call and insert call to krb5_seteuid before accessing .k5login or .k5users. - - * main.c (main): Insert appropriate calls to krb5_seteuid so that - files are accessed as appropriate. Also, remove code to copy - tickets obtained while running ksu overthe source cache; this is - not appropriate because it changes the ownership of the source - cache. - -Mon May 13 06:50:12 1996 Richard Basch <basch@lehman.com> - - * authorization.c: users in the .k5login were not permitted to use - the '-e command' flag; the man page does not indicate this should fail. - All users in .k5login, and those in .k5users (for the specified cmd) - are now allowed to execute commands. - Also, a lot of indentation cleanup was done. - - * configure.in heuristic.c: - Before getting the best principal from the ccache, reset the euid; - we don't want to use someone else's ccache. - Also, a lot of indentation cleanup was done. - -Wed Apr 10 20:24:49 1996 Richard Basch <basch@lehman.com> - - * main.c, krb_auth_su.c: Mostly cosmetic cleanup of output - statements. Also, rather than computing the default host key, - let the library routine do it. - -Sun Mar 31 16:48:29 1996 Chris Provenzano <proven@cygnus.com> - - * main.c (main): Handle suspend/fg properly. - -Fri Mar 29 23:35:53 1996 Chris Provenzano <proven@cygnus.com> - - * ccache.c main.c: Remove krb5_ccache_refresh(). All this functionality - is is done in the krb5_ccache_copy(), and the way refresh() was - implemented it was generating a new ccache owner by root (ksu is suid) - over the old ccache, thereby making it possible that programs - accessing the ccache during this time would fail. - -Wed Mar 13 17:45:11 1996 Ken Raeburn <raeburn@cygnus.com> - - * configure.in: Use AC_HEADER_STDARG. - -Wed Nov 8 17:54:11 1995 Theodore Y. Ts'o <tytso@dcl> - - * ccache.c (krb5_check_exp): Change use of krb5_clockskew to be - context->clockskew. - -Mon Oct 9 23:14:33 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * main.c (main): Handle case when ticket cache name does not - include ':' - -Thu Oct 5 11:23:21 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * ksu.M: Document authorization changes. - - * ksu.1: Remove as was out of date. - - * Makefile.in (DEFINES): Remove LOCAL_REALM definition. - - * ksu.h: Remove local_realm from krb5_authorization. - - * authorization.c (krb5_authorization): Remove old copied code - that is in krb5 library and is out of date. Use the - configurable aname to localname methods. - - * main.c (main): Add krb5_secure_config_files so that users cannot - override system config files. - - -Wed Sep 06 14:20:57 1995 Chris Provenzano (proven@mit.edu) - - * krb_auth_su.c : s/keytype/enctype/g, s/KEYTYPE/ENCTYPE/g - -Tue Sep 05 22:10:34 1995 Chris Provenzano (proven@mit.edu) - - * krb_auth_su.c : Remove krb5_enctype references, and replace with - krb5_keytype where appropriate. - -Mon Aug 21 16:53:40 EDT 1995 Paul Park (pjpark@mit.edu) - * ksu.h - Change lifetime types to krb5_deltat. - * main.c - Use string_to_deltat() to parse lifetimes. Fix gcc -Wall. - * krb_auth_su.c - Fix gcc -Wall. Remove krb5_parse_lifetime() and - convtime(). No longer needed. - * ccache.c - Remove English-specific months and let timestamp_to_ - sfstring() handle it. Fix gcc -Wall. - * configure.in - Add -lkadm. - -Sat Jul 29 04:41:07 1995 Tom Yu <tlyu@dragons-lair.MIT.EDU> - - * configure.in: Don't link with -lkadm. - -Tue Jul 11 11:10:13 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * main.c (main): Remove extraneous argument to call to - krb5_parse_lifetime. Add context argument to call to - plain_dump_principal. - - * authorization.c, heuristic.c, krb_auth_su.c: Add prototypes - for static functions. Add missing arguments to - _dbm_an_to_ln call. - - * ccache.c: Remove prototype declaration of function now defined - in ksu.h - - * ksu.h: Add full prototypes for all functions in program. - -Fri Jul 7 15:55:14 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Remove explicit library handling and LDFLAGS. - * configure.in - Add USE_KADM_LIBRARY and KRB5_LIBRARIES. - -Thu Jul 6 17:30:49 1995 Tom Yu <tlyu@lothlorien.MIT.EDU> - - * krb_auth_su.c (krb5_get_tkt_via_passwd): Pass context to - os_localaddr. - -Tue Jun 20 14:32:46 1995 Tom Yu (tlyu@dragons-lair) - - * main.c: HAS_GETUSERSHELL -> HAVE_GETUSERSHELL - - * configure.in: add test for getusershell() - -Thu Jun 15 17:46:22 EDT 1995 Paul Park (pjpark@mit.edu) - * Makefile.in - Change explicit library names to -l<lib> form, and - change target link line to use $(LD) and associated flags. - * configure.in - Add shared library usage check. - -Fri Jun 9 18:37:43 1995 <tytso@rsx-11.mit.edu> - - * configure.in: Remove standardized set of autoconf macros, which - are now handled by CONFIG_RULES. - -Tue May 9 15:52:15 1995 Ezra Peisach <epeisach@kangaroo.mit.edu> - - * krb_auth_su.c (krb5_auth_check): Add missing context - (wolfgang@wsrcc.com) - - * ccache.c (krb5_get_nonexp_tkts): Add missing context - (wolfgang@wsrcc.com) - - * heuristic.c (get_best_princ_for_target): Missing context cuased - coredump. - (get_best_princ_for_target): Missing contexts in call to - find_either_ticket. - (find_either_ticket): Missing context in call of find_ticket - (get_best_princ_for_target): Add missing context - -Thu Mar 16 20:50:32 1995 John Gilmore (gnu at toad.com) - - * configure.in: Replace CHECK_STDARG with AC_CHECK_HEADERS. - * main.c (print_status): Use HAVE_STDARG_H to control whether to - declare with ", ..."; not STDARG_PROTOTYPES. - * ksu.h: Don't include <stdarg.h> or <varargs.h>, since they - are already included by "com_err.h". - -Thu Mar 2 12:32:17 1995 Theodore Y. Ts'o <tytso@dcl> - - * Makefile.in (ISODELIB): Remove reference to $(ISODELIB). - -Wed Mar 1 16:28:36 1995 Theodore Y. Ts'o <tytso@dcl> - - * configure.in: Remove ISODE_INCLUDE, replace check for -lsocket - and -lnsl with WITH_NETLIB check. - -Tue Feb 28 02:11:21 1995 John Gilmore (gnu at toad.com) - - * ksu.h: Avoid <krb5/...> and <com_err.h> includes. - -Fri Feb 17 18:10:04 1995 Chris Provenzano (proven@mit.edu) - - * krb_auth_su.c krb5_auth_check()) Call krb5_get_cred_from_kdc() - with new calling convention. - -Mon Feb 06 17:19:04 1995 Chris Provenzano (proven@mit.edu) - - * krb_auth_su.c Removed krb5_keytype, changed krb5_enctype to - krb5_enctype *, changed krb5_preauthtype to krb5_preauthtype * - for krb5_get_in_tkt_with_password() rotuine. - -Sat Jan 28 14:45:55 1995 Chris Provenzano (proven@mit.edu) - - * krb_auth_su.c (krb5_verify_tkt_def()) use new API for - krb5_kt_get_entry. - -Wed Jan 18 12:21:30 1995 <tytso@rsx-11.mit.edu> - - * main.c (main): If gethostbyname returns an error, exit after - printing an error message. - -Fri Jan 13 15:23:47 1995 Chris Provenzano (proven@mit.edu) - - * Added krb5_context to all krb5_routines - -Mon Oct 3 19:15:28 1994 Theodore Y. Ts'o (tytso@dcl) - - * Makefile.in: Use $(srcdir) to find manual page for make install. - -Fri Sep 30 22:14:41 1994 Theodore Y. Ts'o (tytso@dcl) - - * krb_auth_su.c: Add magic number placeholder to structures. - -Tue Aug 9 20:29:47 1994 Tom Yu (tlyu@dragons-lair) - - * *.c: "upgrade" to C Classic :-) - -Tue Aug 9 00:11:07 1994 Mark Eichin (eichin@cygnus.com) - - * main.c: define MAXHOSTNAMELEN if it isn't there already - (print_status): use varargs form as well - * configure.in: check for stdarg.h - -Thu Aug 4 03:38:03 1994 Tom Yu (tlyu@dragons-lair) - - * Makefile.in: make install fixes - -Mon Jul 25 01:23:36 1994 Tom Yu (tlyu@dragons-lair) - - * configure.in: check for ndbm/dbm - -Thu Jul 21 01:01:20 1994 Tom Yu (tlyu at dragons-lair) - - * Makefile.in: - * configure.in: attempt to autoconf - -Sat Jul 16 03:02:17 1994 Tom Yu (tlyu at dragons-lair) - - * ksu.c: frob error codes - -Fri Jul 15 23:45:34 1994 Theodore Y. Ts'o (tytso at tsx-11) - - * ksu.c (get_dir_of_file): Change to use POSIX getcwd() function. - - diff --git a/src/clients/kvno/ChangeLog b/src/clients/kvno/ChangeLog deleted file mode 100644 index e3951433f..000000000 --- a/src/clients/kvno/ChangeLog +++ /dev/null @@ -1,102 +0,0 @@ -2006-03-28 Ken Raeburn <raeburn@mit.edu> - - * kvno.c: Include autoconf.h. - * Makefile.in (DEFS): Make empty. - -2006-03-26 Ken Raeburn <raeburn@mit.edu> - - * kvno.c: Include com_err.h. - (extended_com_err_fn): New function. - (context): New variable. - (main): Call set_com_err_hook. - (do_v5_kvno): Call com_err instead of fprintf+error_message. - -2004-08-31 Tom Yu <tlyu@mit.edu> - - * kvno.M: Update usage. - - * kvno.c (xusage): Update usage message. - -2004-08-20 Jeffrey Altman <jaltman@mit.edu> - - * kvno.c: Add -c ccache command line option - use krb5_free_unparsed_name() instead of free() - -2004-06-16 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in (all-mac): Target deleted. - -2002-08-29 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Revert $(S)=>/ change, for Windows support. - -2002-08-23 Ken Raeburn <raeburn@mit.edu> - - * Makefile.in: Change $(S)=>/ and $(U)=>.. globally. - -2002-08-15 Tom Yu <tlyu@mit.edu> - - * kvno.c (do_v4_kvno): Initialize name, inst, realm to empty - strings. - -2002-07-30 Ezra Peisach <epeisach@bu.edu> - - * kvno.c (do_v4_kvno): If not compiling with v4 support, xusage - does not take any arguments. - -2002-07-29 Jen Selby <jenselby@mit.edu> - - * kvno.M: added documentation of the "-q" and "-h" options. - -2002-07-27 Ken Raeburn <raeburn@mit.edu> - - * kvno.c: Include stdlib.h. - (xusage): Renamed from usage; all callers changed. - -2002-07-26 Ken Raeburn <raeburn@mit.edu> - - * kvno.c (do_v5_kvno): New function, split out from main. - (do_v4_kvno): New function. - (prog, quiet): New global variables. - (main): Parse new option '-4' and call do_v5_kvno or do_v4_kvno. - (usage): List new option. - * kvno.M: Document v4 aspects. - * Makefile.in (kvno): Use krb4 compat libraries. - -2001-06-08 Ezra Peisach <epeisach@mit.edu> - - * kvno.c: Include unistd.h (if present) for getopt() prototype. - -2000-08-02 Ezra Peisach <epeisach@mit.edu> - - * kvno.c (main): Compiler warning fixes - declare usage as static, and - break out assignments within conditionals. - -2000-02-01 Danilo Almeida <dalmeida@mit.edu> - - * kvno.c (main): Use krb5_decode_ticket() instead of - decode_krb5_ticket(), which is not part of API. - -1999-12-03 Danilo Almeida <dalmeida@mit.edu> - - * kvno.c (main): Use krb5_free_unparsed_name() isntead of free(). - Free krb5 context when done. - - * Makefile.in: Build kvno under Windows. - -1999-10-26 Wilfredo Sanchez <tritan@mit.edu> - - * Makefile.in: Clean up usage of CFLAGS, CPPFLAGS, DEFS, DEFINES, - LOCAL_INCLUDES such that one can override CFLAGS from the command - line without losing CPP search patchs and defines. Some associated - Makefile cleanup. - -1998-11-13 Theodore Ts'o <tytso@rsts-11.mit.edu> - - * Makefile.in: Set the myfulldir and mydir variables (which are - relative to buildtop and thisconfigdir, respectively.) - -1998-10-27 Marc Horowitz <marc@mit.edu> - - * kvno.c, kvno.M: Create a new application. - |
