jra/samba/.git
16 years agor15825: there are quite subtle semantics with change notify events being sent
Andrew Tridgell [Tue, 23 May 2006 03:52:57 +0000 (03:52 +0000)]
r15825: there are quite subtle semantics with change notify events being sent
when a context (such as a tree connect) is destroyed. The behaviour
was changed by the ntvfs memory leak fix, and this patch is needed to
make it all work again.

16 years agor15824: fixed a subtle talloc bug to do with memory context loops. When you
Andrew Tridgell [Tue, 23 May 2006 03:51:44 +0000 (03:51 +0000)]
r15824: fixed a subtle talloc bug to do with memory context loops. When you
have a structure that references one of its parents, and a parent of
that parent is freed, then the whole structure should be freed, not
just the reference.

this was found by the change notify code, as a side effect of fixing
the memory leak yesterday

16 years agor15821: Fix static library build.
Jelmer Vernooij [Mon, 22 May 2006 20:07:01 +0000 (20:07 +0000)]
r15821: Fix static library build.

16 years agor15820: this line was just for testing
Stefan Metzmacher [Mon, 22 May 2006 19:13:57 +0000 (19:13 +0000)]
r15820: this line was just for testing

metze

16 years agor15819: Use updated API in smbtorture, use UI tools in registry tests.
Jelmer Vernooij [Mon, 22 May 2006 18:59:56 +0000 (18:59 +0000)]
r15819: Use updated API in smbtorture, use UI tools in registry tests.

16 years agor15818: Improve UI utilities: allow format strings and add some convenience macros.
Jelmer Vernooij [Mon, 22 May 2006 18:59:29 +0000 (18:59 +0000)]
r15818: Improve UI utilities: allow format strings and add some convenience macros.

16 years agor15816: add SMB2-LOCK torture test, which demonstrates what possible valid and invalid
Stefan Metzmacher [Mon, 22 May 2006 17:42:14 +0000 (17:42 +0000)]
r15816: add SMB2-LOCK torture test, which demonstrates what possible valid and invalid
requests you can do with it

metze

16 years agor15815: add SMB2 Lock client code
Stefan Metzmacher [Mon, 22 May 2006 17:33:39 +0000 (17:33 +0000)]
r15815: add SMB2 Lock client code

metze

16 years agor15814: add SMB2 Lock interface structure
Stefan Metzmacher [Mon, 22 May 2006 17:21:38 +0000 (17:21 +0000)]
r15814: add SMB2 Lock interface structure

metze

16 years agor15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM checker.
Jelmer Vernooij [Mon, 22 May 2006 17:12:22 +0000 (17:12 +0000)]
r15813: Use labs() rather than abs() for 32-bit integers. Caught by the IBM checker.

16 years agor15812: Explicitly cast to unsigned int.
Jelmer Vernooij [Mon, 22 May 2006 16:57:14 +0000 (16:57 +0000)]
r15812: Explicitly cast to unsigned int.

16 years agor15811: Fix mget command without arguments. Caught by the IBM Checker.
Jelmer Vernooij [Mon, 22 May 2006 16:40:54 +0000 (16:40 +0000)]
r15811: Fix mget command without arguments. Caught by the IBM Checker.

16 years agor15810: Fix uninitialized variable error, caught by the IBM checker.
Jelmer Vernooij [Mon, 22 May 2006 16:32:41 +0000 (16:32 +0000)]
r15810: Fix uninitialized variable error, caught by the IBM checker.

16 years agor15809: Fix typo in array offsets. Caught by the IBM checker.
Jelmer Vernooij [Mon, 22 May 2006 16:26:42 +0000 (16:26 +0000)]
r15809: Fix typo in array offsets. Caught by the IBM checker.

16 years agor15808: Fix two uninitialized variables, caught by the IBM Checker.
Jelmer Vernooij [Mon, 22 May 2006 16:25:04 +0000 (16:25 +0000)]
r15808: Fix two uninitialized variables, caught by the IBM Checker.

16 years agor15807: Fix incorrect initialization. Very nice catch by the IBM Checker.
Jelmer Vernooij [Mon, 22 May 2006 16:22:38 +0000 (16:22 +0000)]
r15807: Fix incorrect initialization. Very nice catch by the IBM Checker.

16 years agor15806: Remove some unnecessary nesting making the function harder to read.
Jelmer Vernooij [Mon, 22 May 2006 16:21:52 +0000 (16:21 +0000)]
r15806: Remove some unnecessary nesting making the function harder to read.

16 years agor15805: Fix incompatible type assignment. Caught by the IBM checker.
Jelmer Vernooij [Mon, 22 May 2006 16:16:48 +0000 (16:16 +0000)]
r15805: Fix incompatible type assignment. Caught by the IBM checker.

16 years agor15804: Fix SAMLOGON test
Simo Sorce [Mon, 22 May 2006 15:17:12 +0000 (15:17 +0000)]
r15804: Fix SAMLOGON test

16 years agor15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALID_HANDLE
Stefan Metzmacher [Mon, 22 May 2006 14:18:17 +0000 (14:18 +0000)]
r15803: the SMB2 server gives NT_STATUS_NOT_FOUND instead of NT_STATUS_INVALID_HANDLE

metze

16 years agor15802: merge tridge's fix to the SMB2 server
Stefan Metzmacher [Mon, 22 May 2006 14:14:23 +0000 (14:14 +0000)]
r15802: merge tridge's fix to the SMB2 server

metze

16 years agor15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
Andrew Tridgell [Mon, 22 May 2006 09:05:20 +0000 (09:05 +0000)]
r15799: fixed the problem with BASE-DISCONNECT after the recent memory leak
was fixed

16 years agor15798: shortcut the lookup of "localhost" in the ipv6 backend
Andrew Tridgell [Mon, 22 May 2006 09:02:16 +0000 (09:02 +0000)]
r15798: shortcut the lookup of "localhost" in the ipv6 backend

16 years agor15797: fixed a notify bug, where a notify_remove() is beyond the current max
Andrew Tridgell [Mon, 22 May 2006 06:18:40 +0000 (06:18 +0000)]
r15797: fixed a notify bug, where a notify_remove() is beyond the current max
depth

16 years agor15796: this talloc_reference() was causing a memory leak on every NTVFS
Andrew Tridgell [Mon, 22 May 2006 06:17:10 +0000 (06:17 +0000)]
r15796: this talloc_reference() was causing a memory leak on every NTVFS
request. The problem is that the talloc_free() in
smbsrv_send_reply_nosign() frees this reference, but doesn't free the
memory iself, thus leaving it attached to the connection context.

Metze, what was the idea behind this reference? If we need it, then we
need a corresponding talloc_free() to go with it.

16 years agor15795: Try to use the async code by default
Simo Sorce [Mon, 22 May 2006 03:55:01 +0000 (03:55 +0000)]
r15795: Try to use the async code by default
It passess all my tests, but I still need to work on a lot of stuff.
Shouldn't impact anybody else work, so I want to commit now and see what happens

Will work to remove the old code from modules and backends soon, and make some
more restyling in ldb internals.

So, if there is something you don't like in this desgin please speak now.

Simo.

16 years agor15794: fixed a problem with DOS status codes - found by kukks (thanks!)
Andrew Tridgell [Mon, 22 May 2006 02:07:11 +0000 (02:07 +0000)]
r15794: fixed a problem with DOS status codes - found by kukks (thanks!)

16 years agor15789: hmm, damn, testing uncovcer all your bugs :-)
Simo Sorce [Sun, 21 May 2006 23:58:09 +0000 (23:58 +0000)]
r15789: hmm, damn, testing uncovcer all your bugs :-)

16 years agor15788: Do not crash when no result is returned
Simo Sorce [Sun, 21 May 2006 23:57:19 +0000 (23:57 +0000)]
r15788: Do not crash when no result is returned

16 years agor15787: NET-API-CREATEUSER was crashing for me because of this uninitialized value...
Simo Sorce [Sun, 21 May 2006 21:25:31 +0000 (21:25 +0000)]
r15787: NET-API-CREATEUSER was crashing for me because of this uninitialized value...
now it still does not work (auth failure ?!) but at least it does not crash

16 years agor15786: another fix in rdn_name
Simo Sorce [Sun, 21 May 2006 21:24:11 +0000 (21:24 +0000)]
r15786: another fix in rdn_name

16 years agor15785: Change the test names according to changes made in libnet torture test.
Rafal Szczesniak [Sun, 21 May 2006 21:19:34 +0000 (21:19 +0000)]
r15785: Change the test names according to changes made in libnet torture test.

rafal

16 years agor15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.
Rafal Szczesniak [Sun, 21 May 2006 21:18:35 +0000 (21:18 +0000)]
r15784: Redesign of NET-API-RPCCONNECT tests to cover more cases of usage.
Right now, each level of libnet_RpcConnect can be tested with
correct and incorrect credentials (testing against expected nt
status). Various transports can be tested on NET-API-RPCCONN-BIND
test which does testing on explicitly passed binding string.
Tested services include LSA, SAMR, SRVSVC at the moment.

rafal

16 years agor15783: Fix previous commit, was the wrong way to deal with the problem
Simo Sorce [Sun, 21 May 2006 20:21:34 +0000 (20:21 +0000)]
r15783: Fix previous commit, was the wrong way to deal with the problem

16 years agor15782: More fixes for async cases
Simo Sorce [Sun, 21 May 2006 20:06:01 +0000 (20:06 +0000)]
r15782: More fixes for async cases

16 years agor15780: Fix indentation of deferred code (fixed #3739)
Jelmer Vernooij [Sun, 21 May 2006 15:35:33 +0000 (15:35 +0000)]
r15780: Fix indentation of deferred code (fixed #3739)

16 years agor15779: Remove keepref from atsvc and efs.
Jelmer Vernooij [Sun, 21 May 2006 15:02:01 +0000 (15:02 +0000)]
r15779: Remove keepref from atsvc and efs.

16 years agor15778: Fix bug printing ref pointers.
Jelmer Vernooij [Sun, 21 May 2006 15:01:47 +0000 (15:01 +0000)]
r15778: Fix bug printing ref pointers.

16 years agor15777: Fix unresolved symbols in shared library build.
Jelmer Vernooij [Sun, 21 May 2006 14:59:02 +0000 (14:59 +0000)]
r15777: Fix unresolved symbols in shared library build.

16 years agor15776: Don't generate ref pointers in Samba4-generated code. There is no point
Jelmer Vernooij [Sun, 21 May 2006 12:58:39 +0000 (12:58 +0000)]
r15776: Don't generate ref pointers in Samba4-generated code. There is no point
in having pointers for outgoing data when you can already modify the top-level
element.

This can be overridden (temporarily) by specifying the new "keepref"
attribute. Once we've removed keepref from all IDL files, I'll remove this
attribute as well.

16 years agor15775: add some privilege related WERROR codes
Stefan Metzmacher [Sun, 21 May 2006 12:57:36 +0000 (12:57 +0000)]
r15775: add some privilege related WERROR codes

metze

16 years agor15774: take care of the SYSTEM_SECURITY flag
Stefan Metzmacher [Sun, 21 May 2006 12:56:49 +0000 (12:56 +0000)]
r15774: take care of the SYSTEM_SECURITY flag

metze

16 years agor15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()
Stefan Metzmacher [Sun, 21 May 2006 12:15:04 +0000 (12:15 +0000)]
r15773: - implement srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()
- we do this by just creating a ntvfs_context (this doesn't need and smbsrv_* stuff :-)
  and then call ntvfs_qpathinfo() and ntvfs_setpathinfo()

metze

16 years agor15772: pass the messaging context and server_id to the dcerpc server subsystem
Stefan Metzmacher [Sun, 21 May 2006 11:39:50 +0000 (11:39 +0000)]
r15772: pass the messaging context and server_id to the dcerpc server subsystem

metze

16 years agor15771: this should be a o32s32 blob
Stefan Metzmacher [Sun, 21 May 2006 10:42:29 +0000 (10:42 +0000)]
r15771: this should be a o32s32 blob

metze

16 years agor15770: when there's a dynamic body, we need to send the first byte even if the
Stefan Metzmacher [Sun, 21 May 2006 10:13:49 +0000 (10:13 +0000)]
r15770: when there's a dynamic body, we need to send the first byte even if the
dynamic size if 0

metze

16 years agor15769: this functions belong to params/ so move it.
Stefan Metzmacher [Sun, 21 May 2006 10:06:15 +0000 (10:06 +0000)]
r15769: this functions belong to params/ so move it.

metze

16 years agor15768: make it possible that the caller of the ntvfs_subsystem doesn't
Stefan Metzmacher [Sun, 21 May 2006 08:29:56 +0000 (08:29 +0000)]
r15768: make it possible that the caller of the ntvfs_subsystem doesn't
provide handle callbacks

metze

16 years agor15767: we need to free here
Stefan Metzmacher [Sun, 21 May 2006 08:24:11 +0000 (08:24 +0000)]
r15767: we need to free here

metze

16 years agor15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()
Stefan Metzmacher [Sun, 21 May 2006 07:14:18 +0000 (07:14 +0000)]
r15766: fix parsing of srvsvc_NetGetFileSecurity() and srvsvc_NetSetFileSecurity()

metze

16 years agor15762: It make no sense for rdn_name to implement modify, it will need to implement...
Simo Sorce [Sat, 20 May 2006 19:38:01 +0000 (19:38 +0000)]
r15762: It make no sense for rdn_name to implement modify, it will need to implement rename ...

16 years agor15761: Fix-as-you-go ...
Simo Sorce [Sat, 20 May 2006 19:37:21 +0000 (19:37 +0000)]
r15761: Fix-as-you-go ...
Testing various async paths and uncovering bugs

16 years agor15760: - add RAW_READ_SMB2 => generic mapping
Stefan Metzmacher [Sat, 20 May 2006 19:03:06 +0000 (19:03 +0000)]
r15760: - add RAW_READ_SMB2 => generic mapping
- Implement SMB2 Read

metze

16 years agor15759: samba4 currently only supports read sizes up to with UINT16_MAX
Stefan Metzmacher [Sat, 20 May 2006 19:00:53 +0000 (19:00 +0000)]
r15759: samba4 currently only supports read sizes up to with UINT16_MAX

metze

16 years agor15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
Stefan Metzmacher [Sat, 20 May 2006 18:57:32 +0000 (18:57 +0000)]
r15758: - handle RAW_FLUSH_SMB2 in the posix ntvfs backend
- Implement SMB2 Flush

metze

16 years agor15757: - add RAW_WRITE_SMB2 => generic mapping
Stefan Metzmacher [Sat, 20 May 2006 18:56:08 +0000 (18:56 +0000)]
r15757: - add RAW_WRITE_SMB2 => generic mapping
- implement SMB2 Write

metze

16 years agor15756: handle RAW_OPEN_SMB2
Stefan Metzmacher [Sat, 20 May 2006 18:34:59 +0000 (18:34 +0000)]
r15756: handle RAW_OPEN_SMB2

metze

16 years agor15754: - implement SMB2 Close
Stefan Metzmacher [Sat, 20 May 2006 17:20:34 +0000 (17:20 +0000)]
r15754: - implement SMB2 Close
- add RAW_CLOSE_SMB2 generic mapping

metze

16 years agor15753: implement SMB2 Create
Stefan Metzmacher [Sat, 20 May 2006 17:06:28 +0000 (17:06 +0000)]
r15753: implement SMB2 Create

metze

16 years agor15752: - add generic mapping for RAW_OPEN_SMB2
Stefan Metzmacher [Sat, 20 May 2006 16:53:44 +0000 (16:53 +0000)]
r15752: - add generic mapping for RAW_OPEN_SMB2

metze

16 years agor15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in the smb2s...
Stefan Metzmacher [Sat, 20 May 2006 16:48:29 +0000 (16:48 +0000)]
r15751: thanks to talloc_get_type() I noticed that I used smbsrv_request in the smb2srv code

metze

16 years agor15750: don't clear after setting
Stefan Metzmacher [Sat, 20 May 2006 16:10:22 +0000 (16:10 +0000)]
r15750: don't clear after setting

metze

16 years agor15749: - pass in a dummy oplock callback
Stefan Metzmacher [Sat, 20 May 2006 12:54:55 +0000 (12:54 +0000)]
r15749: - pass in a dummy oplock callback
- pass in SMB2 ntvfs_handle callbacks

metze

16 years agor15748: - implement SMB2 TreeConnect server code
Stefan Metzmacher [Sat, 20 May 2006 12:25:45 +0000 (12:25 +0000)]
r15748: - implement SMB2 TreeConnect server code

TODO: pass in oplock and handle callbacks, but as we don't do file access
      yet, it's no problem to skip them

metze

16 years agor15747: move some functions to the protocol independend part of the
Stefan Metzmacher [Sat, 20 May 2006 12:15:05 +0000 (12:15 +0000)]
r15747: move some functions to the protocol independend part of the
smb server

metze

16 years agor15746: - reorder elements of smb2srv_request
Stefan Metzmacher [Sat, 20 May 2006 12:11:46 +0000 (12:11 +0000)]
r15746: - reorder elements of smb2srv_request
- move SMB2 specific elements to the end

metze

16 years agor15745: - reorder the elements of smbsrv_request
Stefan Metzmacher [Sat, 20 May 2006 12:08:27 +0000 (12:08 +0000)]
r15745: - reorder the elements of smbsrv_request
- move the SMB specific elements to the end

metze

16 years agor15744: convert_string_talloc() handles src_len == 0 as error
Stefan Metzmacher [Sat, 20 May 2006 11:50:10 +0000 (11:50 +0000)]
r15744: convert_string_talloc() handles src_len == 0 as error

but it's valid in this case

metze

16 years agor15743: use union smb_tcon
Stefan Metzmacher [Sat, 20 May 2006 11:03:51 +0000 (11:03 +0000)]
r15743: use union smb_tcon

metze

16 years agor15742: use union smb_sessetup
Stefan Metzmacher [Sat, 20 May 2006 10:59:26 +0000 (10:59 +0000)]
r15742: use union smb_sessetup

metze

16 years agor15741: move smb2 request structures into the main smb request structs
Stefan Metzmacher [Sat, 20 May 2006 10:46:38 +0000 (10:46 +0000)]
r15741: move smb2 request structures into the main smb request structs
as new levels

metze

16 years agor15740: add TODO, that we should check if the server supports
Stefan Metzmacher [Sat, 20 May 2006 10:40:10 +0000 (10:40 +0000)]
r15740: add TODO, that we should check if the server supports
large offsets, before sending large offset requests

metze

16 years agor15739: return False when the function is called with an invalid level
Stefan Metzmacher [Sat, 20 May 2006 10:31:23 +0000 (10:31 +0000)]
r15739: return False when the function is called with an invalid level

metze

16 years agor15738: make the code more readable
Stefan Metzmacher [Sat, 20 May 2006 09:54:10 +0000 (09:54 +0000)]
r15738: make the code more readable

metze

16 years agor15737: fix a typos and comment
Stefan Metzmacher [Sat, 20 May 2006 09:38:59 +0000 (09:38 +0000)]
r15737: fix a typos and comment

metze

16 years agor15734: This is a major change to the NTVFS subsystem:
Stefan Metzmacher [Sat, 20 May 2006 08:15:22 +0000 (08:15 +0000)]
r15734: This is a major change to the NTVFS subsystem:

- to use a struct ntvfs_handle instead of a uint16_t fnum.
  (to make it independend from the frontend protocol)
- the allocation of handles now is provided by the frontend
  (smbsrv_*) via callbacks and not by each backend module
- this also makes sure that file handles are only passed
  to the ntvfs subsystem when the tcon and session matches,
  so modules can rely on this and need to check this.
- this allows multiple modules in the ntvfs module chain
  to allocate file handles. This can be used for virtual
  files like "\\$Extend\\$Quota:$Q:$INDEX_ALLOCATION"...
- also this will make SMB2 with 128 bit file handles possible

metze

16 years agor15731: module init functions should return NTSTATUS, not void
Andrew Tridgell [Sat, 20 May 2006 03:08:44 +0000 (03:08 +0000)]
r15731: module init functions should return NTSTATUS, not void

16 years agor15726: Comments and a couple of minor formattings in the code.
Rafal Szczesniak [Fri, 19 May 2006 21:28:28 +0000 (21:28 +0000)]
r15726: Comments and a couple of minor formattings in the code.

rafal

16 years agor15725: First shot at making password_hash async
Simo Sorce [Fri, 19 May 2006 21:12:26 +0000 (21:12 +0000)]
r15725: First shot at making password_hash async
The async path is not yet enabled by default so it should make no harm

16 years agor15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, with
Jim McDonough [Fri, 19 May 2006 18:37:35 +0000 (18:37 +0000)]
r15719: Fix build on systems (AIX) that don't have vsyslog or strcasestr, with
--enable-developer on.  syslog() and toupper() required more includes.

Someone more familiar with samba4 builds should verify this, please.

16 years agor15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different level
Stefan Metzmacher [Fri, 19 May 2006 15:10:39 +0000 (15:10 +0000)]
r15718: - split the SMBflush with the 0xFFFF wildcard fnum into a different level

metze

16 years agor15716: disable the cifs_posix ntvfs backend as it will not be updated
Stefan Metzmacher [Fri, 19 May 2006 14:32:42 +0000 (14:32 +0000)]
r15716: disable the cifs_posix ntvfs backend as it will not be updated
with coming ntvfs subsystem changes

metze

16 years agor15715: add my copyright
Stefan Metzmacher [Fri, 19 May 2006 14:25:15 +0000 (14:25 +0000)]
r15715: add my copyright

metze

16 years agor15714: fix async handling of ntioctl calls and push the DATA_BLOB into the reply
Stefan Metzmacher [Fri, 19 May 2006 14:15:21 +0000 (14:15 +0000)]
r15714: fix async handling of ntioctl calls and push the DATA_BLOB into the reply

metze

16 years agor15713: - initialize ntioctl.in.max_data and ntioctl.in.blob
Stefan Metzmacher [Fri, 19 May 2006 14:10:14 +0000 (14:10 +0000)]
r15713: - initialize ntioctl.in.max_data and ntioctl.in.blob
- use define instead of hex value

metze

16 years agor15711: - make use of nttrans_setup_reply()
Stefan Metzmacher [Fri, 19 May 2006 13:58:06 +0000 (13:58 +0000)]
r15711: - make use of nttrans_setup_reply()

metze

16 years agor15710: - we no longer need to set the nttrans out fields to zero
Stefan Metzmacher [Fri, 19 May 2006 13:44:39 +0000 (13:44 +0000)]
r15710: - we no longer need to set the nttrans out fields to zero
  in the backends
- some whitespace cleanups

metze

16 years agor15709: - return an error is better than ignoring a non supported request
Stefan Metzmacher [Fri, 19 May 2006 13:37:43 +0000 (13:37 +0000)]
r15709: - return an error is better than ignoring a non supported request
- zero nttrans output fields before calling the backends

metze

16 years agor15708: setup count is 8bit and param_count and data_count are 32bit
Stefan Metzmacher [Fri, 19 May 2006 13:32:17 +0000 (13:32 +0000)]
r15708: setup count is 8bit and param_count and data_count are 32bit

metze

16 years agor15706: This is a very specific test that helps me in making sure I don't screw up too
Volker Lendecke [Fri, 19 May 2006 07:47:28 +0000 (07:47 +0000)]
r15706: This is a very specific test that helps me in making sure I don't screw up too
badly in getting rid of set_saved_ntstatus in Samba3. If this is not the
appropriate place to put it, please tell me.

Volker

16 years agor15702: Fix typo
Jelmer Vernooij [Thu, 18 May 2006 21:28:54 +0000 (21:28 +0000)]
r15702: Fix typo

16 years agor15694: for the cifs backend it's desired that we pull and repush
Stefan Metzmacher [Thu, 18 May 2006 12:34:37 +0000 (12:34 +0000)]
r15694: for the cifs backend it's desired that we pull and repush
the packets with our parsing code for the most stuff.

So make cifs:maptrans2=yes the default.

metze

16 years agor15693: fix the logic for the "cifs:map_trans2" parameter
Stefan Metzmacher [Thu, 18 May 2006 12:32:23 +0000 (12:32 +0000)]
r15693: fix the logic for the "cifs:map_trans2" parameter
we need to return NOT_IMPLEMENTED when mapping is desired

metze

16 years agor15690: - disable the lock cancel test against samba3
Stefan Metzmacher [Thu, 18 May 2006 12:17:56 +0000 (12:17 +0000)]
r15690: - disable the lock cancel test against samba3
- disable the LOCK_NOT_GRANTED vs. FILE_LOCK_CONFLICT test against samba3

metze

16 years agor15689: dummy commit
Stefan Metzmacher [Thu, 18 May 2006 11:21:17 +0000 (11:21 +0000)]
r15689: dummy commit

metze

16 years agor15688: windows sends 4 as max_setup count on NT IOCTL
Stefan Metzmacher [Thu, 18 May 2006 11:15:18 +0000 (11:15 +0000)]
r15688: windows sends 4 as max_setup count on NT IOCTL

metze

16 years agor15685: let samba3 pass RAW-READ and ignore one bug
Stefan Metzmacher [Thu, 18 May 2006 09:29:08 +0000 (09:29 +0000)]
r15685: let samba3 pass RAW-READ and ignore one bug

this demonstrates how the target:samba3=yes option
passed in samba3's make test can be used in samba4's smbtorture

metze

16 years agor15684: fix option passing
Stefan Metzmacher [Thu, 18 May 2006 09:22:57 +0000 (09:22 +0000)]
r15684: fix option passing

metze

16 years agor15667: Make sure the rpc pipe pointers are zeroed during
Rafal Szczesniak [Wed, 17 May 2006 22:21:24 +0000 (22:21 +0000)]
r15667: Make sure the rpc pipe pointers are zeroed during
initialisation of libnet_context.
This fixes a valgrind warning.

rafal

16 years agor15666: Fix a silly typo.
Rafal Szczesniak [Wed, 17 May 2006 22:07:32 +0000 (22:07 +0000)]
r15666: Fix a silly typo.

rafal