summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
| * Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij2008-05-101-1/+1
| |\
| * \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-255-38/+101
| |\ \
| * \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-04-081-1/+1
| |\ \ \
| * \ \ \ Merge v4.0-testJelmer Vernooij2008-03-2810-46/+72
| |\ \ \ \
| * | | | | 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
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-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
| |\ \ \ \ \ \ \
| * | | | | | | | 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
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij2008-02-292-3/+4
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | 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
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'v4-0-trivial' into v4-0-gmake3Jelmer Vernooij2008-02-181-2/+2
| |\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Move responsibilities of build.h to makefile.Jelmer Vernooij2008-02-162-1/+2
| * | | | | | | | | | | | | Revert "Allow LDB to be a static library again."Jelmer Vernooij2008-02-162-0/+2
| * | | | | | | | | | | | | Allow LDB to be a static library again.Jelmer Vernooij2008-02-162-2/+0
* | | | | | | | | | | | | | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-091-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | Fix typo.Jelmer Vernooij2008-05-081-1/+1
| * | | | | | | | | | | | | Fix link flags for ldb and tdb Python modules.Jelmer Vernooij2008-05-081-1/+1
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* / | | | | | | | | | | | Cope with an empty mapping file in ad2oLschemaAndrew Bartlett2008-05-061-2/+2
|/ / / / / / / / / / / /
* | | | | | | | | | | | Remove more event_context_init() uses from function calls within deep down th...Simo Sorce2008-04-211-2/+14
* | | | | | | | | | | | use uintptr_t instead of intptr_t where appropriateAndrew Tridgell2008-04-171-2/+2
* | | | | | | | | | | | Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij2008-04-151-3/+5
* | | | | | | | | | | | Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij2008-04-141-48/+30
* | | | | | | | | | | | Move object files lists to makefile rather than smb_build.Jelmer Vernooij2008-04-143-16/+17
* | | | | | | | | | | | Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2008-04-142-5/+13
* | | | | | | | | | | | Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij2008-04-113-34/+85
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | Fix and test python scripts and kerberosAndrew Bartlett2008-03-281-1/+1
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | 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
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | Rerun SWIG.Jelmer Vernooij2008-03-071-15/+16
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger2008-03-071-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Try to return sane ldb error stringsAndrew Bartlett2008-03-041-1/+10
| |_|_|_|_|/ |/| | | | |
* | | | | | 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