summaryrefslogtreecommitdiffstats
path: root/source/torture
Commit message (Expand)AuthorAgeFilesLines
* Remove redundant parameter fd from SMB_VFS_WRITE().Michael Adam2008-01-101-1/+1
* Remove redundant parameter fd from SMB_VFS_READ().Michael Adam2008-01-101-1/+1
* Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.Michael Adam2008-01-091-0/+13
* Remove redundant parameter fd from SMB_VFS_LOCK().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FTRUNCATE().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHOWN().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FCHMOD().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSTAT().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_FSYNC().Michael Adam2008-01-071-1/+1
* Remove redundant parameter fd from SMB_VFS_LSEEK().Michael Adam2008-01-071-1/+1
* Added -e option to smbtorture to test encrypted versionsJeremy Allison2008-01-041-1/+60
* Remove the sampwent interfaceVolker Lendecke2007-12-261-18/+0
* Add a in-memory cacheVolker Lendecke2007-12-182-0/+89
* Remove t_doschar.cVolker Lendecke2007-12-171-41/+0
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-107-9/+9
* dbwrap_rbtVolker Lendecke2007-12-101-0/+83
* Tiny simplificationsVolker Lendecke2007-12-101-1/+1
* Don't build rpctorture anymore - not maintained. Just remove.Jeremy Allison2007-12-071-564/+0
* Remove pstrings from client/client.c by doing a large rewrite.Jeremy Allison2007-12-062-5/+6
* remove some staticsVolker Lendecke2007-12-051-0/+34
* add SESSSETUP_BENCHVolker Lendecke2007-12-051-0/+41
* Ok, down to just the client/*.c code now.Jeremy Allison2007-12-041-30/+52
* Remove tok pstring from util_str.cJeremy Allison2007-12-041-42/+32
* pull_ascii_pstring is gone.Jeremy Allison2007-12-043-14/+21
* The usual !pstring...Jeremy Allison2007-12-043-52/+51
* Remove pstring from clirap.c.Jeremy Allison2007-11-301-1/+1
* Remove the silly "user_socket_options" global variableVolker Lendecke2007-11-092-7/+3
* Remove more pstring/fstrings.Jeremy Allison2007-11-082-3/+11
* Remove most of the remaining globals out of lib/util_sock.c.Jeremy Allison2007-11-031-0/+5
* Remove more static data from lib/util_sock.c andJeremy Allison2007-11-031-1/+1
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-273-5/+5
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-243-15/+15
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-1813-170/+170
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-103-5/+5
* r25563: Show which local-substitute subtest failsVolker Lendecke2007-10-101-28/+32
* r25538: Revert r25533Volker Lendecke2007-10-101-3/+3
* r25533: remove a pstringVolker Lendecke2007-10-101-3/+3
* r25055: Add file_id_string_tosVolker Lendecke2007-10-102-2/+2
* r24733: Add support for storing DATA_BLOBs in gencache.tdb (including torture...Günther Deschner2007-10-101-0/+41
* r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell2007-10-1019-38/+19
* r23779: Change from v2 or later to v3 or later.Jeremy Allison2007-10-1019-19/+19
* r23662: According to simo, check_dos_char is neededVolker Lendecke2007-10-101-0/+42
* r23660: Anybody know what check_dos_char() was used for? It wasn't called atVolker Lendecke2007-10-101-42/+0
* r23554: Fix bug #4711 by makeing cli_connect return an NTSTATUS.Jeremy Allison2007-10-103-6/+23
* r23359: Fix bug #4537, fix from jens.nissen@gmx.net.Jeremy Allison2007-10-101-1/+1
* r23195: Add void *private_data to brl_forallVolker Lendecke2007-10-102-6/+8
* r23183: Check in a change made by Tridge:Volker Lendecke2007-10-102-7/+6
* r23055: Rewrite messages.c to use auto-generated marshalling in the tdb. I'mVolker Lendecke2007-10-101-4/+4
* r22908: All callers of message_init now also call messaging_init. Unify those.Volker Lendecke2007-10-101-2/+0
* r22906: Some more message_send_pidVolker Lendecke2007-10-101-14/+27