updates.
authorPekka Riikonen <priikone@silcnet.org>
Sun, 12 Aug 2001 11:10:42 +0000 (11:10 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Sun, 12 Aug 2001 11:10:42 +0000 (11:10 +0000)
lib/LIBINDEX
lib/silcclient/DIRECTORY
lib/silccore/DIRECTORY
lib/silccrypt/DIRECTORY [new file with mode: 0644]
lib/silcmath/DIRECTORY [new file with mode: 0644]
lib/silcske/DIRECTORY [new file with mode: 0644]
lib/silcutil/DIRECTORY [new file with mode: 0644]
lib/silcutil/silcsockconn.h
util/robodoc/Source/items.c

index 3e6b7305364dce88a126a0aaa0348f07ed66ba3d..cfc2b4b943501297947d0cec8c4e610dd36ddf07 100644 (file)
@@ -8,4 +8,8 @@
 Copyright (C) GNU GPL 2001 The SILC Project<BR>
 Updated: @DATE@
 <BR><BR>
+<B><FONT SIZE="2">Note that this document is still under work and does not
+include yet all references for SILC Toolkit interfaces.  Consider this to
+be version 0.01 of the SILC Toolkit Reference Manual.</FONT></B>
+<BR><BR>
 @BODY@
index ef45db46ad680a81149db29d184d6a4c8b37e965..f59700b904db2fb761631cacf19de35d20f10776 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 @LIBRARY=SILC Client Library
-@FILENAME=silcclient.html
+@FILENAME=silcclientlib.html
 -->
 
 <OL>
index 849dc0e20e8bed8f67d0903302d41af4f51690ec..4ff09dec5e880dd634faa19a3cdab95c67ce196a 100644 (file)
@@ -1,6 +1,6 @@
 <!--
 @LIBRARY=SILC Core Library
-@FILENAME=silccore.html
+@FILENAME=silccorelib.html
 -->
 
 <OL>
@@ -16,7 +16,7 @@ routines, and routines for sending private message and channel messages.
 
 <LI><A HREF="silcauth.html">SILC Auth API</A>
 <LI><A HREF="silcchannel.html">SILC Channel API</A>
-<LI><A HREF="silccomand.html">SILC Command API</A>
+<LI><A HREF="silccommand.html">SILC Command API</A>
 <LI><A HREF="silcid.html">SILC ID API</A>
 <LI><A HREF="silcidcache.html">SILC ID Cache API</A>
 <LI><A HREF="silcmode.html">SILC Modes</A>
diff --git a/lib/silccrypt/DIRECTORY b/lib/silccrypt/DIRECTORY
new file mode 100644 (file)
index 0000000..be24296
--- /dev/null
@@ -0,0 +1,22 @@
+<!--
+@LIBRARY=SILC Crypto Library
+@FILENAME=silccryptlib.html
+-->
+
+<OL>
+<FONT SIZE="+3">SILC Crypto Library</FONT><BR><BR>
+<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
+<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+SILC Crypto Library provides cryptographic routines for applications.  It
+provides interfaces for ciphers, hash functions, HMACs and public key
+cryptosystems.  In addition is also provides interfaces for cryptographically
+strong random number generator.
+</FONT>
+</PRE>
+
+<LI><A HREF="silccipher.html">SILC Cipher API</A>
+<LI><A HREF="silchash.html">SILC Hash API</A>
+<LI><A HREF="silchmac.html">SILC HMAC API</A>
+<LI><A HREF="silcpkcs.html">SILC PKCS API</A>
+<LI><A HREF="silcrng.html">SILC RNG API</A>
+</OL>
diff --git a/lib/silcmath/DIRECTORY b/lib/silcmath/DIRECTORY
new file mode 100644 (file)
index 0000000..87dba53
--- /dev/null
@@ -0,0 +1,18 @@
+<!--
+@LIBRARY=SILC Math Library
+@FILENAME=silcmathlib.html
+-->
+
+<OL>
+<FONT SIZE="+3">SILC Math Library</FONT><BR><BR>
+<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
+<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+SILC Math Library provides arbitrary precision artichmetic routines for
+public key cryptosystems, prime number generation routines, and other
+math utility functions for applications.
+</FONT>
+</PRE>
+
+<LI><A HREF="silcmath.html">SILC Math API</A>
+<LI><A HREF="silcmp.html">SILC MP API</A>
+</OL>
diff --git a/lib/silcske/DIRECTORY b/lib/silcske/DIRECTORY
new file mode 100644 (file)
index 0000000..ac21924
--- /dev/null
@@ -0,0 +1,17 @@
+<!--
+@LIBRARY=SILC Key Exchange Library
+@FILENAME=silcskelib.html
+-->
+
+<OL>
+<FONT SIZE="+3">SILC Key Exchange Library</FONT><BR><BR>
+<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
+<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+SILC Key Exchange (SKE) Library, is an implementation of the SKE protocol.
+It provides the key exchange protocol for all SILC applications.
+</FONT>
+</PRE>
+
+<LI><A HREF="silcske.html">SILC SKE API</A>
+<LI><A HREF="silcske_status.html">SILC SKE Status</A>
+</OL>
diff --git a/lib/silcutil/DIRECTORY b/lib/silcutil/DIRECTORY
new file mode 100644 (file)
index 0000000..f77eee6
--- /dev/null
@@ -0,0 +1,34 @@
+<!--
+@LIBRARY=SILC Utility Library
+@FILENAME=silcutillib.html
+-->
+
+<OL>
+<FONT SIZE="+3">SILC Utility Library</FONT><BR><BR>
+<FONT SIZE="+1" COLOR="#000044"><B>Introduction</B></FONT><BR><BR>
+<PRE><FONT FACE="Helvetica,Arial,Sans-serif">
+SILC Utility Library provides various utility routines for the applications.
+For example, it provides the application's main loop, called the SILC
+Scheduler.  It can handle all kinds of tasks, like socket connections and
+timeout tasks.  The SILC Utility Library also provides various buffer
+management routines.  All of these routines work on multiple platforms
+such as Unix and WIN32.
+</FONT>
+</PRE>
+
+<LI><A HREF="silcbuffer.html">SILC Buffer API</A>
+<LI><A HREF="silcbuffmt.html">SILC Buffer Format API</A>
+<LI><A HREF="silcbufutil.html">SILC Buffer Utility API</A>
+<LI><A HREF="silchashtable.html">SILC Hash Table API</A>
+<LI><A HREF="silclog.html">SILC Log and Debug API</A>
+<LI><A HREF="silcmemory.html">SILC Memory API</A>
+<LI><A HREF="silcmutex.html">SILC Mutex API</A>
+<LI><A HREF="silcthread.html">SILC Thread API</A>
+<LI><A HREF="silcnet.html">SILC Net API</A>
+<LI><A HREF="silcschedule.html">SILC Schedule API</A>
+<LI><A HREF="silcsockconn.html">SILC Socket Connection API</A>
+<LI><A HREF="silcutil.html">SILC Util API</A>
+<LI><A HREF="silczip.html">SILC Zip API</A>
+<LI><A HREF="silclist.html">SILC List API</A>
+<LI><A HREF="silcdlist.html">SILC Dynamic List API</A>
+</OL>
index 20e307403d1e4ec011a1251318343b41ea793a51..dafda0c6f835639ed3b6bf0c4f0ba7517c19cd5a 100644 (file)
@@ -1,24 +1,26 @@
+/*
+  silcsockconn.h
+  COPYRIGHT
+  Author: Pekka Riikonen <priikone@silnet.org>
+  Copyright (C) 1997 - 2001 Pekka Riikonen
+  This program is free software; you can redistribute it and/or modify
+  it under the terms of the GNU General Public License as published by
+  the Free Software Foundation; either version 2 of the License, or
+  (at your option) any later version.
+  This program is distributed in the hope that it will be useful,
+  but WITHOUT ANY WARRANTY; without even the implied warranty of
+  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+  GNU General Public License for more details.
+
+*/
+
 /****h* silcutil/silcsockconn.h
- *
- * NAME
- *
- * silcsockconn.h
- *
- * COPYRIGHT
- *
- * Author: Pekka Riikonen <priikone@silnet.org>
- *
- * Copyright (C) 1997 - 2001 Pekka Riikonen
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
- * GNU General Public License for more details.
  *
  * DESCRIPTION
  *
@@ -373,6 +375,7 @@ typedef void (*SilcSocketHostLookupCb)(SilcSocketConnection sock,
  * SYNOPSIS
  *
  *    void silc_socket_host_lookup(SilcSocketConnection sock,
+ *                                 bool port_lookup,
  *                                 SilcSocketHostLookupCb callback,
  *                                 void *context,
  *                                 SilcSchedule schedule);
index 9ce0d5fae2d50d5f50904cf5950caaf8224d2de3..97457ddeb9dbbac7a58a4c5ec213dbb71fea5fe9 100644 (file)
@@ -120,7 +120,7 @@ long item_attributes[NUMBER_OF_ITEMS] =
   ITEM_NAME_LARGE_FONT,                /* RESULT_ITEM */
   ITEM_NAME_LARGE_FONT,                /* RETURN_VALUE_ITEM */
   ITEM_NAME_LARGE_FONT | TEXT_BODY_SHINE,              /* EXAMPLE_ITEM */
-  ITEM_NAME_LARGE_FONT | TEXT_BODY_SHINE,      /* NOTE_ITEM */
+  ITEM_NAME_LARGE_FONT | TEXT_BODY_DEFAULT,    /* NOTE_ITEM */
   ITEM_NAME_LARGE_FONT,                /* DIAGNOSTICS_ITEM */
   ITEM_NAME_LARGE_FONT,                /* WARNING_ITEM */
   ITEM_NAME_LARGE_FONT,                /* ERROR_ITEM */