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
/
lib
/
ldb
/
ldb_tdb
Commit message (
Expand
)
Author
Age
Files
Lines
*
s4-ldb: take advantage of ldb_match_msg_error() in more places
Andrew Tridgell
2010-10-13
2
-4
/
+16
*
s4-ldb: added an optional operator_fn in the schema syntax
Andrew Tridgell
2010-10-13
1
-2
/
+10
*
ldb-tdb: ignore failure to register control on rootdse
Andrew Tridgell
2010-09-28
1
-4
/
+1
*
s4-ldb: ensure element flags are zero in ldb search return
Andrew Tridgell
2010-08-17
1
-0
/
+2
*
s4-ldb: fixed the ldb 'displayName=a,b' indexing bug
Andrew Tridgell
2010-08-17
1
-2
/
+4
*
s4-ldb: add some comments explaining the ltdb_index_idxptr() function
Andrew Tridgell
2010-08-17
1
-0
/
+8
*
s4:objectclass_attrs LDB module - move the single-valued attribute check into...
Matthias Dieter Wallnöfer
2010-06-07
1
-44
/
+0
*
s4:rdn_name LDB module - move the "distinguishedName" write prevent check here
Matthias Dieter Wallnöfer
2010-06-07
1
-7
/
+0
*
ldb:ltdb_filter_attrs - fix a counter variable type
Matthias Dieter Wallnöfer
2010-06-06
1
-2
/
+3
*
ldb:ldb_tdb/ldb_tdb.c - quiet a warning regarding TDB -> LDB error code conve...
Matthias Dieter Wallnöfer
2010-05-30
1
-0
/
+2
*
ldb: mark the tdb backend in ldb as _PRIVATE_
Andrew Tridgell
2010-04-18
1
-1
/
+1
*
s4:LDB TDB index code - reintroduce accidentally removed code part
Matthias Dieter Wallnöfer
2010-03-08
1
-1
/
+3
*
LDB:TDB backend - change counter variables to "unsigned" where appropriate
Matthias Dieter Wallnöfer
2010-03-08
5
-16
/
+19
*
LDB related spelling fixes.
Brad Hards
2010-02-22
1
-1
/
+1
*
s4-ldb: use TYPESAFE_QSORT() in the rest of the ldb code
Andrew Tridgell
2010-02-14
1
-1
/
+1
*
s4-ldb: update ldb_tdb to use new DLIST_ macros
Andrew Tridgell
2010-02-10
1
-15
/
+3
*
s4:ldb quiet down rootdse control registration
Simo Sorce
2010-01-31
1
-1
/
+1
*
s4:ldb Fix check made conditional by mistake
Simo Sorce
2010-01-30
1
-7
/
+11
*
s4:ldb add support for permissive modify control
Simo Sorce
2010-01-30
1
-24
/
+96
*
s4-ldb: cope with bad ptr alignment in ldb_index.c
Andrew Tridgell
2010-01-16
1
-3
/
+3
*
s4-ldb: improve error handling in indexing code
Andrew Tridgell
2010-01-08
2
-5
/
+34
*
s4-ldb: use the RELAX control to disable single value checking on replace
Andrew Tridgell
2010-01-02
3
-5
/
+16
*
s4-ldb: show the OID of any unhandled critical controls
Andrew Tridgell
2009-12-16
1
-4
/
+9
*
s4-ldb: fixed nested searches inside ldb modules
Andrew Tridgell
2009-12-09
2
-4
/
+12
*
s4-ldb: added a missing ltdb_unlock_read()
Andrew Tridgell
2009-12-09
1
-0
/
+1
*
ldb:ldb_tdb backend/indexes - Outside API
Matthias Dieter Wallnöfer
2009-11-20
3
-28
/
+30
*
ldb:ldb_tdb backend/indexes - DN comparison
Matthias Dieter Wallnöfer
2009-11-20
1
-4
/
+5
*
s4-ldb: fixed an issue in rename/modify indexing
Andrew Tridgell
2009-11-20
1
-16
/
+16
*
ldb:tdb backend - be also here more careful with the result value
Matthias Dieter Wallnöfer
2009-10-27
1
-2
/
+2
*
s4:ldb Add detail to failures in the indexing code
Andrew Bartlett
2009-10-27
1
-2
/
+8
*
Merge branch 'master' of ssh://git.samba.org/data/git/samba
Andrew Tridgell
2009-10-25
1
-6
/
+6
|
\
|
*
ldb:backend "connect" functions - convert result values to LDB constants
Matthias Dieter Wallnöfer
2009-10-25
1
-6
/
+6
*
|
s4-ldb: allow for unescaped '=' in a index DN
Andrew Tridgell
2009-10-25
1
-4
/
+0
|
/
*
s4-ldb: ensure DNs pass validity tests in indexing
Andrew Tridgell
2009-10-25
1
-0
/
+4
*
s4-ldb: fixed string length handling on index records
Andrew Tridgell
2009-10-25
1
-2
/
+2
*
s4-ldb: don't allow modifies outside a transaction.
Andrew Tridgell
2009-10-25
1
-0
/
+8
*
s4-ldb: fixed re-index during a complex transaction
Andrew Tridgell
2009-10-25
1
-10
/
+31
*
s4-ldb: added a TODO about checking the indexlist
Andrew Tridgell
2009-10-22
1
-0
/
+2
*
s4-ldb: fixed some memory leaks in new indexing code
Andrew Tridgell
2009-10-22
1
-1
/
+3
*
s4-ldb: don't try to index non-indexed attributes
Andrew Tridgell
2009-10-22
1
-0
/
+4
*
s4-ldb: ensure new dn_list elements are not owned by caller
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: over-allocate index records to save on realloc costs
Andrew Tridgell
2009-10-22
1
-1
/
+5
*
s4-ldb: fixed tdb error handling in ldb_index.c
Andrew Tridgell
2009-10-22
1
-3
/
+8
*
s4-ldb: delete empty index records
Andrew Tridgell
2009-10-22
1
-0
/
+8
*
s4-ldb: do more validation of idxptr lists
Andrew Tridgell
2009-10-22
1
-12
/
+31
*
s4-ldb: expose ltdb_err_map and ltdb_delete_noindex
Andrew Tridgell
2009-10-22
2
-2
/
+5
*
s4-ldb: when taking a list intersection, the result can be as long as the fir...
Andrew Tridgell
2009-10-22
1
-1
/
+1
*
s4-ldb: ldb indexing rewrite - part1
Andrew Tridgell
2009-10-22
4
-909
/
+739
*
s4:ldb Put ltdb_private under the 'module'
Andrew Bartlett
2009-10-21
1
-0
/
+1
*
s4:ldb_tdb - Revert some introduced "trivial gotos"
Matthias Dieter Wallnöfer
2009-10-12
1
-21
/
+11
[next]