summaryrefslogtreecommitdiffstats
path: root/source4/rpc_server/drsuapi
Commit message (Expand)AuthorAgeFilesLines
* s4/rodc: RODC FAS initial implementationAnatoliy Atanasov2010-04-291-11/+10
* s4/dsdb: dsdb_validate_invocation_id() should validate by objectGUIDKamen Mazdrashki2010-04-281-4/+4
* s4-getncchanges: honor DRSUAPI_DRS_REF_GCSPNAndrew Tridgell2010-04-271-1/+3
* s4-drs: don't send uninstantiated objects in getncchangesAndrew Tridgell2010-04-261-0/+5
* s4-drs: validate RODC credentials via the user_sidAndrew Tridgell2010-04-221-27/+12
* s4-drs: added new SECURITY_RO_DOMAIN_CONTROLLER levelAndrew Tridgell2010-04-225-14/+34
* s4-drs: only allow replication with the right invocationIdAndrew Tridgell2010-04-221-1/+20
* s4-drs: Do not send RODC filtered attributes to RODCs on GetNCChanges replyFernando J V da Silva2010-04-221-0/+14
* s4-drs: samdb_is_rodc() function and new samdb_rodc() functionFernando J V da Silva2010-04-221-1/+13
* Revert "s4:prefer "samdb_*_dn" basedn calls over the "ldb_get_*_dn" functions"Matthias Dieter Wallnöfer2010-04-131-2/+2
* s4/drs: drsuapi_DsAddEntry_ErrData propagate structure def in source codeKamen Mazdrashki2010-03-241-4/+4
* s4:dsdb Change dsdb_get_schema() callers to use new talloc argumentAndrew Bartlett2010-03-161-2/+2
* s4:rpc_server/drsuapi: don't reset [out,ref] pointer to NULL in dcesrv_drsuap...Stefan Metzmacher2010-03-111-1/+0
* s4/rpc_server Don't segfault over replPropertyMetaData contentsAndrew Bartlett2010-03-111-0/+7
* s4:drsuapi RPC - Change also here counters to "unsigned"Matthias Dieter Wallnöfer2010-03-053-7/+8
* s4/rodc: Implement samdb_rodc with ldb contextAnatoliy Atanasov2010-03-011-1/+1
* s4-dsdb: replace dsdb_modify_permissive() with dsdb_modify() and dsdb_flagsAndrew Tridgell2010-02-162-2/+4
* s4-drs: replace manual checks with dsdb_modify_permissive()Andrew Tridgell2010-02-151-32/+1
* s4-drs: use a permissive modify in addentryAndrew Tridgell2010-02-151-1/+1
* s4: use LDB_TYPESAFE_QSORT() instead of ldb_qsort()Andrew Tridgell2010-02-131-3/+2
* s4-rpcserver: use TYPESAFE_QSORT() in rpc serversAndrew Tridgell2010-02-131-14/+12
* s4/drs: propagate DRS_ extension flags in code baseKamen Mazdrashki2010-02-051-1/+1
* idl: switched to using the WSPP names for the 'neighbour' DRS optionsAndrew Tridgell2010-01-181-4/+4
* s4-drs: allow for security bypass for DsReplicaGetInfoAndrew Tridgell2010-01-171-5/+9
* s4-dsdb: take advantage of local cursor and sortAndrew Tridgell2010-01-161-34/+3
* s4-drs: use dsdb_load_udv_v2() in getncchanges codeAndrew Tridgell2010-01-161-52/+6
* s4-drs: better debug info when security checks failAndrew Tridgell2010-01-161-3/+8
* s4-dsdb: require admin access for DsReplicaGetInfoAndrew Tridgell2010-01-161-5/+7
* s4-drs: framework for DsGetReplInfo(), includes the DS_REPL_INFO_NEIGHBORS in...Andrew Tridgell2010-01-161-1/+11
* s4-drs: give better debug info on unsupported DRS callsAndrew Tridgell2010-01-161-14/+20
* s4-drs: switch the DRS server to the generic DRS options flagsAndrew Tridgell2010-01-142-8/+8
* s4-debug: lower the verbosity of a couple of common log messagesAndrew Tridgell2010-01-091-1/+1
* s4-drs: base is_nc_prefix on instanceTypeAndrew Tridgell2010-01-091-1/+3
* s4-drs: having no SPNs to change is not an errorAndrew Tridgell2010-01-091-0/+7
* s4-drs: fixed writespn to ignore add/delete errorsAndrew Tridgell2010-01-091-3/+40
* s4-drs: moved the DsWriteAccountSpn call to its own fileAndrew Tridgell2010-01-093-75/+103
* s4-drs: need to set the getncchanges extended_ret on success tooAndrew Tridgell2010-01-091-0/+3
* s4-drs: be less verbose when we filter objects by UDVAndrew Tridgell2010-01-091-5/+5
* s4-drs: added filtering by udv in getncchangesAndrew Tridgell2010-01-091-9/+57
* s4-drs: fixed the NC in the getncchanges RID alloc replyAndrew Tridgell2010-01-091-11/+13
* s4-drs: fixed usage of ldb_dn_new()Andrew Tridgell2010-01-091-1/+1
* s4-drs: added two more SPNs in addentryAndrew Tridgell2010-01-081-13/+32
* s4-drs: we need to wrap extended operations in transactionsAndrew Tridgell2010-01-081-5/+21
* s4-drs: added some debug messagesAndrew Tridgell2010-01-081-0/+6
* s4-dsdb: added support for DRSUAPI_EXOP_FSMO_RID_ALLOCAndrew Tridgell2010-01-081-7/+103
* s4-drs: don't give an error on repsTo delete if add is also specifiedAndrew Tridgell2010-01-021-1/+3
* s4-dsdb: switched to using RMD_FLAGS instead of DELETED in extended DNsAndrew Tridgell2010-01-021-1/+1
* s4-drs: sort linked attributesAndrew Tridgell2010-01-021-0/+73
* s4-drs: use dsdb linked attribute parse functionsAndrew Tridgell2010-01-021-19/+1
* s4-drs: set flag to indicate that we do support linked attributesAndrew Tridgell2010-01-021-4/+1