shishi-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

shishi/doc shishi.texi


From: shishi-commit
Subject: shishi/doc shishi.texi
Date: Wed, 26 Nov 2003 12:59:44 -0500

CVSROOT:        /cvsroot/shishi
Module name:    shishi
Branch:         
Changes by:     Simon Josefsson <address@hidden>        03/11/26 12:59:44

Modified files:
        doc            : shishi.texi 

Log message:
        Add.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/shishi/shishi/doc/shishi.texi.diff?tr1=1.98&tr2=1.99&r1=text&r2=text

Patches:
Index: shishi/doc/shishi.texi
diff -u shishi/doc/shishi.texi:1.98 shishi/doc/shishi.texi:1.99
--- shishi/doc/shishi.texi:1.98 Wed Nov 26 12:52:51 2003
+++ shishi/doc/shishi.texi      Wed Nov 26 12:59:44 2003
@@ -770,8 +770,8 @@
 
 The package can be downloaded from several places, including
 @url{http://josefsson.org/shishi/releases/}.  The latest version is
-stored in a file, e.g., @samp{shishi-0.0.42.tar.gz} where the
address@hidden indicate the highest version number.
+stored in a file, e.g., @address@hidden where the
address@hidden@value{VERSION}} indicate the highest version number.
 
 The package is then extracted, configured and built like many other
 packages that use Autoconf.  For detailed information on configuring
@@ -783,9 +783,9 @@
 @samp{sh}, @samp{make} and @samp{cc}.
 
 @example
-$ wget -q http://josefsson.org/shishi/releases/shishi-0.0.4.tar.gz
-$ tar xfz shishi-0.0.4.tar.gz
-$ cd shishi-0.0.4/
+$ wget -q http://josefsson.org/shishi/releases/address@hidden
+$ tar xfz address@hidden
+$ cd address@hidden/
 $ ./configure
 ...
 $ make
@@ -797,6 +797,34 @@
 After this you should be prepared to continue with the user,
 administration or programming manual, depending on how you want to use
 Shishi.
+
+A few @code{configure} options may be relevant, summarized in the
+table.
+
address@hidden @code
+
address@hidden --disable-des
address@hidden --disable-3des
address@hidden --disable-aes
address@hidden --disable-md
address@hidden --disable-null
address@hidden --disable-arcfour
+Disable a cryptographic algorithm at compile time.  Usually it is
+better to disable algorithms during run-time with the configuration
+file, but this allows you to reduce the code size slightly.
+
address@hidden --disable-starttls
+Disable the experimental TLS support for KDC connections.  If you do
+not use a Shishi KDC, this support is of no use so you could safely
+disable it.
+
address@hidden --without-stringprep
+Disable internationalized string processing.
+
address@hidden table
+
+For the complete list, refer to the output from @code{configure
+--help}.
 
 @node Bug Reports
 @section Bug Reports




reply via email to

[Prev in Thread] Current Thread [Next in Thread]