]> eyrie.org Git - kerberos/kftgt.git/commitdiff
Let's try to provide some real documentation, since I have to do another
authorRuss Allbery <rra@stanford.edu>
Wed, 18 May 2005 05:42:05 +0000 (05:42 +0000)
committerRuss Allbery <rra@stanford.edu>
Mon, 15 Mar 2010 06:05:55 +0000 (23:05 -0700)
release anyway.

NEWS [new file with mode: 0644]

diff --git a/NEWS b/NEWS
new file mode 100644 (file)
index 0000000..1c457ad
--- /dev/null
+++ b/NEWS
@@ -0,0 +1,57 @@
+                        User-Visible kftgt Changes
+
+kftgt 1.7 (2005-05-17)
+
+    Help configure find res_search in libresolv on systems like Red Hat
+    Enterprise Linux 3.0 on x86_64.
+
+    krsh now forwards K5 tickets as well as K4 tickets.
+
+kftgt 1.6 (2003-07-02)
+
+    Completely rewrite krsh to make it more like klogin, improving option
+    handling and program flexibility in the process.
+
+    Lots of improvements to the README file.
+
+kftgt 1.5 (2003-03-03)
+
+    kftgt now returns specific error codes depending on the exact reason
+    for failure.  (The original motivation, oddly enough, was that we were
+    using kftgt to do remote system monitoring for a while for lack of a
+    better program.)
+
+kftgt 1.4 (2002-05-11)
+
+    Search in multiple directories for the programs klogin wants to run
+    instead of hard-coding Stanford paths, to better support Kerberos
+    kits.
+
+    krsh now uses normal command-line option order.
+
+    Add support for platforms where linking with libcrypt is required.
+
+kftgt 1.3 (2002-01-03)
+
+    Add klogin and krsh to the package.
+
+    Significant packaging and documentation improvements.  Rewrite the
+    manual pages in POD and support srcdir != builddir builds.
+
+kftgt 1.2 (2001-03-22)
+
+    Support either MIT Kerberos with Kerberos v4 compatibility or
+    traditional Kerberos v4.  Modernize configure a little.
+
+    Install kftgtd in /usr/local/sbin rather than /usr/local/etc by
+    default.  (Welcome to the modern world!)
+
+    Ported to Solaris 7.
+
+kftgt 1.1 (1997-11-24)
+
+    Support forwarding to multiple hosts and usernames with one invocation
+    of kftgt.
+
+    Code cleanup and improvements to the configure probes for network
+    libraries.