gsasl-commit
[Top][All Lists]
Advanced

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

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 31 Oct 2004 20:50:20 +0100

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

Modified Files:
        internal.h 
Log Message:
Remove *_global property stuff.


--- /home/cvs/gsasl/lib/src/internal.h  2004/10/14 21:53:34     1.20
+++ /home/cvs/gsasl/lib/src/internal.h  2004/10/31 19:50:20     1.21
@@ -45,16 +45,6 @@
   /* Callback. */
   Gsasl_callback_function cb;
   void *application_hook;
-  /* Global properties. */
-  char *anonymous_token;
-  char *authid;
-  char *authzid;
-  char *password;
-  char *passcode;
-  char *pin;
-  char *suggestedpin;
-  char *service;
-  char *hostname;
   /* Obsolete stuff. */
   Gsasl_client_callback_authorization_id cbc_authorization_id;
   Gsasl_client_callback_authentication_id cbc_authentication_id;
@@ -88,8 +78,7 @@
   int clientp;
   Gsasl_mechanism *mech;
   void *mech_data;
-  /* Session specific properties.  If NULL, use corresponding global
-   * property. */
+  /* Session specific properties. */
   char *anonymous_token;
   char *authid;
   char *authzid;





reply via email to

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