search for: writeraw

Displaying 16 results from an estimated 16 matches for "writeraw".

2005 Aug 17
0
Raw data type transformations
...raw binary data in R, with more than the minimal raw transformation functions in the base package. So I've written a small package in C that effectively lets me cast back and forth between raw vectors and other data types. I've implemented four functions: rawToHex, hexToRaw, readRaw, and writeRaw. The first two convert between raw vectors and hex character strings. I use these to work around a limitation of ROracle not directly supporting raw data types, but they may have other uses. readRaw and writeRaw are similar to readBin and writeBin, but operate on raw vectors in place of binary co...
2006 Oct 02
6
Horrible write performance from XP to Samba
...ell me what the problem might be: XP uses for copying as well as for other write operations WriteAndXRequest, the only peculiarity I noticed is the slightly exotic block size of 61440 bytes per request when copying (which also doesn't seem to be the problem - Win98 uses the same block size with WriteRaw) Has anybody else made similar experiences? (Since I could see this issue with differently configured servers/clients, it should not be just my personal problem. Of course in most settings where the data usually goes mostly from the server to the client it is not obvious) Any ideas what's goi...
1998 Oct 31
0
Linux 2.1.126 kernel smbfs SMBwrite 2x speed improvement
...ges of such solution. All these test were on Linux 2.1.126 copying ->TO-> M$ Windows 98 machine on 100MBit dedicated full-duplex ethernet. The original rate was ~730KB/s, now is ~1300KB/s which is still very poor, I'll have to find some further improvements. Also you don't support WriteRaw in kernel smbfs - wouldn't it have slightly better results? Thanks for a great piece of code, Jan Kratochvil CCed to samba@samba.anu.edu.au list. -------------- next part -------------- --- /tmp/linux/fs/smbfs/proc.c Mon...
2019 Jul 14
2
Build error due to Waf task dependency cycle in run_after
Dear all, trying to build some Heimdal-based packages for Samba AD DC under openSUSE I am facing some difficulties with the build system: During the installation which is triggered by "make install" waf complains about some task dependency cycle after leaving folder bin/default. Full log including config options can be seen unter https://build.opensuse.org/
2016 Apr 01
0
Wine release 1.9.7
...niuc (1): ddraw: Use SetRect() instead of open coding it. Nikolay Sivov (41): include: Added shimgdata.idl. msctf: Make ITextStoreACPSink a part of context object. msctf: Added stub ITextStoreACPServices support for context ITextStoreACPSink. xmllite/writer: Implement WriteRaw(). xmllite/tests: Use static linking to xmllite.dll. xmllite/tests: Add a helper to test writer output. xmllite/tests: Add a helper to create/set writer output. ole32: Make CoGetInstanceFromFile() propagate failure codes to returned MULTI_QI data (Coverity). ole32: Fix...
2019 Aug 01
0
Build error due to Waf task dependency cycle in run_after
...port.xml,workgroup.xml,wreplsrv-periodic_interval.xml,wreplsrv-propagate_name_releases.xml,wreplsrv-scavenging_interval.xml,wreplsrv-tombstone_extra_timeout.xml,wreplsrv-tombstone_interval.xml,wreplsrv-tombstone_timeout.xml,wreplsrv-verify_interval.xml,writeable.xml,writecachesize.xml,writelist.xml,writeraw.xml,wtmpdirectory.xml -> parameters.all.xml} make: *** [Makefile:10: install] Error 1 Hence, it seems to be about some dependency cycle in the xml generation inside docs-xml. I checked buildtools/wafsamba/samba_waf18.py, but could not find anything related to xml. Any ideas? Thanks a lot in...
2019 Mar 20
2
build problem with 4.10.0
...port.xml,workgroup.xml,wreplsrv-periodic_interval.xml,wreplsrv-propagate_name_releases.xml,wreplsrv-scavenging_interval.xml,wreplsrv-tombstone_extra_timeout.xml,wreplsrv-tombstone_interval.xml,wreplsrv-tombstone_timeout.xml,wreplsrv-verify_interval.xml,writeable.xml,writecachesize.xml,writelist.xml,writeraw.xml,wtmpdirectory.xml -> parameters.all.xml} What am I doing wrong? Thanks Peter
2001 Oct 13
2
Samba 2.2.2 released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2001 Oct 13
2
Samba 2.2.2 released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2002 Feb 03
5
Samba 2.2.3 released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2002 Feb 03
5
Samba 2.2.3 released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2006 Oct 07
0
Re: samba Digest, Vol 46, Issue 2
...gt; might be: XP uses for copying as well as for other write > operations WriteAndXRequest, the only peculiarity I noticed is the > slightly exotic block size of 61440 bytes per request when copying > (which also doesn't seem to be the problem - Win98 uses the same > block size with WriteRaw) > > Has anybody else made similar experiences? (Since I could see this > issue with differently configured servers/clients, it should not > be just my personal problem. Of course in most settings where the > data usually goes mostly from the server to the client it is not > obvi...
2002 May 04
0
[jerry@samba.org: Samba 2.2.4 Released]
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2002 Jun 20
1
Samba 2.2.5 has been released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2002 Jun 20
1
Samba 2.2.5 has been released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...
2002 May 02
3
Samba 2.2.4 Released
...fixes all over the code. 10). Large improvement in hash table code efficiency - would be found with large stat caches. 11). Error code consistency improved (still needs more work). 12). Profile shared memory support added to nmbd. 13). New Windows 2000/NT passthrough info levels added. 14). readraw/writeraw code rewritten - many bugs fixed. 15). UNIX password sync (non pam) code fixed, use correct wildcard matcher. 16). Reverse DNS lookup avoided on socket open. 17). Bug preventing nmbd re-registering names on WINS server timeout fixed. 18). Zero length byte range lock code added. Much closer to Windo...