Age | Commit message (Expand) | Author | Files | Lines |
2009-02-09 | Add an optional SMB_STRUCT_SMB parameter to VFS_OP_READDIR | Steven Danneman | 1 | -2/+33 |
2009-02-09 | async_sock: Use unix errnos instead of NTSTATUS | Kai Blin | 1 | -3/+4 |
2009-01-30 | Make cli_tcon_andx async | Volker Lendecke | 3 | -15/+19 |
2009-01-28 | s3:torture: support SMB_CONF_PATH envvar in smbtorture | Stefan Metzmacher | 1 | -0/+5 |
2009-01-23 | Extend NTIMES to allow setting create_time | todd stecher | 1 | -4/+7 |
2009-01-22 | s3:msgtest: don't call message_dispatch() anymore, use tevent_loop_once() ins... | Stefan Metzmacher | 1 | -8/+19 |
2009-01-04 | Add a quick test of wb_trans_send/recv | Volker Lendecke | 1 | -0/+65 |
2009-01-02 | Fix warnings in make test code. | Jeremy Allison | 3 | -9/+34 |
2008-12-30 | Print the vuid in BENCH-SESSSETUP | Volker Lendecke | 1 | -0/+2 |
2008-12-29 | Fix SESSSETUP_BENCH torture test for long runtimes | Volker Lendecke | 1 | -6/+9 |
2008-12-19 | Extend the chain1 test with write&x | Volker Lendecke | 1 | -2/+21 |
2008-12-19 | Add a torture test simulating Windows write behaviour | Volker Lendecke | 1 | -1/+81 |
2008-12-19 | Make cli_negprot return NTSTATUS instead of bool | Volker Lendecke | 3 | -10/+21 |
2008-12-19 | cli_negprot_send -> cli_negprot_sendsync | Volker Lendecke | 1 | -1/+1 |
2008-12-03 | s3: Change sockaddr util function names for consistency | Tim Prouty | 3 | -5/+5 |
2008-11-14 | Make memcache_add_talloc NULL out the source pointer | Volker Lendecke | 1 | -2/+2 |
2008-11-14 | Actually finish memcache_add_talloc | Volker Lendecke | 1 | -1/+32 |
2008-11-01 | Remove sys_dl*() - stubs are already provided by libreplace. | Jelmer Vernooij | 1 | -2/+2 |
2008-10-22 | s3-asn1: make all of s3 asn1 code do a proper asn1_init() first. | Günther Deschner | 1 | -9/+13 |
2008-10-18 | Fix build of 'everything' | Jelmer Vernooij | 1 | -1/+1 |
2008-10-18 | Use separate make variables for libutil and libcrypto. | Jelmer Vernooij | 1 | -1/+1 |
2008-10-14 | Use {u,}int64_t instead of SMB_BIG_{U,}INT. | Jelmer Vernooij | 2 | -4/+4 |
2008-10-13 | Add data_blob_string_const_null() function that includes the terminating | Jelmer Vernooij | 1 | -1/+1 |
2008-10-12 | Move zlib to top-level root. | Jelmer Vernooij | 1 | -12/+3 |
2008-09-15 | Fix build warning on FreeBSD | Steven Danneman | 1 | -2/+2 |
2008-08-28 | Add async smbecho client support | Volker Lendecke | 1 | -0/+33 |
2008-08-28 | Activate code to enable chained requests | Volker Lendecke | 1 | -0/+80 |
2008-08-12 | Merge from Herb. print correct test status | Jeremy Allison | 1 | -1/+2 |
2008-07-11 | Revert "Pass NULL to gencache_get when we are not interested in the timeout v... | Volker Lendecke | 1 | -2/+2 |
2008-07-03 | Pass NULL to gencache_get when we are not interested in the timeout value | Volker Lendecke | 1 | -2/+2 |
2008-05-24 | rpc_open_tcp: now drsuapi is complete, we can use it in the test program. | Michael Adam | 1 | -6/+0 |
2008-05-22 | torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func. | Michael Adam | 1 | -0/+115 |
2008-05-20 | Cleanup size_t return values in callers of convert_string_allocate | Tim Prouty | 1 | -2/+3 |
2008-05-10 | Remove "user" from connection_struct | Volker Lendecke | 1 | -1/+0 |
2008-04-22 | Make nsstest valgrind-clean: buf is referred to by the parsed grp struct | Volker Lendecke | 1 | -3/+0 |
2008-04-21 | Remove redundant parameter fd from SMB_VFS_CLOSE(). | Michael Adam | 1 | -1/+1 |
2008-03-08 | Print out the used seed in smbtorture | Volker Lendecke | 1 | -3/+6 |
2008-02-28 | Remove a useless variable. | Michael Adam | 1 | -2/+1 |
2008-02-15 | Fix a pointer to int conversion warning: cast the int instead. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix two const warnings. | Michael Adam | 1 | -2/+2 |
2008-02-15 | Try to fix the build of smbiconv on systems without native iconv. | Michael Adam | 1 | -1/+1 |
2008-02-15 | Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef rea... | Michael Adam | 1 | -0/+1 |
2008-02-15 | Remove torture/samtest.h - last trace of late samtest. | Michael Adam | 1 | -37/+0 |
2008-01-30 | Fix some IBM checker warnings | Volker Lendecke | 1 | -4/+4 |
2008-01-30 | ntlm_auth: test should honour configfile option to run on build farm. | Kai Blin | 1 | -0/+6 |
2008-01-30 | ntlm_auth: Add a blackbox test. | Kai Blin | 1 | -0/+212 |
2008-01-23 | strtok -> strtok_r | Volker Lendecke | 1 | -2/+3 |
2008-01-19 | Add "split_ntfs_stream_name()" together with a torture test | Volker Lendecke | 1 | -0/+69 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_WRITE(). | Michael Adam | 1 | -1/+1 |
2008-01-10 | Remove redundant parameter fd from SMB_VFS_READ(). | Michael Adam | 1 | -1/+1 |