index
:
samba.git
master
py3compat-34ad28d
Unnamed repository; edit this file 'description' to name the repository.
Petr Viktorin
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
dsdb
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
s4:dsdb/util_samr: simplify dsdb_add_user()
Stefan Metzmacher
2014-04-02
1
-42
/
+8
*
dsdb-tests: Remove pointless creation of ldaptestou
Andrew Bartlett
2014-04-02
1
-1
/
+0
*
s4:dsdb/ldb_modules: avoid invalid pointer type warnings
Stefan Metzmacher
2014-04-02
2
-5
/
+4
*
s4:dsdb/ldb_modules: avoid str_list related const warnings
Stefan Metzmacher
2014-04-02
2
-3
/
+6
*
s4:dsdb/ldb_modules: avoid declaration after code warnings
Stefan Metzmacher
2014-04-02
2
-2
/
+5
*
tdb_wrap: Remove tdb_wrap_open_ again
Volker Lendecke
2014-03-31
2
-4
/
+4
*
dsdb: Avoid passing lp_ctx to tdb_wrap_open in partition_metadata_open
Volker Lendecke
2014-03-31
1
-3
/
+3
*
dsdb: Avoid passing lp_ctx to tdb_wrap_open in schema_metadata_open
Volker Lendecke
2014-03-31
1
-3
/
+3
*
dsdb: Improve missing objectClass handling
Andrew Bartlett
2014-03-27
1
-13
/
+13
*
dsdb: Improve errors and checks for missing objectClass values
Andrew Bartlett
2014-03-27
1
-2
/
+9
*
dsdb: Clarify how the DSDB_REPL_FLAG_PRIORITISE_INCOMING flag works
Andrew Bartlett
2014-03-27
1
-5
/
+13
*
dsdb: Do not update notify_uSN until the transaction is genuinely committed t...
Andrew Bartlett
2014-03-27
1
-7
/
+7
*
dsdb: Do checks for invalid renames in samldb, before repl_meta_data
Andrew Bartlett
2014-03-26
2
-238
/
+271
*
s4:dsdb/repl: make use of dcerpc_binding_handle_is_connected()
Stefan Metzmacher
2014-03-25
1
-7
/
+10
*
dsdb: Further assert that we always have an objectClass and an rDN
Andrew Bartlett
2014-03-17
1
-32
/
+118
*
dsdb: Ensure to sort replPropertyMetaData as UNSIGNED, not SIGNED quantities
Andrew Bartlett
2014-03-14
1
-4
/
+18
*
Remove the remaining uses of the macro NT_STATUS_HAVE_NO_MEMORY_AND_FREE in t...
Garming Sam
2014-03-05
1
-6
/
+12
*
Remove a number of NT_STATUS_HAVE_NO_MEMORY_AND_FREE macros from the codebase.
Garming Sam
2014-03-05
3
-30
/
+120
*
s4:dsdb/repl: make use of dcerpc_binding_get_string_option("host")
Stefan Metzmacher
2014-02-13
1
-4
/
+11
*
s4:dsdb/repl: make dreplsrv_get_target_principal() static
Stefan Metzmacher
2014-02-13
1
-5
/
+6
*
s4:dsdb/repl: make use of dcerpc_binding_set_string_option("target_principal")
Stefan Metzmacher
2014-02-13
1
-1
/
+9
*
s4:samdb: respect SEARCH_FLAG_PRESERVEONDELETE
Arvid Requate
2014-02-06
1
-2
/
+7
*
dsdb: Add more tests for DN+String and DN+Binary comparisons
Andrew Bartlett
2014-02-05
1
-0
/
+14
*
dsdb: Return LDB_ERR_INSUFFICIENT_ACCESS_RIGHTS rather than OPERATIONS_ERROR ...
Andrew Bartlett
2014-02-05
1
-4
/
+7
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-2
/
+2
*
s4:dsdb fix compiler warnings
Christian Ambach
2013-12-12
1
-1
/
+1
*
s4-dsdb: Fix a use after free segfault.
Andreas Schneider
2013-11-12
1
-3
/
+4
*
s4:dsdb: Move cldap netlogon functions into samdb/ldb_modules
Benjamin Franzke
2013-11-11
4
-2
/
+464
*
s4:dsdb/rootdse: Support netlogon request
Benjamin Franzke
2013-11-11
2
-11
/
+74
*
s4:dsdb/rootdse: Pass rootdse context to rootdse_add_dynamic
Benjamin Franzke
2013-11-11
1
-20
/
+19
*
samdb: Fix CID 241968 Uninitialized pointer read
Volker Lendecke
2013-11-11
1
-1
/
+1
*
dsdb: Fix Coverity ID 1034907 Dereference before null check
Volker Lendecke
2013-11-11
1
-1
/
+1
*
s4-dsdb: instanceType NC_HEAD is only allowed combined with WRITE for an orig...
Nadezhda Ivanova
2013-11-03
2
-5
/
+15
*
s4-dsacl: Fixed incorrect handling of privileges in sec_access_check_ds
Nadezhda Ivanova
2013-10-25
2
-1
/
+31
*
s4-samldb: Do not allow deletion of objects with RID < 1000
Nadezhda Ivanova
2013-10-14
3
-3
/
+40
*
dsdb: Provide a clearer error when we fail to store the sequence number in me...
Andrew Bartlett
2013-10-10
1
-6
/
+19
*
dsdb/tests/ldap: fix test_distinguished_name against w2k8r2
Stefan Metzmacher
2013-10-10
1
-2
/
+2
*
s4:dsdb/rootdse: report 'dnsHostName' instead of 'dNSHostName'
Stefan Metzmacher
2013-10-10
1
-1
/
+1
*
dsdb/tests/ldap: fix test_ldapServiceName against w2k8r2
Stefan Metzmacher
2013-10-10
1
-4
/
+8
*
dsdb: Convert the full string from UTF16 to UTF8, including embedded NULLs
Andrew Bartlett
2013-09-26
1
-1
/
+1
*
pydsdb: Raise a more useful exception when dsdb_wellknown_dn fails.
Andrew Bartlett
2013-09-24
1
-0
/
+5
*
pydsdb: Give KeyError when we fail a schema lookup in python
Andrew Bartlett
2013-09-24
1
-8
/
+8
*
Fix DN RDN case in partition names
Howard Chu
2013-09-24
3
-31
/
+35
*
Fix entryCSN format
Howard Chu
2013-09-23
1
-1
/
+7
*
Drop paged-search from OpenLDAP stack
Howard Chu
2013-09-23
1
-1
/
+1
*
Add LDB_MAP_RENDROP option
Howard Chu
2013-09-23
1
-1
/
+1
[prev]
[next]