Age | Commit message (Expand) | Author | Files | Lines |
2008-04-22 | Fix event context initialization for Python bindings. | Jelmer Vernooij | 1 | -1/+5 |
2008-04-22 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 1 | -1/+1 |
2008-04-22 | fix an extrasemi compile warning | Björn Jacke | 1 | -1/+1 |
2008-04-22 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 64 | -247/+605 |
2008-04-21 | Make sure we have an event context available | Simo Sorce | 1 | -0/+7 |
2008-04-21 | Fix build | Simo Sorce | 1 | -0/+1 |
2008-04-22 | Add port number for ncacn_http epmapper. | Jelmer Vernooij | 1 | -1/+1 |
2008-04-21 | Remove more event_context_init() uses from function calls within deep down th... | Simo Sorce | 60 | -247/+275 |
2008-04-21 | smbtorture: Add RAW-BENCH-LOOKUP micro-benchmark. | James Peach | 3 | -0/+322 |
2008-04-21 | Load default smb.conf file if none was specified explicitly. | Jelmer Vernooij | 4 | -29/+70 |
2008-04-19 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 13 | -116/+500 |
2008-04-19 | SMB2-PERSISTENT-HANDLES1: close the handle before deleting it | Stefan Metzmacher | 1 | -0/+2 |
2008-04-19 | torture/smb2: add a simple SMB2-OPLOCK-BATCH1 test | Stefan Metzmacher | 3 | -1/+181 |
2008-04-19 | ntvfs_generic: map RAW_LOCK_SMB2_BREAK to RAW_LOCK_GENERIC | Stefan Metzmacher | 1 | -0/+17 |
2008-04-19 | smb_server/smb2: handle incoming oplock releases | Stefan Metzmacher | 1 | -1/+30 |
2008-04-19 | libcli/smb2: make it possible to handle incoming oplock requests | Stefan Metzmacher | 2 | -0/+54 |
2008-04-19 | libcli/smb2: add smb2_break() calls | Stefan Metzmacher | 2 | -1/+75 |
2008-04-19 | libcli: define structure for SMB2 Break | Stefan Metzmacher | 1 | -1/+16 |
2008-04-19 | ntvfs_generic: fix mapping the granted oplocks for SMB2 | Stefan Metzmacher | 1 | -3/+3 |
2008-04-19 | build: fix the build rule for .o files | Stefan Metzmacher | 1 | -1/+3 |
2008-04-18 | Flag smb messages array with AND_X and LARGE_REQUEST | Amin Azez | 1 | -10/+21 |
2008-04-18 | Re-order smbsrv_recv_smb_request and smb_messages | Amin Azez | 1 | -99/+99 |
2008-04-18 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 2 | -4/+2 |
2008-04-18 | fixed a double free in winbind | Andrew Tridgell | 1 | -1/+0 |
2008-04-18 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 1 | -9/+11 |
2008-04-18 | change the default idmap range to 3M -> 4M | Andrew Tridgell | 1 | -3/+2 |
2008-04-18 | Fix samba3 protocol to correctly include the NULL terminator | Andrew Bartlett | 1 | -0/+3 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 15 | -28/+85 |
2008-04-17 | More endian fixes in the registry | Andrew Bartlett | 1 | -5/+5 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 6 | -25/+94 |
2008-04-17 | Fix typo | Andrew Bartlett | 1 | -1/+1 |
2008-04-17 | More work to avoid endian bugs in registry tests. | Andrew Bartlett | 1 | -5/+7 |
2008-04-17 | nbt.idl: fix parsing und pushing of dom_sids by using dom_sid0 | Stefan Metzmacher | 1 | -6/+4 |
2008-04-17 | libndr: add dom_sid0 type that can later be used for CLDAP and MAILSLOT ntlog... | Stefan Metzmacher | 3 | -0/+58 |
2008-04-17 | Fix bug in registry test on big-endian machines. | Andrew Bartlett | 2 | -19/+32 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Andrew Tridgell | 129 | -380/+524 |
2008-04-17 | fix the overflow/wrap checks in Samba4 for new gcc optimisation behavior | Andrew Tridgell | 4 | -13/+13 |
2008-04-17 | Don't exclude all tests mentioning 'samba3', but only those actually | Andrew Bartlett | 1 | -1/+6 |
2008-04-17 | Fix samba3sam test. | Andrew Bartlett | 1 | -5/+0 |
2008-04-17 | use uintptr_t instead of intptr_t where appropriate | Andrew Tridgell | 7 | -9/+10 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -0/+6 |
2008-04-17 | Run samba3sam.js with bin/smbscript explicitly. | Andrew Bartlett | 1 | -1/+1 |
2008-04-17 | Fix build not to always use code coverage. | Andrew Bartlett | 1 | -4/+6 |
2008-04-17 | Add useful provisioning debugging options | Simo Sorce | 1 | -0/+6 |
2008-04-17 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-test | Jelmer Vernooij | 17 | -51/+389 |
2008-04-17 | Fix the build. | Jelmer Vernooij | 1 | -3/+3 |
2008-04-17 | Specify event_context to ldb_wrap_connect explicitly. | Jelmer Vernooij | 87 | -222/+352 |
2008-04-17 | Fix the expectations on the unixinfo test. | Andrew Bartlett | 1 | -2/+2 |
2008-04-17 | Run more tests that were previously skipped. | Andrew Bartlett | 2 | -4/+7 |
2008-04-17 | Skip strcmp() on 2 NULL pointers. | Andrew Bartlett | 1 | -1/+2 |