summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
* Use new dynconfig.h location.Jelmer Vernooij2008-05-271-0/+2
* Use variable for ldb source directory.Jelmer Vernooij2008-05-274-38/+38
* Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij2008-05-233-11/+16
* Use restructuredText formatting for docstrings.Jelmer Vernooij2008-05-232-0/+6
* Add module docstring, docstrings for constructors.Jelmer Vernooij2008-05-233-14/+63
* Add more docstrings in the ldb python module.Jelmer Vernooij2008-05-233-6/+43
* Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij2008-05-233-144/+430
* Fix CFLAGS for SWIG files.Jelmer Vernooij2008-05-221-1/+1
* Move more modules inside of the samba package.Jelmer Vernooij2008-05-212-3/+3
* Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij2008-05-211-0/+2
* Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij2008-05-211-0/+2
* Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-204-18/+198
|\
| * Add __repr__ implementation for Ldb.Jelmer Vernooij2008-05-194-1/+43
| * Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij2008-05-194-17/+155
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-201-0/+2
|\|
| * Use system python rather than smbpython.Jelmer Vernooij2008-05-111-0/+2
* | Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2008-05-122-17/+10
|\|
| * Merge ldb_map into LIBLDB.Jelmer Vernooij2008-05-111-9/+3
| * 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