s4:dsdb/samldb: avoid nested unindexed searches in samldb_member_check()
[kai/samba.git] / source4 / dsdb / repl /
2010-10-31 Kamen Mazdrashkiidl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRI...
2010-10-12 Andrew Bartlettlibcli/security Use common security.h
2010-10-10 Jelmer Vernooijsamdb: Add flags argument to samdb_connect().
2010-10-10 Kamen Mazdrashkis4-dsdb-repl: Print what the error code for failure is
2010-10-02 Andrew Tridgells4-repl: use the GC principal name for DRS replication...
2010-10-01 Andrew Tridgells4-rodc: don't set SPECIAL_SECRET_PROCESSING on EXOP_RE...
2010-09-30 Andrew Tridgells4-drepl: don't call UpdateRefs on a RODC
2010-09-30 Andrew Tridgells4-drepl: fixed the checking of replica_flags in the...
2010-09-25 Andrew Tridgells4-repl: use namingContexts from rootDSE to initialise...
2010-09-25 Andrew Tridgells4-repl: force on WRIT_REP when we are a writable replica
2010-09-25 Andrew Tridgells4-repl: use dreplsrv_partition_source_dsa_by_guid...
2010-09-23 Matthias Dieter... s4:drepl_out_helpers.c - fix a counter type
2010-09-21 Andrew Tridgells4-drepl: use the partition UDV and hwm for extended...
2010-09-20 Jelmer VernooijMerge branch 'v4-0-stable' into newmaster
2010-09-20 Anatoliy Atanasovs4/fsmo: Create separate function for retrieving fsmo...
2010-09-19 Anatoliy Atanasovs4/fsmo: Naming master support added
2010-09-18 Kamen Mazdrashkis4-drs: Check for schema changes only in case we are...
2010-09-16 Andrew Tridgells4-drs: initial skeleton for DrsReplica{Add,Del,Mod...
2010-09-15 Andrew Tridgells4-repl: if we are an RODC don't set WRIT_REP in replic...
2010-09-15 Andrew Tridgells4-repl: add partial attribute set to getncchanges...
2010-09-15 Andrew Tridgells4-repl: added min_usn to extended replication call
2010-09-15 Andrew Tridgells4-repl: added repl_secret handling
2010-09-15 Andrew Tridgells4-repl: cleanup the extended op calls in repl server
2010-09-15 Andrew Tridgells4-pyjoin: fill in the dns name in the python replicati...
2010-09-15 Andrew Tridgells4-repl: split out the extended op handling
2010-09-15 Andrew Tridgells4-repl: cleanup getncchanges extended op calls
2010-09-15 Anatoliy Atanasovs4/fsmo: Handle infrastructure, pdc and rid extended ops
2010-09-15 Andrew Tridgells4-repl: use consistent API calls for getting DN GUID
2010-09-15 Andrew Tridgells4-rodc: add a trigger message for REPL_SECRET to auth_sam
2010-09-10 Anatoliy Atanasovs4/fsmo: Change return type from NTSTATUS to WERROR...
2010-09-10 Anatoliy Atanasovs4/fsmo: Fix callback declaration
2010-09-10 Kamen Mazdrashkis4-dreplsrv: fix 'dn' for partition object being created
2010-09-10 Kamen Mazdrashkis4-drs-fsmo: try to dispatch ops in queue as soon as...
2010-09-10 Andrew Tridgells4-fsmo: update FSMO changes for recent IRPC work
2010-09-10 Anatoliy Atanasovs4/drs: update repsFrom only when we are not in getncch...
2010-09-10 Nadezhda Ivanovas4-irpc: Added internal rpc call DREPL_TAKEFSMOROLE
2010-09-10 Nadezhda Ivanovas4-drs: Implementation of GetNCChanges extended op...
2010-09-10 Nadezhda Ivanovas4-drs: Refactored drepl_service and send_ridalloc_requ...
2010-09-09 Kamen Mazdrashkis4-dreplsrv: Call dreplsrv_out_operation::callback...
2010-09-09 Kamen Mazdrashkis4-dsdb/repl/drepl_out_pull.c: Remove unused code
2010-09-09 Kamen Mazdrashkis4-drepl_service.c: Update (C)
2010-09-09 Kamen Mazdrashkis4-drepsrv: Dump more info when drepl_replica_sync...
2010-09-07 Kamen Mazdrashkis4-dreplsrv: Run NC replication synchronously if requested
2010-09-05 Kamen Mazdrashkis4-idl: redefine dreplsrv_refresh() to be alike other...
2010-09-03 Kamen Mazdrashkis4-dreplsrv: Refactor drepl_replica_sync() to behave...
2010-09-03 Kamen Mazdrashkis4-dreplsrv: Helpers to locate source DSA in a partitio...
2010-09-03 Kamen Mazdrashkis4-dreplsrv: Helper to find NC by DN or GUID or SID
2010-09-03 Kamen Mazdrashkis4-dreplsrv: Add caller-specific data parameter for...
2010-08-28 Kamen Mazdrashkis4-dreplsrv: Implement irpc stub to be used to force...
2010-08-28 Kamen Mazdrashkis4-dreplsrv: Move partition cache update before schedul...
2010-08-25 Andrew Tridgells4-repl: load RODC partitions using msDS-hasFullReplicaNCs
2010-07-16 Simo SorceMerge branch 'master' of ssh://git.samba.org/data/git...
2010-07-16 Andrew Tridgells4-loadparm: 2nd half of lp_ to lpcfg_ conversion
2010-07-09 Stefan Metzmachers4:drepl_notify: hide some bugs from the make test...
2010-07-09 Stefan Metzmachers4:dsdb/repl: expose drsuapi_DsExtendedError to the...
2010-07-09 Stefan Metzmachers4:drepl_out_helpers: don't return NT_STATUS_OK, if...
2010-07-09 Stefan Metzmachers4:drepl_ridalloc: only ask the rid master for a new...
2010-07-07 Andrew Tridgells4-dsdb: use ldb_operr() in the dsdb code
2010-06-25 Kamen Mazdrashkis4/drs: DsReplicaSync should search partition to Sync
2010-06-12 Andrew Bartletts4:dsdb Allow calling dsdb_convert_object_ex() directly
2010-05-18 Jelmer VernooijFinish removal of iconv_convenience in public API's.
2010-05-13 Matthieu Patous4: Do not display by default the message Failed to...
2010-04-27 Andrew Tridgells4-repl: added a workaround for WERR_DS_DRA_NO_REPLICA...
2010-04-27 Andrew Tridgells4-repl: on a failed request, clear the current ptr
2010-04-27 Andrew Tridgells4-repl: end repl request when not doing an UpdateRefs
2010-04-27 Andrew Tridgells4-repl: don't delete repsTo entry on DsReplicaSync
2010-04-26 Andrew Tridgells4-drs: allow getncchanges requests to non WRIT_REP...
2010-04-26 Andrew Tridgells4-drepl: don't send an UpdateRefs unless its a plain...
2010-04-22 Andrew Tridgells4-drs: removed dsdb_validate_client_flags()
2010-04-22 Fernando J V da... s40-drs: Do not send GetNCChanges messages to RODCs
2010-04-22 Fernando J V da... s4-drs: samdb_is_rodc() function and new samdb_rodc...
2010-04-13 Matthias Dieter... Revert "s4:prefer "samdb_*_dn" basedn calls over the...
2010-03-25 Fernando J V da... s4-drs: If we are a RODC then do not send DSReplicaSync...
2010-03-16 Andrew Bartletts4:dsdb Change dsdb_get_schema() callers to use new...
2010-03-12 Stefan Metzmachers4:dsdb/repl: make use of use tevent_req based dcerpc_b...
2010-03-10 Kamen Mazdrashkis4/drs: DsGetNCChanges - Propagating IDL changes to...
2010-03-05 Matthias Dieter... s4:repl - change also here the counter variables to...
2010-03-01 Stefan Metzmachers4:drepl_out_helpers: don't look at the internals of...
2010-03-01 Stefan Metzmachers4:drepl_notify: don't look at the internals of 'struct...
2010-03-01 Stefan Metzmachers4:dsdb/repl: make use of explicit dcerpc_*_recv functions
2010-03-01 Anatoliy Atanasovs4/rodc: Implement samdb_rodc with ldb context
2010-02-24 Kamen Mazdrashkis4/drs: Propagate drsuapi_DsReplicaSync changes in...
2010-02-05 Kamen Mazdrashkis4/drs: propagate DRS_ extension flags in code base
2010-01-28 Fernando J V da... s4-drs: Reads uSNUrgent and sets Urgent Replication...
2010-01-16 Andrew Tridgells4-dsdb: take advantage of local cursor and sort
2010-01-16 Andrew Tridgells4-dsdb: use dsdb_load_udv_v2() in repl task
2010-01-14 Andrew Tridgells4-drepl: switch drepl over to using the generic DRS...
2010-01-14 Fernando J V da... s4-drs: Uses dsdb_load_partition_usn() with urgent_uSN...
2010-01-14 Fernando J V da... s4-drs: Store uSNUrgent for Urgent Replication
2010-01-13 Stefan Metzmachers4:dsdb/repl: reorder dreplsrv_op_notify* functions
2010-01-13 Stefan Metzmachers4:dsdb/repl: change dreplsrv_op_notify_send/recv(...
2010-01-13 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
2010-01-09 Andrew Tridgells4-drs: add a local UDV entry even when no replUpToDate...
2010-01-09 Andrew Tridgells4-drs: give DN of failed replication partition
2010-01-09 Andrew Tridgells4-drs: calculate and send a uptodateness_vector with...
2010-01-08 Stefan Metzmachers4:dsdb/repl: convert dreplsrv_op_pull_source_send...
2010-01-08 Andrew Tridgells4-repl: implement MSG_DREPL_ALLOCATE_RID
2010-01-08 Andrew Tridgells4-repl: allow for callbacks when a repl operation...
2010-01-08 Andrew Tridgells4-repl: added request for RID allocation in drepl...
2010-01-07 Nadezhda IvanovaMerge branch 'master' of git://git.samba.org/samba
next