updates.
authorPekka Riikonen <priikone@silcnet.org>
Fri, 10 Aug 2001 14:48:50 +0000 (14:48 +0000)
committerPekka Riikonen <priikone@silcnet.org>
Fri, 10 Aug 2001 14:48:50 +0000 (14:48 +0000)
doc/whitepaper/silc_protocol.html
lib/silcclient/silcapi.h
lib/silccore/silcauth.h
lib/silccore/silcpayload.h

index a61faa1a42e745714e36fa98392d6ac12748ee3f..5b1734cbdf057309416fcef442a01cb4ae53e0e8 100644 (file)
@@ -528,7 +528,7 @@ If the clients cannot trust the servers and routers in the SILC Network
 they should not use the default way of sending the channel messages.
 Instead, they should use channel private keys to encrypt and decrypt
 the channel messages.  Channel private keys are keys that are known
-only by the clients who have joined the channel.  Sservers and
+only by the clients who have joined the channel.  Servers and
 routers do not know the key and cannot decrypt the messages.  When
 message is sent between two routers they are merely re-encrypted with
 the session key but not decrypted since the router do not have the
index 98dbabc458ae780aeb464732183880a1ee658337..1dec749bb7b95c954173cb5f59854fdc679ee4e3 100644 (file)
@@ -1,29 +1,29 @@
-/****h* silcclient/silcapi.h
- *
- * NAME
- *
- * silcapi.h
- *
- * COPYRIGHT
- *
- * Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
- *
- * Copyright (C) 2000 - 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.
+/*
+
+  silcapi.h
+  
+  Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
+  
+  Copyright (C) 2000 - 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* silcclient/SilcClientAPI
  *
  * DESCRIPTION
  *
- * This file defines the SILC Client Library API for the application.  The
- * client operations are defined first.  These are callback functions that
+ * This interface defines the SILC Client Library API for the application.
+ * The client operations are defined first.  These are callback functions that
  * the application MUST implement since the library may call the functions
  * at any time.  At the end of file is the API for the application that
  * it can use from the library.  This is the only file that the application
index 008f727a0d9083a98942986760b239b5d9dc690a..f265f97c1450a0e666845522bf9d694044ddb2e3 100644 (file)
@@ -42,7 +42,8 @@
  *
  * NAME
  * 
- *    typedef struct SilcAuthPayloadStruct *SilcAuthPayload;
+ *    typedef struct SilcAuthPayloadStruct *SilcAuthPayload; 
+ *
  *
  * DESCRIPTION
  *
index 861a6008d008b268b9e2674c4d5417f2ab4fc109..99c24398d4963572512bc825afa407ed378c9e1c 100644 (file)
@@ -1,24 +1,24 @@
-/****h* silccore/silcpayload.h
- *
- * NAME
- *
- * silcpayload.h
- *
- * COPYRIGHT
- *
- * Author: Pekka Riikonen <priikone@poseidon.pspt.fi>
- *
- * Copyright (C) 2000 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.
+/*
+
+  silcpayload.h
+
+  Author: Pekka Riikonen <priikone@silcnet.org>
+
+  Copyright (C) 2000 - 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* silccore/SilcGenericPayloadAPI
  *
  * DESCRIPTION
  *
  *
  * DESCRIPTION
  *
- *    This context is the actual ID Payload and is allocated
- *    by silc_id_payload_parse and given as argument usually to
- *    all silc_id_payload_* functions.  It is freed by the
- *    silc_id_payload_free function.
+ *    This context is the actual ID Payload and is allocated by
+ *    silc_id_payload_parse and given as argument usually to all
+ *    silc_id_payload_* functions.  It is freed by the function
+ *    silc_id_payload_free.
  *
  ***/
 typedef struct SilcIDPayloadStruct *SilcIDPayload;