summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Collapse)AuthorAgeFilesLines
...
| | * smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.James Peach2008-04-213-0/+322
| | | | | | | | | | | | | | | | | | | | | | | | This test samples the lookup rate for a non-existant filename in a directory, while varying the number of files in the directory. The lookup rate should continue to approximate the lookup rate for the empty directory case. (This used to be commit ca7e4d9166a7cb10495cf3ecd9c4e72103fbec30)
| * | Add port number for ncacn_http epmapper.Jelmer Vernooij2008-04-221-1/+1
| |/ | | | | | | (This used to be commit 1304362b3754960f68fb56e0915c3d80cace6e60)
| * Load default smb.conf file if none was specified explicitly.Jelmer Vernooij2008-04-214-29/+70
| | | | | | | | (This used to be commit 8fa23fac516dbf4c8245c1d009e81f02a6341775)
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1913-116/+500
| |\ | | | | | | | | | (This used to be commit 13a0941d3432dc7dae552048265ad1e762b781d4)
| | * SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher2008-04-191-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | This means we no longer have a oplock break timing out for the "delete". metze (This used to be commit 50f6a72b674f58a24c1a6c42e4dd56dc4e9f5a1e)
| | * torture/smb2: add a simple SMB2-OPLOCK-BATCH1 testStefan Metzmacher2008-04-193-1/+181
| | | | | | | | | | | | | | | metze (This used to be commit 914f0ac83bc396be0ca34c43e2ea01ecc1c3b826)
| | * ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher2008-04-191-0/+17
| | | | | | | | | | | | | | | metze (This used to be commit b781bb733c9a563457f87c94abe8c91b426c07ee)
| | * smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
| | | | | | | | | | | | | | | metze (This used to be commit 2306394dcc22ff2be8581256a5cf91eef4993078)
| | * libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-192-0/+54
| | | | | | | | | | | | | | | metze (This used to be commit 58189b87eade62b717c2c17c679e482786bf2098)
| | * libcli/smb2: add smb2_break() callsStefan Metzmacher2008-04-192-1/+75
| | | | | | | | | | | | | | | metze (This used to be commit 7f545dbbf0186fe552e4c49a3f618862cb4771e7)
| | * libcli: define structure for SMB2 BreakStefan Metzmacher2008-04-191-1/+16
| | | | | | | | | | | | | | | metze (This used to be commit 5ffea702c3a1c92a797afab1a3cadf2f2a18729f)
| | * ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher2008-04-191-3/+3
| | | | | | | | | | | | | | | metze (This used to be commit 60c4a4fc1afe88716ac63d3ea430e07fea7b9991)
| | * build: fix the build rule for .o filesStefan Metzmacher2008-04-191-1/+3
| | | | | | | | | | | | | | | metze (This used to be commit c7f34f41c3f9f0c3f75a618dfaf566706014a6b4)
| | * Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If smb_messages flags show for which opcodes VWV(0) signifies chaining modes, and also which opcodes can have requests >64K then the bcc / req->in.data_size fixup in smbsrv_recv_smb_request can be more safely applied. This fix permits nttrans requests >64K to be handled. It is not yet clear if THAT is a good thing, but this fix does the current thing more nicely. (This used to be commit 8e4f16e975e192709f398c98650cbe9fe2a76261)
| | * Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
| | | | | | | | | | | | | | | | | | | | | No functional change, just re-ordering so that smbsrv_recv_smb_request can refer to smb_messages in a future patch (This used to be commit d06eafea1a3e7fa61c94492cf504e6fd81da861d)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-182-4/+2
| |\| | | | | | | | | | (This used to be commit e8da1559f7282127264c671c485e812f669b97ba)
| | * fixed a double free in winbind Andrew Tridgell2008-04-181-1/+0
| | | | | | | | | | | | | | | | | | state->domain->netlogon_binding is a child of ctx, and ctx is freed by the composite_is_ok failure callback (This used to be commit 3c217518ba9a7b64fe6c842187499f1ee5189567)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-181-9/+11
| | |\ | | | | | | | | | | | | (This used to be commit e2489de8de7d6e4839f29166f1881df3550a502d)
| | * | change the default idmap range to 3M -> 4MAndrew Tridgell2008-04-181-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | This gives us a lot more headroom, and means that we have a lower chance of running into real local users (This used to be commit b2dac6645c3bce45ab2178b9f5b4e017486b5b8e)
| * | | Fix samba3 protocol to correctly include the NULL terminatorAndrew Bartlett2008-04-181-0/+3
| | |/ | |/| | | | | | | | | | Andrew Bartlett (This used to be commit fa459913039673e55aa9300962f01e5079dd20d8)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1715-28/+85
| |\| | | | | | | | | | (This used to be commit 43fc10aaa7c3d50cb9fee5ecab859103aec4a62e)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-176-25/+94
| | |\ | | | | | | | | | | | | (This used to be commit c73a3b837ec16fbb846c6e63a45599fca99b3d0b)
| | | * nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher2008-04-171-6/+4
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 0e2f6d481b3e35ed392b2b3340b244c77593819c)
| | | * libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ↵Stefan Metzmacher2008-04-173-0/+58
| | | | | | | | | | | | | | | | | | | | | | | | | | | | ntlogon packets metze (This used to be commit 690c12cd2afd0fba626576fbae3f28ffdae63be2)
| | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-17128-375/+524
| | |\ \ | | | | | | | | | | | | | | | (This used to be commit 3ab9abf40605a4a6b220faeebaef81546a8d87a0)
| | * | | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-174-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The approach I have used is as set out in https://www.securecoding.cert.org/confluence/display/seccode/ARR38-C.+Do+not+add+or+subtract+an+integer+to+a+pointer+if+the+resulting+value+does+not+refer+to+an+element+within+the+array (This used to be commit 92d5fb531db39be655f0cbd2d75b5f675a0a4cfa)
| | * | | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-177-9/+10
| | | | | | | | | | | | | | | | | | | | (This used to be commit d62f2bcc85c13605c133db250e0a86d2d6ccc481)
| * | | | More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| | | | | | | | | | | | | | | | | | | | (This used to be commit b26662be196a84237543eb90d6e08809489df3a9)
| * | | | Fix typoAndrew Bartlett2008-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | (This used to be commit ba6546504505f19abaa5aa35fe3e469ddfd3d619)
| * | | | More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
| | |_|/ | |/| | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 500544f4127d4042ab5ea8e3800156246982c297)
| * | | Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| | |/ | |/| | | | | | | | | | Andrew Bartlett (This used to be commit c74c67c38383b43efd707934e8c457b757e49db1)
| * | Don't exclude all tests mentioning 'samba3', but only those actuallyAndrew Bartlett2008-04-171-1/+6
| | | | | | | | | | | | | | | | | | | | | specific. Andrew Bartlett (This used to be commit a38f413c557f3c85a5524607c69e9085a8289f47)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-171-0/+6
| |\ \ | | | | | | | | | | | | (This used to be commit 8d9812bada2801f93eb47270287b3c083a3e9df8)
| | * | Add useful provisioning debugging optionsSimo Sorce2008-04-171-0/+6
| | | | | | | | | | | | | | | | (This used to be commit 3f46eb95e47828ba1db236d584933c997cb0c170)
| * | | Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett2008-04-171-1/+1
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 12fa30765361ed9b2e80951baa739ae4aba3fffe)
| * | | Fix build not to always use code coverage.Andrew Bartlett2008-04-171-4/+6
| |/ / | | | | | | | | | | | | | | | | | | Somehow, the way this was structured before always did a gcov build. Andrew Bartlett (This used to be commit 052edb786418f161272a41025f8b6eee93bb433d)
| * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-1717-51/+389
| |\ \ | | | | | | | | | | | | (This used to be commit ece878c1f9251b83598508e23ce0015b4db72f0a)
| | * | Fix the expectations on the unixinfo test.Andrew Bartlett2008-04-171-2/+2
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 0df2b3e0b56007850cf83cfdcdb45ca29e162d34)
| | * | Run more tests that were previously skipped.Andrew Bartlett2008-04-172-4/+7
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 4e06b1d684d6893d79dd6cbd32c2f868dcc559da)
| | * | Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
| | | | | | | | | | | | | | | | | | | | Andrew Bartlett (This used to be commit 7b9a647ebbbe9ec9e1b82b42e3a8916396f91273)
| | * | Use the struct based winbind tests, but mark as known fail.Andrew Bartlett2008-04-172-1/+7
| | |/ | | | | | | | | | | | | Andrew Bartlett (This used to be commit 85c9b21a457ccbf9014ae8f0554a8a5938256a11)
| | * make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
| | | | | | | | | | | | (This used to be commit 2090e75e0c28f8d2aada305059bdb455f42ed0d5)
| | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-1766-5362/+1464
| | |\ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: source/ntvfs/ntvfs_generic.c (This used to be commit a626a9c69cb2c07c8de69dcfe45361f86d6de58d)
| | | * ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 9013748273378f88bfc66d3583814f0fee67c40f)
| | | * SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher2008-04-171-32/+52
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit ae0a7d0918cc15309a6d1166885f23531365007c)
| | | * torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-173-1/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This demonstrates that the file seek position is still available on reconnected persistent handles. metze (This used to be commit 30e04ae3a02596de03d06874ff5dfc0ddc3bf902)
| | | * selftest: ignore failures in the SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 02bfe20fd3ef2981945b3eb38f0bf012ef0cb91e)
| | | * torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher2008-04-171-0/+55
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit d70afbb0673184ed067e5f1c7608536025a3cca7)
| | | * torture/smb2: fix whitespacesStefan Metzmacher2008-04-171-3/+3
| | | | | | | | | | | | | | | | | | | | metze (This used to be commit 66c0f331a231ea8897bd8f83658c86b1d2c85d62)
| | | * smb_server/smb2: initialize new create.in.blobs element untill it'll be ↵Stefan Metzmacher2008-04-171-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | supported metze (This used to be commit fbfbd74e65b1f3e185f08a538bdd50ba7c6ce9bf)