summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | * 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-15150-1856/+2215
| |\ \
| * | | 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
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-165-18/+30
|\ \ \
| * \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-162-14/+42
| |\ \ \
| * | | | Adjust the expectations of the struct based winbind test.Andrew Bartlett2008-04-162-8/+15
| * | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1611-4344/+5
| |\ \ \ \
| * | | | | Fix struct_based winbind test for 'check machine account'.Andrew Bartlett2008-04-162-5/+6
| * | | | | Fix wbinfo --trusted-domains.Andrew Bartlett2008-04-162-5/+9
* | | | | | Fix todo element on actually implemented function.Jelmer Vernooij2008-04-161-1/+1
| |_|/ / / |/| | | |
* | | | | Provide stubs when the [todo] attribute is set.Jelmer Vernooij2008-04-162-14/+42
| |/ / / |/| | |
* | | | Remove policy library - it's now in a separate git repository.Jelmer Vernooij2008-04-1610-4344/+0
* | | | make sure header can be included more than once.Jelmer Vernooij2008-04-161-0/+5
|/ / /
* | | Now that we don't create a new event context, don't free it.Andrew Bartlett2008-04-161-1/+0
* | | Remove unused arguments from reg_open_local().Jelmer Vernooij2008-04-169-71/+63
* | | Mention the actual exit code when a suite failed.Jelmer Vernooij2008-04-161-1/+3
* | | Merge branch 'wbinfo-test' of git://git.samba.org/kai/samba/kai-work-in-progr...Jelmer Vernooij2008-04-161-1/+2
|\ \ \
| * | | blackbox: Add many more tests for wbinfoKai Blin2008-04-151-1/+2
* | | | Provide the right error count to formatters.Jelmer Vernooij2008-04-161-1/+1
* | | | Properly warn about exit codes that indicate success while tests claimJelmer Vernooij2008-04-161-0/+3
* | | | Support knownfail Subunit command.Jelmer Vernooij2008-04-161-2/+13
* | | | Deal with commands not even starting.Jelmer Vernooij2008-04-151-6/+10
* | | | Add some documentation about the expected testsuite output.Jelmer Vernooij2008-04-151-3/+43
* | | | Add some documentation on test behaviour in selftest.Jelmer Vernooij2008-04-151-12/+29
* | | | Split binding structure handling out into a separate file.Jelmer Vernooij2008-04-153-695/+725
* | | | Re-add 'db' subdirectory for LDAP backend provisionAndrew Bartlett2008-04-151-3/+3
|/ / /
* | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-155-39/+56
|\ \ \
| * | | Fix size to memcpy call in generated Samba 3 client code.Jelmer Vernooij2008-04-152-31/+47
| * | | Fix pointers when pushing strings to python during pidl generation.Jelmer Vernooij2008-04-152-6/+7
| * | | Saner names for Python objects.Jelmer Vernooij2008-04-151-2/+2
* | | | Fix some of the winbind tests.Andrew Bartlett2008-04-153-3/+4
* | | | Fix winbind to check machine account.Andrew Bartlett2008-04-154-106/+63