summaryrefslogtreecommitdiff
path: root/source4/rpc_server/drsuapi
AgeCommit message (Expand)AuthorFilesLines
2019-02-13dsdb: make get_parsed_dns_trusted() a common helper functionDouglas Bagnall1-26/+3
2019-01-12s4:rpc_server: only pass context to op_bind() hooksStefan Metzmacher1-4/+3
2019-01-12s4:rpc_server: only use context within op_bind() hooks and dcesrv_interface_b...Stefan Metzmacher1-1/+2
2019-01-12s4:rpc_server/drsuapi: make use of dcesrv_handle_create()Stefan Metzmacher1-1/+1
2019-01-12s4:rpc_server/drsuapi: make use of dcesrv_auth_session_key()Stefan Metzmacher1-1/+1
2019-01-12s4:rpc_server/drsuapi: make use dcesrv_call_session_info()Stefan Metzmacher5-15/+25
2018-05-21s4-drsuapi: Call security_token_debug() with DBGC_DRS_REPL and a proper log l...Andrew Bartlett2-3/+4
2018-05-10samdb: Add remote address to connectGary Lockyer1-5/+15
2017-09-18getncchanges.c: max_links calculation didn't work well in some casesTim Beale1-15/+27
2017-09-18getncchanges.c: Support GET_TGT better with large numbers of linksTim Beale1-8/+94
2017-09-18getncchanges.c: Refactor to track more state using repl_chunkGarming Sam1-73/+161
2017-09-18drs: Add basic GET_TGT supportTim Beale1-5/+184
2017-09-15getncchanges.c: Send linked attributes in each chunkTim Beale1-27/+67
2017-09-15getnchanges.c: Avoid unnecessary continueTim Beale1-15/+12
2017-09-15getncchanges.c: Split out code to get an object for a responseTim Beale1-50/+97
2017-09-15getncchanges.c: Reduce the parameters to get_nc_changes_build_object()Tim Beale1-18/+15
2017-09-15getncchanges.c: Remove unused ncRoot_dn parameterTim Beale1-6/+1
2017-09-15getncchanges.c: Remove a really old TODOTim Beale1-1/+1
2017-09-15getncchanges.c: Replace hard-coded numbers with a defineTim Beale1-4/+6
2017-09-15getncchanges.c: Refactor how objects get added to the responseTim Beale1-12/+55
2017-09-15getncchanges.c: Refactor how we add ancestor linksTim Beale1-41/+29
2017-09-15getncchanges.c: Add ancestor links when the object normally gets sentTim Beale1-15/+16
2017-09-15getncchanges.c: Split GET_ANC block out into its own functionTim Beale1-124/+170
2017-09-15getncchanges.c: Split sorting linked attributes into separate functionTim Beale1-53/+84
2017-09-15getncchanges.c: Rename anc_cache to obj_cacheTim Beale1-14/+27
2017-09-07debug: Add new debug class "drs_repl" for DRS replication processingAndrew Bartlett6-0/+18
2017-08-29s4-drsuapi/selftest: Add extra tests for invalid DNsTim Beale1-1/+1
2017-08-29s4-drsuapi: Set getnc_state *after* we've checked request is validTim Beale1-24/+31
2017-08-29s4-drsuapi: Change REPL_SECRET error code to match WindowsTim Beale1-1/+1
2017-08-29s4-drsuapi: Refuse to replicate an NC is that not actually an NCAndrew Bartlett1-7/+32
2017-08-29s4-drsuapi: Use sam_ctx consistently in dcesrv_drsuapi_DsGetNCChanges()Tim Beale1-6/+7
2017-08-29s4-drsuapi: Avoid segfault when replicating as a non-admin with GUID_DRS_GET_...Andrew Bartlett1-1/+1
2017-07-28getncchanges.c: Remove unused null_scope variableTim Beale1-2/+1
2017-07-21getncchanges: Do not segfault if somehow we get 0 results from an ldb_search ...Andrew Bartlett1-2/+17
2017-07-02drsuapi: Improve debugging in DsAddEntry()Andrew Bartlett1-0/+2
2017-05-30getncchanges: Do not filter EXOPs using highwatermarkGarming Sam1-18/+25
2017-05-30rpc_server: Move SID helpers into commonGarming Sam1-108/+1
2017-04-13updaterefs: Do not open transaction even when unnecessaryGarming Sam1-0/+53
2017-04-13drepl_server: Allow refresh of partitions on UpdateRefGarming Sam3-6/+53
2017-03-27getncchanges: remove whitespaceDouglas Bagnall1-1/+0
2017-03-27repl_secret: Prevent null deref on DEBUGGarming Sam1-5/+5
2017-03-13getncchanges: Remove O(n) loop in link parsingGarming Sam1-31/+87
2017-03-13getncchanges: generalize samdb_result_sid_array_ndr a littleGarming Sam1-8/+18
2017-03-13getncchanges: Add a comment regarding sIDHistory for allow/deny in repl_secretGarming Sam1-0/+5
2017-03-13getncchanges: include object SID in tokenGroups calculation for repl secretGarming Sam1-7/+11
2017-03-13getncchanges: Reorder and comment code for clarityGarming Sam1-14/+26
2017-03-13getncchanges: Prevent a small, but possible race condition in build_objectGarming Sam1-25/+39
2017-03-13getncchanges: Refactor filter_attrs from build_objectGarming Sam1-71/+105
2017-03-13getncchanges: Tie destination DSA GUID to authenticating RODC for REPL_SECRETGarming Sam1-28/+48
2017-03-13getncchanges: Implement functionality for msDS-RevealedUsersGarming Sam1-5/+165