Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11912: fix nbt_name_registration, there's still some minor stuff todo, | Stefan Metzmacher | 2005-11-25 | 2 | -56/+134 | |
| | | | | | | | | e.g. to return the first address of the 0x1B address as first address in the 0x1C reply, and handle sgroup merge overflow of 25 addresses metze | |||||
* | r11911: as we pass the owned_released vs. replica test now, run it with make ↵ | Stefan Metzmacher | 2005-11-25 | 1 | -0/+1 | |
| | | | | | | test metze | |||||
* | r11910: fix nbt_name_release and nbt_name_query, so that we pass the ↵ | Stefan Metzmacher | 2005-11-25 | 1 | -20/+70 | |
| | | | | | | | | owned_released vs. replica winsrepl torture test metze | |||||
* | r11908: implement SGROUP merging, that passes the different owner tests | Stefan Metzmacher | 2005-11-25 | 1 | -14/+222 | |
| | | | | | | | | (but only without socket_wrapper, I need to look at that later and then add the different_owner test to NBT-WINSREPLICATION-QUICK so that it'll be runned by make test) metze | |||||
* | r11907: added testing of SMB2 keepalive | Andrew Tridgell | 2005-11-25 | 1 | -1/+6 | |
| | ||||||
* | r11906: opcode 13 appears to be keepalive. Metze guessed this one :-) | Andrew Tridgell | 2005-11-25 | 3 | -1/+70 | |
| | ||||||
* | r11905: added SMB2_FLUSH as opcode 7. Thanks to metze and volker for help | Andrew Tridgell | 2005-11-25 | 6 | -1/+91 | |
| | | | | brainstorming this one. | |||||
* | r11904: added smb2_tdis() testing | Andrew Tridgell | 2005-11-25 | 1 | -1/+13 | |
| | ||||||
* | r11903: added smb2_tdis() (opcode 4) | Andrew Tridgell | 2005-11-25 | 2 | -1/+69 | |
| | ||||||
* | r11902: added smb2_logoff() testing | Andrew Tridgell | 2005-11-25 | 1 | -0/+13 | |
| | ||||||
* | r11901: added smb2_logoff() support (metze correctly guessed opcode 2 was | Andrew Tridgell | 2005-11-25 | 3 | -1/+70 | |
| | | | | logoff) | |||||
* | r11900: - make sure address and registered_by are replaced when they're not ↵ | Stefan Metzmacher | 2005-11-25 | 1 | -0/+9 | |
| | | | | | | | | present - make sure we don't add active records with 0 addresses metze | |||||
* | r11899: add some usefull debug messages | Stefan Metzmacher | 2005-11-25 | 1 | -0/+10 | |
| | | | | metze | |||||
* | r11897: add 2 more sgroup vs. sgroup tests with the replica having no addresses | Stefan Metzmacher | 2005-11-25 | 1 | -1/+107 | |
| | | | | metze | |||||
* | r11896: max_version of 0 means unlimited | Stefan Metzmacher | 2005-11-25 | 1 | -0/+8 | |
| | | | | metze | |||||
* | r11895: - reorder some code to make it easier to follow, how the fields ↵ | Stefan Metzmacher | 2005-11-25 | 4 | -10/+51 | |
| | | | | | | | | appear on the wire - add some comments to the header file, to represent the wire format metze | |||||
* | r11894: fixed SMB2 trans code for pipe_flags | Andrew Tridgell | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | r11893: fixed a dependency problem | Andrew Tridgell | 2005-11-25 | 1 | -1/+1 | |
| | ||||||
* | r11892: forgot to commit these changes | Andrew Tridgell | 2005-11-25 | 1 | -1/+2 | |
| | ||||||
* | r11891: - added pipe_flags field in smb2_trans | Andrew Tridgell | 2005-11-25 | 4 | -4/+19 | |
| | | | | | | - while running dcerpc over SMB2, the server will occasionally send us a oh-so-useful STATUS_PENDING result meaning "I don't have a result for you yet, but I'm working on it". These can be discarded :-) | |||||
* | r11890: added tests for the last few fields in SMB2 find requests | Andrew Tridgell | 2005-11-25 | 1 | -0/+16 | |
| | ||||||
* | r11889: added support for dcerpc ncacn_np over SMB2. You use it by giving the | Andrew Tridgell | 2005-11-25 | 6 | -22/+564 | |
| | | | | | flag 'smb2' in the dcerpc binding string. This gives a pretty good test to the new SMB2 trans call. | |||||
* | r11888: - added SMB2 trans support | Andrew Tridgell | 2005-11-25 | 7 | -3/+143 | |
| | | | | | | - added session key to SMB2 - renamed 'unknown2' in create to 'impersonation' | |||||
* | r11887: reorder some tests | Stefan Metzmacher | 2005-11-24 | 1 | -22/+99 | |
| | | | | metze | |||||
* | r11885: Add forgotten files | Volker Lendecke | 2005-11-23 | 2 | -0/+10 | |
| | ||||||
* | r11884: Download ntconfig.pol | Volker Lendecke | 2005-11-23 | 1 | -13/+171 | |
| | ||||||
* | r11883: Also look up the membership in the domain local groups. | Volker Lendecke | 2005-11-23 | 1 | -8/+83 | |
| | | | | Volker | |||||
* | r11882: - use some better names | Stefan Metzmacher | 2005-11-23 | 1 | -2/+7 | |
| | | | | | | - we now pass the same_owner tests so test them with make test metze | |||||
* | r11881: fix debug messages | Stefan Metzmacher | 2005-11-23 | 1 | -14/+5 | |
| | | | | metze | |||||
* | r11880: - we finally start to apply replicas to our database | Stefan Metzmacher | 2005-11-23 | 1 | -47/+292 | |
| | | | | | | | - currently only the ADD, REPLACE and NOT REPLACE cases are handled complete - other cases are just skiped for now metze | |||||
* | r11879: some fixes for the new ldb api | Stefan Metzmacher | 2005-11-23 | 1 | -3/+3 | |
| | | | | metze | |||||
* | r11878: don't get only newer records than the last one we got | Stefan Metzmacher | 2005-11-23 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r11877: - give winsdb_add/modify/delete() ldb_context as first argument | Stefan Metzmacher | 2005-11-23 | 4 | -53/+70 | |
| | | | | | | | | | | | and add a flags argument to add and modify,the current flags are: WINSDB_FLAG_ALLOC_VERSION to allocate a new version id for the record WINSDB_FLAG_TAKE_OWNERSHIP to take the become the wins owner of the record - fix handling of records with no addresses, this is valid for MHOMED and SGROUP records when they're not in ACTIVE state metze | |||||
* | r11873: add some interval vars to the service context | Stefan Metzmacher | 2005-11-23 | 2 | -0/+40 | |
| | | | | metze | |||||
* | r11872: another attempt at fixing the data_blob_free in async dcerpc bind, | Andrew Tridgell | 2005-11-23 | 1 | -14/+9 | |
| | | | | | after volker gently pointed out that I should be wearing a paper bag over my head for the last attempt :-) | |||||
* | r11871: fixed a problem volker found with the async bind code, and a callback | Andrew Tridgell | 2005-11-23 | 1 | -2/+5 | |
| | | | | destroying the dcerpc pipe | |||||
* | r11870: fixed the problem volker reported with the RPX-XPLOGIN test. The | Andrew Tridgell | 2005-11-23 | 1 | -1/+37 | |
| | | | | | | | | | | | problem was caused by a callback destroying the packet processing context while that context was being used in packet_recv() This is the first time we have used the ability of talloc destructors to 'refuse' a free request. It works well in this case as it makes the composite API simpler to use for other code, and isolates the complexity of having callbacks destroying the packet context to the packet.c code. | |||||
* | r11869: talloc has been ported :-) | Volker Lendecke | 2005-11-22 | 1 | -2/+3 | |
| | ||||||
* | r11868: Get the wks and user accounts from a file. | Volker Lendecke | 2005-11-22 | 1 | -2/+141 | |
| | | | | | | | | | | | | | | | | Abartlet, please don't break this again, it's too darn useful for near-realistic load tests on an RPC infrastructure and can be quite easily expanded to more weird things a workstation might do during a login. Yes, I promise I will document this test, but this must wait until the weekend. I might add simulating a profile download quite soon, we have the information available from the info3. Thanks, Volker | |||||
* | r11850: added a test suite for the SMB2 find calls | Andrew Tridgell | 2005-11-22 | 3 | -1/+215 | |
| | ||||||
* | r11849: added mapping between SMB2 and SMB find/search levels | Andrew Tridgell | 2005-11-22 | 2 | -1/+100 | |
| | ||||||
* | r11848: separate out the info levels common to SMB and SMB2 for raw_search | Andrew Tridgell | 2005-11-22 | 2 | -121/+174 | |
| | ||||||
* | r11843: fixed a valgrind error in the RPC-SAMLOGON test | Andrew Tridgell | 2005-11-22 | 1 | -1/+1 | |
| | ||||||
* | r11838: lower the default numops in smbtorture. When people want lots of | Andrew Tridgell | 2005-11-22 | 1 | -1/+1 | |
| | | | | | | repeated operations they should manually specify --num-ops=XX this should speed up a few of the build farm tests | |||||
* | r11837: Add a timeout before starting a torture test. It's really fun to ↵ | Volker Lendecke | 2005-11-21 | 1 | -9/+33 | |
| | | | | | | | | | watch 50 simulated logins doing stuff simultaneously. This is where the async architecture *really* pays off. Volker | |||||
* | r11836: More work in progress | Volker Lendecke | 2005-11-21 | 1 | -100/+448 | |
| | ||||||
* | r11835: Restore comments | Volker Lendecke | 2005-11-21 | 1 | -1/+28 | |
| | ||||||
* | r11834: More steps towards XP login | Volker Lendecke | 2005-11-21 | 2 | -1/+623 | |
| | ||||||
* | r11832: - some updates for the conflict resolving logic | Stefan Metzmacher | 2005-11-21 | 1 | -35/+146 | |
| | | | | | | - use better function names metze | |||||
* | r11831: add some SGROUP not active vs. SGROUP any tests | Stefan Metzmacher | 2005-11-21 | 1 | -0/+119 | |
| | | | | metze |