summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Expand)AuthorAgeFilesLines
...
* | Move some more rules to rules.mkJelmer Vernooij2008-02-112-6/+9
* | ldb: Split up the Makefile so it will be possible later on to directly includ...Jelmer Vernooij2008-02-113-122/+125
* | Fix tests.Jelmer Vernooij2008-02-091-35/+24
* | Split up tests a bit, output subunit.Jelmer Vernooij2008-02-091-753/+721
* | Remove unused path update.Jelmer Vernooij2008-02-091-2/+0
|/
* Fix syntax in LDAP testAndrew Bartlett2008-02-081-4/+4
* ldb/python: Add bindings for schema functions.Jelmer Vernooij2008-01-253-33/+393
* python: Add convenience function for getting command line loadparm contextJelmer Vernooij2008-01-231-4/+3
* build: Remove support for DESCRIPTION setting that is now unused.Jelmer Vernooij2008-01-221-1/+0
* ldb/talloc/tdb: Use manually written pc file.Jelmer Vernooij2008-01-221-0/+1
* ldb: Fix typo.Jelmer Vernooij2008-01-221-1/+1
* ldb: Increase version number to make it easier to create new Debian snapshots.Jelmer Vernooij2008-01-221-1/+1
* build: Demote a bunch of libraries to subsystems. This makes packaging easier...Jelmer Vernooij2008-01-211-4/+0
* ldb: Fix building python modules against system-provided ldb.Jelmer Vernooij2008-01-211-0/+1
* ldb_map objectClass munging: Don't hard-code 'extensibleObject'.Andrew Bartlett2008-01-172-32/+52
* ldap.py: Use constants where possible.Jelmer Vernooij2008-01-151-14/+16
* ldb: Get rid of a warning.Kai Blin2008-01-111-1/+1
* ldap/python: Fix last tests.Jelmer Vernooij2008-01-111-60/+53
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-113-0/+19
* python/ldap: Fix a couple more tests.Jelmer Vernooij2008-01-111-18/+18
* Make a few more tests pass.Jelmer Vernooij2008-01-111-129/+115
* python/ldap: Get further.Jelmer Vernooij2008-01-111-2/+4
* python/ldap: Fix some tests.Jelmer Vernooij2008-01-111-9/+15
* python: More work getting the LDAP test to compile again.Jelmer Vernooij2008-01-111-36/+23
* python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij2008-01-111-37/+30
* ldap/python: Fix some more calls.Jelmer Vernooij2008-01-111-74/+47
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-114-55/+162
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-114-35/+246
|\
| * python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-114-25/+114
| * ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-113-10/+22
| * ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-114-0/+37
| * python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-114-0/+73
* | Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett2008-01-111-12/+10
* | Fix segfault when sorting LDAP replies on the client.Andrew Bartlett2008-01-111-2/+2
|/
* r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-102-7/+34
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-012-48/+30
* r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas...Jelmer Vernooij2007-12-302-16/+26
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
* r26617: Load smb.conf.Jelmer Vernooij2007-12-271-2/+8
* r26615: Fix Python syntaxJelmer Vernooij2007-12-271-1161/+772
* r26611: Tridge didn't write this...Andrew Bartlett2007-12-271-1/+1
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-263-79/+18
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-242-2/+2
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro...Simo Sorce2007-12-245-72/+90
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-2/+3
* r26577: Fix the standalone ldb build.Jelmer Vernooij2007-12-241-11/+8
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-242-2/+2
* r26574: Do not call functions in the variable declaration, fix checking for t...Simo Sorce2007-12-241-5/+7
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-44/+44