aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorno author <devnull@mit.edu>2003-03-14 23:06:40 +0000
committerno author <devnull@mit.edu>2003-03-14 23:06:40 +0000
commite5a8d2466d2f1f1c4600dd6b33f450812781abf2 (patch)
tree4bdc841866d5c6e60e20df1498fbc34f71a7bdea /README
parent6325fe223245d19a03f8bf086d7e873a0eefd01e (diff)
downloadkrb5-e5a8d2466d2f1f1c4600dd6b33f450812781abf2.zip
krb5-e5a8d2466d2f1f1c4600dd6b33f450812781abf2.tar.gz
krb5-e5a8d2466d2f1f1c4600dd6b33f450812781abf2.tar.bz2
This commit was manufactured by cvs2svn to create tagkrb5-1.3-alpha1
'krb5-1-3-alpha1'. git-svn-id: svn://anonsvn.mit.edu/krb5/tags/krb5-1-3-alpha1@15285 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'README')
-rw-r--r--README36
1 files changed, 6 insertions, 30 deletions
diff --git a/README b/README
index e161fcd..3459931 100644
--- a/README
+++ b/README
@@ -6,33 +6,23 @@
Unpacking the Source Distribution
---------------------------------
-The source distribution of Kerberos 5 comes in three gzipped tarfiles,
-krb5-1.3.src.tar.gz, krb5-1.3.doc.tar.gz, and krb5-1.3.crypto.tar.gz.
-The krb5-1.3.doc.tar.gz contains the doc/ directory and this README
-file. The krb5-1.3.src.tar.gz contains the src/ directory and this
-README file, except for the crypto library sources, which are in
-krb5-1.3.crypto.tar.gz.
-
-Instruction on how to extract the entire distribution follow. These
-directions assume that you want to extract into a directory called
-DIST.
+The source distribution of Kerberos 5 comes in a gzipped tarfile,
+krb5-1.3.tar.gz. Instructions on how to extract the entire
+distribution follow. These directions assume that you want to extract
+into a directory called DIST.
If you have the GNU tar program and gzip installed, you can simply do:
mkdir DIST
cd DIST
- gtar zxpf krb5-1.3.src.tar.gz
- gtar zxpf krb5-1.3.crypto.tar.gz
- gtar zxpf krb5-1.3.doc.tar.gz
+ gtar zxpf krb5-1.3.tar.gz
If you don't have GNU tar, you will need to get the FSF gzip
distribution and use gzcat:
mkdir DIST
cd DIST
- gzcat krb5-1.3.src.tar.gz | tar xpf -
- gzcat krb5-1.3.crypto.tar.gz | tar xpf -
- gzcat krb5-1.3.doc.tar.gz | tar xpf -
+ gzcat krb5-1.3.tar.gz | tar xpf -
Both of these methods will extract the sources into DIST/krb5-1.3/src
and the documentation into DIST/krb5-1.3/doc.
@@ -298,20 +288,6 @@ Minor changes listed by ticket ID
* [1373] Handling of SAM preauth no longer attempts to stuff a size_t
into an unsigned int.
-[ DELETE BEFORE RELEASE ---changes to unreleased code, etc.--- ]
-
-* [1054] KRB-CRED messages for RC4 are encrypted now.
-
-* [1177] krb5-1-2-2-branch merged onto trunk.
-
-* [1193] Punted comment about reworking key storage architecture.
-
-* [1208] install-headers target implemented.
-
-* [1223] asn1_decode_oid, asn1_encode_oid implemented
-
-* [1276] Generated dependencies handle --without-krb4 properly now.
-
Copyright Notice and Legal Administrivia
----------------------------------------