summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/ldb_sqlite3
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-065-4196/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* Fix syntax error in lib/ldb/ldb_sqlite3/base160.cSlava Semushin2009-06-181-1/+1
| | | | Patch for bug #6388
* s3: Call va_end() after all va_start()/va_copy() calls.Andrew Kroeger2009-06-121-0/+1
| | | | | | | | There are error paths in S3 where va_end() is not properly called after va_start() or va_copy() have been called. These issues were noted while performing an inspection for S4 bug #6129. Thanks to Erik Hovland <erik@hovland.org> for the original bug report.
* r23798: updated old Temple Place FSF addresses to new URLAndrew Tridgell2007-10-102-4/+2
| | | | (This used to be commit c676a971142d7176fd5dbf21405fca14515a0a76)
* r23790: LGPLv3+ conversion for our LGPLv2+ library codeAndrew Tridgell2007-10-102-2/+2
| | | | (This used to be commit 1b78cace504f60c0f525765fbf59d9cc6506cd4d)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-101-392/+158
| | | | | metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)
* r19430: merge recent ldb changes from Samba4. This includes memory leak fixesAndrew Tridgell2007-10-101-0/+1
| | | | | and significant speedups (This used to be commit bb5c205fef90aa8b89ba400fb9f2f37a111676a8)
* r18866: Jeremy and Volker have given the go-ahead on the group mapping ldbAndrew Tridgell2007-10-105-0/+4430
code. Yay! This first commit copies lib/ldb/ from Samba4. A huge congratulations should go to Simo on this - he has put an enormous amount of work into ldb, and it's great to see it go into the Samba3 tree. (This used to be commit bbedf2e34315f5c420a3a05dfe22b1d5cf79f042)