Index: protocols/sspi_unix.cpp =================================================================== RCS file: /usr/local/cvs/cvsnt/protocols/sspi_unix.c,v retrieving revision 1.1.2.25.6.7 diff -c -r1.1.2.25.6.7 sspi_unix.cpp *** protocols/sspi_unix.cpp 22 Dec 2011 07:38:55 -0000 1.1.2.25.6.7 --- protocols/sspi_unix.cpp 7 Jun 2012 07:39:47 -0000 *************** *** 30,36 **** static int sspi_logout(const struct protocol_interface *protocol); static int sspi_set_timeout(const struct protocol_interface *protocol, int wrwait, int wswait); static int sspi_set_timeout_ms(const struct protocol_interface *protocol, int wrwait, int wswait, int wrwaitms, int wswaitms); ! static int sspi_auth_protocol_connect(const struct protocol_interface *protocol, const char *auth_string, const char *hostname); static int sspi_read_data(const struct protocol_interface *protocol, void *data, int length); static int sspi_write_data(const struct protocol_interface *protocol, const void *data, int length); static int sspi_flush_data(const struct protocol_interface *protocol); --- 30,36 ---- static int sspi_logout(const struct protocol_interface *protocol); static int sspi_set_timeout(const struct protocol_interface *protocol, int wrwait, int wswait); static int sspi_set_timeout_ms(const struct protocol_interface *protocol, int wrwait, int wswait, int wrwaitms, int wswaitms); ! static int sspi_auth_protocol_connect(const struct protocol_interface *protocol, const char *auth_string, const char *hostname, const char *server_features); static int sspi_read_data(const struct protocol_interface *protocol, void *data, int length); static int sspi_write_data(const struct protocol_interface *protocol, const void *data, int length); static int sspi_flush_data(const struct protocol_interface *protocol); *************** *** 50,56 **** { { PLUGIN_INTERFACE_VERSION, ! ":sspi: protocol",CVSNT_PRODUCTVERSION_STRING,"SspiProtocol", init, destroy, get_interface, --- 50,56 ---- { { PLUGIN_INTERFACE_VERSION, ! ":sspi: protocol",CVSNT_PRODUCTVERSION_STRING,"SspiProtocol","ZZ", init, destroy, get_interface, *************** *** 225,231 **** return CVSPROTO_SUCCESS; } ! int sspi_auth_protocol_connect(const struct protocol_interface *protocol, const char *auth_string, const char *hostname) { char *protocols; const char *proto; --- 225,231 ---- return CVSPROTO_SUCCESS; } ! int sspi_auth_protocol_connect(const struct protocol_interface *protocol, const char *auth_string, const char *hostname, const char *server_features) { char *protocols; const char *proto;