[Libdexter-commits] SF.net SVN: libdexter: [380] libdexter/trunk
Brought to you by:
pkovacs
|
From: <pk...@us...> - 2007-07-13 19:14:49
|
Revision: 380
http://svn.sourceforge.net/libdexter/?rev=380&view=rev
Author: pkovacs
Date: 2007-07-13 12:14:46 -0700 (Fri, 13 Jul 2007)
Log Message:
-----------
update docs
Modified Paths:
--------------
libdexter/trunk/TODO
libdexter/trunk/dexter/dexter-channel.h
libdexter/trunk/dexter/dexter-server.h
Modified: libdexter/trunk/TODO
===================================================================
--- libdexter/trunk/TODO 2007-06-30 03:24:43 UTC (rev 379)
+++ libdexter/trunk/TODO 2007-07-13 19:14:46 UTC (rev 380)
@@ -4,8 +4,10 @@
- servercomm changes to *require* tls when that is indicated.
- dexter_tls_recv: 'A TLS packet with unexpected length was received'
when breaking off client or server. There should not be any error.
-- syslog certificate failures.
+- syslog handshake/certificate failures.
- add DEXTER_NETWORK_ERROR_CERTIFICATE.
+- eliminate internal use of GError.
+- pass plugin_sampler properties as a single struct instead of 4 properties.
- improve msgframer. perhaps add sscanf for complete protocol message on start
state and if \n in buffer.
Modified: libdexter/trunk/dexter/dexter-channel.h
===================================================================
--- libdexter/trunk/dexter/dexter-channel.h 2007-06-30 03:24:43 UTC (rev 379)
+++ libdexter/trunk/dexter/dexter-channel.h 2007-07-13 19:14:46 UTC (rev 380)
@@ -155,7 +155,8 @@
* @server_salen: length of server socket address.
* @tls_settings: #DexterChannelTLSSettings of TLS settings.
*
- * Signature of callback function used to override default parameters as TLS starts.
+ * Signature of callback function used to adjust TLS settings, as needed for this server address,
+ * as TLS starts.
*
* If specificed in dexter_channel_starttls(), this callback allows you to inspect the server
* socket address and adjust your channel TLS parameters as needed. In this manner you can decide
Modified: libdexter/trunk/dexter/dexter-server.h
===================================================================
--- libdexter/trunk/dexter/dexter-server.h 2007-06-30 03:24:43 UTC (rev 379)
+++ libdexter/trunk/dexter/dexter-server.h 2007-07-13 19:14:46 UTC (rev 380)
@@ -163,7 +163,8 @@
* @client_salen: length of client socket address.
* @tls_settings: #DexterServerTLSSettings of TLS settings.
*
- * Signature of callback function used to override TLS settings, on a per-connection basis, as TLS starts.
+ * Signature of callback function used to adjust TLS settings, as needed for this client address,
+ * as TLS starts.
*
* If specificed in #DexterServerTLSSettings, this callback allows you to inspect the client
* socket address and adjust your server TLS settings as needed for that client connection.
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|