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_sqlite3
Age
Commit message (
Expand
)
Author
Files
Lines
2009-10-25
ldb:backend "connect" functions - convert result values to LDB constants
Matthias Dieter Wallnöfer
1
-3
/
+3
2009-10-08
s4:ldb - SQLite: port some constraints from the TDB backend also to the SQLIT...
Matthias Dieter Wallnöfer
1
-0
/
+49
2009-06-18
Fix syntax error in lib/ldb/ldb_sqlite3/base160.c
Slava Semushin
1
-1
/
+1
2009-06-18
s4: Call va_end() after all va_start()/va_copy() calls.
Andrew Kroeger
1
-0
/
+1
2009-01-31
Start restoring the sqlite3 backend
Simo Sorce
1
-320
/
+357
2009-01-30
Fix the mess with ldb includes.
Simo Sorce
1
-1
/
+1
2008-09-29
LDB ASYNC: other backends
Simo Sorce
1
-68
/
+62
2008-09-25
Revert LDB return code patches from Matthias.
Jelmer Vernooij
1
-14
/
+14
2008-09-24
Cosmetic corrections for the LDB backend modules
Matthias Dieter Wallnöfer
1
-14
/
+14
2008-08-18
Remove references to the unused @SUBCLASS feature.
Andrew Bartlett
2
-70
/
+2
2008-02-21
ldb_sqlite: fix the build
Stefan Metzmacher
1
-1
/
+1
2008-02-20
Fix use of some modules (needed _PUBLIC_).
Jelmer Vernooij
1
-1
/
+1
2008-02-20
Remove more function-based inits.
Jelmer Vernooij
1
-4
/
+4
2007-10-10
r23798: updated old Temple Place FSF addresses to new URL
Andrew Tridgell
2
-4
/
+2
2007-10-10
r23795: more v2->v3 conversion
Andrew Tridgell
2
-2
/
+2
2007-10-10
r22746: fix the build of the sqlite module
Stefan Metzmacher
1
-2
/
+1
2007-10-10
r20185: - SMB_ENABLE() needs upper case YES/NO
Stefan Metzmacher
1
-26
/
+26
2007-10-10
r19832: better prototypes for the linearization functions:
Simo Sorce
1
-9
/
+9
2007-10-10
r19831: Big ldb_dn optimization and interfaces enhancement patch
Simo Sorce
1
-8
/
+7
2007-10-10
r19461: Make sqlite3 work again (semi-async)
Simo Sorce
1
-392
/
+158
2007-10-10
r19362: - don't need to store the baseinfo message after cache load
Andrew Tridgell
1
-0
/
+1
2007-10-10
r18439: 2nd try at a talloc_move() api. This type with the ** ptr interface
Andrew Tridgell
1
-1
/
+1
2007-10-10
r18436: converted ldb to use talloc_move() instead of talloc_steal() when
Andrew Tridgell
1
-5
/
+1
2007-10-10
r17514: Simplify the way to set ldb errors and add another
Simo Sorce
1
-12
/
+12
2007-10-10
r17186: "async" word abuse clean-up part 2
Simo Sorce
1
-15
/
+15
2007-10-10
r17185: Oh, I wanted to do this for sooo long time.
Simo Sorce
1
-45
/
+45
2007-10-10
r16090: Fix standalone build after the rename of enum ldb_request_type in
Tim Potter
1
-10
/
+10
2007-10-10
r16087: Fix silly cut-and-paste typo that cost me much of my afternoon...
Andrew Bartlett
1
-1
/
+1
2007-10-10
r16083: Make it possible to initialise a backend module, without it setting up
Andrew Bartlett
1
-10
/
+14
2007-10-10
r15854: more talloc_set_destructor() typesafe fixes
Andrew Tridgell
1
-5
/
+2
2007-10-10
r14161: return early if we know the job is already finished
Simo Sorce
1
-8
/
+11
2007-10-10
r13996: simplify ldb_async_wait() some more
Simo Sorce
1
-5
/
+5
2007-10-10
r13992: change the way ldb_async_wait() works.
Simo Sorce
1
-1
/
+3
2007-10-10
r13839: Use registration mechanism for backends as well (in the same sense
Jelmer Vernooij
1
-1
/
+5
2007-10-10
r13826: Try to keep this backend updated
Simo Sorce
2
-201
/
+444
2007-10-10
r13615: Make ldb_set_errstring get ldb instead of module as parameter.
Simo Sorce
1
-9
/
+9
2007-10-10
r13609: Get in the initial work on making ldb async
Simo Sorce
1
-0
/
+1
2007-10-10
r13333: revert previous commit I will use ldb_caseless_cmp in attrib_handlers
Simo Sorce
1
-8
/
+8
2007-10-10
r13324: From now on check attribute names obey rfc2251
Simo Sorce
1
-28
/
+10
2007-10-10
r12829: fix ldb headers, to not include '<...>' files in .c files
Stefan Metzmacher
1
-5
/
+3
2007-10-10
r12743: Remove the ugly way we had to make a second stage init and introduce
Simo Sorce
1
-1
/
+6
2007-10-10
r12733: Merge ldap/ldb controls into main tree
Simo Sorce
1
-1
/
+7
2007-10-10
r11567: Ldb API change patch.
Simo Sorce
1
-11
/
+43
2007-10-10
r10753: don't require every ldb module to implement both a search_bytree() and
Andrew Tridgell
1
-39
/
+1
2007-10-10
r10477: expose transactions outside ldb and change the API once more
Simo Sorce
1
-21
/
+35
2007-10-10
r10406: added --nosync option to all ldb tools, so that you can control if
Andrew Tridgell
1
-9
/
+11
2007-10-10
r10305: start implementing better error handling
Simo Sorce
2
-81
/
+136
2007-10-10
r10299: remove the public (un)lock functions and introduce a transaction based
Simo Sorce
1
-104
/
+55
2007-10-10
r10277: do not ovverride LIKE, thanks to derrel I found out how to do
Simo Sorce
1
-26
/
+24
2007-10-10
r10251: some more work on ldb_sqlite3
Simo Sorce
2
-245
/
+227
[next]