Volker Lendecke
d3def9a18c
Revert "Pass NULL to gencache_get when we are not interested in the timeout value"
...
This reverts commit 16062dfc3d
.
(This used to be commit 114ca85775
)
2008-07-11 17:53:25 +02:00
Volker Lendecke
962beb2872
Pass NULL to gencache_get when we are not interested in the timeout value
...
(This used to be commit 16062dfc3d
)
2008-07-03 15:17:58 +02:00
Michael Adam
50b5a7dc62
rpc_open_tcp: now drsuapi is complete, we can use it in the test program.
...
Michael
(This used to be commit 73eb8b7386
)
2008-05-24 01:33:52 +02:00
Michael Adam
5a2206f254
torture: add a test program rpc_open_tcp() to test the rpc_pipe_open_tcp() func.
...
This is still very raw and has yet to be integrated into the test suite.
Michael
(This used to be commit 3ec3ab4e53
)
2008-05-22 11:30:03 +02:00
Tim Prouty
fb37f15600
Cleanup size_t return values in callers of convert_string_allocate
...
This patch is the second iteration of an inside-out conversion to cleanup
functions in charcnv.c returning size_t == -1 to indicate failure.
(This used to be commit 6b189dabc5
)
2008-05-20 22:40:13 +02:00
Volker Lendecke
5bda9a8af0
Remove "user" from connection_struct
...
(This used to be commit 368454a27c
)
2008-05-10 11:17:01 +02:00
Volker Lendecke
95c84dd791
Make nsstest valgrind-clean: buf is referred to by the parsed grp struct
...
(This used to be commit 20ddbcaa0c
)
2008-04-22 16:55:04 +02:00
Michael Adam
0db7aba8af
Remove redundant parameter fd from SMB_VFS_CLOSE().
...
Now all those redundant fd's have vanished from the VFS API.
Michael
(This used to be commit 1429453551
)
2008-04-21 00:22:42 +02:00
Volker Lendecke
1a3cad6e6d
Print out the used seed in smbtorture
...
(This used to be commit 26d64d22d6
)
2008-03-08 22:29:35 +01:00
Michael Adam
3e581eeee9
Remove a useless variable.
...
Michael
(This used to be commit 661b9f3d77
)
2008-02-28 12:20:43 +01:00
Michael Adam
d4123ba9ee
Fix a pointer to int conversion warning: cast the int instead.
...
Michael
(This used to be commit 3cace4b7aa
)
2008-02-15 13:14:20 +01:00
Michael Adam
a10e6183aa
Fix two const warnings.
...
Michael
(This used to be commit 03db3bd077
)
2008-02-15 13:12:38 +01:00
Michael Adam
8a63e13225
Try to fix the build of smbiconv on systems without native iconv.
...
Use the smb_iconv_t instead of iconv_t.
Michael
(This used to be commit bdc00a05b9
)
2008-02-15 13:11:41 +01:00
Michael Adam
dd255b4275
Fix compiling torture/smbiconv.c: allow to use realloc directly by #undef realloc.
...
Michael
(This used to be commit 113377a792
)
2008-02-15 11:39:25 +01:00
Michael Adam
d4ab4b3af7
Remove torture/samtest.h - last trace of late samtest.
...
Michael
(This used to be commit e846148116
)
2008-02-15 11:27:42 +01:00
Volker Lendecke
8daaa5d99b
Fix some IBM checker warnings
...
(This used to be commit 0341b0be49
)
2008-01-30 19:57:10 +01:00
Kai Blin
5b5d56d84a
ntlm_auth: test should honour configfile option to run on build farm.
...
(This used to be commit 11c9c1536b
)
2008-01-30 17:57:32 +01:00
Kai Blin
a626fa59cc
ntlm_auth: Add a blackbox test.
...
(This used to be commit f02b74fc06
)
2008-01-30 15:26:27 +01:00
Volker Lendecke
587cf54c61
strtok -> strtok_r
...
(This used to be commit fd34ce4370
)
2008-01-23 15:08:04 +01:00
Volker Lendecke
2411c6cb90
Add "split_ntfs_stream_name()" together with a torture test
...
(This used to be commit d813bd9e02
)
2008-01-19 23:10:09 +01:00
Michael Adam
e9a3a62e74
Remove redundant parameter fd from SMB_VFS_WRITE().
...
Michael
(This used to be commit c8ae7d095a
)
2008-01-10 15:49:35 +01:00
Michael Adam
1d66f4d58b
Remove redundant parameter fd from SMB_VFS_READ().
...
Michael
(This used to be commit a8fc2ddad8
)
2008-01-10 15:33:51 +01:00
Michael Adam
79180e6563
Fix memory handling in torture/cmd_vfs.c:cmd_open and don't leak fsp_name.
...
Michael
(This used to be commit f93fc81814
)
2008-01-09 11:25:43 +01:00
Michael Adam
edd30e716f
Remove redundant parameter fd from SMB_VFS_LOCK().
...
Michael
(This used to be commit 4f3ab2c406
)
2008-01-07 16:38:23 +01:00
Michael Adam
b457b94bb8
Remove redundant parameter fd from SMB_VFS_FTRUNCATE().
...
Michael
(This used to be commit 2ad66050a0
)
2008-01-07 15:59:02 +01:00
Michael Adam
670909cb07
Remove redundant parameter fd from SMB_VFS_FCHOWN().
...
Michael
(This used to be commit fbb193db3e
)
2008-01-07 15:59:02 +01:00
Michael Adam
e614dec27f
Remove redundant parameter fd from SMB_VFS_FCHMOD().
...
Michael
(This used to be commit a54d5604da
)
2008-01-07 15:59:02 +01:00
Michael Adam
87a684f7fc
Remove redundant parameter fd from SMB_VFS_FSTAT().
...
Michael
(This used to be commit 0b86c420be
)
2008-01-07 15:59:01 +01:00
Michael Adam
8dcce0d236
Remove redundant parameter fd from SMB_VFS_FSYNC().
...
Michael
(This used to be commit 8f83c9a7b2
)
2008-01-07 15:59:01 +01:00
Michael Adam
6f657c873e
Remove redundant parameter fd from SMB_VFS_LSEEK().
...
Michael
(This used to be commit df929796f2
)
2008-01-07 15:59:01 +01:00
Jeremy Allison
71a24317fe
Added -e option to smbtorture to test encrypted versions
...
of the tests.
Jeremy.
(This used to be commit e85b346f3d
)
2008-01-04 16:09:24 -08:00
Volker Lendecke
e70c97ef85
Remove the sampwent interface
...
(This used to be commit 9e80b969fb
)
2007-12-26 18:57:15 +01:00
Volker Lendecke
f427d4ce65
Add a in-memory cache
...
This is a more general API that caches data with a LRU scheme. See
include/cache.h. No comments yet, I'm still working on it. But Jeremy has given
me a hint in one of his checkins that he would like to make use of this now.
The idea is that we get rid of all our silly little caches and merge them all
into one cache that we can then very easily trim, for example even with a
smbcontrol message if someone decides memory is tight. The main user is the
stat cache, this patch also converts the getwd cache. More caches to come.
(This used to be commit 7a911b3571
)
2007-12-18 09:56:04 +01:00
Volker Lendecke
7ec9ee0e05
Remove t_doschar.c
...
(This used to be commit b89f87242b
)
2007-12-17 07:18:30 +01:00
Jeremy Allison
7faee02d0d
Remove the char[1024] strings from dynconfig. Replace
...
them with malloc'ing accessor functions. Should save a
lot of static space :-).
Jeremy.
(This used to be commit 52dc5eaef2
)
2007-12-10 11:30:37 -08:00
Volker Lendecke
d5ab80054d
dbwrap_rbt
...
This is meant as a replacement for the internal tdb. To me it seems a bit silly
that for in-memory structures we do our own memory management. With this rbt
based approach we can make use of the system-supplied malloc.
(This used to be commit 54e5d44046
)
2007-12-10 16:06:32 +01:00
Volker Lendecke
d60fac2a5a
Tiny simplifications
...
locking.c:open_read_only was unused
don't export the silly boolean flag locking_init(bool read_only)
(This used to be commit 2f3c865707
)
2007-12-10 12:22:01 +01:00
Jeremy Allison
acf15ae730
Don't build rpctorture anymore - not maintained. Just remove.
...
Remove all vestiges of pstring (except for smbctool as noted
in previous commit).
Jeremy
(This used to be commit 4c32a22ac5
)
2007-12-07 12:26:32 -08:00
Jeremy Allison
1b92ea5559
Remove pstrings from client/client.c by doing a large rewrite.
...
Mostly compiles....
Jeremy.
(This used to be commit c87f3eba9a
)
2007-12-06 17:16:33 -08:00
Volker Lendecke
195d6be38d
remove some statics
...
(This used to be commit 97c9a4042d
)
2007-12-05 14:39:07 +01:00
Volker Lendecke
113cb765aa
add SESSSETUP_BENCH
...
(This used to be commit 3b057022a5
)
2007-12-05 10:15:54 +01:00
Jeremy Allison
3ec5a37280
Ok, down to just the client/*.c code now.
...
Jeremy.
(This used to be commit 7d3959f81a
)
2007-12-04 18:02:06 -08:00
Jeremy Allison
74dfee916f
Remove tok pstring from util_str.c
...
Do we even make rpctorture anymore ?
Jeremy.
(This used to be commit fecc3cc45a
)
2007-12-04 17:23:19 -08:00
Jeremy Allison
755051b569
pull_ascii_pstring is gone.
...
Jeremy.
(This used to be commit 288aacce4b
)
2007-12-04 17:05:33 -08:00
Jeremy Allison
de7fd585b1
The usual !pstring...
...
Jeremy.
(This used to be commit b676262a78
)
2007-12-04 16:56:18 -08:00
Jeremy Allison
4e266bd60f
Remove pstring from clirap.c.
...
Jeremy.
(This used to be commit 6e27663cb4
)
2007-11-30 16:13:35 -08:00
Volker Lendecke
e63bcdd720
Remove the silly "user_socket_options" global variable
...
This is better done with a 'lp_do_parameter(-1, "socket options", ..);
(This used to be commit 814bed029e
)
2007-11-09 15:11:54 +01:00
Jeremy Allison
5f4693d8f8
Remove more pstring/fstrings.
...
Jeremy.
(This used to be commit 7a1de5b44e
)
2007-11-08 18:50:07 -08:00
Jeremy Allison
5b0b4f23ef
Remove most of the remaining globals out of lib/util_sock.c.
...
I have a plan for dealing with the remaining..... Watch
this space.
Jeremy.
(This used to be commit 963fc76852
)
2007-11-03 23:20:10 -07:00
Jeremy Allison
51a0354d75
Remove more static data from lib/util_sock.c and
...
callers.
Jeremy.
(This used to be commit 35aaa36f82
)
2007-11-03 22:34:46 -07:00