summaryrefslogtreecommitdiff
path: root/source4/rpc_server
Commit message (Expand)AuthorAgeFilesLines
* lsa4_srv: Factor out dcesrc_lsa_valid_AccountRight()Volker Lendecke2017-04-291-6/+25
* lib: modules: Change XXX_init interface from XXX_init(void) to XXX_init(TALLO...Jeremy Allison2017-04-223-8/+8
* updaterefs: Do not open transaction even when unnecessaryGarming Sam2017-04-131-0/+53
* drepl_server: Allow refresh of partitions on UpdateRefGarming Sam2017-04-133-6/+53
* samr: Add logging of password change success and failureAndrew Bartlett2017-03-291-19/+119
* auth: Add hooks for notification of authentication events over the message busAndrew Bartlett2017-03-291-1/+3
* auth: Log the transport connection for the authorizationAndrew Bartlett2017-03-291-0/+5
* s4-rpc_server: Log authorization to DCE/RPC for anonymous and ncacn_np pass-t...Andrew Bartlett2017-03-291-0/+15
* rpc: Always supply both the remote and local address to the auth subsystemGary Lockyer2017-03-291-0/+10
* s4-rpc_server: Correct comment about where the current iface can be foundAndrew Bartlett2017-03-291-3/+6
* auth: Add "auth_description" to allow logs to distinguish simple bind (etc)Andrew Bartlett2017-03-291-0/+2
* auth: Fill in user_info->service_description from all callersAndrew Bartlett2017-03-291-0/+2
* gensec: Add gensec_{get,set}_target_service_description()Andrew Bartlett2017-03-291-0/+14
* s4-netlogon: Remember many more details in the auth_usersupplied info for fut...Andrew Bartlett2017-03-291-15/+53
* getncchanges: remove whitespaceDouglas Bagnall2017-03-271-1/+0
* repl_secret: Prevent null deref on DEBUGGarming Sam2017-03-271-5/+5
* auth4: let auth_check_password* return pauthoritativeStefan Metzmacher2017-03-241-2/+2
* netlogon4: make use of auth_context_create_for_netlogon()Stefan Metzmacher2017-03-241-10/+8
* getncchanges: Remove O(n) loop in link parsingGarming Sam2017-03-131-31/+87
* getncchanges: generalize samdb_result_sid_array_ndr a littleGarming Sam2017-03-131-8/+18
* getncchanges: Add a comment regarding sIDHistory for allow/deny in repl_secretGarming Sam2017-03-131-0/+5
* getncchanges: include object SID in tokenGroups calculation for repl secretGarming Sam2017-03-131-7/+11
* getncchanges: Reorder and comment code for clarityGarming Sam2017-03-131-14/+26
* getncchanges: Prevent a small, but possible race condition in build_objectGarming Sam2017-03-131-25/+39
* getncchanges: Refactor filter_attrs from build_objectGarming Sam2017-03-131-71/+105
* getncchanges: Tie destination DSA GUID to authenticating RODC for REPL_SECRETGarming Sam2017-03-131-28/+48
* getncchanges: Implement functionality for msDS-RevealedUsersGarming Sam2017-03-131-5/+165
* getncchanges: Do not filter secrets by PAS in EXOP_REPL_SECRETBob Campbell2017-03-131-1/+1
* getncchanges: Let security of RWDC+ manually replicate secrets to RODCsGarming Sam2017-03-131-2/+5
* getncchanges: Return correct denied REPL_SECRET error codeGarming Sam2017-03-131-1/+1
* Correct "defered" typos.Chris Lamb2017-02-221-2/+2
* Correct "existence" typos.Chris Lamb2017-02-221-2/+2
* rpc_server: Fix a typoVolker Lendecke2017-02-151-1/+2
* getncchanges: implement DRSUAPI_DRS_GET_ANC more correctlyStefan Metzmacher2017-02-081-36/+265
* getncchanges: calculate getnc_state->min_usn calculation based on the uptodat...Stefan Metzmacher2017-02-081-0/+23
* getncchanges: improve get_nc_changes_add_links() by checking uSNChangedStefan Metzmacher2017-02-081-1/+5
* getncchanges: improve get_nc_changes_build_object() by checking uSNChangedStefan Metzmacher2017-02-081-0/+7
* getncchanges: fix highest_usn off by one calculation in get_nc_changes_add_li...Stefan Metzmacher2017-02-081-1/+1
* getncchanges: remove unused c++ comments/code in getncchanges_collect_objects()Stefan Metzmacher2017-02-081-5/+0
* getncchanges: do not replicate links for non critical objects if DRSUAPI_DRS_...Garming Sam2017-02-081-1/+13
* getncchanges: don't process DRSUAPI_DRS_CRITICAL_ONLY for EXOPsStefan Metzmacher2017-02-081-1/+7
* getncchanges: remember the ncRoot_guid on the getncchanges stateStefan Metzmacher2017-02-081-7/+19
* getncchanges: pass struct ldb_message as constStefan Metzmacher2017-02-081-4/+4
* getncchanges: only set nc_{object,linked_attributes}_count with DRSUAPI_DRS_G...Stefan Metzmacher2017-02-081-2/+16
* wscript: remove executable bits for all wscript* filesStefan Metzmacher2017-01-111-0/+0
* getncchanges: use the uptodateness_vector to filter links to replicateGarming Sam2016-12-211-1/+18
* s4-rpc_server: Add braces to better follow coding styleAndrew Bartlett2016-12-201-1/+3
* s4-netlogon: Push the netlogon server in the AD DC into multiple processesAndrew Bartlett2016-12-201-0/+13
* s4-rpc_server: Do not check association groups for NETLOGONAndrew Bartlett2016-12-201-0/+27
* s4-rpc_server: Allow listener for RPC servers to use multiple processesAndrew Bartlett2016-12-203-24/+155