Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | r11958: - fixed memory leaks in the ldb_result handling in ldb operations | Andrew Tridgell | 2005-11-29 | 9 | -100/+108 | |
| | | | | - removed an unnecessary level of pointer in ldb_search structure | |||||
* | r11957: fixed up code meant for debugging | Andrew Tridgell | 2005-11-29 | 1 | -3/+3 | |
| | ||||||
* | r11956: removed the old rootdse.ldif, and the provision.js code that uses it | Andrew Tridgell | 2005-11-29 | 2 | -35/+0 | |
| | ||||||
* | r11955: got rid of the old rootDSE code in the ldap server. | Andrew Tridgell | 2005-11-29 | 5 | -394/+0 | |
| | | | | | | The partitioning logic is still there, but we only have one partition. If we need partitioning in the future it might be better to remove this partitioning code and use a partitioning module instead | |||||
* | r11954: add the static rootdse content to the sam ldb,and enable the rootdse | Andrew Tridgell | 2005-11-29 | 1 | -1/+21 | |
| | | | | module in @MODULES | |||||
* | r11953: enabled the rootdse module in the ldb modules code | Andrew Tridgell | 2005-11-29 | 1 | -0/+1 | |
| | ||||||
* | r11952: added a rootdse module. This will replace the existing rootdse code in | Andrew Tridgell | 2005-11-29 | 3 | -40/+202 | |
| | | | | | | the ldap server. The reason for the change is that ldb modules need some way to get at the static info stored in the rootDSE (such as the location of the schema) but they can't do that right now | |||||
* | r11949: make sure we ask gensec to give us a session key | Andrew Tridgell | 2005-11-28 | 1 | -0/+2 | |
| | | | | | | | andrew, this answers your question on irc about whether the same session key mechanisms are used in smb2. They are - the RPC-LSA secret tests pass fine over ncacn_np on SMB2, which means the session key must be working | |||||
* | r11941: fix cut'n'paste bug | Stefan Metzmacher | 2005-11-28 | 1 | -1/+1 | |
| | | | | metze | |||||
* | r11940: Love has clarified why this code does what it does. | Andrew Bartlett | 2005-11-28 | 2 | -8/+6 | |
| | | | | Andrew Bartlett | |||||
* | r11931: Add a short README explaining what this directory is all about. | Andrew Bartlett | 2005-11-27 | 1 | -0/+6 | |
| | | | | Andrew Bartlett | |||||
* | r11930: Add socket/packet handling code for kpasswdd | Andrew Bartlett | 2005-11-27 | 3 | -5/+52 | |
| | | | | | | | | | | Allow ticket requests with only a netbios name to be considered 'null' addresses, and therefore allowed by default. Use the netbios address as the workstation name for the allowed workstations check with krb5. Andrew Bartlett | |||||
* | r11929: Add static, comments. | Andrew Bartlett | 2005-11-27 | 1 | -3/+3 | |
| | | | | Andrew Bartlett | |||||
* | r11928: More Kerberos musings... | Andrew Bartlett | 2005-11-27 | 1 | -20/+64 | |
| | | | | Andrew Bartlett | |||||
* | r11913: if we have a UNIQUE name with more than 1 address, | Stefan Metzmacher | 2005-11-25 | 1 | -0/+5 | |
| | | | | | | it becomes implicit an MHOMED record metze | |||||
* | 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 :-) |