From 72e3a28c7398a56d25433bcbbd1e54576777f802 Mon Sep 17 00:00:00 2001 From: Pekka Riikonen Date: Sun, 12 Aug 2001 11:10:42 +0000 Subject: [PATCH] updates. --- lib/LIBINDEX | 4 ++++ lib/silcclient/DIRECTORY | 2 +- lib/silccore/DIRECTORY | 4 ++-- lib/silccrypt/DIRECTORY | 22 +++++++++++++++++++ lib/silcmath/DIRECTORY | 18 ++++++++++++++++ lib/silcske/DIRECTORY | 17 +++++++++++++++ lib/silcutil/DIRECTORY | 34 +++++++++++++++++++++++++++++ lib/silcutil/silcsockconn.h | 43 ++++++++++++++++++++----------------- util/robodoc/Source/items.c | 2 +- 9 files changed, 122 insertions(+), 24 deletions(-) create mode 100644 lib/silccrypt/DIRECTORY create mode 100644 lib/silcmath/DIRECTORY create mode 100644 lib/silcske/DIRECTORY create mode 100644 lib/silcutil/DIRECTORY diff --git a/lib/LIBINDEX b/lib/LIBINDEX index 3e6b7305..cfc2b4b9 100644 --- a/lib/LIBINDEX +++ b/lib/LIBINDEX @@ -8,4 +8,8 @@ Copyright (C) GNU GPL 2001 The SILC Project
Updated: @DATE@

+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. +

@BODY@ diff --git a/lib/silcclient/DIRECTORY b/lib/silcclient/DIRECTORY index ef45db46..f59700b9 100644 --- a/lib/silcclient/DIRECTORY +++ b/lib/silcclient/DIRECTORY @@ -1,6 +1,6 @@
    diff --git a/lib/silccore/DIRECTORY b/lib/silccore/DIRECTORY index 849dc0e2..4ff09dec 100644 --- a/lib/silccore/DIRECTORY +++ b/lib/silccore/DIRECTORY @@ -1,6 +1,6 @@
      @@ -16,7 +16,7 @@ routines, and routines for sending private message and channel messages.
    1. SILC Auth API
    2. SILC Channel API -
    3. SILC Command API +
    4. SILC Command API
    5. SILC ID API
    6. SILC ID Cache API
    7. SILC Modes diff --git a/lib/silccrypt/DIRECTORY b/lib/silccrypt/DIRECTORY new file mode 100644 index 00000000..be242967 --- /dev/null +++ b/lib/silccrypt/DIRECTORY @@ -0,0 +1,22 @@ + + +
        +SILC Crypto Library

        +Introduction

        +
        
        +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.
        +
        +
        + +
      1. SILC Cipher API +
      2. SILC Hash API +
      3. SILC HMAC API +
      4. SILC PKCS API +
      5. SILC RNG API +
      diff --git a/lib/silcmath/DIRECTORY b/lib/silcmath/DIRECTORY new file mode 100644 index 00000000..87dba538 --- /dev/null +++ b/lib/silcmath/DIRECTORY @@ -0,0 +1,18 @@ + + +
        +SILC Math Library

        +Introduction

        +
        
        +SILC Math Library provides arbitrary precision artichmetic routines for
        +public key cryptosystems, prime number generation routines, and other
        +math utility functions for applications.
        +
        +
        + +
      1. SILC Math API +
      2. SILC MP API +
      diff --git a/lib/silcske/DIRECTORY b/lib/silcske/DIRECTORY new file mode 100644 index 00000000..ac21924a --- /dev/null +++ b/lib/silcske/DIRECTORY @@ -0,0 +1,17 @@ + + +
        +SILC Key Exchange Library

        +Introduction

        +
        
        +SILC Key Exchange (SKE) Library, is an implementation of the SKE protocol.
        +It provides the key exchange protocol for all SILC applications.
        +
        +
        + +
      1. SILC SKE API +
      2. SILC SKE Status +
      diff --git a/lib/silcutil/DIRECTORY b/lib/silcutil/DIRECTORY new file mode 100644 index 00000000..f77eee6a --- /dev/null +++ b/lib/silcutil/DIRECTORY @@ -0,0 +1,34 @@ + + +
        +SILC Utility Library

        +Introduction

        +
        
        +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.
        +
        +
        + +
      1. SILC Buffer API +
      2. SILC Buffer Format API +
      3. SILC Buffer Utility API +
      4. SILC Hash Table API +
      5. SILC Log and Debug API +
      6. SILC Memory API +
      7. SILC Mutex API +
      8. SILC Thread API +
      9. SILC Net API +
      10. SILC Schedule API +
      11. SILC Socket Connection API +
      12. SILC Util API +
      13. SILC Zip API +
      14. SILC List API +
      15. SILC Dynamic List API +
      diff --git a/lib/silcutil/silcsockconn.h b/lib/silcutil/silcsockconn.h index 20e30740..dafda0c6 100644 --- a/lib/silcutil/silcsockconn.h +++ b/lib/silcutil/silcsockconn.h @@ -1,24 +1,26 @@ +/* + + silcsockconn.h + + COPYRIGHT + + Author: Pekka Riikonen + + 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 - * - * 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); diff --git a/util/robodoc/Source/items.c b/util/robodoc/Source/items.c index 9ce0d5fa..97457dde 100644 --- a/util/robodoc/Source/items.c +++ b/util/robodoc/Source/items.c @@ -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 */ -- 2.24.0