search for: koshelev

Displaying 20 results from an estimated 25 matches for "koshelev".

2010 Apr 18
4
OpenSSH with "resumable" functionality
Dear All: I was wondering if it might at all be possible to have the following functionality in OpenSSH: (i) upon "timeout" of connection (say 2-5 seconds) disconnect (ii) keep trying to reconnect (iii) upon reconnection, resume session exactly where started I realize GNU screen solves (iii), although I am interested in a slightly different purpose (nxssh vs openssh). However, I am
2010 Apr 21
2
prototype of simple NX client with auto-resuming ssh session
Dear All: --- Summary, especially for openssh list (to test/reproduce): THANK YOU for all your help. Please extract into /home/username/nx on both host and client. cp ssh to a file named mxssh in that directory. Run (with an _n_ below) Start server on the remote host by typing ./server & Now do: ./nxssh hostname If you killall client on the remote end, it reconnects "seamlessly"
2010 Apr 21
0
ServerAliveInterval exit code?
...I spawn ssh, I need to know whether: (a) it exited because of ServerAliveInterval, and I should re-connect or (b) it exited for some other reason (session finished). Is there, by any chance, some way I could detect this, perhaps by an exit code? Thank you Please reply all Sincerely yours Misha Koshelev
2010 Apr 24
1
Update on "non-dying" nx connections over unreliable network
Dear Sirs & Madams: Thank you so much for your help. To remind, my situation is a wireless connection that is unreliable, where: (a) upon disconnect, !M's nxclient does not recognize connection death (b) after I manually kill nxssh and reconnect, reconnection takes some time. My idea: intercept myself in between NX client and server - detect connection drop, and reconnect. This is
2010 Jul 09
0
Wine release 1.2-rc7
...o be C++ compatible. ntdll: Handle error cases in om test (Coverity). Michael Stefaniuc (3): winhlp32: Remove an untranslated resource from the Romansh translation. progman: Fix the sizes of a dialog in the Romanian translation. wordpad: Add the Romanian translation. Misha Koshelev (1): d3dx9: Test penultimate declaration element in D3DXDeclaratorFromFVFTest. Paul Vriens (2): notepad: Use SUBLANG_NEUTRAL for the Arabic resources. comdlg32: Prevent a NULL pointer dereference (Coverity). Stefan D?singer (5): d3d9: Nvidia drivers don't like unused o...
2010 Jun 25
0
Wine release 1.2-rc5
...ce. notepad: Fix an error in the Chinese (Simplified) resource. msvfw32: Add the Romanian translation. oledlg: Add the Romanian translation. jscript: Update the Romanian translation. reg: Add the Romanian translation. winedbg: Add the Romanian translation. Misha Koshelev (1): include: Include d3dx9shape.h in d3dx9.h. Nikolay Sivov (10): msxml3: Don't force parser encoding when loading from file. msxml3: Support xml:lang attribute in IXMLElement::getAttribute(). msxml3: Don't crash on null pointer when doing ::Next() on a last child....
2007 May 11
0
Wine release 0.9.37
...e a bit. Miko?aj Zalewski (4): user32: Fix TabbedTextOut. comctl32: treeview: Make the focus test pass under Windows XP. comctl32: treeview: Treeviews shouldn't be sending NM_TOOLTIPSCREATED (with testcase). shell32: Handle invalid cbSize in Shell_NotifyIcon[AW]. Misha Koshelev (32): msi: Add OLE automation conformance test. msi: Merge OLE automation conformance tests. msi: Add base class for OLE automation objects. msi: Expand IDL file to contain some OLE automation interface functions. msi: automation: Implement Record::StringData. ms...
2007 Oct 12
0
Wine release 0.9.47
...api32: security: Remove unneeded FIXME. oleview: Don't crash if the parent type couldn't be retrieved. ole32: OleIsRunning should return TRUE if the class doesn't implement IRunnableObject. oleaut32: Function kind for dispatch interfaces should be FUNC_DISPATCH. Misha Koshelev (1): urlmon: Increment/decrement reference count when internet handles are created/destroyed. Nigel Liang (1): include/winsock.h: Fix parenthesis mismatch. Reece H. Dunn (1): comctl32: Fixed drawing the trackbar background when themes are installed. Rob Shearman (14): use...
2007 Jul 13
0
Wine release 0.9.41
...Smatch. msvcrt: Remove superfluous casts of void pointers to other pointer types. Miko?aj Zalewski (2): comctl32: toolbar: The iImage in TBN_GETDISPINFO should be initialized to -1. comctl32: toolbar: We should send TBN_GETDISPINFOW even for ANSI controls (with testcase). Misha Koshelev (7): gdi32: Slightly simplify result handling in PolyDraw. urlmon/tests: Make http protocol mime type test pass on native. urlmon: Improve ObtainUserAgentString conformance to native. urlmon/tests: Add tests for ObtainUserAgentString. urlmon: Implement HttpProtocol....
2010 Sep 18
0
Wine release 1.3.3
...ed to schan_DecryptMessage. secur32: Fill header and trailer buffers in schan_DecryptMessage. secur32: Only process full TLS frames in schan_DecryptMessage. secur32: Fill a SECBUFFER_MISSING buffer if the message is not complete. secur32: Add some more schannel tests. Misha Koshelev (3): d3dx9: Implement D3DXFVFFromDeclarator. d3dx9_36: Fix the D3DXCreateMesh() prototype. d3dx9_36: Implement D3DXGetDeclLength with tests. Nikolay Sivov (13): msxml3/tests: Add a helper to create document instance, remove useless output. msxml3/domdoc: Implement IXM...
2007 Mar 02
0
Wine release 0.9.32
...fixes. comctl32: rebar: WM_SETFONT should send a RBN_HEIGHTCHANGE if necessary. comctl32: rebar: Remove the not needed BANDS_NEED_LAYOUT flag. comctl32: rebar tests: Support different window border width. comctl32: header tests: Support different window border width. Misha Koshelev (8): oleview: Respect size of array ITypeInfo_GetNames returns. oleview: Account for unnamed right hand side parameter of propput. oleview: Report default values. oleview: Properly support enumerations. oleview: Add forgotten newlines to forward declarations. ole...
2007 Jun 15
0
Wine release 0.9.39
...nd by sparse. wrc: Fix redundant checks for NULL before free(). Found by Smatch. Miko?aj Zalewski (2): kernel: Fix clearing of memory in LocalReAlloc16(..., LMEM_ZEROMEMORY). comctl32: listview: Make LVM_GETCOLUMNWIDTH query the header control instead of using cached data. Misha Koshelev (29): msi: automation: Remove duplicate error messages on unknown dispid. msi: automation: Add missing operand for evaluation. msi: msiserver.idl: Maintain spacing as spaces, not tabs. msi: automation: Remove redundant VariantClear(pVarResult). msi: automation: Databas...
2011 Jul 08
0
Wine release 1.3.24
...: COM cleanup for the IDirect3DExecuteBuffer iface. ddraw: Use unsafe_impl_from_IDirect3DExecuteBuffer for an app provided iface. Micha? Zi?tek (3): wscript: Implemented Host_get_Name. wscript: Implemented Host_get_Version. wscript: Implemented Host_get_BuildVersion. Misha Koshelev (2): include: Add declarations related to D3DXFLOAT16. d3dx9_36: Implement and add tests for D3DXFloat16To32Array. Nikolay Sivov (7): comctl32/tab: Make WM_RBUTTONUP reach default window procedure. comctl32/treeview: Remove redundant initializer (Clang). comctl32/mont...
2007 Jun 29
0
Wine release 0.9.40
...luous casts of void pointers to other pointer types. winefile: Do not use wide character constants. winefile: Do not use the TEXT() macro on character constants. The implicit cast from char to WCHAR works as well in UNICODE mode. comctl32: Replace malloc() with HeapAlloc(). Misha Koshelev (20): shell32: Conform to native in SHELL_ArgifyW for unquoted %1 in registry keys. wine.inf: Quote %1 for Msi.Package shell actions per native. gdi32/tests: Add framework for tests of drawing functions in paths, add test for ArcTo in paths. gdi32: Fix ArcTo to use proper st...
2007 Jul 27
0
Wine release 0.9.42
...msxml3/tests: Avoid a crash that happens on some native systems. comctl32: toolbar: Test and fix invalid indexes passed in TB_ISBUTTON*. comctl32: tooltips: Remove broken support for non-NULL-terminated strings in TOOLTIPS_GetDispInfo[AW]. user32/tests: Simplify a test. Misha Koshelev (31): wininet/tests: Properly handle ERROR_IO_PENDING from InternetQueryDataAvailable. wininet/tests: Add testing framework and tests for internet status callbacks. urlmon: Fix HttpProtocol behavior when InternetQueryDataAvailable returns ERROR_IO_PENDING. wininet: Fix behav...
2007 Aug 24
0
Wine release 0.9.44
...kernel32: Return error code if WOWCallback16Ex of a real-mode function failed. wininet: Support HTTP_QUERY_RAW_HEADER_CRLF|HTTP_QUERY_FLAG_REQUEST_HEADERS. wininet: Make HttpQueryInfo[AW] work for lpBuffer == NULL and len > 0. wininet: A small test for HttpQueryInfoA. Misha Koshelev (13): wininet: Don't peek data in InternetQueryDataAvailable if there is no more to be expected. wininet: InternetQueryDataAvailable does not return ERROR_NO_MORE_FILES when no more HTTP data is available. wininet/tests: Test that for an open HTTP connection InternetQueryDataA...
2011 Jul 22
0
Wine release 1.3.25
...for the IClassFactory iface. gameux: COM cleanup for the IClassFactory iface. Micha? Zi?tek (4): wscript: Implemented Host_get_FullName. wscript: Implemented Host_get_Path. wscript: Implemented Host_get_ScriptName. wscript: Implemented Host_get_ScriptFullName. Misha Koshelev (1): d3dx9_36: Use cross-platform versions of infinity and NaN. Natanael Copa (1): configure: Test for isinf and isnan needs link to -lm. Nikolay Sivov (4): comctl32/tests: Test that edit box is not multiline. comctl32/listview: Don't invalidate list on LVM_SETTEXTBKCO...
2007 Sep 28
0
Wine release 0.9.46
...2: Fix GetServiceDisplayNameA for cchBuffer == 0. Miko?aj Zalewski (3): advapi32: Add some more rights constants for ConvertStringSecurityDescriptorToSecurityDescriptor. shell32: Make the shell view control Unicode. shell32: shlview: Change some more ANSI calls to Unicode. Misha Koshelev (3): wininet: Track child handles, free all child handles on WININET_FreeHandle as native. wininet/tests: Add test to show that InternetCloseHandle closes open child handles too. wininet: When sending INTERNET_STATUS_HANDLE_CLOSING make sure the freed handle is not yet available....
2007 Jun 01
0
Wine release 0.9.38
...get_item should change the current position. msxml3: Add tests for XPath queries with namespaces. msxml3: Implement IXMLDOMElement::getElementsByTagName. xcopy: Add Polish translation. kernel32: Clear the extra memory in LocalReAlloc16(h, bigger_size, LMEM_ZEROINIT). Misha Koshelev (44): msi/tests: automation: Add tests for Session::EvaluateCondition. msi: automation: Implement Session::EvaluateCondition. msi/tests: automation: Test for Installer::CreateRecord error. msi: automation: Implement Installer::CreateRecord. msi/tests: automation: Test...
2007 Nov 30
0
Wine release 0.9.50
...gainst that. shdocvw: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. dnsapi: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. urlmon: Rename the wrappers around HeapAlloc() &Co to use the new standard naming. Misha Koshelev (6): urlmon: Release IInternetProtocolSink and BindInfo on request handle closure, not on first handle closure. urlmon: Fix PROTOCOLDATA message passing in IInternetProtocolSink interface of Binding. msi: automation: Fix automation object reference counts when objects are created....