summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-14Use _OBJ_FILES variables in a couple more places.Jelmer Vernooij1-48/+30
2008-04-14Move object files lists to makefile rather than smb_build.Jelmer Vernooij3-16/+17
2008-04-14Remove prototypes from build.h in preparation of removing build.hJelmer Vernooij2-5/+13
2008-04-11Return SAM ldb context and loadparm context as part of C provisionJelmer Vernooij3-34/+85
2008-04-08Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-1/+1
2008-03-28Merge v4.0-testJelmer Vernooij10-46/+72
2008-03-26Clean up the ldb python bindings to be 64 bit safe.Andrew Bartlett2-35/+55
2008-03-19More safety around ldb_dn C functions in python bindings.Andrew Bartlett1-2/+6
2008-03-18ldb: not every shell supports '==' so use '='Stefan Metzmacher1-1/+1
2008-03-18ldb: remove configure with 'make realdistclean'Stefan Metzmacher1-1/+1
2008-03-18ldb: nothing uses "system/network.h" so don't include itStefan Metzmacher1-1/+0
2008-03-18ldb: fix the standalone buildStefan Metzmacher6-13/+13
2008-03-11Make error handling in ldb more consistant.Andrew Bartlett1-1/+4
2008-03-09Move PC_FILE out of the perl code.Jelmer Vernooij1-1/+2
2008-03-08Push SOVERSION and VERSION out of perl code.Jelmer Vernooij1-2/+3
2008-03-07Merge branch 'v4-0-test' into v4-0-gmake3Jelmer Vernooij1-15/+16
2008-03-07Rerun SWIG.Jelmer Vernooij1-15/+16
2008-03-07Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+1
2008-03-07accountExpires: Windows default is 9223372036854775807, not -1.Andrew Kroeger1-1/+1
2008-03-04Merge branch 'v4-0-test' of ssh://git.samba.org/data/git/samba into v4-0-gmake3Jelmer Vernooij1-1/+10
2008-03-04Fix syntax.Jelmer Vernooij1-2/+2
2008-03-04Try to return sane ldb error stringsAndrew Bartlett1-1/+10
2008-03-04Fix includes.Jelmer Vernooij1-0/+2
2008-03-03Move object file lists to the Makefile.Jelmer Vernooij3-64/+45