summaryrefslogtreecommitdiffstats
path: root/source4
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testJelmer Vernooij2008-04-2264-247/+605
| | | |\|
| | | | * Make sure we have an event context availableSimo Sorce2008-04-211-0/+7
| | | | * Fix buildSimo Sorce2008-04-211-0/+1
| | | | * Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-2160-247/+275
| | | | * smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark.James Peach2008-04-213-0/+322
| | | * | Add port number for ncacn_http epmapper.Jelmer Vernooij2008-04-221-1/+1
| | | |/
| | | * Load default smb.conf file if none was specified explicitly.Jelmer Vernooij2008-04-214-29/+70
| | | * Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1913-116/+500
| | | |\
| | | | * SMB2-PERSISTENT-HANDLES1: close the handle before deleting itStefan Metzmacher2008-04-191-0/+2
| | | | * torture/smb2: add a simple SMB2-OPLOCK-BATCH1 testStefan Metzmacher2008-04-193-1/+181
| | | | * ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERICStefan Metzmacher2008-04-191-0/+17
| | | | * smb_server/smb2: handle incoming oplock releasesStefan Metzmacher2008-04-191-1/+30
| | | | * libcli/smb2: make it possible to handle incoming oplock requestsStefan Metzmacher2008-04-192-0/+54
| | | | * libcli/smb2: add smb2_break() callsStefan Metzmacher2008-04-192-1/+75
| | | | * 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
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-182-4/+2
| | | |\|
| | | | * 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
| | | | |\
| | | | * | change the default idmap range to 3M -> 4MAndrew Tridgell2008-04-181-3/+2
| | | * | | Fix samba3 protocol to correctly include the NULL terminatorAndrew Bartlett2008-04-181-0/+3
| | | | |/ | | | |/|
| | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartletAndrew Bartlett2008-04-1715-28/+85
| | | |\|
| | | | * 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
| | | | * | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-testAndrew Tridgell2008-04-17128-375/+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
| | | * | 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-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