summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher8-13/+46
smbsrv_session and smbsrv_tcon for management tools metze (This used to be commit 2c87f210e9e68de42dc45ca6532f3f33f4b6ce95)
2007-10-10r14738: do some different lookupsStefan Metzmacher1-5/+5
metze (This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a)
2007-10-10r14737: Fix shared library build without --enable-developerJelmer Vernooij1-2/+11
(This used to be commit d508382180c586ec0a749883b2c75561732d6f37)
2007-10-10r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher24-27/+9
- 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-10r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij20-84/+73
(This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
2007-10-10r14734: this demonstrates that a tcon isn't autoclosed by a ulogoffStefan Metzmacher1-0/+151
the tcon can be reused using any other valid session later metze (This used to be commit b9a90ed763e7828bfc56a73578bf01174726ed50)
2007-10-10r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher1-1/+2
on an invalid tcon it gives NT_STATUS_DOS(ERRSRV, ERRinvnid) metze (This used to be commit fca74f2a4ba7d4a18801294a6b2be548864a5252)
2007-10-10r14732: fix typo noticed by derrell, thanks!Stefan Metzmacher1-1/+1
metze (This used to be commit ffa500ebb45cf7b9a513f76abae3ad32806042f3)
2007-10-10r14731: Fix typoJelmer Vernooij1-1/+1
(This used to be commit e68785a30b9418bc88a5294960070e217fd1eb6f)
2007-10-10r14730: Remove dependency information with 'make clean'Jelmer Vernooij1-4/+4
(This used to be commit 16da854eff726f11971aab8e62098044989e4ccc)
2007-10-10r14729: Install db_wrap.h and db_wrap_proto.hJelmer Vernooij2-1/+4
(This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)
2007-10-10r14728: Install two more headers, fix warningJelmer Vernooij2-1/+3
(This used to be commit 7a227457a4523e8b76d86022a38c8851c04b2e6b)
2007-10-10r14727: Update pidls' TODO, add test that demonstrates the desired behaviourJelmer Vernooij2-4/+41
(This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
2007-10-10r14725: Reduce amount of headers, add simple ui implementation (not used yet ↵Jelmer Vernooij1-10/+32
though) (This used to be commit 141830116b059f032696c956832451a7b0f7c6cb)
2007-10-10r14724: Rearrange some source files, install more headers.Jelmer Vernooij14-16/+54
(This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
2007-10-10r14723: Keep statisticsJelmer Vernooij2-0/+8
(This used to be commit 9d6eefad3a45aba52247d4364c9ef5a538f0abd5)
2007-10-10r14721: Fix a couple of warnings.Jelmer Vernooij4-5/+12
(This used to be commit 426ac78108b35adc8412d12d2d888c3d5ddf4171)
2007-10-10r14720: Add torture_context argument to all torture testsJelmer Vernooij119-165/+197
(This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
2007-10-10r14718: Add initial work on a standardized UI for smbtortureJelmer Vernooij4-1/+133
(This used to be commit a15a8d87b50fe3011c009d3c030cf54ec86540b4)
2007-10-10r14717: Don't provision the system as 'localhost', but instead list localhostAndrew Bartlett1-2/+7
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-10r14716: Remove username from debug message, it just causes valgrind assertions.Andrew Bartlett1-4/+2
Andrew Bartlett (This used to be commit c978fea2a14979d8431b2be9ff35ab47fc1a4a08)
2007-10-10r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett3-4/+23
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-10r14714: On DCE/RPC, we need the name of the remote server used on the socket,Andrew Bartlett5-18/+51
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-10r14713: For testing, it is sometimes useful to specify a hostname for kerberosAndrew Bartlett1-0/+6
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-10r14712: Do not proceed in event of failure to obtain a policy handle.Andrew Bartlett1-6/+6
This makes the log results much easier to understand. Andrew Bartlett (This used to be commit 8566515a51d9b63c40fd52cb138e9ec8025cd6c2)
2007-10-10r14711: let windows clients retry after getting ERR_SKEWStefan Metzmacher1-1/+8
metze (This used to be commit 02703f4e8f430233ec4365ea5cee641a9201802f)
2007-10-10r14710: make more clear that SMBexit only cares about the PIDStefan Metzmacher1-19/+28
that is used in the open call metze (This used to be commit 1bc6940e7d3ffbc5e697d6f600c9455d2b41e97c)
2007-10-10r14709: allways use the unicast socket of the interface, when reply to DGRAMStefan Metzmacher5-22/+44
requests... this fixes a bug where I thought windows would try KRB5 via broadcast... metze (This used to be commit 0e7b224294ce6a3b5bbdc284181ab496a5a0c058)
2007-10-10r14708: Add a (bogus) UUID and a comment to the PAC defintion.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 0ce6513e342abf9e35a76dd080ab99d1762cb3c1)
2007-10-10r14707: Initialise default value (the rest of this function sets it to 1 ifAndrew Bartlett1-0/+1
this is CFX). Caught by Valgrind. Andrew Bartlett (This used to be commit bdb55ce2b57adf3b7c6eb1455c3775d013c72e5d)
2007-10-10r14702: Accept our netbios aliases as valid names in the SPOOLSS server.Andrew Bartlett1-0/+10
(Suggested by metze) Andrew Bartlett (This used to be commit 3dff2a0078e541392f585d81f7aea987c87edbf1)
2007-10-10r14701: Allow, with non-default options, NTLMSSP to access the LM session key,Andrew Bartlett2-3/+13
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-10r14700: Fix spelling, and change these informational messages to debug level 5.Andrew Bartlett1-6/+6
Andrew Bartlett (This used to be commit 8f96f524bfde99667410ec98087831b9c14c66e5)
2007-10-10r14694: Remove for now until it does something useful.Jelmer Vernooij1-2/+0
(This used to be commit 4a8214f0f3b6e2456d4749008442a4d5a709870d)
2007-10-10r14693: Automatically update dependencies during compilationJelmer Vernooij2-4/+7
(This used to be commit cea38a2960f9da11bc96f5b05fd5b44b39509cf8)
2007-10-10r14692: Get rid of the obfuscation() attributeJelmer Vernooij3-69/+0
(This used to be commit 122d1d0249800d51e45ce0d092c97f1f9bf2c7d5)
2007-10-10r14691: Fix printing elements with represent_as setJelmer Vernooij2-7/+14
(This used to be commit f4428db2f922e921c54cdb0849eaad5018cb5a01)
2007-10-10r14690: Support represent_as in headers, enable represent_as() test (which ↵Jelmer Vernooij3-33/+31
works now) (This used to be commit 31e847a0844a6871befc6091e813ae017cd6e4b4)
2007-10-10r14689: Fix testJelmer Vernooij1-9/+4
(This used to be commit b199f5345cc92ff8aeb59479c8c2a89ab1278d70)
2007-10-10r14688: More work on represent_as(): output the right function calls, fix test.Jelmer Vernooij3-8/+35
(This used to be commit 7bc72277b37f9d89f6a078e85c14d560fd33a3bb)
2007-10-10r14687: Start working on support for represent_as() and transmit_as() asJelmer Vernooij7-9/+85
an alternative to subcontext() (This used to be commit 744402160d5f994f5440553bb726e95a13033a83)
2007-10-10r14686: Fix pidl testsuite to run whenever there is a shared libary builtJelmer Vernooij4-48/+53
Samba present. Ignore tests that are known to fail for now. (This used to be commit a7279f13f0431a5036c931c5339542f98139c461)
2007-10-10r14680: add some tests which demonstrate that closing the dir handleStefan Metzmacher1-0/+199
triggers an empty notify reply with NT_STATUS_OK metze (This used to be commit 590dd49207342031fed902701f4214f3b1d6397c)
2007-10-10r14673: Don't double-free conn, it is below 'c' free'ed byAndrew Bartlett1-2/+0
stream_terminate_connection() Andrew Bartlett (This used to be commit a6c797986053ecf6bbce54028d7ea4106635c558)
2007-10-10r14672: the async_info desctructor needs access to the private struct,Stefan Metzmacher1-0/+19
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-10r14670: Fix module extensionsJelmer Vernooij1-6/+6
(This used to be commit 1c7beecbfdc6a156d6e9c379a31bdbfb191cbb5d)
2007-10-10r14667: Fix indentation.Rafal Szczesniak1-29/+29
rafal (This used to be commit 634111bb127432904b80c27032c16e87df76c2b4)
2007-10-10r14666: Fix handling of naming of shared modules when not in developer modeJelmer Vernooij2-24/+22
(This used to be commit 2638899529ca17ee0557d4491a51c21437b581b3)
2007-10-10r14665: More testing in RPC-SAMR. It looks like we will probably need anotherAndrew Bartlett1-20/+41
ldb module to handle which flags can be set under what circumstances. Andrew Bartlett (This used to be commit 1d1ff501f2d2b952a4dd80c374c857be0456173c)
2007-10-10r14662: To allow the RPC-SAMR test to pass, we need to look for both domainsAndrew Bartlett1-1/+1
and the builtinDomain objectClasses, when trying to find domain policies. Andrew Bartlett (This used to be commit 9fc1196f0ca0235aa764d4ae770e3c31978396fa)