Age | Commit message (Expand) | Author | Files | Lines |
2007-10-10 | r12116: got rid of composite_trigger_done() and composite_trigger_error(), and | Andrew Tridgell | 1 | -8/+8 |
2007-10-10 | r12114: - smb2_keepalive() acts on the smb2_transport | Stefan Metzmacher | 1 | -3/+3 |
2007-10-10 | r12085: wkssvc.idl updated based on work by Ronnie Sahlberg to bring the | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r12075: remove NBT-WINSREPLICATION-QUICK test, as we now pass the NBT-WINSREP... | Stefan Metzmacher | 2 | -40/+0 |
2007-10-10 | r12069: fix typo | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r12068: a better fix to prevent crashing, on errors | Stefan Metzmacher | 1 | -8/+2 |
2007-10-10 | r12067: print out some more details | Stefan Metzmacher | 1 | -2/+17 |
2007-10-10 | r12066: - add a unique,active,owner vs. unique,active,replica tests where | Stefan Metzmacher | 1 | -6/+39 |
2007-10-10 | r12024: do some extra sleeping to give the server the chance to handle our reply | Stefan Metzmacher | 1 | -0/+2 |
2007-10-10 | r12014: free the irpc_request structure with the irpc_call_recv functions, | Stefan Metzmacher | 1 | -1/+0 |
2007-10-10 | r12010: - added support for domain specific SID codes in SDDL strings | Andrew Tridgell | 1 | -2/+21 |
2007-10-10 | r12009: made the LOCAL-SDDL test less verbose by default, and add it to the | Andrew Tridgell | 1 | -1/+3 |
2007-10-10 | r12008: added a simple LOCAL-SDDL test suite. Only one example so far. Will be | Andrew Tridgell | 4 | -21/+85 |
2007-10-10 | r12007: fixed a valgrind error in the SMB2-SETINFO test | Andrew Tridgell | 1 | -0/+2 |
2007-10-10 | r11968: More warning fixes. We're on track to getting to double digits for | Tim Potter | 3 | -4/+4 |
2007-10-10 | r11967: Fix more 64-bit warnings. | Tim Potter | 8 | -36/+38 |
2007-10-10 | r11965: Try to fix some 64-bit warnings. | Tim Potter | 1 | -1/+1 |
2007-10-10 | r11911: as we pass the owned_released vs. replica test now, run it with make ... | Stefan Metzmacher | 1 | -0/+1 |
2007-10-10 | r11907: added testing of SMB2 keepalive | Andrew Tridgell | 1 | -1/+6 |
2007-10-10 | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 1 | -0/+10 |
2007-10-10 | r11904: added smb2_tdis() testing | Andrew Tridgell | 1 | -1/+13 |
2007-10-10 | r11902: added smb2_logoff() testing | Andrew Tridgell | 1 | -0/+13 |
2007-10-10 | r11899: add some usefull debug messages | Stefan Metzmacher | 1 | -0/+10 |
2007-10-10 | r11897: add 2 more sgroup vs. sgroup tests with the replica having no addresses | Stefan Metzmacher | 1 | -1/+107 |
2007-10-10 | r11890: added tests for the last few fields in SMB2 find requests | Andrew Tridgell | 1 | -0/+16 |
2007-10-10 | r11887: reorder some tests | Stefan Metzmacher | 1 | -22/+99 |
2007-10-10 | r11884: Download ntconfig.pol | Volker Lendecke | 1 | -13/+171 |
2007-10-10 | r11883: Also look up the membership in the domain local groups. | Volker Lendecke | 1 | -8/+83 |
2007-10-10 | r11882: - use some better names | Stefan Metzmacher | 1 | -2/+7 |
2007-10-10 | r11868: Get the wks and user accounts from a file. | Volker Lendecke | 1 | -2/+141 |
2007-10-10 | r11850: added a test suite for the SMB2 find calls | Andrew Tridgell | 3 | -1/+215 |
2007-10-10 | r11843: fixed a valgrind error in the RPC-SAMLOGON test | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11838: lower the default numops in smbtorture. When people want lots of | Andrew Tridgell | 1 | -1/+1 |
2007-10-10 | r11837: Add a timeout before starting a torture test. It's really fun to watc... | Volker Lendecke | 1 | -9/+33 |
2007-10-10 | r11836: More work in progress | Volker Lendecke | 1 | -100/+448 |
2007-10-10 | r11834: More steps towards XP login | Volker Lendecke | 2 | -1/+623 |
2007-10-10 | r11831: add some SGROUP not active vs. SGROUP any tests | Stefan Metzmacher | 1 | -0/+119 |
2007-10-10 | r11829: remove unused #if 1 | Stefan Metzmacher | 1 | -2/+0 |
2007-10-10 | r11827: add more sgroup vs sgroup tests | Stefan Metzmacher | 1 | -33/+531 |
2007-10-10 | r11826: A few steps down the login | Volker Lendecke | 1 | -3/+242 |
2007-10-10 | r11818: - changed the option torture:echo_TestSleep=yes/no to the more generic | Andrew Tridgell | 1 | -5/+5 |
2007-10-10 | r11809: Make dcerpc_bind_auth async. | Volker Lendecke | 1 | -10/+10 |
2007-10-10 | r11804: Asyncify the anonymous bind, convert the calls in xplogin.c. | Volker Lendecke | 1 | -11/+35 |
2007-10-10 | r11803: New start for RPC-LOGIN load test, this time async. It's gonna be fun... | Volker Lendecke | 1 | -949/+454 |
2007-10-10 | r11802: - add copyright | Stefan Metzmacher | 1 | -4/+10 |
2007-10-10 | r11801: - added basic SMB2 find support | Andrew Tridgell | 3 | -4/+53 |
2007-10-10 | r11800: - filled in unknown fields in SMB2 all_info level | Andrew Tridgell | 3 | -22/+68 |
2007-10-10 | r11780: it turns out that the MxAc tag isn't a security descriptor, its a | Andrew Tridgell | 1 | -13/+1 |
2007-10-10 | r11779: fix crash bug | Stefan Metzmacher | 1 | -1/+1 |
2007-10-10 | r11777: display the security_descriptor in torture_smb2_all_info() | Andrew Tridgell | 1 | -0/+10 |