summaryrefslogtreecommitdiffstats
path: root/source3/torture/torture.c
Commit message (Expand)AuthorAgeFilesLines
* Add torture tester to ensure we don't regress the ulogoff bug.Jeremy Allison2009-04-281-0/+45
* Fix a debug msg typoVolker Lendecke2009-04-151-1/+1
* Modify simple POSIX open test to use filenames containing a ':'Jeremy Allison2009-04-151-2/+2
* Convert wb_trans to tevent_reqVolker Lendecke2009-04-151-5/+4
* Remove pwd_cache.c, it was doing nothing. Make user_name, domain, andJeremy Allison2009-04-151-1/+5
* s3 torture: Fix unitialized variable to avoid closing a random fnumTim Prouty2009-03-121-1/+1
* Revert "s3:libsmb: add an option to cli_push to let the caller provide the bu...Stefan Metzmacher2009-03-121-5/+3
* Add simple POSIX open, mkdir and rmdir test.Jeremy Allison2009-03-111-0/+114
* s3 torture: Simple warning fixTim Prouty2009-03-111-1/+1
* s3:libsmb: add an option to cli_push to let the caller provide the buffersStefan Metzmacher2009-03-101-3/+5
* Replace get_myname() with the talloc version from v3-3-testVolker Lendecke2009-02-131-1/+1
* async_sock: Use unix errnos instead of NTSTATUSKai Blin2009-02-091-3/+4
* Make cli_tcon_andx asyncVolker Lendecke2009-01-301-9/+11
* s3:torture: support SMB_CONF_PATH envvar in smbtortureStefan Metzmacher2009-01-281-0/+5
* Add a quick test of wb_trans_send/recvVolker Lendecke2009-01-041-0/+65
* Fix warnings in make test code.Jeremy Allison2009-01-021-4/+14
* Print the vuid in BENCH-SESSSETUPVolker Lendecke2008-12-301-0/+2
* Fix SESSSETUP_BENCH torture test for long runtimesVolker Lendecke2008-12-291-6/+9
* Extend the chain1 test with write&xVolker Lendecke2008-12-191-2/+21
* Add a torture test simulating Windows write behaviourVolker Lendecke2008-12-191-1/+81
* Make cli_negprot return NTSTATUS instead of boolVolker Lendecke2008-12-191-6/+13
* cli_negprot_send -> cli_negprot_sendsyncVolker Lendecke2008-12-191-1/+1
* s3: Change sockaddr util function names for consistencyTim Prouty2008-12-031-1/+1
* Make memcache_add_talloc NULL out the source pointerVolker Lendecke2008-11-141-2/+2
* Actually finish memcache_add_tallocVolker Lendecke2008-11-141-1/+32
* Fix build of 'everything'Jelmer Vernooij2008-10-181-1/+1
* Add data_blob_string_const_null() function that includes the terminatingJelmer Vernooij2008-10-131-1/+1
* Move zlib to top-level root.Jelmer Vernooij2008-10-121-12/+3
* Add async smbecho client supportVolker Lendecke2008-08-281-0/+33
* Activate code to enable chained requestsVolker Lendecke2008-08-281-0/+80
* Merge from Herb. print correct test statusJeremy Allison2008-08-121-1/+2
* Revert "Pass NULL to gencache_get when we are not interested in the timeout v...Volker Lendecke2008-07-111-2/+2
* Pass NULL to gencache_get when we are not interested in the timeout valueVolker Lendecke2008-07-031-2/+2
* Print out the used seed in smbtortureVolker Lendecke2008-03-081-3/+6
* strtok -> strtok_rVolker Lendecke2008-01-231-2/+3
* Add "split_ntfs_stream_name()" together with a torture testVolker Lendecke2008-01-191-0/+69
* Added -e option to smbtorture to test encrypted versionsJeremy Allison2008-01-041-1/+60
* Add a in-memory cacheVolker Lendecke2007-12-181-0/+76
* Remove the char[1024] strings from dynconfig. ReplaceJeremy Allison2007-12-101-1/+1
* dbwrap_rbtVolker Lendecke2007-12-101-0/+83
* add SESSSETUP_BENCHVolker Lendecke2007-12-051-0/+41
* pull_ascii_pstring is gone.Jeremy Allison2007-12-041-6/+6
* Remove pstring from clirap.c.Jeremy Allison2007-11-301-1/+1
* Remove more pstring/fstrings.Jeremy Allison2007-11-081-1/+8
* Change all occurrences of zero_addr(&ss,AF_INET) toJeremy Allison2007-10-271-1/+1
* This is a large patch (sorry). Migrate from struct in_addrJeremy Allison2007-10-241-5/+5
* RIP BOOL. Convert BOOL -> bool. I found a few interestingJeremy Allison2007-10-181-124/+124
* Add start of IPv6 implementation. Currently most of this is avoidingJeremy Allison2007-10-101-1/+1
* r25563: Show which local-substitute subtest failsVolker Lendecke2007-10-101-28/+32
* r25538: Revert r25533Volker Lendecke2007-10-101-3/+3