summaryrefslogtreecommitdiff
path: root/source4/lib/ldb
AgeCommit message (Expand)AuthorFilesLines
2008-02-12Create the required directories when installing Python code.Jelmer Vernooij1-0/+2
2008-02-12Avoid using setup.py for intsallation.Jelmer Vernooij3-2/+7
2008-02-12Manually compile python files rather than use setup.py.Jelmer Vernooij4-22/+15
2008-02-11Fix out of tree builds.Jelmer Vernooij2-5/+6
2008-02-11Move some more rules to rules.mkJelmer Vernooij2-6/+9
2008-02-11ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij3-122/+125
2008-02-09Fix tests.Jelmer Vernooij1-35/+24
2008-02-09Split up tests a bit, output subunit.Jelmer Vernooij1-753/+721
2008-02-09Remove unused path update.Jelmer Vernooij1-2/+0
2008-02-08Fix syntax in LDAP testAndrew Bartlett1-4/+4
2008-01-25ldb/python: Add bindings for schema functions.Jelmer Vernooij3-33/+393
2008-01-23python: Add convenience function for getting command line loadparm contextJelmer Vernooij1-4/+3
2008-01-22build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij1-1/+0
2008-01-22ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij1-0/+1
2008-01-22ldb: Fix typo.Jelmer Vernooij1-1/+1
2008-01-22ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij1-1/+1
2008-01-21build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij1-4/+0
2008-01-21ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij1-0/+1
2008-01-17ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2-32/+52
2008-01-15ldap.py: Use constants where possible.Jelmer Vernooij1-14/+16
2008-01-11ldb: Get rid of a warning.Kai Blin1-1/+1
2008-01-11ldap/python: Fix last tests.Jelmer Vernooij1-60/+53
2008-01-11ldb/python: Support comparing Dn's to strings.Jelmer Vernooij3-0/+19
2008-01-11python/ldap: Fix a couple more tests.Jelmer Vernooij1-18/+18
2008-01-11Make a few more tests pass.Jelmer Vernooij1-129/+115
2008-01-11python/ldap: Get further.Jelmer Vernooij1-2/+4
2008-01-11python/ldap: Fix some tests.Jelmer Vernooij1-9/+15
2008-01-11python: More work getting the LDAP test to compile again.Jelmer Vernooij1-36/+23
2008-01-11python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij1-37/+30
2008-01-11ldap/python: Fix some more calls.Jelmer Vernooij1-74/+47
2008-01-11python/ldap: Support controls argument to ldb.search().Jelmer Vernooij4-55/+162
2008-01-11Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett4-35/+246
2008-01-11Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett1-12/+10
2008-01-11Fix segfault when sorting LDAP replies on the client.Andrew Bartlett1-2/+2
2008-01-11python/ldap: Wrap parse_control_strings().Jelmer Vernooij4-25/+114
2008-01-11ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij3-10/+22
2008-01-11ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij4-0/+37
2008-01-11python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij4-0/+73
2008-01-10r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2-7/+34
2008-01-06r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett1-1/+1
2008-01-01r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2-48/+30
2007-12-30r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2-16/+26
2007-12-28r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij1-2/+4
2007-12-27r26617: Load smb.conf.Jelmer Vernooij1-2/+8
2007-12-27r26615: Fix Python syntaxJelmer Vernooij1-1161/+772
2007-12-27r26611: Tridge didn't write this...Andrew Bartlett1-1/+1
2007-12-26r26584: Fix exception handling in ldb constructor.Jelmer Vernooij3-79/+18
2007-12-24r26582: Use the same swig flags everywhere.Jelmer Vernooij2-2/+2
2007-12-24r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce5-72/+90
2007-12-24r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij1-2/+3