Andrew Tridgell
33f663b252
r14792: when we enable fake oplocks, give out batch oplocks not exclusive oplocks
...
(This used to be commit 182aee1a213c1219772895deed31e1ed8aed00c4)
2007-10-10 13:59:19 -05:00
Andrew Tridgell
57bde8631f
r14755: the change notify code now passes most of the RAW-NOTIFY test. Still
...
more work to do though
(This used to be commit 4d234b37e528137b5c00f6bbb84c2d6939fea324)
2007-10-10 13:59:18 -05:00
Jelmer Vernooij
a339d748eb
r14740: Try loading shared libs from the bin/ directory (useful for running 'make test'
...
without developer mode)
(This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
316269a075
r14739: keep the last request time for the smbsrv_connection,
...
smbsrv_session and smbsrv_tcon for management tools
metze
(This used to be commit 2c87f210e9e68de42dc45ca6532f3f33f4b6ce95)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
e095d9e32a
r14738: do some different lookups
...
metze
(This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a)
2007-10-10 13:59:18 -05:00
Jelmer Vernooij
961232bf7f
r14737: Fix shared library build without --enable-developer
...
(This used to be commit d508382180c586ec0a749883b2c75561732d6f37)
2007-10-10 13:59:18 -05:00
Stefan Metzmacher
ad06a8bd65
r14736: - the ntvfs subsystem should not know about smb_server.h
...
- the process module subsystem should not know about smb_server.h
- the smb_server module should not know about process models
metze
(This used to be commit bac95bb8f4ad35a31ee666f5916ff9b2f292d964)
2007-10-10 13:59:17 -05:00
Jelmer Vernooij
42da534d66
r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhere
...
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
7780e2bfa1
r14734: this demonstrates that a tcon isn't autoclosed by a ulogoff
...
the tcon can be reused using any other valid session later
metze
(This used to be commit b9a90ed763e7828bfc56a73578bf01174726ed50)
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
b983fd949b
r14733: SMBtdis needs a TCON and doesn't need a SESSION,
...
on an invalid tcon it gives NT_STATUS_DOS(ERRSRV, ERRinvnid)
metze
(This used to be commit fca74f2a4ba7d4a18801294a6b2be548864a5252)
2007-10-10 13:59:17 -05:00
Stefan Metzmacher
7011384a3a
r14732: fix typo noticed by derrell, thanks!
...
metze
(This used to be commit ffa500ebb45cf7b9a513f76abae3ad32806042f3)
2007-10-10 13:59:16 -05:00
Jelmer Vernooij
710d442719
r14731: Fix typo
...
(This used to be commit e68785a30b9418bc88a5294960070e217fd1eb6f)
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
766d08d314
r14730: Remove dependency information with 'make clean'
...
(This used to be commit 16da854eff726f11971aab8e62098044989e4ccc)
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
36e50ecc04
r14729: Install db_wrap.h and db_wrap_proto.h
...
(This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)
2007-10-10 13:59:15 -05:00
Jelmer Vernooij
d2cc33c9c7
r14728: Install two more headers, fix warning
...
(This used to be commit 7a227457a4523e8b76d86022a38c8851c04b2e6b)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
a2d4079c81
r14727: Update pidls' TODO, add test that demonstrates the desired behaviour
...
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
51c08bc26b
r14725: Reduce amount of headers, add simple ui implementation (not used yet though)
...
(This used to be commit 141830116b059f032696c956832451a7b0f7c6cb)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
935af3eb19
r14724: Rearrange some source files, install more headers.
...
(This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
13ea7bb753
r14723: Keep statistics
...
(This used to be commit 9d6eefad3a45aba52247d4364c9ef5a538f0abd5)
2007-10-10 13:59:14 -05:00
Jelmer Vernooij
e70eae2b4c
r14721: Fix a couple of warnings.
...
(This used to be commit 426ac78108b35adc8412d12d2d888c3d5ddf4171)
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
909b111f58
r14720: Add torture_context argument to all torture tests
...
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
2007-10-10 13:59:13 -05:00
Jelmer Vernooij
6c5853aa8d
r14718: Add initial work on a standardized UI for smbtorture
...
(This used to be commit a15a8d87b50fe3011c009d3c030cf54ec86540b4)
2007-10-10 13:59:13 -05:00
Andrew Bartlett
a0effc9d04
r14717: Don't provision the system as 'localhost', but instead list localhost
...
as an alias. The netbios name is then 'localtest', which will resolve
with netbios and work with krb5.
Andrew Bartlett
(This used to be commit cc7c84bfc947e28bae56815d8bde5d0565328e2b)
2007-10-10 13:59:13 -05:00
Andrew Bartlett
d52f31848d
r14716: Remove username from debug message, it just causes valgrind assertions.
...
Andrew Bartlett
(This used to be commit c978fea2a14979d8431b2be9ff35ab47fc1a4a08)
2007-10-10 13:59:12 -05:00
Andrew Bartlett
ff57359761
r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.
...
This allows us to correctly parse the bind_nak from NT4, when we use
an invalid auth type (the unsupported SPNEGO)..
Andrew Bartlett
(This used to be commit ce0c7f86fd5eeeacad885d732b66c65ac9103ace)
2007-10-10 13:59:12 -05:00
Andrew Bartlett
57589e3b67
r14714: On DCE/RPC, we need the name of the remote server used on the socket,
...
for Kerberos. It must be the full name contacted, not the 'called
name' we might want to use for \\server things, so add another function.
Andrew Bartlett
(This used to be commit 6d57d1dbb76e7d1ca2fd4f1a6c0bacfa7a189e2b)
2007-10-10 13:59:12 -05:00
Andrew Bartlett
26137648ab
r14713: For testing, it is sometimes useful to specify a hostname for kerberos
...
that differs from the hostname the connect() uses.
In particular, this helps in running Kerberos tests in 'make test'.
Andrew Bartlett
(This used to be commit 78447333b0fc9450e18cd1d1c15df62acb5f0f36)
2007-10-10 13:59:12 -05:00
Andrew Bartlett
4958e97c76
r14712: Do not proceed in event of failure to obtain a policy handle.
...
This makes the log results much easier to understand.
Andrew Bartlett
(This used to be commit 8566515a51d9b63c40fd52cb138e9ec8025cd6c2)
2007-10-10 13:59:12 -05:00
Stefan Metzmacher
c7ee532e46
r14711: let windows clients retry after getting ERR_SKEW
...
metze
(This used to be commit 02703f4e8f430233ec4365ea5cee641a9201802f)
2007-10-10 13:59:11 -05:00
Stefan Metzmacher
30976b1af1
r14710: make more clear that SMBexit only cares about the PID
...
that is used in the open call
metze
(This used to be commit 1bc6940e7d3ffbc5e697d6f600c9455d2b41e97c)
2007-10-10 13:59:11 -05:00
Stefan Metzmacher
767685e9fd
r14709: allways use the unicast socket of the interface, when reply to DGRAM
...
requests...
this fixes a bug where I thought windows would try KRB5 via broadcast...
metze
(This used to be commit 0e7b224294ce6a3b5bbdc284181ab496a5a0c058)
2007-10-10 13:59:11 -05:00
Andrew Bartlett
3451ba729d
r14708: Add a (bogus) UUID and a comment to the PAC defintion.
...
Andrew Bartlett
(This used to be commit 0ce6513e342abf9e35a76dd080ab99d1762cb3c1)
2007-10-10 13:59:11 -05:00
Andrew Bartlett
fc52ddf176
r14707: Initialise default value (the rest of this function sets it to 1 if
...
this is CFX).
Caught by Valgrind.
Andrew Bartlett
(This used to be commit bdb55ce2b57adf3b7c6eb1455c3775d013c72e5d)
2007-10-10 13:59:11 -05:00
Andrew Bartlett
9628e714cc
r14702: Accept our netbios aliases as valid names in the SPOOLSS server.
...
(Suggested by metze)
Andrew Bartlett
(This used to be commit 3dff2a0078e541392f585d81f7aea987c87edbf1)
2007-10-10 13:59:10 -05:00
Andrew Bartlett
eb66b26cd1
r14701: Allow, with non-default options, NTLMSSP to access the LM session key,
...
even when not sending the LM response. Needed to pass the
test_session_key against Win2k3.
Yes, I think this is a security flaw in the use of Win2k3-compatible NTLM.
Andrew Bartlett
(This used to be commit cb6c27b4f29878a6a904f798e228eea05cc658e1)
2007-10-10 13:59:10 -05:00
Andrew Bartlett
3fdc3cf0c2
r14700: Fix spelling, and change these informational messages to debug level 5.
...
Andrew Bartlett
(This used to be commit 8f96f524bfde99667410ec98087831b9c14c66e5)
2007-10-10 13:59:10 -05:00
Jelmer Vernooij
637c450a51
r14694: Remove for now until it does something useful.
...
(This used to be commit 4a8214f0f3b6e2456d4749008442a4d5a709870d)
2007-10-10 13:59:10 -05:00
Jelmer Vernooij
0587194725
r14693: Automatically update dependencies during compilation
...
(This used to be commit cea38a2960f9da11bc96f5b05fd5b44b39509cf8)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
76ab420615
r14692: Get rid of the obfuscation() attribute
...
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
8973ac8a39
r14691: Fix printing elements with represent_as set
...
(This used to be commit f4428db2f922e921c54cdb0849eaad5018cb5a01)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
5d9ea9170d
r14690: Support represent_as in headers, enable represent_as() test (which works now)
...
(This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
6ba19b5729
r14689: Fix test
...
(This used to be commit b199f5345cc92ff8aeb59479c8c2a89ab1278d70)
2007-10-10 13:59:09 -05:00
Jelmer Vernooij
85e91438b1
r14688: More work on represent_as(): output the right function calls, fix test.
...
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
b6cae24de8
r14687: Start working on support for represent_as() and transmit_as() as
...
an alternative to subcontext()
(This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
2007-10-10 13:59:08 -05:00
Jelmer Vernooij
311d6f47c8
r14686: Fix pidl testsuite to run whenever there is a shared libary built
...
Samba present. Ignore tests that are known to fail for now.
(This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
2007-10-10 13:59:08 -05:00
Stefan Metzmacher
41a6591628
r14680: add some tests which demonstrate that closing the dir handle
...
triggers an empty notify reply with NT_STATUS_OK
metze
(This used to be commit 590dd49207342031fed902701f4214f3b1d6397c)
2007-10-10 13:59:08 -05:00
Andrew Bartlett
13f45733a3
r14673: Don't double-free conn, it is below 'c' free'ed by
...
stream_terminate_connection()
Andrew Bartlett
(This used to be commit a6c797986053ecf6bbce54028d7ea4106635c558)
2007-10-10 13:59:07 -05:00
Stefan Metzmacher
aba2ae4784
r14672: the async_info desctructor needs access to the private struct,
...
so free async info explicit...
I hope to find a generic way later, so that the ntvfs modules doesn't need to
take care that much...
metze
(This used to be commit ba3bf34a850fca52f5d6297315e33df14f62373b)
2007-10-10 13:59:07 -05:00
Andrew Bartlett
8b5b6f912a
r14671: We don't really need this in our releases...
...
Andrew Bartlett
(This used to be commit aeaf8c5ec5f6b11c54bdc2ce4f1beb0a1d05b9d1)
2007-10-10 13:59:07 -05:00
Jelmer Vernooij
5794c032b2
r14670: Fix module extensions
...
(This used to be commit 1c7beecbfdc6a156d6e9c379a31bdbfb191cbb5d)
2007-10-10 13:59:07 -05:00