summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* r14822: if we use the snum used by the lp_* functions instead of the wire TID,Stefan Metzmacher2007-10-101-10/+10
| | | | | | | then don't use tid as name... metze (This used to be commit d41d48caf209fec9f5f04d38d75277b1cfeed22f)
* r14819: list all tests smbtorture offers and explicit list testsStefan Metzmacher2007-10-101-16/+28
| | | | | | | for skipping metze (This used to be commit 127fe33c460ff77c53ad53728782bdb119bcdfb4)
* r14818: give an error on an unknown testStefan Metzmacher2007-10-101-0/+1
| | | | | | | so we catch typos in the make test scripts metze (This used to be commit fa73030debe1c216d86622a5380dbe2945f5d1d3)
* r14817: rename some testsStefan Metzmacher2007-10-102-4/+6
| | | | | | | tridge: is SCAN-EAMAX ok? metze (This used to be commit d8529ec2ee079d4ff17681a5d35d260fd3313e88)
* r14816: Simplify test for comparison_fn_tJelmer Vernooij2007-10-103-20/+4
| | | | (This used to be commit 594215d1176b23596549fd4e4098d42ef41f7d0d)
* r14815: BASE-DIR doesn't exists...Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit 711df01cc82037b47f750572387accbf28d10bfc)
* r14814: also run the BASE-DIR test with 'make test'Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit b52baadf2233335f5f92b4e08b7f1c2dfd0d764f)
* r14813: Remove headers already checked for earlier or not used.Jelmer Vernooij2007-10-101-2/+1
| | | | (This used to be commit bd803fc9803451e0030d292ece57a56614085688)
* r14812: Fix typosJelmer Vernooij2007-10-101-2/+2
| | | | (This used to be commit 354326a718d490e49d760ae62e583612479fa706)
* r14808: added notify_trigger() calls for rename and setfileinfo callsAndrew Tridgell2007-10-102-0/+43
| | | | (This used to be commit adb4ea32e2d5506cb213ea4c0715918042fba084)
* r14807: fixed the format of notify responses (forgot to commit this earlier)Andrew Tridgell2007-10-101-6/+11
| | | | (This used to be commit fb91a37e926963acfc90fe276a33c7a329a023e8)
* r14806: Fix compiler warningsJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit b38a83407717b760c8a7aa3715ab3ca7f637c611)
* r14805: use tdb_lock_bystring() to prevent race conditions in notify add/removeAndrew Tridgell2007-10-101-5/+56
| | | | (This used to be commit a6be44f78ca2eaecbf0b6d8598addba5a11ae966)
* r14804: Start writing a more Pythonic tdb module.Tim Potter2007-10-102-7/+48
| | | | (This used to be commit 4c9af9c1495e0582de8353709d7b79b731a7fc75)
* r14803: copy with the root directory, which has /. on the end of the pathAndrew Tridgell2007-10-101-0/+17
| | | | (This used to be commit 16742cd28621d205f21c855e5635be1dfc3f2b69)
* r14802: Fix typo.Tim Potter2007-10-101-1/+1
| | | | (This used to be commit 757805f02050a6023ff728c28e2f79d00f277f6f)
* r14801: Move swig testing makefile fragment into swig's config.mk and out ofTim Potter2007-10-102-3/+5
| | | | | main.mk (This used to be commit 3721072fc531df2ffdc9ae323aa2e4e3d0fc58b7)
* r14800: use tdb_get_seqnum() in the change notify code to avoid reloading theAndrew Tridgell2007-10-101-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)
* r14799: added a tdb_get_seqnum() call, and the TDB_SEQNUM flag. This allowsAndrew Tridgell2007-10-104-1/+65
| | | | | | for an extremely lightweight test to see if a tdb has possibly changed. (This used to be commit f325ba605ccceca63712c0f2c98961e35e437b3d)
* r14798: Get swig building again (by commenting out dcerpc stuff for now).Tim Potter2007-10-104-4/+37
| | | | | Add the start of a test framework for swigged functionality. (This used to be commit 3dfd0959f78518c021417f3f1158c51d70a1e88c)
* r14797: added checking of the filter in notify requestsAndrew Tridgell2007-10-106-10/+48
| | | | (This used to be commit 1db0a5a7f4c1ff915d91bc15d8e40cc90a78961d)
* r14796: handle overflows in the notify buffer. The pending events are dumpedAndrew Tridgell2007-10-101-4/+27
| | | | | and the notify buffer removed (This used to be commit a4c0e23f9dc5049e7d6df3bf3d3ee694f715ce05)
* r14795: queue notify requests on the same handleAndrew Tridgell2007-10-101-32/+31
| | | | (This used to be commit c976f14a9f397802946a9bb36394fe4c27bf3caf)
* r14794: added a test to see what happens when you send a notify request on aAndrew Tridgell2007-10-101-0/+66
| | | | | | handle that already has a notify request pending. It turns out that they are queued (This used to be commit 15e9302bcd20a91446b19033333b743f1d257a66)
* r14793: the RAW-NOTIFY test now passes. Next I need to make it efficient, andAndrew Tridgell2007-10-102-20/+28
| | | | | add the hooks in all the other places (This used to be commit d1937589029ac2a75d15f006685769c44a274a65)
* r14792: when we enable fake oplocks, give out batch oplocks not exclusive ↵Andrew Tridgell2007-10-101-2/+2
| | | | | | oplocks (This used to be commit 182aee1a213c1219772895deed31e1ed8aed00c4)
* r14755: the change notify code now passes most of the RAW-NOTIFY test. StillAndrew Tridgell2007-10-104-21/+98
| | | | | more work to do though (This used to be commit 4d234b37e528137b5c00f6bbb84c2d6939fea324)
* r14740: Try loading shared libs from the bin/ directory (useful for running ↵Jelmer Vernooij2007-10-101-0/+3
| | | | | | | 'make test' without developer mode) (This used to be commit 3aafd0902094b7d3ed3c4ebe2c9245e2a86d53ea)
* r14739: keep the last request time for the smbsrv_connection,Stefan Metzmacher2007-10-108-13/+46
| | | | | | | smbsrv_session and smbsrv_tcon for management tools metze (This used to be commit 2c87f210e9e68de42dc45ca6532f3f33f4b6ce95)
* r14738: do some different lookupsStefan Metzmacher2007-10-101-5/+5
| | | | | metze (This used to be commit f61bd2e9a2b59a3e5c7eded6b4a7075d193c980a)
* r14737: Fix shared library build without --enable-developerJelmer Vernooij2007-10-101-2/+11
| | | | (This used to be commit d508382180c586ec0a749883b2c75561732d6f37)
* r14736: - the ntvfs subsystem should not know about smb_server.hStefan Metzmacher2007-10-1024-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)
* r14735: Use dcerpc_syntax_id rather then seperate GUID + if_version everywhereJelmer Vernooij2007-10-1020-84/+73
| | | | (This used to be commit a316b33057f3ec8532677980e093cd327d33f257)
* r14734: this demonstrates that a tcon isn't autoclosed by a ulogoffStefan Metzmacher2007-10-101-0/+151
| | | | | | | the tcon can be reused using any other valid session later metze (This used to be commit b9a90ed763e7828bfc56a73578bf01174726ed50)
* r14733: SMBtdis needs a TCON and doesn't need a SESSION,Stefan Metzmacher2007-10-101-1/+2
| | | | | | | on an invalid tcon it gives NT_STATUS_DOS(ERRSRV, ERRinvnid) metze (This used to be commit fca74f2a4ba7d4a18801294a6b2be548864a5252)
* r14732: fix typo noticed by derrell, thanks!Stefan Metzmacher2007-10-101-1/+1
| | | | | metze (This used to be commit ffa500ebb45cf7b9a513f76abae3ad32806042f3)
* r14731: Fix typoJelmer Vernooij2007-10-101-1/+1
| | | | (This used to be commit e68785a30b9418bc88a5294960070e217fd1eb6f)
* r14730: Remove dependency information with 'make clean'Jelmer Vernooij2007-10-101-4/+4
| | | | (This used to be commit 16da854eff726f11971aab8e62098044989e4ccc)
* r14729: Install db_wrap.h and db_wrap_proto.hJelmer Vernooij2007-10-102-1/+4
| | | | (This used to be commit aa8979d55d2f7c760cbe5bc349c8b4842de98546)
* r14728: Install two more headers, fix warningJelmer Vernooij2007-10-102-1/+3
| | | | (This used to be commit 7a227457a4523e8b76d86022a38c8851c04b2e6b)
* r14727: Update pidls' TODO, add test that demonstrates the desired behaviourJelmer Vernooij2007-10-102-4/+41
| | | | (This used to be commit c2f510d38be6b4387120d7477ddd200b9bec13e5)
* r14725: Reduce amount of headers, add simple ui implementation (not used yet ↵Jelmer Vernooij2007-10-101-10/+32
| | | | | | though) (This used to be commit 141830116b059f032696c956832451a7b0f7c6cb)
* r14724: Rearrange some source files, install more headers.Jelmer Vernooij2007-10-1014-16/+54
| | | | (This used to be commit 7146c1600f29c349e5bb78f810e7e170b535dd37)
* r14723: Keep statisticsJelmer Vernooij2007-10-102-0/+8
| | | | (This used to be commit 9d6eefad3a45aba52247d4364c9ef5a538f0abd5)
* r14721: Fix a couple of warnings.Jelmer Vernooij2007-10-104-5/+12
| | | | (This used to be commit 426ac78108b35adc8412d12d2d888c3d5ddf4171)
* r14720: Add torture_context argument to all torture testsJelmer Vernooij2007-10-10119-165/+197
| | | | (This used to be commit 3c7a5ce29108dd82210dc3e1f00414f545949e1d)
* r14718: Add initial work on a standardized UI for smbtortureJelmer Vernooij2007-10-104-1/+133
| | | | (This used to be commit a15a8d87b50fe3011c009d3c030cf54ec86540b4)
* r14717: Don't provision the system as 'localhost', but instead list localhostAndrew Bartlett2007-10-101-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)
* r14716: Remove username from debug message, it just causes valgrind assertions.Andrew Bartlett2007-10-101-4/+2
| | | | | Andrew Bartlett (This used to be commit c978fea2a14979d8431b2be9ff35ab47fc1a4a08)
* r14715: Correct the definition of the DCE/RPC bind_nak, per the OpenGroup spec.Andrew Bartlett2007-10-103-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)