summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
* libcli: define structure for SMB2 BreakStefan Metzmacher2008-04-191-1/+16
* ntvfs_generic: fix mapping the granted oplocks for SMB2Stefan Metzmacher2008-04-191-3/+3
* build: fix the build rule for .o filesStefan Metzmacher2008-04-191-1/+3
* Flag smb messages array with AND_X and LARGE_REQUESTAmin Azez2008-04-181-10/+21
* Re-order smbsrv_recv_smb_request and smb_messagesAmin Azez2008-04-181-99/+99
* fixed a double free in winbind Andrew Tridgell2008-04-181-1/+0
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-181-9/+11
|\
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1715-28/+85
| |\
| * | More endian fixes in the registryAndrew Bartlett2008-04-171-5/+5
| * | Fix typoAndrew Bartlett2008-04-171-1/+1
| * | More work to avoid endian bugs in registry tests.Andrew Bartlett2008-04-171-5/+7
* | | change the default idmap range to 3M -> 4MAndrew Tridgell2008-04-181-3/+2
| |/ |/|
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-176-25/+94
|\ \
| * | nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0Stefan Metzmacher2008-04-171-6/+4
| * | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog...Stefan Metzmacher2008-04-173-0/+58
| |/
| * Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-17128-375/+524
|\|
| * Don't exclude all tests mentioning 'samba3', but only those actuallyAndrew Bartlett2008-04-171-1/+6
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-171-0/+6
| |\
| | * Add useful provisioning debugging optionsSimo Sorce2008-04-171-0/+6
| * | Run samba3sam.js with bin/smbscript explicitly.Andrew Bartlett2008-04-171-1/+1
| * | Fix build not to always use code coverage.Andrew Bartlett2008-04-171-4/+6
| |/
| * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-1717-51/+389
| |\
| | * Fix the expectations on the unixinfo test.Andrew Bartlett2008-04-171-2/+2
| | * Run more tests that were previously skipped.Andrew Bartlett2008-04-172-4/+7
| | * Skip strcmp() on 2 NULL pointers.Andrew Bartlett2008-04-171-1/+2
| | * Use the struct based winbind tests, but mark as known fail.Andrew Bartlett2008-04-172-1/+7
| * | Fix the build.Jelmer Vernooij2008-04-171-3/+3
| * | Specify event_context to ldb_wrap_connect explicitly.Jelmer Vernooij2008-04-1787-222/+352
| * | Avoid recursive make for code coverage.Jelmer Vernooij2008-04-171-15/+18
| * | Add convenience function for getting at event context from ejs code.Jelmer Vernooij2008-04-176-5/+13
| * | Avoid using event_context_find where possible.Jelmer Vernooij2008-04-172-4/+2
| * | Fix the build.Jelmer Vernooij2008-04-173-4/+4
| * | Require explicit event context rather than looking if it is not specified.Jelmer Vernooij2008-04-171-1/+1
| * | Explicitly require event context to be specified.Jelmer Vernooij2008-04-172-1/+5
| * | Use provided event context rather than looking for it.Jelmer Vernooij2008-04-175-16/+13
| * | Require passing in an event context to endpoint mapper utility function.Jelmer Vernooij2008-04-171-13/+1
| * | Remove event context tracking from the credentials struct.Jelmer Vernooij2008-04-1719-77/+76
| * | Avoid event_find_context when a event context is already available.Jelmer Vernooij2008-04-163-5/+4
| * | Use readily available event context.Jelmer Vernooij2008-04-161-1/+1
* | | fix the overflow/wrap checks in Samba4 for new gcc optimisation behaviorAndrew Tridgell2008-04-174-13/+13
* | | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-177-9/+10
| |/ |/|
* | make smb2 read and write size configurableAndrew Tridgell2008-04-171-3/+6
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-1766-5362/+1464
|\ \
| * | ntvfs_generic: map SMB2 oplock levels to the generic onesStefan Metzmacher2008-04-171-2/+27
| * | SMB2-PERSISTENT-HANDLES1: verify some more fieldsStefan Metzmacher2008-04-171-32/+52
| * | torture/smb2: add SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-173-1/+165
| * | selftest: ignore failures in the SMB2-PERSISTENT-HANDLES1 testStefan Metzmacher2008-04-171-0/+1
| * | torture/smb2: add torture_suite_add_2smb2_test() helper functionStefan Metzmacher2008-04-171-0/+55
| * | torture/smb2: fix whitespacesStefan Metzmacher2008-04-171-3/+3