summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r14817: rename some testsStefan Metzmacher2-4/+6
tridge: is SCAN-EAMAX ok? metze (This used to be commit d8529ec2ee079d4ff17681a5d35d260fd3313e88)
2007-10-10r14816: Simplify test for comparison_fn_tJelmer Vernooij3-20/+4
(This used to be commit 594215d1176b23596549fd4e4098d42ef41f7d0d)
2007-10-10r14815: BASE-DIR doesn't exists...Stefan Metzmacher1-1/+1
metze (This used to be commit 711df01cc82037b47f750572387accbf28d10bfc)
2007-10-10r14814: also run the BASE-DIR test with 'make test'Stefan Metzmacher1-1/+1
metze (This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f)
2007-10-10r14813: Remove headers already checked for earlier or not used.Jelmer Vernooij1-2/+1
(This used to be commit bd803fc9803451e0030d292ece57a56614085688)
2007-10-10r14812: Fix typosJelmer Vernooij1-2/+2
(This used to be commit 354326a718d490e49d760ae62e583612479fa706)
2007-10-10r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2-0/+43
(This used to be commit adb4ea32e2d5506cb213ea4c0715918042fba084)
2007-10-10r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell1-6/+11
(This used to be commit fb91a37e926963acfc90fe276a33c7a329a023e8)
2007-10-10r14806: Fix compiler warningsJelmer Vernooij1-1/+1
(This used to be commit b38a83407717b760c8a7aa3715ab3ca7f637c611)
2007-10-10r14805: use tdb_lock_bystring() to prevent race conditions in notify add/removeAndrew Tridgell1-5/+56
(This used to be commit a6be44f78ca2eaecbf0b6d8598addba5a11ae966)
2007-10-10r14804: Start writing a more Pythonic tdb module.Tim Potter2-7/+48
(This used to be commit 4c9af9c1495e0582de8353709d7b79b731a7fc75)
2007-10-10r14803: copy with the root directory, which has /. on the end of the pathAndrew Tridgell1-0/+17
(This used to be commit 16742cd28621d205f21c855e5635be1dfc3f2b69)
2007-10-10r14802: Fix typo.Tim Potter1-1/+1
(This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f)
2007-10-10r14801: Move swig testing makefile fragment into swig's config.mk and out ofTim Potter2-3/+5
main.mk (This used to be commit 3721072fc531df2ffdc9ae323aa2e4e3d0fc58b7)
2007-10-10r14800: use tdb_get_seqnum() in the change notify code to avoid reloading theAndrew Tridgell1-2/+13
notify record if the tdb has not changed. This makes the notify_trigger() call much faster, which is important as it is called on just about every file operation (This used to be commit d09b8761bfda7dfbb4c7a5c4a4f4359ba01923a3)
2007-10-10r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell4-1/+65
for an extremely lightweight test to see if a tdb has possibly changed. (This used to be commit f325ba605ccceca63712c0f2c98961e35e437b3d)
2007-10-10r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter4-4/+37
Add the start of a test framework for swigged functionality. (This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c)
2007-10-10r14797: added checking of the filter in notify requestsAndrew Tridgell6-10/+48
(This used to be commit 1db0a5a7f4c1ff915d91bc15d8e40cc90a78961d)
2007-10-10r14796: handle overflows in the notify buffer. The pending events are dumpedAndrew Tridgell1-4/+27
and the notify buffer removed (This used to be commit a4c0e23f9dc5049e7d6df3bf3d3ee694f715ce05)
2007-10-10r14795: queue notify requests on the same handleAndrew Tridgell1-32/+31
(This used to be commit c976f14a9f397802946a9bb36394fe4c27bf3caf)
2007-10-10r14794: added a test to see what happens when you send a notify request on aAndrew Tridgell1-0/+66
handle that already has a notify request pending. It turns out that they are queued (This used to be commit 15e9302bcd20a91446b19033333b743f1d257a66)
2007-10-10r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell2-20/+28
add the hooks in all the other places (This used to be commit d1937589029ac2a75d15f006685769c44a274a65)
2007-10-10r14792: when we enable fake oplocks, give out batch oplocks not exclusive ↵Andrew Tridgell1-2/+2
oplocks (This used to be commit 182aee1a213c1219772895deed31e1ed8aed00c4)
2007-10-10r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell4-21/+98
more work to do though (This used to be commit 4d234b37e528137b5c00f6bbb84c2d6939fea324)
2007-10-10r14740: Try loading shared libs from the bin/ directory (useful for running ↵Jelmer Vernooij1-0/+3
'make test' without developer mode) (This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea)
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)