kai/samba.git
16 years agor23111: nicer ./configure --help output
Stefan Metzmacher [Thu, 24 May 2007 09:28:49 +0000 (09:28 +0000)]
r23111: nicer ./configure --help output

metze

16 years agor23110: add --disable-shared option, very useful for the build-farm...
Stefan Metzmacher [Thu, 24 May 2007 09:28:05 +0000 (09:28 +0000)]
r23110: add --disable-shared option, very useful for the build-farm...

metze

16 years agor23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.
Michael Adam [Thu, 24 May 2007 07:15:36 +0000 (07:15 +0000)]
r23108: Add defines of RTLD_NOW and RTLD_GLOBAL to replace.h.
Fixing build of ldb for instance on some systems without dlfcn.h.

16 years agor23104: Add comment explaining the new test.
Jeremy Allison [Wed, 23 May 2007 23:14:48 +0000 (23:14 +0000)]
r23104: Add comment explaining the new test.
Jeremy.

16 years agor23103: Add a torture test for the insane semantics Steve's cifsfs client
Jeremy Allison [Wed, 23 May 2007 23:11:16 +0000 (23:11 +0000)]
r23103: Add a torture test for the insane semantics Steve's cifsfs client
uses so we don't regress :-).
Jeremy.

16 years agor23099: New interesting delete on close tests :-).
Jeremy Allison [Wed, 23 May 2007 21:14:05 +0000 (21:14 +0000)]
r23099: New interesting delete on close tests :-).
This will break all delete tests on the build farm
until I check in my server patch.
Jeremy.

16 years agor23090: a test showing two netlogon pipes open at once, using the LogonEx ops
Andrew Tridgell [Wed, 23 May 2007 07:44:51 +0000 (07:44 +0000)]
r23090: a test showing two netlogon pipes open at once, using the LogonEx ops

16 years agor23089: This is upstream now, so we don't need to add it manually.
Andrew Bartlett [Wed, 23 May 2007 02:41:31 +0000 (02:41 +0000)]
r23089: This is upstream now, so we don't need to add it manually.

Andrew Bartlett

16 years agor23071: print the command on failure only
Stefan Metzmacher [Tue, 22 May 2007 12:45:58 +0000 (12:45 +0000)]
r23071: print the command on failure only

metze

16 years agor23069: print out the command, to find out the problem on host 'tridge'
Stefan Metzmacher [Tue, 22 May 2007 11:23:36 +0000 (11:23 +0000)]
r23069: print out the command, to find out the problem on host 'tridge'

metze

16 years agor23067: use 'const union smb_search_data *file' also in the server code to get rid
Stefan Metzmacher [Tue, 22 May 2007 09:25:58 +0000 (09:25 +0000)]
r23067: use 'const union smb_search_data *file' also in the server code to get rid
of compiler warnings in the cifs backend

metze

16 years agor23066: don't ignore errors
Stefan Metzmacher [Tue, 22 May 2007 09:02:16 +0000 (09:02 +0000)]
r23066: don't ignore errors

metze

16 years agor23065: revert local includes to prevent security problems (at least
Rafal Szczesniak [Tue, 22 May 2007 06:34:14 +0000 (06:34 +0000)]
r23065: revert local includes to prevent security problems (at least
temporarily...)

rafal

16 years agor23064: Clarify comment and indent
Andrew Bartlett [Tue, 22 May 2007 05:22:18 +0000 (05:22 +0000)]
r23064: Clarify comment and indent

16 years agor23063: Make sure to invalidate the ccache when we set a
Andrew Bartlett [Tue, 22 May 2007 05:21:59 +0000 (05:21 +0000)]
r23063: Make sure to invalidate the ccache when we set a
username/password/realm/etc from the command line.

Also make sure it can't 'come back' from a later call to
cli_credentials_guess(), buy setting a threshold.

This should fix the issues with the build farm...

Andrew Bartlett

16 years agor23062: make sure one node doesn't get ahead of the others at the start
Andrew Tridgell [Tue, 22 May 2007 05:16:16 +0000 (05:16 +0000)]
r23062: make sure one node doesn't get ahead of the others at the start

16 years agor23061: keep the RAW-BENCH-OPEN test balanced
Andrew Tridgell [Tue, 22 May 2007 04:53:05 +0000 (04:53 +0000)]
r23061: keep the RAW-BENCH-OPEN test balanced

16 years agor23060: use #include <roken.h> consistently. Using "roken.h" in this directory
Andrew Tridgell [Tue, 22 May 2007 04:13:17 +0000 (04:13 +0000)]
r23060: use #include <roken.h> consistently. Using "roken.h" in this directory
breaks Samba builds on some systems as they find the wrong roken.h

16 years agor23059: reject_free needs to be initialised
Andrew Tridgell [Tue, 22 May 2007 01:02:00 +0000 (01:02 +0000)]
r23059: reject_free needs to be initialised

16 years agor23058: the cldap code was getting too intimate with the internals of struct
Andrew Tridgell [Tue, 22 May 2007 00:43:10 +0000 (00:43 +0000)]
r23058: the cldap code was getting too intimate with the internals of struct
asn1_context. A hangover from when it wasn't a allocated structure

16 years agor23057: only call the async recv function for the first pending receive, not
Andrew Tridgell [Mon, 21 May 2007 23:35:14 +0000 (23:35 +0000)]
r23057: only call the async recv function for the first pending receive, not
all pending receives, when the transport dies. This is because the
async callback most commonly shuts down the connection (it's the only
reasonable thing to do when it's dead), and that frees the whole
context. That means that if we loop more than once, we'll end up using
freed memory.

16 years agor23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCK
Andrew Tridgell [Mon, 21 May 2007 23:33:26 +0000 (23:33 +0000)]
r23056: added automatic reconnect to RAW-BENCH-OPEN, similar to RAW-BENCH-LOCK

16 years agor23047: Allow local inclusion of js files as well as from predefined
Rafal Szczesniak [Mon, 21 May 2007 19:53:57 +0000 (19:53 +0000)]
r23047: Allow local inclusion of js files as well as from predefined
path(s).

rafal

16 years agor23045: forward SMB2 oplock breaks to the client
Stefan Metzmacher [Mon, 21 May 2007 17:39:05 +0000 (17:39 +0000)]
r23045: forward SMB2 oplock breaks to the client

metze

16 years agor23044: - use uint32_t for handle id's
Stefan Metzmacher [Mon, 21 May 2007 17:23:56 +0000 (17:23 +0000)]
r23044: - use uint32_t for handle id's
- include the session vuid in the SMB2 128-Bit wire handles
  as SMB2 oplock breaks doesn't include a TID or VUID in the header
  we need to make sure the handle is unique for the whole TCP connection

metze

16 years agor23043: allow more than UINT16_MAX - 1 handles on smb2 connections
Stefan Metzmacher [Mon, 21 May 2007 17:12:49 +0000 (17:12 +0000)]
r23043: allow more than UINT16_MAX - 1 handles on smb2 connections

metze

16 years agor23037: actually fix the asn1 memory leak :-)
Stefan Metzmacher [Mon, 21 May 2007 13:33:46 +0000 (13:33 +0000)]
r23037: actually fix the asn1 memory leak :-)

metze

16 years agor23036: error checking on asn1_init() failure
Andrew Tridgell [Mon, 21 May 2007 12:47:18 +0000 (12:47 +0000)]
r23036: error checking on asn1_init() failure

16 years agor23035: We don't need to add this entry, and I hope to figure out how to avoid
Andrew Bartlett [Mon, 21 May 2007 12:03:15 +0000 (12:03 +0000)]
r23035: We don't need to add this entry, and I hope to figure out how to avoid
adding the other two manually.

However, to do this we do need to skip the check (with -u) that
slaptest can access the db.

Andrew Bartlett

16 years agor23034: Thanks to metze for providing some vital clues in the 'kerberos ccache
Andrew Bartlett [Mon, 21 May 2007 11:57:56 +0000 (11:57 +0000)]
r23034: Thanks to metze for providing some vital clues in the 'kerberos ccache
on credentials don't do anything' bug.

The problem was simple, we didn't set the ccache as having been
initialised, so we always created a new one.

Andrew Bartlett

16 years agor23033: regenerate schema.ldif with minischema.js
Stefan Metzmacher [Mon, 21 May 2007 09:15:27 +0000 (09:15 +0000)]
r23033: regenerate schema.ldif with minischema.js

metze

16 years agor23032: Remove calls to println(), and ensure we print the ldb errstring().
Andrew Bartlett [Mon, 21 May 2007 08:33:22 +0000 (08:33 +0000)]
r23032: Remove calls to println(), and ensure we print the ldb errstring().

Andrew Bartlett

16 years agor23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
Andrew Tridgell [Mon, 21 May 2007 07:27:24 +0000 (07:27 +0000)]
r23031: removed bogus event_loop_once() calls in RAW-CONTEXT test - they could
hang forever if an ealier one caused two operations to complete at
once

this is why RAW-CONTEXT was taking 5 minutes on the build farm

16 years agor23030: finally fixed up our asn1 code to use better memory allocation. This
Andrew Tridgell [Mon, 21 May 2007 06:12:06 +0000 (06:12 +0000)]
r23030: finally fixed up our asn1 code to use better memory allocation. This
should allow us to fix some long standing memory leaks.

16 years agor23029: fixed formatting
Andrew Tridgell [Mon, 21 May 2007 05:40:04 +0000 (05:40 +0000)]
r23029: fixed formatting

16 years agor23028: I've now got a patch to Fedora DS to make it only install the very base schema.
Andrew Bartlett [Mon, 21 May 2007 04:10:13 +0000 (04:10 +0000)]
r23028: I've now got a patch to Fedora DS to make it only install the very base schema.

I'll post that patch into lorikeet and submit upstram.

Andrew Bartlett

16 years agor23027: Make sure the parent object always exists.
Andrew Bartlett [Mon, 21 May 2007 04:06:42 +0000 (04:06 +0000)]
r23027: Make sure the parent object always exists.

Andrew Bartlett

16 years agor23026: Add groupPolicyContainer, as we now require this schema element.
Andrew Bartlett [Mon, 21 May 2007 04:01:26 +0000 (04:01 +0000)]
r23026: Add groupPolicyContainer, as we now require this schema element.

Andrew Bartlett

16 years agor23021: test some boundary conditions for idtree, after I saw some suspicious
Andrew Tridgell [Sun, 20 May 2007 10:21:14 +0000 (10:21 +0000)]
r23021: test some boundary conditions for idtree, after I saw some suspicious
behaviour

16 years agor23020: a better fix for the memory leak - this one doesn't stuff up spnego :)
Andrew Tridgell [Sun, 20 May 2007 09:44:03 +0000 (09:44 +0000)]
r23020: a better fix for the memory leak - this one doesn't stuff up spnego :)

16 years agor23019: revert r23018 - this will require more thought.
Andrew Tridgell [Sun, 20 May 2007 08:57:01 +0000 (08:57 +0000)]
r23019: revert r23018 - this will require more thought.

16 years agor23018: fixed a memory leak in our server side session setup code for failed
Andrew Tridgell [Sun, 20 May 2007 08:43:03 +0000 (08:43 +0000)]
r23018: fixed a memory leak in our server side session setup code for failed
session setups

16 years agor23017: fixed the warning we have been getting for a long time:
Andrew Tridgell [Sun, 20 May 2007 08:01:02 +0000 (08:01 +0000)]
r23017: fixed the warning we have been getting for a long time:
   pvfs_close: failed to delete XXX
during the BASE-DELETE test. It was a real bug, and could result in a
delete on close triggering for a handle that had never fully opened.

16 years agor23013: fixed a bug in the string_replace_w() test that caused OpenBSD to die
Andrew Tridgell [Sat, 19 May 2007 07:05:14 +0000 (07:05 +0000)]
r23013: fixed a bug in the string_replace_w() test that caused OpenBSD to die

16 years agor23012: we need a POLICYGUID in provision
Andrew Tridgell [Sat, 19 May 2007 06:51:34 +0000 (06:51 +0000)]
r23012: we need a POLICYGUID in provision

16 years agor23011: initialisation functions must return NTSTATUS, otherwise we get bus
Andrew Tridgell [Sat, 19 May 2007 06:49:01 +0000 (06:49 +0000)]
r23011: initialisation functions must return NTSTATUS, otherwise we get bus
errors on platforms like sparc. This is why sun1 died during
provision.

16 years agor22997: only if the output of which has a leading '/' the output is useful...
Stefan Metzmacher [Fri, 18 May 2007 09:47:53 +0000 (09:47 +0000)]
r22997: only if the output of which has a leading '/' the output is useful...

metze

16 years agor22996: merge HPUX compiler flag fixes from SAMBA_3_0
Stefan Metzmacher [Fri, 18 May 2007 09:20:11 +0000 (09:20 +0000)]
r22996: merge HPUX compiler flag fixes from SAMBA_3_0

metze

16 years agor22995: don't run LOCAL-ICONV twice...
Stefan Metzmacher [Fri, 18 May 2007 09:13:07 +0000 (09:13 +0000)]
r22995: don't run LOCAL-ICONV twice...

metze

16 years agor22993: - make it possible to load a dsdb_schema from ldif via the ejs bindings
Stefan Metzmacher [Fri, 18 May 2007 08:16:50 +0000 (08:16 +0000)]
r22993: - make it possible to load a dsdb_schema from ldif via the ejs bindings
- make it possible to set ntds_objectGUID and ntds_invocationId via the ejy bindings

metze

16 years agor22992: add a function to attach the dsdb_schema to a ldb_context
Stefan Metzmacher [Fri, 18 May 2007 08:13:06 +0000 (08:13 +0000)]
r22992: add a function to attach the dsdb_schema to a ldb_context
loaded from ldif files. The first file should contain
the info's about the 'prefixMap' attribute in the first ldif chunk.
The 2nd file should contain all attributes and classes.

metze

16 years agor22991: ignore '@foo' attributes in the repl_meta_data module
Stefan Metzmacher [Fri, 18 May 2007 08:09:51 +0000 (08:09 +0000)]
r22991: ignore '@foo' attributes in the repl_meta_data module

metze

16 years agor22990: free temporary memory also on success...
Stefan Metzmacher [Fri, 18 May 2007 07:58:37 +0000 (07:58 +0000)]
r22990: free temporary memory also on success...

metze

16 years agor22989: allow '@foo' attributes searchable as we allow '@foo' attributes
Stefan Metzmacher [Fri, 18 May 2007 07:41:43 +0000 (07:41 +0000)]
r22989: allow '@foo' attributes searchable as we allow '@foo' attributes
in all other places too...

metze

16 years agor22988: fixed 2 bugs in our unsetenv() replacement code
Andrew Tridgell [Fri, 18 May 2007 06:53:57 +0000 (06:53 +0000)]
r22988: fixed 2 bugs in our unsetenv() replacement code

 1) you must not free the memory, as it is possible the memory did not
 come from malloc (try it under valgrind to test)

 2) the old code didn't cope with duplicate environment variables

I hope this will fix some of the build farm errors on irix, and maybe solaris

16 years agor22987: Clarify how the events are handled in the kerberos code, and
Andrew Bartlett [Fri, 18 May 2007 05:47:33 +0000 (05:47 +0000)]
r22987: Clarify how the events are handled in the kerberos code, and
standardise with the rest of the code.

Andrew Bartlett

16 years agor22986: error 2312 is returned when NetSessDel() fails because a matching session...
Ronnie Sahlberg [Fri, 18 May 2007 05:21:25 +0000 (05:21 +0000)]
r22986: error 2312 is returned when NetSessDel() fails because a matching session (username/clientname)
could not be found

16 years agor22985: don't do checkins late at night ....
Andrew Tridgell [Fri, 18 May 2007 01:23:35 +0000 (01:23 +0000)]
r22985: don't do checkins late at night ....

thanks to Volker for spotting this!

16 years agor22984: not everyone uses tridgell.net (fortunately)
Andrew Tridgell [Fri, 18 May 2007 01:22:27 +0000 (01:22 +0000)]
r22984: not everyone uses tridgell.net (fortunately)

16 years agor22983: This should ensure that torture_create_testuser() can be called,
Andrew Bartlett [Fri, 18 May 2007 01:15:50 +0000 (01:15 +0000)]
r22983: This should ensure that torture_create_testuser() can be called,
without needing to change the user's password afterwoulds.

(Accounts were being created with 'must change at next login' set).

Andrew Bartlett

16 years agor22972: added the basic ldif needed to support group policies in Samba4. WinXP
Andrew Tridgell [Thu, 17 May 2007 10:33:40 +0000 (10:33 +0000)]
r22972: added the basic ldif needed to support group policies in Samba4. WinXP
clients do correctly see our group policies, but the gpmc admin tool
doesn't yet work to allow you to edit the policies

16 years agor22971: fix build on systems without epoll
Andrew Tridgell [Thu, 17 May 2007 09:48:17 +0000 (09:48 +0000)]
r22971: fix build on systems without epoll

16 years agor22970: the events code calls close(), which needs to use socket_wrapper.h in
Andrew Tridgell [Thu, 17 May 2007 09:44:58 +0000 (09:44 +0000)]
r22970: the events code calls close(), which needs to use socket_wrapper.h in
the build farm

16 years agor22969: fix some more places where we could end up with more than one event
Andrew Tridgell [Thu, 17 May 2007 08:47:04 +0000 (08:47 +0000)]
r22969: fix some more places where we could end up with more than one event
context. We now have an event context on the torture_context, and we
can also get one from the cli_credentials structure

16 years agor22968: andrew bartlett pointed out that the parent process could add a fd to
Andrew Tridgell [Thu, 17 May 2007 07:52:33 +0000 (07:52 +0000)]
r22968: andrew bartlett pointed out that the parent process could add a fd to
the epoll context which would then appear in the children. To fix this
we need to check for pid changes in more places. Luckily on platforms
where we have epoll(), getpid() is very very cheap.

16 years agor22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.
Andrew Bartlett [Thu, 17 May 2007 05:46:45 +0000 (05:46 +0000)]
r22967: Move to the TCP packet interface for the krb5_send_to_kdc plugin.

This replaces a lump of hand-crafted code with the generic packet
system used in the rest of Samba4.

(I started this while chasing down the epoll bug, which turned out to
be seperate)

16 years agor22966: Make sure to return LOGON_FAILURE if the user's kerberos password is
Andrew Bartlett [Thu, 17 May 2007 05:44:51 +0000 (05:44 +0000)]
r22966: Make sure to return LOGON_FAILURE if the user's kerberos password is
incorrect.

Andrew Bartlett

16 years agor22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We should
Andrew Tridgell [Thu, 17 May 2007 03:42:28 +0000 (03:42 +0000)]
r22965: changed RAW-LOCK-BENCH to remove the scheduling uncertainty. We should
always get balanced locking now

16 years agor22964: log an error on epoll_create failing on reopen
Andrew Tridgell [Thu, 17 May 2007 02:42:14 +0000 (02:42 +0000)]
r22964: log an error on epoll_create failing on reopen

16 years agor22963: fixed the epoll/fork interaction in the epoll and aio backends
Andrew Tridgell [Thu, 17 May 2007 02:38:07 +0000 (02:38 +0000)]
r22963: fixed the epoll/fork interaction in the epoll and aio backends

16 years agor22962: show progress separately for each client in RAW-BENCH-LOCK, this is
Andrew Tridgell [Thu, 17 May 2007 02:22:29 +0000 (02:22 +0000)]
r22962: show progress separately for each client in RAW-BENCH-LOCK, this is
much more useful for seeing why we get unbalanced locking

16 years agor22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairy
Andrew Tridgell [Thu, 17 May 2007 02:21:07 +0000 (02:21 +0000)]
r22961: use EVENT_FD_AUTOCLOSE and SOCKET_FLAG_NOCLOSE to fix up some hairy
problems with order of socket closing in krb5

16 years agor22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that
Andrew Tridgell [Thu, 17 May 2007 02:19:28 +0000 (02:19 +0000)]
r22960: added a SOCKET_FLAG_NOCLOSE to allow us to tell the socket layer that
we will handle the close of the socket

16 years agor22959: cope with a rather interesting interaction between epoll() and
Andrew Tridgell [Thu, 17 May 2007 02:18:29 +0000 (02:18 +0000)]
r22959: cope with a rather interesting interaction between epoll() and
fork(). See
http://junkcode.samba.org/ftp/unpacked/junkcode/epoll_fork.c for why
this is needed

16 years agor22958: For SRVSVC/NetFileClose only Administrator is allowed to close open files.
Ronnie Sahlberg [Thu, 17 May 2007 01:17:43 +0000 (01:17 +0000)]
r22958: For SRVSVC/NetFileClose   only Administrator is allowed to close open files.
If a normal user tries to close a file that exists, even that users own files   the server
responds with this error on w2k

if the file does not exist, the server instead responds with WERR_BADFILE

16 years agor22952: Make sure we look at extra_cflags when building custom targets.
James Peach [Wed, 16 May 2007 19:23:08 +0000 (19:23 +0000)]
r22952: Make sure we look at extra_cflags when building custom targets.

16 years agor22944: fix bug #4618:
Stefan Metzmacher [Wed, 16 May 2007 14:52:54 +0000 (14:52 +0000)]
r22944: fix bug #4618:

rename private -> private_data

metze

16 years agor22931: Fix logic in detection of the need to replace dlopen and friends.
Michael Adam [Wed, 16 May 2007 11:15:16 +0000 (11:15 +0000)]
r22931: Fix logic in detection of the need to replace dlopen and friends.
Originally, dlfcn.o was only added to LIBREPLACEOBJ if dlopen
was found in libdl but header dlfcn.h was not appropriate.

Michael

16 years agor22921: This index saves another 7 seconds off a 'make quicktest', and is a common...
Andrew Bartlett [Wed, 16 May 2007 00:17:45 +0000 (00:17 +0000)]
r22921: This index saves another 7 seconds off a 'make quicktest', and is a common search operator.

Andrew Bartlett

16 years agor22913: try to work arround the unaligned memory access bug on Tru64
Stefan Metzmacher [Tue, 15 May 2007 18:23:58 +0000 (18:23 +0000)]
r22913: try to work arround the unaligned memory access bug on Tru64

metze

16 years agor22896: we pass SMB2-LOCK now
Stefan Metzmacher [Tue, 15 May 2007 11:00:20 +0000 (11:00 +0000)]
r22896: we pass SMB2-LOCK now

metze

16 years agor22894: don't send a 2nd request before the last one returned (at least with
Stefan Metzmacher [Tue, 15 May 2007 10:50:25 +0000 (10:50 +0000)]
r22894: don't send a 2nd request before the last one returned (at least with
STATUS_PENDING) otherwise longhorn beta3 just drops the connection

metze

16 years agor22887: and servicePrincipalName ....
Andrew Tridgell [Tue, 15 May 2007 08:01:37 +0000 (08:01 +0000)]
r22887: and servicePrincipalName ....

16 years agor22886: Workaround to make RAW-NOTIFY a bit more reliable against Samba3. It
Volker Lendecke [Tue, 15 May 2007 08:01:30 +0000 (08:01 +0000)]
r22886: Workaround to make RAW-NOTIFY a bit more reliable against Samba3. It
might take a bit for events to propagate from one to another connection,
in particular with a process per connection.

16 years agor22885: now we use kernberos more, we need to index on userPrincipalName
Andrew Tridgell [Tue, 15 May 2007 08:00:49 +0000 (08:00 +0000)]
r22885: now we use kernberos more, we need to index on userPrincipalName

16 years agor22884: Be consistant with the case of these constants.
Andrew Bartlett [Tue, 15 May 2007 07:16:04 +0000 (07:16 +0000)]
r22884: Be consistant with the case of these constants.

Andrew Bartlett

16 years agor22883: Indentation.
Andrew Bartlett [Tue, 15 May 2007 07:15:23 +0000 (07:15 +0000)]
r22883: Indentation.

16 years agor22882: It seems entirly reasonable to follow metze's suggestion and check for
Andrew Bartlett [Tue, 15 May 2007 06:51:18 +0000 (06:51 +0000)]
r22882: It seems entirly reasonable to follow metze's suggestion and check for
a valid file handle first.

Andrew Bartlett

16 years agor22881: show number of connected clients
Andrew Tridgell [Tue, 15 May 2007 05:42:16 +0000 (05:42 +0000)]
r22881: show number of connected clients

16 years agor22877: Remove stray 'l'
Andrew Bartlett [Tue, 15 May 2007 03:49:21 +0000 (03:49 +0000)]
r22877: Remove stray 'l'

16 years agor22876: - try to reconnect once per second, not continously
Andrew Tridgell [Tue, 15 May 2007 03:00:58 +0000 (03:00 +0000)]
r22876: - try to reconnect once per second, not continously
- patch from ronnie to fix the lock offset on reconnect

16 years agor22875: We want to skip this test, it will fail unless run against IPC$ (which the...
Andrew Bartlett [Tue, 15 May 2007 01:57:21 +0000 (01:57 +0000)]
r22875: We want to skip this test, it will fail unless run against IPC$ (which the pattern does not).

We need a way to list this against IPC$, but not have this skip entry
override it.

Andrew Bartlett

16 years agor22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to match.
Andrew Bartlett [Tue, 15 May 2007 01:21:20 +0000 (01:21 +0000)]
r22874: Expand the RPC-QFILEINFO-IPC test, and add a server implementation to match.

This should help with Vista joins.

Andrew Bartlett

16 years agor22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3.
Andrew Bartlett [Tue, 15 May 2007 00:10:18 +0000 (00:10 +0000)]
r22873: Make the RAW-QFILEINFO-IPC test pass against Win2k3.

Next step is working on Samba4's IPC ntvfs module.

Andrew Bartlett

16 years agor22871: restore testing against host name instead of ip address
Rafal Szczesniak [Mon, 14 May 2007 23:24:50 +0000 (23:24 +0000)]
r22871: restore testing against host name instead of ip address

rafal

16 years agor22866: handle incoming chained smb2 requests in our server code to let
Stefan Metzmacher [Mon, 14 May 2007 18:02:49 +0000 (18:02 +0000)]
r22866: handle incoming chained smb2 requests in our server code to let
the windows explorer in longhorn beta3 work.

metze

16 years agor22865: handle pending locks in smb2
Stefan Metzmacher [Mon, 14 May 2007 17:58:28 +0000 (17:58 +0000)]
r22865: handle pending locks in smb2

metze

16 years agor22864: in SMB2 mode we need to cancel an existing lock with a conflicting lock
Stefan Metzmacher [Mon, 14 May 2007 17:56:00 +0000 (17:56 +0000)]
r22864: in SMB2 mode we need to cancel an existing lock with a conflicting lock
if they're on the same handle and the same range

metze

16 years agor22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTED
Stefan Metzmacher [Mon, 14 May 2007 17:51:19 +0000 (17:51 +0000)]
r22863: in SMB2 mode we always need to return NT_STATUS_LOCK_NOT_GRANTED

metze

16 years agor22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3
Stefan Metzmacher [Mon, 14 May 2007 17:08:18 +0000 (17:08 +0000)]
r22858: - let SMB2-LOCK-VALID-REQUEST pass against longhorn beta3
- add modify the SMB2-LOCK-BLOCK-WRITE test to also test reading
  and name in SMB2-LOCK-RW-EXCLUSIV
- add SMB2-LOCK-NONE and SMB2-LOCK-SHARED

metze