gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib


From: gsasl-commit
Subject: CVS gsasl/lib
Date: Thu, 30 Sep 2004 17:49:22 +0200

Update of /home/cvs/gsasl/lib
In directory dopio:/tmp/cvs-serv26234

Modified Files:
        NEWS 
Log Message:
Fix.


--- /home/cvs/gsasl/lib/NEWS    2004/09/30 15:35:19     1.38
+++ /home/cvs/gsasl/lib/NEWS    2004/09/30 15:49:22     1.39
@@ -24,14 +24,12 @@
 gsasl_encode, gsasl_decode: MODIFIED.  Now allocate the output parameter.
 gsasl_encode_inline, gsasl_decode_inline: ADD, DEPRECATED.
   Same as the old gsasl_encode and gsasl_decode, to simplify conversion.
+
+Gsasl_callback: ADD.  New function prototype.
 gsasl_callback_set: ADD.  New functions.
 gsasl_callback: ADD.  New functions.
 GSASL_NO_CALLBACK, GSASL_NO_ANONYMOUS_TOKEN: ADD.  New error codes.
-Gsasl_property, GSASL_CLIENT_*, GSASL_SERVER_*: ADD.  New enumerated type.
-Gsasl_callback: ADD.  New function prototype.
-gsasl_property_set, gsasl_property_set_global,
-gsasl_property_get, gsasl_property_get_global,
-gsasl_property_fast, gsasl_property_fast_global: ADD.  New functions.
+
 Gsasl_client_callback_anonymous,
 Gsasl_client_callback_authentication_id,
 Gsasl_client_callback_authorization_id,
@@ -57,13 +55,25 @@
 Gsasl_server_callback_cipher: DEPRECATED.  Old callback function prototypes.
 gsasl_client_callback_*,
 gsasl_server_callback_*: DEPRECATED.  Old callback set/get interface.
-gsasl_ctx_get: DEPRECATED.  Not useful, application callback now get both
-  library and session context.
+
+Gsasl_property, GSASL_CLIENT_*, GSASL_SERVER_*: ADD.  New enumerated type.
+gsasl_property_set, gsasl_property_set_global,
+gsasl_property_get, gsasl_property_get_global,
+gsasl_property_fast, gsasl_property_fast_global: ADD.  New functions.
+
+gsasl_application_data_get, gsasl_application_data_set: DEPRECATED.
+gsasl_appinfo_get, gsasl_appinfo_set: DEPRECATED.
+gsasl_callback_hook_get, gsasl_callback_hook_set: ADD.  Replaces
+  previous functions.
+
 Gsasl_init_function, Gsasl_done_function, Gsasl_code_function,
 Gsasl_start_function, Gsasl_step_function, Gsasl_finish_function: ADD.
 Gsasl_mechanism_functions, Gsasl_mechanism: ADD.
 gsasl_register: ADD.
 
+gsasl_ctx_get: DEPRECATED.  Not useful, application callback now get both
+  library and session context.
+
 * Changes in 0.1.4 (released 2004-08-08)
 
 ** Fix various compile time warnings.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]