Print this page
first pass

*** 210,226 **** char user_buf[CANON_BUF_SIZE+1], authid_buf[CANON_BUF_SIZE+1]; #ifdef _SUN_SDK_ struct _sasl_global_context_s *gctx; - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ #ifdef _INTEGRATED_SOLARIS_ int sun_reg; #endif /* _INTEGRATED_SOLARIS_ */ - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ #endif /* _SUN_SDK_ */ }; #ifdef _SUN_SDK_ /* track changes in file system */ --- 210,222 ----
*** 238,254 **** int version; int condition; /* set to SASL_NOUSER if no available users; set to SASL_CONTINUE if delayed plugn loading */ char *plugname; /* for AUTHSOURCE tracking */ #ifdef _SUN_SDK_ - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ #ifdef _INTEGRATED_SOLARIS_ int sun_reg; #endif /* _INTEGRATED_SOLARIS_ */ - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ sasl_server_plug_t *plug; /* * The global context needs to be stored with separately from the * the plugin because it will be overwritten when the plugin is * relloaded --- 234,246 ----
*** 296,312 **** { int version; char *plugname; #ifdef _SUN_SDK_ - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ #ifdef _INTEGRATED_SOLARIS_ int sun_reg; #endif /* _INTEGRATED_SOLARIS_ */ - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ /* * The global context needs to be stored with separately from the * the plugin because it will be overwritten when the plugin is * relloaded */ --- 288,300 ----
*** 801,817 **** const char *plugname, sasl_auxprop_init_t *auxpropfunc); _sasl_global_context_t *_sasl_gbl_ctx(void); - /* EXPORT DELETE START */ - /* CRYPT DELETE START */ #ifdef _INTEGRATED_SOLARIS_ int _is_sun_reg(void *mech); #endif /* _INTEGRATED_SOLARIS_ */ - /* CRYPT DELETE END */ - /* EXPORT DELETE END */ /* unsupported functions that are used internally */ int sasl_randcreate(sasl_rand_t **rpool); void sasl_randfree(sasl_rand_t **rpool); --- 789,801 ----