summaryrefslogtreecommitdiff
path: root/source4
AgeCommit message (Expand)AuthorFilesLines
2008-04-19ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher1-0/+17
2008-04-19smb_server/smb2: handle incoming oplock releasesStefan Metzmacher1-1/+30
2008-04-19libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2-0/+54
2008-04-19libcli/smb2: add smb2_break() callsStefan Metzmacher2-1/+75
2008-04-19libcli: define structure for SMB2 BreakStefan Metzmacher1-1/+16
2008-04-19ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher1-3/+3
2008-04-19build: fix the build rule for .o filesStefan Metzmacher1-1/+3
2008-04-18Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez1-10/+21
2008-04-18Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez1-99/+99
2008-04-18fixed a double free in winbind Andrew Tridgell1-1/+0
2008-04-18Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell1-9/+11
2008-04-18change the default idmap range to 3M -> 4MAndrew Tridgell1-3/+2
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett15-28/+85
2008-04-17More endian fixes in the registryAndrew Bartlett1-5/+5
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell6-25/+94
2008-04-17Fix typoAndrew Bartlett1-1/+1
2008-04-17More work to avoid endian bugs in registry tests.Andrew Bartlett1-5/+7
2008-04-17nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher1-6/+4
2008-04-17libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher3-0/+58
2008-04-17Fix bug in registry test on big-endian machines.Andrew Bartlett2-19/+32
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell128-375/+524
2008-04-17fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell4-13/+13
2008-04-17Don't exclude all tests mentioning 'samba3', but only those actuallyAndrew Bartlett1-1/+6
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell7-9/+10
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett1-0/+6
2008-04-17Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett1-1/+1
2008-04-17Fix build not to always use code coverage.Andrew Bartlett1-4/+6
2008-04-17Add useful provisioning debugging optionsSimo Sorce1-0/+6
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij17-51/+389
2008-04-17Fix the build.Jelmer Vernooij1-3/+3
2008-04-17Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij87-222/+352
2008-04-17Fix the expectations on the unixinfo test.Andrew Bartlett1-2/+2
2008-04-17Run more tests that were previously skipped.Andrew Bartlett2-4/+7
2008-04-17Skip strcmp() on 2 NULL pointers.Andrew Bartlett1-1/+2
2008-04-17Use the struct based winbind tests, but mark as known fail.Andrew Bartlett2-1/+7
2008-04-17make smb2 read and write size configurableAndrew Tridgell1-3/+6
2008-04-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell66-5362/+1464
2008-04-17ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher1-2/+27
2008-04-17SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher1-32/+52
2008-04-17torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher3-1/+165
2008-04-17selftest: ignore failures in the SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher1-0/+1
2008-04-17torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher1-0/+55
2008-04-17torture/smb2: fix whitespacesStefan Metzmacher1-3/+3
2008-04-17smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher1-0/+1
2008-04-17Avoid recursive make for code coverage.Jelmer Vernooij1-15/+18
2008-04-17libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2-23/+79
2008-04-17libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher1-3/+4
2008-04-17Add convenience function for getting at event context from ejs code.Jelmer Vernooij6-5/+13
2008-04-17Avoid using event_context_find where possible.Jelmer Vernooij2-4/+2
2008-04-17Fix the build.Jelmer Vernooij3-4/+4