index
:
samba
fixes
master
netlogon-2
netlogon-4
netlogon-5
netlogon-6
netlogon-7
netlogon-8
netlogon-9
Unnamed repository; edit this file 'description' to name the repository.
ben
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
rpc_server
/
drsuapi
/
getncchanges.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-01-17
drs-fsmo: Improve handling of FSMO role takeover.
Andrew Bartlett
1
-1
/
+2
2013-01-01
s4:drsuapi: try to behave more like windows for usn order (bug #9508)
Stefan Metzmacher
1
-11
/
+18
2013-01-01
s4:drsuapi: make use of LDB_TYPESAFE_QSORT() and pass getnc_state
Stefan Metzmacher
1
-10
/
+14
2013-01-01
s4:drsuapi: make sure we report the meta data from the cycle start (bug #9508)
Stefan Metzmacher
1
-9
/
+38
2013-01-01
s4:drsuapi: check the source_dsa_invocation_id (bug #9508)
Stefan Metzmacher
1
-0
/
+15
2013-01-01
s4:drsuapi: make sure we never return the same highwatermark twice in a repli...
Stefan Metzmacher
1
-0
/
+36
2013-01-01
s4:drsuapi: add drsuapi_DsReplicaHighWaterMark_cmp()
Stefan Metzmacher
1
-0
/
+20
2013-01-01
s4:drsuapi: always use the current uptodateness_vector
Stefan Metzmacher
1
-11
/
+9
2013-01-01
s4:drsuapi: avoid a ldb_dn_copy() and use talloc_move() instead
Stefan Metzmacher
1
-3
/
+3
2013-01-01
s4:drsuapi: remove unused 'highest_usn' from drsuapi_getncchanges_state
Stefan Metzmacher
1
-4
/
+0
2013-01-01
s4:drsuapi: move struct drsuapi_getncchanges_state to the top of getncchanges.c
Stefan Metzmacher
1
-17
/
+17
2012-10-07
s4-drs: fix the logic to allow REPL_SECRET if the account has GET_ALL_CHANGES
Matthieu Patou
1
-0
/
+24
2012-10-07
s4-drs: EXOP_REPL_SECRETS can be called by RW DC as well
Matthieu Patou
1
-7
/
+15
2012-10-07
drs-getncchanges: do not set the highestUsn to 0
Matthieu Patou
1
-1
/
+0
2012-08-14
s4-repl: Use samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-15
/
+13
2012-08-14
s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
Andrew Bartlett
1
-2
/
+2
2011-12-23
s4:drsuapi/getncchanges: the default for isRecycled is FALSE
Stefan Metzmacher
1
-1
/
+1
2011-12-23
s4-drsuapi: we store boolean in upppercase so we need to test them in uppercase
Matthieu Patou
1
-4
/
+4
2011-12-19
s4:drsuapi/getncchanges: return WERR_NOMEM if talloc_array() fails
Stefan Metzmacher
1
-0
/
+3
2011-12-19
s4-drs: introduce a timeout in the getncchanges processing to always return s...
Matthieu Patou
1
-6
/
+27
2011-12-19
s4-drs: avoid calling unecesserly ldb_msg_find_attr_as_* as this call in unef...
Matthieu Patou
1
-26
/
+45
2011-11-13
s4-drs: check if we have a domain level >= 2k8r2 as before the isRecycled do ...
Matthieu Patou
1
-7
/
+24
2011-09-20
s4-drs: allow replication of the GC partial attribute set
Andrew Tridgell
1
-5
/
+95
2011-08-25
s4-drs: fixed msdcs DNS name in getncchanges
Andrew Tridgell
1
-3
/
+2
2011-07-27
s4-dcerpc: Do not return linked attribute on deleted objects it makes W2k8R2 ...
Matthieu Patou
1
-1
/
+15
2011-07-11
s4-drs: do not return links pointed to unexistant objects
Matthieu Patou
1
-0
/
+24
2011-06-10
s4-drs: added debug lines for missing linked attribute fields
Andrew Tridgell
1
-0
/
+8
2011-06-10
s4-drs: cope with missing RMD_ADDTIME in linked attributes
Andrew Tridgell
1
-4
/
+6
2011-05-11
s4/getncchanges: Pre-mark extended requests as success in case a sub-function...
Kamen Mazdrashki
1
-0
/
+4
2011-05-11
s4/getncchanges: Implement placeholder for handling ex-op collection of objects
Kamen Mazdrashki
1
-13
/
+44
2011-05-11
s4/getncchanges: Move the code that collects objects into separate function
Kamen Mazdrashki
1
-41
/
+67
2011-05-11
s4/getncchanges: Don't mask Extended operation result - callers need it
Kamen Mazdrashki
1
-1
/
+0
2011-05-11
s4/getncchanges: Fail extended request rather than failing whole request
Kamen Mazdrashki
1
-1
/
+3
2011-03-04
s4:dsdb - we don't need to check if a DN != NULL if we call "ldb_dn_validate"
Matthias Dieter Wallnöfer
1
-4
/
+2
2011-02-15
s4:drsuapi/getncchanges: make sure we don't process filteres objects more tha...
Stefan Metzmacher
1
-3
/
+3
2010-11-27
s4:drsuapi RPC server - fix "enum security_user_level" warning on Tru64
Matthias Dieter Wallnöfer
1
-2
/
+2
2010-11-09
s4:rpc_server/drsuapi: don't ask for constructed "distinguishedName" if we do...
Stefan Metzmacher
1
-1
/
+0
2010-11-09
s4:rpc_server/drsuapi: make msg_attrs static const
Stefan Metzmacher
1
-1
/
+3
2010-11-09
s4:rpc_server/drsuapi: let dcesrv_drsuapi_DsGetNCChanges() use DSDB_SECRET_AT...
Stefan Metzmacher
1
-5
/
+1
2010-11-05
s4-drs: reduce the memory usage of the getncchanges server
Andrew Tridgell
1
-21
/
+69
2010-10-31
idl: Use DRSUAPI_ATTID_ prefix instead of DRSUAPI_ATTRIBUTE_ for ATTID values
Kamen Mazdrashki
1
-3
/
+3
2010-10-15
s4:dsdb - remove "samdb_result_uint", "samdb_result_int64", "samdb_result_uin...
Matthias Dieter Wallnöfer
1
-1
/
+2
2010-10-12
s4-libcli/security Use seperate subsystem for session related functions
Andrew Bartlett
1
-0
/
+1
2010-10-03
s4:getncchanges.c - fix some counter types
Matthias Dieter Wallnöfer
1
-3
/
+3
2010-09-30
s4-drs: put the GCSPN flag into the repsTo if requested
Andrew Tridgell
1
-0
/
+6
2010-09-30
s4-drs: added support for level 10 of getncchanges
Andrew Tridgell
1
-73
/
+111
2010-09-29
s4-drs: implement PAS checks and access checks for getncchanges
Andrew Tridgell
1
-26
/
+130
2010-09-28
s4-drs: added support for DRSUAPI_EXOP_REPL_OBJ
Andrew Tridgell
1
-1
/
+32
2010-09-28
s4-drs: use drs_ObjectIdentifier_*() calls in getncchanges
Andrew Tridgell
1
-14
/
+16
2010-09-27
s4-drs: make getncchanges debug less verbose
Andrew Tridgell
1
-1
/
+1
[next]