summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | | | * 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
| | | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-17129-380/+524
| | | | |\ \
| | | | * | | 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
| | | * | | | 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
| | | | |_|/ | | | |/| |
| | | * | | Fix bug in registry test on big-endian machines.Andrew Bartlett2008-04-172-19/+32
| | | | |/ | | | |/|
| | | * | Don't exclude all tests mentioning 'samba3', but only those actuallyAndrew Bartlett2008-04-171-1/+6
| | | * | Fix samba3sam test.Andrew Bartlett2008-04-171-5/+0
| | | * | 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
| | | | |/
| | | | * 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-1776-5470/+1765
| | | | |\
| | | | | * 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
| | | | | * smb_server/smb2: initialize new create.in.blobs element untill it'll be suppo...Stefan Metzmacher2008-04-171-0/+1
| | | | | * libcli/smb2: make it possible to pass additional extra blobs in smb2_create()Stefan Metzmacher2008-04-172-23/+79
| | | | | * libcli/smb2: also offer the SMB2 dialect that what used in longhorn beta3Stefan Metzmacher2008-04-171-3/+4
| | | | * | fixed popt handling on 64bit boxes in gentestAndrew Tridgell2008-04-161-7/+7
| | | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-15153-1856/+2248
| | | | |\ \
| | | | * | | make the SMB2 negotiated read and write size settable in smb.confAndrew Tridgell2008-04-141-0/+2
| | | | * | | fixed a valgrind error in id mappingAndrew Tridgell2008-04-141-1/+1
| | | | * | | fixed an unitialised write warning in valgrindAndrew Tridgell2008-04-141-0/+1
| | | * | | | 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
| | | | |_|/ | | | |/| |
| | | * | | Avoid event_find_context() when the event context is already availableJelmer Vernooij2008-04-167-9/+11