svn commit: samba r204 - in branches/SAMBA_4_0/source: include libcli/raw torture/raw

jra at samba.org jra at samba.org
Wed Apr 14 01:09:42 GMT 2004


Author: jra
Date: 2004-04-14 01:09:41 +0000 (Wed, 14 Apr 2004)
New Revision: 204

Modified:
   branches/SAMBA_4_0/source/include/smb_interfaces.h
   branches/SAMBA_4_0/source/libcli/raw/rawrequest.c
   branches/SAMBA_4_0/source/libcli/raw/rawsearch.c
   branches/SAMBA_4_0/source/torture/raw/search.c
Log:
Turns out that the string in the SEARCH unix_info level is that
rare thing, a non-length string (ie. not a WIRE_STRING) but a null
terminated char string. There wasn't a good interface to pull that
out of a blob (all the string interfaces assumed WIRE_STRINGS). Added
a new one, only used for this call. Sucks, I know - but the alternatives
suck more. Added tests for some of the unix info returned.
Jeremy.


WebSVN: http://websvn.samba.org/websvn/listing.php?rep=0&path=/branches/SAMBA_4_0/source&rev=204&sc=1


More information about the samba-cvs mailing list