1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00
samba-mirror/source/torture
Andrew Tridgell aad0e7e9d8 r2910: I noticed that the samr torture test was doing its own DOS->UNIX
string conversion. For RPC, all string conversions are supposed to be
done by the NDR layer, using string flags set in the IDL. The reason
this wasn't working is that I had been too lazy to do the STR_ASCII
string types properly at the NDR layer when initially writing
ndr_basic.c.

This commit fixes the ndr_basic code properly to do all ASCII
varients, by re-using the non-ascii code and a "byte_mul" local
variable. I have also removed the manual string conversion in the SAMR
torture test code.
2007-10-10 12:59:47 -05:00
..
auth r2645: converted the NTLMSSP code to the new style of talloc 2007-10-10 12:59:16 -05:00
basic r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -05:00
ldap r2853: add torture test to find the defaultNamingContext on the RootDSE 2007-10-10 12:59:38 -05:00
local r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -05:00
nbench r1654: rename cli_ -> smbcli_ 2007-10-10 12:57:47 -05:00
rap r2671: we're getting too many errors caused by the talloc_realloc() API not 2007-10-10 12:59:20 -05:00
raw r2909: fix some RAW-SEARCH torture mem leaks 2007-10-10 12:59:47 -05:00
rpc r2910: I noticed that the samr torture test was doing its own DOS->UNIX 2007-10-10 12:59:47 -05:00
config.m4 r2159: converted samba4 over to UTF-16. 2007-10-10 12:58:27 -05:00
config.mk r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full scanner in RPC-SCANNER 2007-10-10 12:59:39 -05:00
gentest.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
locktest2.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
locktest.c r2710: continue with the new style of providing a parent context whenever 2007-10-10 12:59:25 -05:00
masktest.c r2857: this commit gets rid of smb_ucs2_t, wpstring and fpstring, plus lots of associated functions. 2007-10-10 12:59:39 -05:00
msgtest.c more fixes from the IRIX compiler (thanks herb!) 0001-01-01 00:00:00 +00:00
nsstest.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
smbiconv.c Add make rule for smbiconv 0001-01-01 00:00:00 +00:00
t_strcmp.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
torture_util.c r2062: Fix a couple more of the printf warnings (real bugs). 2007-10-10 12:58:23 -05:00
torture.c r2854: added a RPC-COUNTCALLS torture test - a useful varient on the full scanner in RPC-SCANNER 2007-10-10 12:59:39 -05:00
vfstest.c first public release of samba4 code 0001-01-01 00:00:00 +00:00
vfstest.h first public release of samba4 code 0001-01-01 00:00:00 +00:00