search for: get_filename

Displaying 10 results from an estimated 10 matches for "get_filename".

Did you mean: get_filenames
2002 Mar 08
2
disable spoolss - not working
...6C 73 73 00 \spoolss . [2002/03/08 13:51:11, 3] smbd/process.c:switch_message(667) switch message SMBntcreateX (pid 22052) [2002/03/08 13:51:11, 4] smbd/uid.c:change_to_user(118) change_to_user: Skipping user change - already user [2002/03/08 13:51:11, 10] smbd/nttrans.c:get_filename(259) get_filename: data_offset = 87, data_len = 9, fname_len = 9 [2002/03/08 13:51:11, 4] smbd/nttrans.c:nt_open_pipe(549) nt_open_pipe: Opening pipe \spoolss. [2002/03/08 13:51:11, 3] smbd/error.c:error_packet(99) error packet at smbd/nttrans.c(554) cmd=162 (SMBntcreateX) NT_STATUS_NETWORK_A...
2005 Aug 11
2
Patch file for FileDialog.i
...sn''t work 100% yet because I haven''t yet figured out how to make it put the ruby declarations in the right place. If I cut and paste the rb_define_methods into the right place this works perfectly. This patch fixes the dialogs.rb multiple select example so that get_paths and get_filenames returns a ruby array. Note that I may have broken subclassing with this as I think there were _wrap_ wrappers that got lost. Perhaps Kevin or Sean can point out what I should have done? Be gentle, it''s my first swig patch. :) Roy _______________________________________________ wx...
2005 Aug 15
16
swig_up
Tracing down some things to add in validators and I''ve run across something that kinda bothers me... In order to implement validators you have to override the clone method. The directors seems to be set up to specifically handle this situation. However, whenever C++ calls back to the object''s methods the swig_get_up function is returning false. It seems like swig_up
2017 Feb 02
7
[PATCH 0/6] dib: various improvements
Hi, this series improves virt-dib, adding some upstream changes, and refactoring the handling of output formats. Thanks, Pino Toscano (6): dib: clear up "already provided" message dib: add --checksum dib: pass custom mkfs options after the filesystem type dib: refactor output formats handling dib: clarify "output:" lines in --machine-readable documentation dib:
2007 Apr 12
9
taille de caractère
en fait je vous renvoi ce message car maintenant la taille de la police change au bout de 500 lignes environ, alors que j''avais reussi à garder la taille jusqu''à environ 5000 lignes. Je ne comprend pas. Est-ce que c''est instable? le bout de code que vous m''avez envoyer ne marche pas. merci Sebastien _______________________________________________ wxruby-users
2007 Dec 28
0
Wine release 0.9.52
...hall to always increment the buffer during unmarshalling. ole32: Fix RPC_GetLocalClassObject to wait for 30 seconds, even if messages arrive while we are waiting. rpcrt4: Print an error if stub buffer pointer is passed into safe_copy_from_buffer. rpcrt4: Fix a memory leak from the get_filename call in the server tests. kernel32: Add a test for calling VirtualAlloc on a view of a SEC_RESERVE file mapping. widl: Tweak the rules for when to call pfnFree for arrays. rpcrt4: Set pStubMsg->BufferMark in NdrConformantVaryingArrayUnmarshall and NdrVaryingArrayUnmarshall....
2007 Jan 25
0
Wine release 0.9.30
...'s IInternetPriority implementation. James Hawkins (7): comctl32: Rewrite the up-down control tests to add message checking. advpack: Fill the output buffer to workaround a bug in IE7s advpack. winedbg: Check buffer for NULL before writing to it. winspool.drv: Check for get_filename failure. mshtml: Use the correct variable in the FIXME. oleaut32: Initialize nrofnames to keep from freeing unused memory in the error case. advapi32: Add tests for RegQueryValue. Jan Zerebecki (2): opengl32: Remove redundant const. urlmon: Fix type of an empty string...
2017 Nov 21
2
[PATCH v3 0/2] common/mlstdutils: Extend the List module.
v2 -> v3: - Renamed List.assoc_ -> List.assoc_lbl. - Rebased on top of current master branch. Rich.
2017 Oct 08
4
[PATCH 0/3] common/mlstdutils: Add Std_utils List and Option modules.
In Std_utils we already extend Char and String. These commits take it a little further by extending List and adding a new Option submodule. All basically simple refactoring. Rich.
2017 Oct 08
7
[[PATCH v2 0/4] common/mlstdutils: Add Std_utils List and Option modules.
This time including the first commit ...