summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
2008-12-30Print the vuid in BENCH-SESSSETUPVolker Lendecke1-0/+2
2008-12-29Fix SESSSETUP_BENCH torture test for long runtimesVolker Lendecke1-6/+9
2008-12-19Extend the chain1 test with write&xVolker Lendecke1-2/+21
2008-12-19Add a torture test simulating Windows write behaviourVolker Lendecke1-1/+81
2008-12-19Make cli_negprot return NTSTATUS instead of boolVolker Lendecke3-10/+21
2008-12-19cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke1-1/+1
2008-12-03s3: Change sockaddr util function names for consistencyTim Prouty3-5/+5
2008-11-14Make memcache_add_talloc NULL out the source pointerVolker Lendecke1-2/+2
2008-11-14Actually finish memcache_add_tallocVolker Lendecke1-1/+32
2008-11-01Remove sys_dl*() - stubs are already provided by libreplace.Jelmer Vernooij1-2/+2
2008-10-22s3-asn1: make all of s3 asn1 code do a proper asn1_init() first.Günther Deschner1-9/+13
2008-10-18Fix build of 'everything'Jelmer Vernooij1-1/+1
2008-10-18Use separate make variables for libutil and libcrypto.Jelmer Vernooij1-1/+1
2008-10-14Use {u,}int64_t instead of SMB_BIG_{U,}INT.Jelmer Vernooij2-4/+4
2008-10-13Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij1-1/+1
2008-10-12Move zlib to top-level root.Jelmer Vernooij1-12/+3
2008-09-15Fix build warning on FreeBSDSteven Danneman1-2/+2
2008-08-28Add async smbecho client supportVolker Lendecke1-0/+33
2008-08-28Activate code to enable chained requestsVolker Lendecke1-0/+80
2008-08-12Merge from Herb. print correct test statusJeremy Allison1-1/+2
2008-07-11Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke1-2/+2
2008-07-03Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke1-2/+2
2008-05-24rpc_open_tcp: now drsuapi is complete, we can use it in the test program.Michael Adam1-6/+0
2008-05-22torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.Michael Adam1-0/+115
2008-05-20Cleanup size_t return values in callers of convert_string_allocateTim Prouty1-2/+3
2008-05-10Remove "user" from connection_structVolker Lendecke1-1/+0
2008-04-22Make nsstest valgrind-clean: buf is referred to by the parsed grp structVolker Lendecke1-3/+0
2008-04-21Remove redundant parameter fd from SMB_VFS_CLOSE().Michael Adam1-1/+1
2008-03-08Print out the used seed in smbtortureVolker Lendecke1-3/+6
2008-02-28Remove a useless variable.Michael Adam1-2/+1
2008-02-15Fix a pointer to int conversion warning: cast the int instead.Michael Adam1-1/+1
2008-02-15Fix two const warnings.Michael Adam1-2/+2
2008-02-15Try to fix the build of smbiconv on systems without native iconv.Michael Adam1-1/+1
2008-02-15Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef rea...Michael Adam1-0/+1
2008-02-15Remove torture/samtest.h - last trace of late samtest.Michael Adam1-37/+0
2008-01-30Fix some IBM checker warningsVolker Lendecke1-4/+4
2008-01-30ntlm_auth: test should honour configfile option to run on build farm.Kai Blin1-0/+6
2008-01-30ntlm_auth: Add a blackbox test.Kai Blin1-0/+212
2008-01-23strtok -> strtok_rVolker Lendecke1-2/+3
2008-01-19Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke1-0/+69
2008-01-10Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam1-1/+1
2008-01-10Remove redundant parameter fd from SMB_VFS_READ().Michael Adam1-1/+1
2008-01-09Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam1-0/+13
2008-01-07Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam1-1/+1
2008-01-07Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam1-1/+1