Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-09-29 | setup the loadparm context for ldb in testjoin | Andrew Tridgell | 1 | -0/+1 | |
2008-09-29 | LDB ASYNC: misc changes | Simo Sorce | 1 | -26/+38 | |
2008-09-26 | Add test to show you can open for delete a readonly file. | Jeremy Allison | 1 | -0/+59 | |
Jeremy. | |||||
2008-09-24 | check error code for zero desired_access in SMB2 create | Andrew Tridgell | 1 | -0/+7 | |
2008-09-24 | fixed setpathinfo in gentest to not zero the filename/handle | Andrew Tridgell | 1 | -5/+2 | |
2008-09-24 | support NT_STATUS_XX:NT_STATUS_YY syntax in ignore files | Andrew Tridgell | 1 | -1/+15 | |
2008-09-24 | Move source4/lib/crypto to lib/crypto. | Jelmer Vernooij | 9 | -9/+9 | |
2008-09-23 | Merge ldb_search() and ldb_search_exp_fmt() into a simgle function. | Simo Sorce | 3 | -13/+8 | |
The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful. | |||||
2008-09-23 | Merge branch 'master' of ssh://git.samba.org/data/git/samba | Andrew Tridgell | 7 | -68/+33 | |
2008-09-23 | RPC-PAC: loop in gensec_update() untill the server side is ready | Stefan Metzmacher | 1 | -5/+1 | |
metze | |||||
2008-09-23 | s4-nbt: use ../libcli/nbt | Günther Deschner | 1 | -1/+1 | |
Guenther | |||||
2008-09-23 | s4-nbt: use private_data instead of private. | Günther Deschner | 3 | -11/+11 | |
Guenther | |||||
2008-09-23 | test setinfo FULL_EA_INFORMATION in gentest | Andrew Tridgell | 1 | -1/+8 | |
2008-09-23 | fixed a memory error in change notify handling in gentest | Andrew Tridgell | 1 | -2/+1 | |
2008-09-22 | Remove unused variable | Andrew Bartlett | 1 | -2/+0 | |
2008-09-22 | Test re-setting the challenge after an auth3 in RPC-NETLOGON | Andrew Bartlett | 1 | -0/+4 | |
2008-09-22 | This torture test and skipping of the server-side check was bogus. | Andrew Bartlett | 1 | -49/+0 | |
The IDL is declared to force the MessageType to 3 on output, so we instead checked the same thing 255 times... Andrew Bartlett | |||||
2008-09-21 | Torture suite: Revert some changes because they aren't necessary | Matthias Dieter Wallnöfer | 2 | -16/+0 | |
This reverts some changes made by me because they aren't necessary. The "ZERO_STRUCT"'s remain in. | |||||
2008-09-21 | Torture suite: Fixes the tests to not segfault again SAMBA 4 registry server | Matthias Dieter Wallnöfer | 2 | -0/+32 | |
2008-09-18 | Properly report why a test didn't succeed (required for use with known | Jelmer Vernooij | 1 | -117/+91 | |
failures). | |||||
2008-09-17 | Move common libraries from root to lib/. | Jelmer Vernooij | 1 | -7/+7 | |
2008-09-16 | Merge branch 'singlecompression' into single | Jelmer Vernooij | 4 | -1/+91 | |
2008-09-16 | Use single copy of compression library in Samba3,4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Fix paths to subunit.sh | Jelmer Vernooij | 3 | -7/+7 | |
2008-09-16 | Move torture/ blackbox tests closer to code they're testing. | Jelmer Vernooij | 3 | -0/+90 | |
2008-09-16 | Merge branch 'singlesw' into single | Jelmer Vernooij | 1 | -1/+1 | |
Conflicts: source3/lib/socket_wrapper/socket_wrapper.c source4/lib/replace/system/network.h | |||||
2008-09-16 | Merge branch 'singlereplace' into single | Jelmer Vernooij | 1 | -4/+4 | |
Conflicts: source4/configure.ac source4/torture/local/config.mk | |||||
2008-09-16 | Merge branch 'singletdb' into single | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-16 | Use single copy of socket_wrapper in Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-16 | Make Samba 3 and Samba 4 both use the same single copy of libreplace. | Jelmer Vernooij | 1 | -4/+4 | |
2008-09-16 | Fix last few includes to use new tdb location. | Jelmer Vernooij | 2 | -2/+2 | |
2008-09-16 | Share talloc source code between Samba 3 and Samba 4. | Jelmer Vernooij | 1 | -1/+1 | |
2008-09-12 | Comment the delay write time tests so I know what they're | Jeremy Allison | 1 | -3/+41 | |
testing. Jeremy. (This used to be commit 2bf9074c7751324483744f55b02cfb044bb0b2dd) | |||||
2008-09-11 | Fix failures in the winbind struct-based test. | Andrew Bartlett | 1 | -11/+0 | |
Don't try to pass the 'privileged' socket directory around for expected value testing - it is just too hard... A better test (once we unify the winbind protocol with Samba3) would be a operation to see if you are on the priv pipe, and that will give acutal end-to-end testing. Andrew Bartlett (This used to be commit 2d4103518ab8a7286e65347b8b9b0ccb660e69f6) | |||||
2008-09-09 | A truncate write must be a smbcli_smbwrite, not a | Jeremy Allison | 1 | -1/+1 | |
smbcli_write. Jeremy. (This used to be commit 8cebd4d36c862dcdc6551dc6bf4dda2342dfede7) | |||||
2008-09-09 | UNIX-WHOAMI: fix compiler warnings | Stefan Metzmacher | 1 | -2/+2 | |
metze (This used to be commit ec5d8ddadb76ff0d2cb72872e4d145a7527f0ec6) | |||||
2008-09-08 | Make it easier to see when tests start/end. | Jeremy Allison | 1 | -15/+52 | |
Jeremy. (This used to be commit 6f89e728272ca14f0ed9557485e21647c0731ef2) | |||||
2008-09-08 | BASE-DELAYWRITE: test behavior of SMBwrite truncate, writeX, SMBwrite ↵ | Stefan Metzmacher | 1 | -0/+204 | |
truncate and writeX again metze (This used to be commit 66b8c8d80e1c8e45ab6ca38cabebea07aa122c40) | |||||
2008-09-08 | BASE-DELAYWRITE: test behavior of writeX, SMBwrite truncate, writeX and ↵ | Stefan Metzmacher | 1 | -0/+206 | |
SMBwrite again metze (This used to be commit 051164ba0a69d54aa706ffa876059e8dbbeacb36) | |||||
2008-09-08 | BASE-DELAYWRITE: demonstrate that a truncate write doesn't update the write ↵ | Stefan Metzmacher | 1 | -0/+157 | |
time after SET_FILE_INFO metze (This used to be commit f81014db9d5afbf9e0b1c007bc56fc1d3a201309) | |||||
2008-09-08 | BASE-DELAYWRITE: demonstrate that the time between the open and the first ↵ | Stefan Metzmacher | 1 | -0/+159 | |
write doesn't matter metze (This used to be commit 13d051cd633f4a4152d360453fe5297ad53cc7b5) | |||||
2008-09-08 | BASE-DELAYWRITE: test more details of the truncate write time update behavior | Stefan Metzmacher | 1 | -4/+371 | |
metze (This used to be commit 39367ef15fabbb52cd2c05be7ca59b25dc4aff71) | |||||
2008-09-08 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into ↵ | Andrew Bartlett | 1 | -3/+349 | |
trusted-domains (This used to be commit a057c3ed9df2670e5cad5f1807e280d77eb58cb0) | |||||
2008-09-08 | More work towards trusted domains support in Samba4's LSA | Andrew Bartlett | 1 | -1/+1 | |
Make 'lsar_CreateTrustedDomain' consistant with lsar_CreateTrustedDomainEx{,2} by renaming handle -> policy_handle Implement LSA server logic to create the cn=users trust account for incoming trusts. Andrew Bartlett (This used to be commit d87b655e20b7c38756774cec2e5898af38c46786) | |||||
2008-09-05 | Don't compare identity, it'll never be different. | Jeremy Allison | 1 | -2/+2 | |
Jeremy. (This used to be commit 840369b5534eee21818b9d3677404b0fc60a0219) | |||||
2008-09-05 | Added tests that show that write time update is immediate | Jeremy Allison | 1 | -1/+347 | |
when changing file size using SMBwrite of size zero, SET_END_OF_FILE, or SET_ALLOCATION_SIZE - no 2 second delay in these cases. Jeremy. (This used to be commit 3aa7523d7750fe30d1e6bb5a75ac42b681b9e493) | |||||
2008-09-04 | More work to implement LSA CreateTrustedDomainEx2 | Andrew Bartlett | 1 | -3/+37 | |
We still don't get the format inside the encrypted blob correct however. Andrew Bartlett (This used to be commit 99a3abda09716c064b3e9a37c4a79a8f62444eca) | |||||
2008-09-03 | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-abartlet | Andrew Bartlett | 1 | -2/+179 | |
(This used to be commit 9590805bcbdd1924eda5a69978ffac7ec7603451) | |||||
2008-09-03 | Test a few more error cases in RPC-PAC | Andrew Bartlett | 1 | -2/+179 | |
(This used to be commit 50502b3b8faf89cf5ad396102f4fe80eaa213908) | |||||
2008-09-02 | Start testing CreateTrustedDomainEx2 | Andrew Bartlett | 1 | -1/+108 | |
Andrew Bartlett (This used to be commit 91ae8dca254aa8c032daf0c87fa2a47760d32586) |