Age | Commit message (Expand) | Author | Files | Lines |
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 |
2008-01-09 | Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name. | Michael Adam | 1 | -0/+13 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LOCK(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FTRUNCATE(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHOWN(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FCHMOD(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSTAT(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_FSYNC(). | Michael Adam | 1 | -1/+1 |
2008-01-07 | Remove redundant parameter fd from SMB_VFS_LSEEK(). | Michael Adam | 1 | -1/+1 |
2008-01-04 | Added -e option to smbtorture to test encrypted versions | Jeremy Allison | 1 | -1/+60 |
2007-12-26 | Remove the sampwent interface | Volker Lendecke | 1 | -18/+0 |
2007-12-18 | Add a in-memory cache | Volker Lendecke | 2 | -0/+89 |
2007-12-17 | Remove t_doschar.c | Volker Lendecke | 1 | -41/+0 |
2007-12-10 | Remove the char[1024] strings from dynconfig. Replace | Jeremy Allison | 7 | -9/+9 |
2007-12-10 | dbwrap_rbt | Volker Lendecke | 1 | -0/+83 |
2007-12-10 | Tiny simplifications | Volker Lendecke | 1 | -1/+1 |
2007-12-07 | Don't build rpctorture anymore - not maintained. Just remove. | Jeremy Allison | 1 | -564/+0 |
2007-12-06 | Remove pstrings from client/client.c by doing a large rewrite. | Jeremy Allison | 2 | -5/+6 |
2007-12-05 | remove some statics | Volker Lendecke | 1 | -0/+34 |
2007-12-05 | add SESSSETUP_BENCH | Volker Lendecke | 1 | -0/+41 |
2007-12-04 | Ok, down to just the client/*.c code now. | Jeremy Allison | 1 | -30/+52 |
2007-12-04 | Remove tok pstring from util_str.c | Jeremy Allison | 1 | -42/+32 |
2007-12-04 | pull_ascii_pstring is gone. | Jeremy Allison | 3 | -14/+21 |
2007-12-04 | The usual !pstring... | Jeremy Allison | 3 | -52/+51 |
2007-11-30 | Remove pstring from clirap.c. | Jeremy Allison | 1 | -1/+1 |
2007-11-09 | Remove the silly "user_socket_options" global variable | Volker Lendecke | 2 | -7/+3 |
2007-11-08 | Remove more pstring/fstrings. | Jeremy Allison | 2 | -3/+11 |
2007-11-03 | Remove most of the remaining globals out of lib/util_sock.c. | Jeremy Allison | 1 | -0/+5 |
2007-11-03 | Remove more static data from lib/util_sock.c and | Jeremy Allison | 1 | -1/+1 |
2007-10-27 | Change all occurrences of zero_addr(&ss,AF_INET) to | Jeremy Allison | 3 | -5/+5 |