svn rev #3262: trunk/

ghudson@MIT.EDU ghudson at MIT.EDU
Mon Jul 13 14:37:46 EDT 2009


Commit By: ghudson
Log Message:
Add NOTICE (license) and README files at the top level.



Changed Files:
A   trunk/NOTICE
A   trunk/README
Added: trunk/NOTICE
===================================================================
--- trunk/NOTICE	2009-07-13 16:49:26 UTC (rev 3261)
+++ trunk/NOTICE	2009-07-13 18:37:46 UTC (rev 3262)
@@ -0,0 +1,90 @@
+Copyright (C) 1985-2009 by the Massachusetts Institute of Technology.
+
+All rights reserved.
+
+Export of this software from the United States of America may require
+a specific license from the United States Government.  It is the
+responsibility of any person or organization contemplating export to
+obtain such a license before exporting.
+
+WITHIN THAT CONSTRAINT, permission to use, copy, modify, and
+distribute this software and its documentation for any purpose and
+without fee is hereby granted, provided that the above copyright
+notice appear in all copies and that both that copyright notice and
+this permission notice appear in supporting documentation, and that
+the name of M.I.T. not be used in advertising or publicity pertaining
+to distribution of the software without specific, written prior
+permission.  Furthermore if you modify this software you must label
+your software as modified software and not distribute it in such a
+fashion that it might be confused with the original MIT software.
+M.I.T. makes no representations about the suitability of this software
+for any purpose.  It is provided "as is" without express or implied
+warranty.
+
+THIS SOFTWARE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR
+IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
+WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
+
+Individual source code files are copyright Regents of the University
+of California and others.
+
+Project Athena, Athena, Athena MUSE, Discuss, Hesiod, Kerberos, Moira,
+and Zephyr are trademarks of the Massachusetts Institute of Technology
+(MIT).  No commercial use of these trademarks may be made without
+prior written permission of MIT.
+
+"Commercial use" means use of a name in a product or other for-profit
+manner.  It does NOT prevent a commercial firm from referring to the
+MIT trademarks in order to convey information (although in doing so,
+recognition of their trademark status should be given).
+
+                         --------------------
+
+MIT Kerberos includes documentation and software developed at the
+University of California at Berkeley, which includes this copyright
+notice:
+
+  Copyright (C) 1983 Regents of the University of California.
+  All rights reserved.
+
+  Redistribution and use in source and binary forms, with or without
+  modification, are permitted provided that the following conditions
+  are met:
+
+  1. Redistributions of source code must retain the above copyright
+     notice, this list of conditions and the following disclaimer.
+
+  2. Redistributions in binary form must reproduce the above
+     copyright notice, this list of conditions and the following
+     disclaimer in the documentation and/or other materials provided
+     with the distribution.
+
+  3. Neither the name of the University nor the names of its
+     contributors may be used to endorse or promote products derived
+     from this software without specific prior written permission.
+
+  THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS "AS IS" AND
+  ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+  IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+  ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+  FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+  DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+  OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+  HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+  LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+  OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+  SUCH DAMAGE.
+
+Acknowledgements
+----------------
+
+Thanks to the members of the Kerberos V5 development team at MIT, both
+past and present: Danilo Almeida, Jeffrey Altman, Justin Anderson,
+Richard Basch, Jay Berkenbilt, Mitch Berger, Andrew Boardman, Joe
+Calzaretta, John Carr, Don Davis, Alexandra Ellwood, Nancy Gilman,
+Matt Hancher, Sam Hartman, Paul Hill, Marc Horowitz, Eva Jacobus,
+Miroslav Jurisic, Barry Jaspan, Geoffrey King, Kevin Koch, John Kohl,
+Peter Litwack, Scott McGuire, Kevin Mitchell, Cliff Neuman, Paul Park,
+Ezra Peisach, Chris Provenzano, Ken Raeburn, Jon Rochlis, Jeff
+Schiller, Jen Selby, Robert Silk, Brad Thompson, Harry Tsai, Zhanna
+Tsitkova, Ted Ts'o, Marshall Vale, Tom Yu.

Added: trunk/README
===================================================================
--- trunk/README	2009-07-13 16:49:26 UTC (rev 3261)
+++ trunk/README	2009-07-13 18:37:46 UTC (rev 3262)
@@ -0,0 +1,101 @@
+             Kerberos Version 5 Applications, Release 1.0
+
+                            Release Notes
+                        The MIT Kerberos Team
+
+Introduction
+------------
+
+Please refer to the NOTICE file for copyright, license, and
+acknowledgement information applying to this package.
+
+This package contains Kerberized versions of telnet, rlogin, rsh, rcp,
+and ftp clients and daemons, as well as a terminal login program which
+can obtain Kerberos credentials when presented with the user's
+password.
+
+These programs are no longer in wide use, having been supplanted in
+many environments by OpenSSH, but there is still some interest in
+their continued maintenance.  These programs were included in the main
+Kerberos 5 distribution through release 1.7, but are now packaged
+separately.
+
+Unpacking the Source Distribution
+---------------------------------
+
+The source distribution of Kerberos 5 comes in a gzipped tarfile,
+krb5-appl-1.0.tar.gz.  Instructions on how to extract the entire
+distribution follow.
+
+If you have the GNU tar program and gzip installed, you can simply do:
+
+    gtar zxpf krb5-appl-1.0.tar.gz
+
+If you don't have GNU tar, you will need to get the FSF gzip
+distribution and use gzcat:
+
+    gzcat krb5-appl-1.0.tar.gz | tar xpf -
+
+Both of these methods will extract the sources into krb5-appl-1.0/src
+and the documentation into krb5-appl-1.0/doc.
+
+Building and Installing
+-----------------------
+
+This package requires a krb5 installation.  If you are using your
+operating system's krb5 installation, ensure that the appropriate
+development package is installed--in particular, there should be a
+program named "krb5-config" in your path.  In this case, you can build
+the package with:
+
+    ./configure
+    make
+    make install
+
+If you are using your own build of Kerberos, you will have to tell
+this package where it is:
+
+    ./configure --with-krb5=/path/to/krb5
+    make
+    make install
+
+You can supply either the krb5 installation's exec-prefix or the path
+to the krb5-config program.  In either case, you can specify other
+options to configure such as the installation prefix; for a list of
+possibilities, run:
+
+    ./configure --help
+
+The daemons in this package are intended to run out of an inetd-like
+system.  The presence and/or configuration syntax of this system will
+vary according to your operating system.  If you are using a
+traditional inetd daemon, the configuration in /etc/inetd.conf should
+look like:
+
+    klogin   stream  tcp  nowait  root  /usr/sbin/klogind  klogind -k -c
+    eklogin  stream  tcp  nowait  root  /usr/sbin/klogind  klogind -k -c -e
+    kshell   stream  tcp  nowait  root  /usr/sbin/kshd     kshd -k -c -A
+    ftp      stream  tcp  nowait  root  /usr/sbin/ftpd     ftpd -a
+    telnet   stream  tcp  nowait  root  /usr/sbin/telnetd  telnetd -a valid
+
+with the pathname /usr adjusted to match your installation prefix (the
+default is /usr/local).  The service names in the first column must be
+present in /etc/services; if the Kerberos services are not present
+there, add them as follows:
+
+    klogin        543/tcp          # Kerberos authenticated rlogin
+    kshell        544/tcp   cmd    # and remote shell
+    eklogin       2105/tcp         # Kerberos auth. & encrypted rlogin
+
+Reporting Bugs
+--------------
+
+Please report any problems/bugs/comments using the krb5-send-pr
+program from your Kerberos 5 distribution, or by sending mail to
+krb5-bugs at mit.edu.
+
+You may view bug reports by visiting
+
+http://krbdev.mit.edu/rt/
+
+and logging in as "guest" with password "guest".




More information about the Krb5-appl-commits mailing list