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
/
lib
/
ldb
/
ldb_tdb
Age
Commit message (
Expand
)
Author
Files
Lines
2007-10-10
r11958: - fixed memory leaks in the ldb_result handling in ldb operations
Andrew Tridgell
1
-1
/
+1
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
4
-28
/
+72
2007-10-10
r11364: added a ldb_attr_dn() function for testing if an attribute name is
Andrew Tridgell
1
-2
/
+1
2007-10-10
r11353: a bit of an improvement to the ldb_tdb error handling
Andrew Tridgell
2
-8
/
+39
2007-10-10
r11111: fixed a talloc error in the dn shortcut code
Andrew Tridgell
1
-5
/
+18
2007-10-10
r10913: This patch isn't as big as it looks ...
Andrew Tridgell
5
-37
/
+36
2007-10-10
r10892: - improved the handling of the special distinguishedName attribute
Andrew Tridgell
1
-85
/
+43
2007-10-10
r10889: make searches for dn's less of a special case, and much faster when
Andrew Tridgell
2
-15
/
+7
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
4
-40
/
+15
2007-10-10
r10667: cope with a NULL tree for base searches in ldb_search()
Andrew Tridgell
1
-11
/
+11
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
1
-19
/
+25
2007-10-10
r10422: ldb_search() can now use tdb_traverse_read() to ensure it can run in
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10408: now that we are using tdb transactions we don't need any additional
Andrew Tridgell
3
-166
/
+36
2007-10-10
r10406: added --nosync option to all ldb tools, so that you can control if
Andrew Tridgell
1
-5
/
+4
2007-10-10
r10405: added transactions into tdb, and hook them into ldb. See my
Andrew Tridgell
1
-2
/
+22
2007-10-10
r10305: start implementing better error handling
Simo Sorce
3
-76
/
+61
2007-10-10
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
1
-10
/
+23
2007-10-10
r10253: a fairly large tdb cleanup and re-organise. Nearly all of this change
Andrew Tridgell
1
-1
/
+1
2007-10-10
r10251: some more work on ldb_sqlite3
Simo Sorce
1
-0
/
+6
2007-10-10
r9391: Convert all the code to use struct ldb_dn to ohandle ldap like disting...
Simo Sorce
6
-113
/
+253
2007-10-10
r8779: Add rdn module to makefile and headers
Simo Sorce
1
-1
/
+2
2007-10-10
r8736: this fixes the ldb speed (raises BENCH-WINS from 15 ops/sec to over 4000)
Andrew Tridgell
1
-0
/
+7
2007-10-10
r8668: fixed a segv during upgrade of a very old ldb.
Andrew Tridgell
1
-0
/
+5
2007-10-10
r8625: move the ldb_wrap logic into the ldb code. This logic is meant to
Andrew Tridgell
3
-22
/
+127
2007-10-10
r8601: fixed null termination in ltdb connect error
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8585: add to ldb and ldap comparison functionality
Simo Sorce
1
-22
/
+25
2007-10-10
r8520: fixed a pile of warnings from the build farm gcc -Wall output on
Andrew Tridgell
1
-1
/
+1
2007-10-10
r8373: New wildcard matching code.
Simo Sorce
3
-45
/
+6
2007-10-10
r8084: do not leak memory on errors
Simo Sorce
1
-7
/
+5
2007-10-10
r8082: large rewite of ldb_dn.c
Simo Sorce
2
-3
/
+2
2007-10-10
r8038: - fixed indexing on binary values that need base64 encoding and canoni...
Andrew Tridgell
1
-2
/
+1
2007-10-10
r8037: a fairly major update to the internals of ldb. Changes are:
Andrew Tridgell
6
-543
/
+282
2007-10-10
r7936: new ldb_dn_explode and ldb_dn_casefold functions and co
Simo Sorce
1
-5
/
+43
2007-10-10
r7784: give an error in ldb_tdb for invalid modify flags. The "whenChanged"
Andrew Tridgell
1
-0
/
+3
2007-10-10
r7728: handle 64 bit integers in INTEGER match
Andrew Tridgell
1
-3
/
+3
2007-10-10
r7709: - convert ldb to use popt, so that it can interact with the samba
Andrew Tridgell
3
-36
/
+47
2007-10-10
r7602: fix some compiler warnings
Derrell Lipman
1
-1
/
+1
2007-10-10
r7601: ldb_sqlite3 work in progress
Derrell Lipman
1
-2
/
+5
2007-10-10
r7582: Better way to have a fast path searching for a specific DN.
Simo Sorce
2
-13
/
+12
2007-10-10
r7561: moved OID constants into ldb.h and used manifest constants in ldb_match.c
Derrell Lipman
1
-2
/
+2
2007-10-10
r7559: support 64 bit matching in bitops
Andrew Tridgell
1
-6
/
+6
2007-10-10
r7558: added support in ldb for extended ldap search requests. These are
Andrew Tridgell
2
-13
/
+106
2007-10-10
r7527: - added a ldb_search_bytree() interface, which takes a ldb_parse_tree
Andrew Tridgell
5
-26
/
+41
2007-10-10
r7514: make the ldb_parse code not depend on a ldb_context, so we can now pot...
Andrew Tridgell
1
-1
/
+1
2007-10-10
r7276: - moved static tdb function ltdb_dn_fold() into common/ so that it can be
Derrell Lipman
1
-71
/
+5
2007-10-10
r6967: fixed the new multi-value dn=@ATTRIBUTES so it actually works :-)
Andrew Tridgell
1
-4
/
+6
2007-10-10
r6867: this code will change the way the @ATTRIBUTES object is handled
Simo Sorce
3
-28
/
+77
2007-10-10
r6759: let us have a wildcard attribute so that we can set a default for all ...
Simo Sorce
1
-1
/
+7
2007-10-10
r6560: added a tdb_chainlock_read() call in ldb_search(). This guarantees
Andrew Tridgell
3
-0
/
+43
2007-10-10
r6470: Remove ldb_search_free() it is not needed anymore.
Simo Sorce
3
-16
/
+0
[prev]
[next]