summaryrefslogtreecommitdiff
path: root/source3/torture
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-04Added -e option to smbtorture to test encrypted versionsJeremy Allison1-1/+60
2007-12-26Remove the sampwent interfaceVolker Lendecke1-18/+0
2007-12-18Add a in-memory cacheVolker Lendecke2-0/+89
2007-12-17Remove t_doschar.cVolker Lendecke1-41/+0
2007-12-10Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison7-9/+9
2007-12-10dbwrap_rbtVolker Lendecke1-0/+83
2007-12-10Tiny simplificationsVolker Lendecke1-1/+1
2007-12-07Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison1-564/+0
2007-12-06Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2-5/+6
2007-12-05remove some staticsVolker Lendecke1-0/+34
2007-12-05add SESSSETUP_BENCHVolker Lendecke1-0/+41
2007-12-04Ok, down to just the client/*.c code now.Jeremy Allison1-30/+52
2007-12-04Remove tok pstring from util_str.cJeremy Allison1-42/+32
2007-12-04pull_ascii_pstring is gone.Jeremy Allison3-14/+21
2007-12-04The usual !pstring...Jeremy Allison3-52/+51
2007-11-30Remove pstring from clirap.c.Jeremy Allison1-1/+1
2007-11-09Remove the silly "user_socket_options" global variableVolker Lendecke2-7/+3
2007-11-08Remove more pstring/fstrings.Jeremy Allison2-3/+11
2007-11-03Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison1-0/+5
2007-11-03Remove more static data from lib/util_sock.c andJeremy Allison1-1/+1
2007-10-27Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison3-5/+5
2007-10-24This is a large patch (sorry). Migrate from struct in_addrJeremy Allison3-15/+15
2007-10-18RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison13-170/+170
2007-10-10Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison3-5/+5
2007-10-10r25563: Show which local-substitute subtest failsVolker Lendecke1-28/+32