summaryrefslogtreecommitdiffstats
path: root/source3/lib/ldb/nssldb
Commit message (Collapse)AuthorAgeFilesLines
* Remove the copy of ldb from Samba 3.Jelmer Vernooij2010-05-065-1125/+0
| | | | | There were two utility functions that other parts of Samba 3 still relied on; they have been moved to lib/ldb_compat.[ch].
* Replace ldb_search() with ldb_search_exp_fmt(), like in Samba 4.Jelmer Vernooij2009-01-212-58/+5
|
* Reorder arguments to ldb_search() to match what is in Samba 4.Jelmer Vernooij2009-01-212-22/+18
|
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-104-8/+8
| | | | | not GNU Library General Public License (This used to be commit 727a6cf2cba8da6b40610409b264e86e6908eb0c)
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-10-104-20/+12
| | | | (This used to be commit f3df6cd87e1927f41e95af51d750a71278282e15)
* r19725: sync samba3's ldb with samba4Stefan Metzmacher2007-10-105-0/+1190
metze (This used to be commit 207643e9c9c75546f38a09f12ea0b574b08086c5)