index
:
delta/samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
v4-1-stable
v4-1-test
v4-10-stable
v4-10-test
v4-11-stable
v4-11-test
v4-12-stable
v4-12-test
v4-13-stable
v4-13-test
v4-14-stable
v4-14-test
v4-15-stable
v4-15-test
v4-16-stable
v4-16-test
v4-17-stable
v4-17-test
v4-18-stable
v4-18-test
v4-2-stable
v4-2-test
v4-3-stable
v4-3-test
v4-4-stable
v4-4-test
v4-5-stable
v4-5-test
v4-6-stable
v4-6-test
v4-7-stable
v4-7-test
v4-8-stable
v4-8-test
v4-9-stable
v4-9-test
git.samba.org: samba.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source4
/
dsdb
/
samdb
/
ldb_modules
/
schema_load.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix a comment typo copied around
Volker Lendecke
2020-08-17
1
-1
/
+1
*
lib: relicense smb_strtoul(l) under LGPLv3
Ralph Boehme
2020-08-03
1
-0
/
+1
*
source4: Update all consumers of strtoul_err(), strtoull_err() to new API
Swen Schillig
2019-06-30
1
-1
/
+5
*
source4: Use wrapper for string to integer conversion
Swen Schillig
2019-03-01
1
-1
/
+7
*
drepl: schema repl race condition fix
Aaron Haslett
2018-12-17
1
-17
/
+26
*
dsdb: Remove readOnlySchema concept from Samba
Andrew Bartlett
2018-12-17
1
-28
/
+1
*
dsdb: Fix CID 1435453 Null pointer dereferences
Volker Lendecke
2018-05-08
1
-0
/
+4
*
dsdb:schema_load: make use of ldb_relative_path() in partition_metadata_open()
Gary Lockyer
2018-05-03
1
-14
/
+4
*
dsdb: Use talloc_get_type_abort() in schema_load_{start,end}_transaction
Andrew Bartlett
2018-04-12
1
-2
/
+4
*
dsdb: ensure we take out a read lock during the dsdb_init
Andrew Bartlett
2018-04-12
1
-15
/
+13
*
dsdb: Rework schema reload during the read lock
Andrew Bartlett
2018-04-12
1
-40
/
+29
*
dsdb: Load schema during the read_lock() hook, not the search
Andrew Bartlett
2018-04-12
1
-13
/
+6
*
dsdb: Wait until a transaction starts to call dsdb_schema_set_indices_and_att...
Andrew Bartlett
2018-04-12
1
-45
/
+15
*
dsdb: The schema should be reloaded during the transaction
Garming Sam
2018-03-05
1
-1
/
+7
*
samdb/schema_load: do schema loading with one search
Bob Campbell
2018-03-05
1
-30
/
+32
*
schema: Do not read different schema sequence values during a read transaction
Garming Sam
2018-03-05
1
-6
/
+80
*
schema: Allow schemaUpdateNow to refresh schema during a transaction
Garming Sam
2017-12-14
1
-2
/
+10
*
schema: Make writing indices flag an enum for a new state
Garming Sam
2017-11-24
1
-8
/
+55
*
dsdb: Rework schema_init module to always use valid memory
Andrew Bartlett
2017-06-22
1
-20
/
+42
*
dsdb: Add comment explaining requirements on DSDB_EXTENDED_SCHEMA_UPDATE_NOW_OID
Andrew Bartlett
2017-06-16
1
-1
/
+2
*
dsdb: Do not write the @INDEXLIST or @ATTRIBUTES records during schema refresh
Andrew Bartlett
2017-05-23
1
-4
/
+29
*
dsdb: specify attributes when loading schema
Andrew Bartlett
2016-12-01
1
-4
/
+11
*
schema: raise debug level
Garming Sam
2016-07-08
1
-1
/
+1
*
schema: Remove unnecessary schema reload code
Garming Sam
2016-07-08
1
-7
/
+0
*
dsdb: Remove 120 second delay and USN from schema refresh check
Andrew Bartlett
2016-07-06
1
-76
/
+48
*
schema: Make the fetch of the schema version fast
Andrew Bartlett
2016-07-06
1
-2
/
+19
*
lib: Remove tdb_compat
Volker Lendecke
2015-03-17
1
-1
/
+1
*
lib: Remove tdb_fetch_compat
Volker Lendecke
2015-03-17
1
-1
/
+1
*
lib: Remove tdb_errorstr_compat
Volker Lendecke
2015-03-17
1
-1
/
+1
*
s4:dsdb/schema_load: make error message more verbose
Stefan Metzmacher
2014-07-09
1
-1
/
+2
*
dsdb: Do not refresh the schema using the wrong event context
Andrew Bartlett
2014-06-11
1
-76
/
+117
*
dsdb: Do not store a struct ldb_dn in struct schema_data
Andrew Bartlett
2014-06-11
1
-2
/
+3
*
dsdb: Do not give an error is metadata.tdb does not yet exist
Andrew Bartlett
2014-06-04
1
-2
/
+2
*
tdb_wrap: Remove tdb_wrap_open_ again
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
*
samdb: Fix CID 1034910 Dereference before null check
Volker Lendecke
2013-08-19
1
-3
/
+3
*
s4-dsdb: Remove unused variables
Andrew Bartlett
2012-08-23
1
-5
/
+0
*
s4-dsdb: Do not use a possibly-old loadparm context in schema reload
Andrew Bartlett
2012-08-23
1
-7
/
+3
*
s4-dsdb: Ensure we always free tmp_ctx in schema refresh check
Andrew Bartlett
2012-08-17
1
-0
/
+2
*
s4-dsdb: Take more care in handling of global schema memory
Andrew Bartlett
2012-08-11
1
-1
/
+3
*
s4-dsdb: Use only the replication USN for schema reload.
Andrew Bartlett
2012-08-11
1
-60
/
+0
*
s4-dsdb: Check for key SCHEMA_SEQ_NUM in metadata.tdb updates
Matthieu Patou
2012-06-22
1
-2
/
+184
*
s4-dsdb: Add/Update SCHEMA_SEQ_NUM key in the metadata.tdb after schemaUpdateNow
Matthieu Patou
2012-06-22
1
-2
/
+2
*
dsdb-schema: do not reload more often than schema_reload_interval
Matthieu Patou
2012-06-22
1
-2
/
+37
*
s4-schema: remove unused variable
Matthieu Patou
2012-04-18
1
-4
/
+0
*
s4-schema consolidate schema handling
Andrew Bartlett
2011-09-05
1
-21
/
+5
*
source4/dsdb/samdb: Fix prototypes for all functions.
Jelmer Vernooij
2011-03-19
1
-1
/
+1
*
s4-dsdb: pass parent request to dsdb_module_*() functions
Andrew Tridgell
2011-01-17
1
-3
/
+5
*
s4-schema_load: Strip a pointless check
Kamen Mazdrashki
2010-12-06
1
-3
/
+1
*
s4-schema_load: Don't clean in_transaction flag until transaction is really f...
Kamen Mazdrashki
2010-11-16
1
-7
/
+6
[next]