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
/
dsdb
Age
Commit message (
Expand
)
Author
Files
Lines
2012-08-22
s4:dsdb_sort_objectClass_attr - use "data_blob_string_const" for setting values
Matthias Dieter Wallnöfer
1
-6
/
+1
2012-08-17
s4-dsdb: Use tmp_ctx in kccsrv_check_deleted to avoid leaking memory onto par...
Andrew Bartlett
1
-6
/
+11
2012-08-17
s4-kcc: Avoid use-after-free of dn and add tmp_ctx
Andrew Bartlett
1
-2
/
+9
2012-08-17
s4-dsdb: Ensure we always free tmp_ctx in schema refresh check
Andrew Bartlett
1
-0
/
+2
2012-08-14
s4:dsdb/repl: fix the usage of 'GC/' prefixed principal names
Stefan Metzmacher
1
-21
/
+6
2012-08-14
s4-dsdb: Use samdb_dn_is_our_ntdsa()
Andrew Bartlett
5
-37
/
+61
2012-08-14
s4-dsdb: Add samdb_dn_is_our_ntdsa()
Andrew Bartlett
1
-0
/
+25
2012-08-14
s4-dsdb: Use samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-35
/
+4
2012-08-14
s4-dsdb: Add helper function samdb_reference_dn_is_our_ntdsa()
Andrew Bartlett
1
-1
/
+39
2012-08-14
s4-dsdb: Use ldb_dn_copy() rather than talloc_reference()
Andrew Bartlett
1
-1
/
+1
2012-08-14
s4-libnet: Improve debugging of libnet_BecomeDC LDAP errors
Andrew Bartlett
1
-0
/
+2
2012-08-14
s4:dsdb/repl: ldb_errstring() takes a 'struct ldb_context' not 'int'
Stefan Metzmacher
1
-1
/
+2
2012-08-14
s4:dsdb/repl: make sure instanceType_e is not changed by a reallocation
Stefan Metzmacher
1
-1
/
+11
2012-08-14
s4:dsdb/repl: avoid reallocation of msg->elements
Stefan Metzmacher
1
-1
/
+1
2012-08-14
s4-dsdb: Add mem_ctx argument to samdb_ntds_settings_dn
Andrew Bartlett
12
-27
/
+42
2012-08-14
s4-dsdb: Improve memory handling in dsdb_schema_from_ldb_results() by adding ...
Andrew Bartlett
1
-2
/
+14
2012-08-14
s4-dsdb: Improve memory handling in kccsrv_add_connection()
Andrew Bartlett
1
-0
/
+5
2012-08-14
s4-dsdb: Improve memory handling in kccsrv_find_connections() by adding a tmp...
Andrew Bartlett
1
-4
/
+15
2012-08-14
s4-dsdb: Add const
Andrew Bartlett
1
-4
/
+4
2012-08-11
s4-dsdb: Take more care in handling of global schema memory
Andrew Bartlett
2
-28
/
+64
2012-08-11
s4-dsdb: Remove support for per-partition sequence numbers
Andrew Bartlett
1
-23
/
+0
2012-08-11
s4-dsdb: Use only the replication USN for schema reload.
Andrew Bartlett
2
-66
/
+0
2012-08-10
build: rename security → samba-security
Björn Jacke
2
-9
/
+9
2012-08-10
s4-dsdb: Explain better what records are written during schema set
Andrew Bartlett
2
-10
/
+19
2012-08-09
s4-dsdb: Remove strcasecmp() fallback in replmd_ldb_message_element_attid_sort
Andrew Bartlett
1
-7
/
+0
2012-08-09
s4-dsdb: Do not reload partition metadata except on transaction start
Andrew Bartlett
1
-11
/
+0
2012-08-09
s4-pydsdb: Provide control of if we should write index attributes when reload...
Andrew Bartlett
1
-2
/
+4
2012-08-09
s4-dsdb: Change talloc parent
Andrew Bartlett
1
-1
/
+1
2012-08-09
s4-dsdb: Remove ldb_sequence_type argument from partition_primary_sequence_nu...
Andrew Bartlett
2
-4
/
+4
2012-08-09
s4-dsdb: simplify migration of old-style seqence numbers to metadata.tdb
Andrew Bartlett
2
-150
/
+53
2012-08-09
s4-dsdb: Reduce calls to the ldb layer by reloading less often
Andrew Bartlett
2
-14
/
+26
2012-08-06
s4:libcli/pyerrors: s/PyErr_WERROR_IS_ERR_RAISE/PyErr_WERROR_NOT_OK_RAISE/
Stefan Metzmacher
1
-5
/
+5
2012-08-03
s4:dsdb:replicated_objects: do not move 'instanceType' to the end of msg->ele...
Stefan Metzmacher
1
-1
/
+22
2012-07-31
s4-dsdb: Replace any existing lastKnownParent attribute during delete
Andrew Bartlett
1
-1
/
+1
2012-07-31
s4-dsdb: Improve tracing in repl_meta_data
Andrew Bartlett
1
-7
/
+8
2012-07-31
s4-dsdb: Handle rename conflicts in both directions
Andrew Bartlett
1
-49
/
+87
2012-07-31
s4-dsdb: Request extended DN and show deleted when searching for a possible p...
Andrew Bartlett
1
-2
/
+4
2012-07-29
s4-dsdb: Fill in lastKnownParent when moving to lostAndFound
Andrew Bartlett
2
-0
/
+46
2012-07-29
s4-dsdb: Do not strip base components off DN before searching for NC root
Andrew Bartlett
1
-7
/
+10
2012-07-29
s4-dsdb: Change move to lostAndFound to use container in this partiion and ad...
Andrew Bartlett
1
-2
/
+31
2012-07-29
s4-dsdb: Provide a way to force incoming renames to take priority
Andrew Bartlett
1
-2
/
+4
2012-07-29
s4-dsdb: Provide a way to handle conflicts due to rename
Andrew Bartlett
1
-25
/
+102
2012-07-29
s4-repl: Use ldb_dn_new() to create the rootDSE DN
Andrew Bartlett
1
-1
/
+5
2012-07-29
s4-repl: Use NULL for pointer test when checking for ldb_msg_new() failure
Andrew Bartlett
1
-1
/
+1
2012-07-18
dsdb: Allocate new OID to allow updates of a read-only replica
Andrew Bartlett
4
-5
/
+14
2012-07-18
s4-dsdb: Allow dbcheck to correct an incorrect instanceType
Andrew Bartlett
1
-3
/
+5
2012-07-18
s4-dsdb: Ensure we never write read-only objects onto a read-write replica
Andrew Bartlett
1
-1
/
+8
2012-07-06
s4-dsdb: Remove unused variables in py_dsdb_get_partitions_dn
Andrew Bartlett
1
-3
/
+0
2012-07-06
pydsdb: Add bindings for dsdb_wellknown_dn()
Andrew Bartlett
1
-0
/
+35
2012-07-06
s4-pydsdb: Add bindings for dsdb_find_nc_root()
Andrew Bartlett
1
-0
/
+23
[next]