| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
| |
metze
Autobuild-User: Stefan Metzmacher <metze@samba.org>
Autobuild-Date: Wed Nov 30 15:13:36 CET 2011 on sn-devel-104
|
| |
|
| |
|
|
|
|
|
|
|
| |
this converts all callers that use the Samba4 loadparm lp_ calling
convention to use the lpcfg_ prefix.
Signed-off-by: Andrew Bartlett <abartlet@samba.org>
|
| |
|
|
|
|
| |
a CONNECTION_RESET is now the normal "client disconnect" status code
|
|
|
|
| |
This reduces compile time somewhat.
|
|
|
|
|
|
| |
locks before starting the test
This can be useful for benchmarking as well as stress testing.
|
|
|
|
| |
metze
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
list=""
list="$list event_context:tevent_context"
list="$list fd_event:tevent_fd"
list="$list timed_event:tevent_timer"
for s in $list; do
o=`echo $s | cut -d ':' -f1`
n=`echo $s | cut -d ':' -f2`
r=`git grep "struct $o" |cut -d ':' -f1 |sort -u`
files=`echo "$r" | grep -v source3 | grep -v nsswitch | grep -v packaging4`
for f in $files; do
cat $f | sed -e "s/struct $o/struct $n/g" > $f.tmp
mv $f.tmp $f
done
done
metze
|
|
|
|
|
|
| |
Eventually, we should move some of these parameters into a separate
struct (perhaps into smb_transport_options?), to avoid the long lists of
parameters.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
(This used to be commit 40b7b0e503cff31ea4e3d4822f2263fbeb76c57a)
|
|
|
|
| |
(This used to be commit fd0bb96acea3d7949cf0574bb6f3568a90f67f4e)
|
|
|
|
| |
(This used to be commit 47ffbbf67435904754469544390b67d34c958343)
|
|
|
|
|
|
| |
options for SMB individually, just specify the smbcli_options struct.
(This used to be commit 8a97886e24a4b969aa91409c06f423b71a45f6eb)
|
|
|
|
|
|
|
|
| |
The number of arguments is getting a bit excessive now, so it
probably makes sense to pass in the smbcli_options struct rather than
all members individually and add a convenience function for obtaining a
smbcli_options struct from a loadparm context.
(This used to be commit 9f64213463b5bf3bcbf36913139e9a5042e967a2)
|
|
|
|
|
| |
I'm surprised this didn't cause any breakages. We should probably run (a subset of) RAW-LOCKBENCH + RAW-OPENBENCH in make test to make sure they don't regress.
(This used to be commit 9bea9c0c4f62dabaaad4c56e7e55da96571b1e1d)
|
|
|
|
|
|
| |
smb_composite_connect structure. AFAIK no global variables will now be used when doing RPC client connections.
(This used to be commit 0ef75e4e3cb0e1bd10e367a00f5e9b725587c40a)
|
|
|
|
|
|
| |
functions, should help fix the build for OpenChange.
(This used to be commit 385ffe4f4cc9a21a760c0f00410f56e2592fd507)
|
|
|
|
| |
(This used to be commit 2833f320de1f1fd39c710ad0a61c3fa1bb1df31f)
|
|
|
|
| |
(This used to be commit 2c6b755309fdf685cd0b0564272bf83038574a43)
|
|
|
|
| |
(This used to be commit 80a61200508a00d5b16a3e748ce92d54b9fefcd2)
|
|
|
|
|
|
| |
uses of global_loadparm.
(This used to be commit a33a5530545086b81a3b205aa109dff11c546926)
|
|
|
|
| |
(This used to be commit 566aa14139510788548a874e9213d91317f83ca9)
|
|
|
|
| |
(This used to be commit fd697d77c9fe67a00939a1f04b35c451316fff58)
|
|
|
|
| |
(This used to be commit 3fcc960839c6e5ca4de2c3c042f12f369ac5f238)
|
|
|
|
|
|
| |
number in more places.
(This used to be commit df9cebcb97e20564359097148665bd519f31bc6f)
|
|
|
|
| |
(This used to be commit abe8349f9b4387961ff3665d8c589d61cd2edf31)
|
|
|
|
| |
(This used to be commit 40c1635b39b4acff0acecc734583daa0217215ce)
|
|
|
|
| |
(This used to be commit 2ebf00dc42edfc3474dc88ef2e560d4b1b534efa)
|
|
|
|
|
| |
wrong connection to reconnect on a SMBecho failure
(This used to be commit c61415b05ddd29c7214384189f7d0ddabdaa3b71)
|
|
|
|
|
|
| |
There are still a few tidyups of old FSF addresses to come (in both s3
and s4). More commits soon.
(This used to be commit fcf38a38ac691abd0fa51b89dc951a08e89fdafa)
|
|
|
|
| |
(This used to be commit fae416cbe8e44bc88ea709160a583e2f921e4eec)
|
|
|
|
| |
(This used to be commit a25c27dbae4534f2125001c16ac9ae0b67c519cb)
|
|
|
|
|
|
| |
NT_STATUS_LOCAL_DISCONNECT
(This used to be commit 32a6c268a7963382dc05f53783ac22f7fd0de429)
|
|
|
|
| |
(This used to be commit 268a26131ee43a673e7b79a359b2575dcef554d5)
|
|
|
|
| |
(This used to be commit 0d47efe6d6d1738183c59942a077faaf1c77f004)
|
|
|
|
| |
(This used to be commit 233172a9f71e297e255c393946ad51fad96b356e)
|
|
|
|
|
| |
we detect IP takeover on servers
(This used to be commit b5292a25edf1c071dea19877fb6b31f2501132ef)
|
|
|
|
|
| |
always get balanced locking now
(This used to be commit 4e6df7b9b1938b91a904ab061c36d65b169f93a8)
|
|
|
|
|
| |
much more useful for seeing why we get unbalanced locking
(This used to be commit 1f1f57023b6d7d7d4938803e57f30e485ccba719)
|
|
|
|
| |
(This used to be commit 42f6c5106ea4d0e35f88e0c9523cbd13206fecb5)
|
|
|
|
|
| |
- patch from ronnie to fix the lock offset on reconnect
(This used to be commit 77d7ca5590bfc416a2526bc8833158df4e9d7810)
|
|
|
|
|
| |
goges away
(This used to be commit cf0cdf5171d4e0ca01b697155ceb04ffc2863231)
|
|
|
|
|
| |
made async.
(This used to be commit 9e1ea3e09c80adb0b9809ee83e0c7b1ec9156e42)
|
|
|
|
|
| |
metze
(This used to be commit 93089ad5e8b6e20c4fa92bf13b0137765aeac689)
|