make
This will compile only the libraries, and nothing else.
+
+To install the compiled Toolkit into your system give the command:
+
+ make install
o SILC RNG does not implement random seed files, and they should be
implemented.
+ o The SilcSocketConnection in the SFTP interface is actually redundant
+ and should perhaps be removed. The application can save it in the
+ context it provides, which is delivered by SFTP libary to all
+ callback functions.
+
TODO in Toolkit Documentation
=============================
<br /><br /><br />
<li><a href="intro_reference.html">Introduction to the Manual</a><br />
+<li><a href="programming_conv.html">Programming Conventions</a><br />
@BODY@
<br /><br /><br />
<b>Structures</b>
<br /> <br />
-All structure names being with "Silc" prefix, and the name is mixed-case,
+All structure names begin with "Silc" prefix, and the name is mixed-case,
for example: SilcClientConnection, SilcCommandPayload. Many of the
structures used in SILC are actually private structures, and application
cannot access them directly. In these cases the structures are forward
SILC_SKE_STATUS_BAD_PAYLOAD_LENGTH, /* Payload includes garbage */
/* Other internal status types */
- SILC_SKE_STATUS_FREED, /* Internal libary status */
+ SILC_SKE_STATUS_FREED, /* Internal library status */
} SilcSKEStatus;
/***/
* DESCRIPTION
*
* Allocates memory of for an array of `items' elements of `size' bytes
- * and returns pointer to the allocated memory area. The memory are is
+ * and returns pointer to the allocated memory area. The memory area is
* also zeroed. Free the memory by calling silc_free.
*
***/