summaryrefslogtreecommitdiffstats
path: root/src/clients/kvno
diff options
context:
space:
mode:
authorSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
committerSam Hartman <hartmans@mit.edu>2006-04-11 21:28:48 +0000
commit779066fca01df6c4354ccd4f80dcafe4e96d891c (patch)
tree45813dea9d0492f0411ea537cd3b521544767a94 /src/clients/kvno
parent4e4c10590e698cfbb138bfb85bd1455b74919ec7 (diff)
downloadkrb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.gz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.tar.xz
krb5-779066fca01df6c4354ccd4f80dcafe4e96d891c.zip
Remove ChangeLog files from the source tree. From now on, the
subversion commit log entry needs to include information that would have been in the changelog. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@17893 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/clients/kvno')
-rw-r--r--src/clients/kvno/ChangeLog102
1 files changed, 0 insertions, 102 deletions
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.
-