summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+1
|\
| * Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-1/+1
* | Merge v4.0-testJelmer Vernooij2008-03-2810-46/+72
|\|
| * Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2008-03-262-35/+55
| * More safety around ldb_dn C functions in python bindings.Andrew Bartlett2008-03-191-2/+6
| * ldb: not every shell supports '==' so use '='Stefan Metzmacher2008-03-181-1/+1
| * ldb: remove configure with 'make realdistclean'Stefan Metzmacher2008-03-181-1/+1
| * ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher2008-03-181-1/+0
| * ldb: fix the standalone buildStefan Metzmacher2008-03-186-13/+13
| * Make error handling in ldb more consistant.Andrew Bartlett2008-03-111-1/+4
* | Move PC_FILE out of the perl code.Jelmer Vernooij2008-03-091-1/+2
* | Push SOVERSION and VERSION out of perl code.Jelmer Vernooij2008-03-081-2/+3
* | Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-03-071-15/+16
|\|
| * Rerun SWIG.Jelmer Vernooij2008-03-071-15/+16
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-071-1/+1
|\|
| * accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger2008-03-071-1/+1
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-041-1/+10
|\|
| * Try to return sane ldb error stringsAndrew Bartlett2008-03-041-1/+10
* | Fix syntax.Jelmer Vernooij2008-03-041-2/+2
* | Fix includes.Jelmer Vernooij2008-03-041-0/+2
* | Move object file lists to the Makefile.Jelmer Vernooij2008-03-033-64/+45
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-03-033-171/+93
|\|
| * Some cleanups for the ldb doxygen docs.Brad Hards2008-03-021-10/+12
| * Remove unused variable, fix (80, 'Other error') exceptions from ldb python bi...Jelmer Vernooij2008-03-012-4/+4
| * Fix error handling in ldb.add().Jelmer Vernooij2008-03-012-161/+81
| * Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-291-1/+2
| * Fix manpage paths.Jelmer Vernooij2008-02-291-6/+6
| * Move manpage management out of the perl build system.Jelmer Vernooij2008-02-292-9/+17
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-292-3/+4
|\|
| * Fix ldapi support.Jelmer Vernooij2008-02-291-2/+2
| * Fix rdn_name errors.Andrew Bartlett2008-02-281-1/+2
* | Move public header accumulation out of the perl code.Jelmer Vernooij2008-02-261-1/+2
* | Fix manpage paths.Jelmer Vernooij2008-02-261-6/+6
* | Move manpage management out of the perl build system.Jelmer Vernooij2008-02-262-9/+17
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-261-14/+10
|\|
| * Update homepages for talloc, tdb and ldb subprojectsSimo Sorce2008-02-251-14/+10
* | Fix the build (again).Jelmer Vernooij2008-02-261-0/+4
* | Fix use of realpath, fix init functions for ldb.Jelmer Vernooij2008-02-253-13/+17
* | Fix standalone ldb build modules.Jelmer Vernooij2008-02-251-5/+5
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-2533-230/+187
|\|
| * ldb_sqlite: fix the buildStefan Metzmacher2008-02-212-2/+1
| * Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-02-2138-1124/+1041
| |\
| | * Allow building ldb as static library again \o/Jelmer Vernooij2008-02-201-1/+0
| | * Fix use of some modules (needed _PUBLIC_).Jelmer Vernooij2008-02-205-12/+20
| | * Fix static module list generation for ldb.Jelmer Vernooij2008-02-2015-38/+10
| | * Remove more function-based inits.Jelmer Vernooij2008-02-206-78/+118
| | * Use function-based initialization for ildap backend.Jelmer Vernooij2008-02-201-6/+3
| | * Use struct-based rather than function-based initialization for ldb modules ev...Jelmer Vernooij2008-02-2010-93/+22
| | * Allow ldb backends without init function, use init function-less ldb modules.Jelmer Vernooij2008-02-205-11/+20
| * | Until the new ldb changes land, make ldb_wait set the error string.Andrew Bartlett2008-02-211-1/+7