summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/nssldb/ldb-pwd.c
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-242/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* Merge ldb_search() and ldb_search_exp_fmt() into a simgle function.Simo Sorce2008-09-231-6/+9
| | | | | The previous ldb_search() interface made it way too easy to leak results, and being able to use a printf-like expression turns to be really useful.
* r23800: LGPL is now called GNU Lesser General Public LicenseAndrew Tridgell2007-10-101-2/+2
| | | | | not GNU Library General Public License (This used to be commit 01e3fe7533b5670236c026ec3c6cc1e25655fbc3)
* r23794: convert more code from LGPLv2+ to LGPLv3+Andrew Tridgell2007-10-101-5/+3
| | | | (This used to be commit 9d37f1ec070ddcfd49dfe351e76cc08fa0d9b41c)
* r19456: Add an example application for ldb using the tdb backendSimo Sorce2007-10-101-0/+241
(This used to be commit 778198f279b374222c737e5eda1c47efc2dce39c)