summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-06-17Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij2-20/+0
2008-06-17Change our module code to not use the special symbol name init_module()Andrew Tridgell2-20/+0
2008-06-16Change order of includes in swig file to avoid warnings.Jelmer Vernooij2-2/+2
2008-06-16Add include in swig file as well.Jelmer Vernooij2-1/+2
2008-06-16Fix ldb_wrap.cSimo Sorce1-0/+1
2008-06-15Fix cleanup.Simo Sorce1-4/+9
2008-06-15Note that making ldb the event context parent seem to lead to races whenSimo Sorce1-1/+1
2008-06-15Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-fixm...Jelmer Vernooij3-180/+260
2008-06-15Fix standalone ldb build.Jelmer Vernooij1-3/+6
2008-06-15Fix ldb python bindings after events changes.Jelmer Vernooij2-3/+6
2008-06-15Cleanup.Simo Sorce1-23/+29
2008-06-15Now that we pass down the event context, start removing calls toSimo Sorce2-8/+2
2008-06-14Cleanup,Simo Sorce1-61/+88
2008-06-14Ups fix typo in error typeSimo Sorce1-2/+2
2008-06-14Cosmetic fixes.Simo Sorce1-88/+141
2008-06-14Use a custom init function for samba4 that sets a samba4Simo Sorce1-3/+3
2008-06-14Make up the right dependencies now that ldb depends on libeventsSimo Sorce23-34/+68
2008-06-14This patch make it possible to build the events library completelySimo Sorce1-0/+4
2008-06-11Use variables for source dir of python ldb bindings.Jelmer Vernooij1-3/+3
2008-06-03Align the Python and EJS ldap tests.Andrew Bartlett1-45/+151
2008-05-31Revert Jelmer's CFLAGS commit e2b71a0ecbf10a78a59a8ec6371bdee57b1bfa6cAndrew Bartlett3-23/+15
2008-05-30Move CFLAGS handling out of smb_build.Jelmer Vernooij3-15/+23
2008-05-27Move CFLAGS that are not inherited out of smb_build.Jelmer Vernooij1-1/+1
2008-05-27Use new dynconfig.h location.Jelmer Vernooij1-0/+2
2008-05-27Use variable for ldb source directory.Jelmer Vernooij4-38/+38
2008-05-23Add proper implementation of MessageElement.__cmp__.Jelmer Vernooij3-11/+16
2008-05-23Use restructuredText formatting for docstrings.Jelmer Vernooij2-0/+6
2008-05-23Add module docstring, docstrings for constructors.Jelmer Vernooij3-14/+63
2008-05-23Add more docstrings in the ldb python module.Jelmer Vernooij3-6/+43
2008-05-23Add some docstrings to ldb python module, fix MessageElement name.Jelmer Vernooij3-144/+430
2008-05-22Fix CFLAGS for SWIG files.Jelmer Vernooij1-1/+1
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij2-3/+3
2008-05-21Move CFLAGS overrides for SWIG modules to Makefile.Jelmer Vernooij1-0/+2
2008-05-21Remove support for .py files from smb_build - deal with it only in the makefi...Jelmer Vernooij1-0/+2
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett4-18/+198
2008-05-20Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-0/+2
2008-05-19Add __repr__ implementation for Ldb.Jelmer Vernooij4-1/+43
2008-05-19Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.Jelmer Vernooij4-17/+155
2008-05-12Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett2-17/+10
2008-05-11Use system python rather than smbpython.Jelmer Vernooij1-0/+2
2008-05-11Merge ldb_map into LIBLDB.Jelmer Vernooij1-9/+3
2008-05-10Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-05-09Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into 4-0-localAndrew Bartlett1-1/+1
2008-05-08Fix typo.Jelmer Vernooij1-1/+1
2008-05-08Fix link flags for ldb and tdb Python modules.Jelmer Vernooij1-1/+1
2008-05-06Cope with an empty mapping file in ad2oLschemaAndrew Bartlett1-2/+2
2008-04-25Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij5-38/+101
2008-04-21Remove more event_context_init() uses from function calls within deep down th...Simo Sorce1-2/+14
2008-04-17use uintptr_t instead of intptr_t where appropriateAndrew Tridgell1-2/+2
2008-04-15Move SOVERSION, VERSION and PC_FILE out of smb_build but use make variables d...Jelmer Vernooij1-3/+5