Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
CVSROOT: /usr/local/cvs Module name: cvsnt Repository: cvsnt/src/ Changes by: tmh at sisko.local.nodomain.org. 05/02/15 20:23:29 Log message: Directory /usr/local/cvs/cvsnt/cvsapi/mysql/mysql-pd added to the repository Modified files: ./: build.h cvsnt.sln ./: Bugzilla.cpp Bugzilla.h cvscontrol.vcproj rpcBase.cpp rpcBase.h ./: XmlApi.cpp Xmlapi.h cvsapi.h cvsapi.vcproj rpcBase.cpp rpcBase.h ./: MySqlConnection.cpp MySqlRecordset.cpp MySqlRecordset.h ./: README array.c bchange.c bmove_upp.c config-win32.h dbug.h default.c errmsg.c errmsg.h errors.c global.h libmysql.c m_ctype.h m_string.h mf_dirname.c mf_fn_ext.c mf_format.c mf_pack.c mulalloc.c my_alarm.h my_alloc.c my_config.h my_div.c my_error.c my_fopen.c my_getwd.c my_init.c my_malloc.c my_messnc.c my_open.c my_read.c my_realloc.c my_static.c my_static.h my_sys.h mysql-client.c mysql-pd.vcproj mysql.h mysql_com.h mysql_version.h mysqld_error.h mysys_err.h mysys_priv.h net.c password.c stringfun.c typelib.c Log message: import mysql-pd and fix a few bugs. Add the rpc core to cvsapi Modified files: cvsnt/cvsapi/: cvsapi.h cvsapi.vcproj HttpSocket.h ./: HttpSocket.cpp autoproxy.cpp ./: cvsservice.vcproj ./: RecurseRepository.cpp Log message: Http proxy autodetect Modified files: cvsnt/cvsagent/win32/: stdafx.h ./: HttpSocket.h SocketIO.h cvsapi.h cvsapi.vcproj SSPIHandler.h ./: MySqlConnection.cpp MySqlRecordset.cpp ./: config-win32.h libmysql.c net.c ./: HttpSocket.cpp SocketIO.cpp autoproxy.cpp SSPIHandler.cpp ./: StdAfx.h ./: genkey.c ./: lockservice.cpp ./: ntserver.c pserver.c sserver.c ./: RecurseRepository.cpp ./: stdafx.h ./: stdafx.h ./: sockerror.cpp win32.cpp Log message: Proxy auth. Basic auth done. NTLM auth not working after 11 hours staring at the code.. it's exactly the same as the CVS SSPI protocol except in base64, except the Win32 API just refuses point blank to accept packets from it, and as usual gives no helpful diagnostic or reasoning Modified files: cvsnt/cvsapi/: HttpSocket.h SSPIHandler.h ./: HttpSocket.cpp SSPIHandler.cpp ./: sspi.c ./: RecurseRepository.cpp Log message: Some more sspi work, ready to drop the rpc client on top Modified files: cvsnt/src/: RecurseRepository.cpp Log message: