summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb
Commit message (Collapse)AuthorAgeFilesLines
...
* ldap/python: Fix last tests.Jelmer Vernooij2008-01-111-60/+53
| | | | (This used to be commit 874c00b1c1ef011c85226135144fafdc97d91116)
* ldb/python: Support comparing Dn's to strings.Jelmer Vernooij2008-01-113-0/+19
| | | | (This used to be commit 355878907970b396e4031426fda260d981c417eb)
* python/ldap: Fix a couple more tests.Jelmer Vernooij2008-01-111-18/+18
| | | | (This used to be commit 3a0d14f33532d88ace770d037c50375fe822dbb6)
* Make a few more tests pass.Jelmer Vernooij2008-01-111-129/+115
| | | | (This used to be commit 017aa400c7097cf6132f2bec969b9bbb5237f4d8)
* python/ldap: Get further.Jelmer Vernooij2008-01-111-2/+4
| | | | (This used to be commit 0c27eabbc40657493dc72f12b4fbdb07b0a3200f)
* python/ldap: Fix some tests.Jelmer Vernooij2008-01-111-9/+15
| | | | (This used to be commit 52f64afd4324eb185303ca192b88ccb632ee8587)
* python: More work getting the LDAP test to compile again.Jelmer Vernooij2008-01-111-36/+23
| | | | (This used to be commit d7a3f9612c40000cb265279598c09f6983305656)
* python: Specify right arguments for the ldap test, fix some more calls.Jelmer Vernooij2008-01-111-37/+30
| | | | (This used to be commit 74209fa6b097c6cd3c919dc6a67d998de12fa575)
* ldap/python: Fix some more calls.Jelmer Vernooij2008-01-111-74/+47
| | | | (This used to be commit 583881ae5a2a173abad9ba1ffd766b009d9ca8cd)
* python/ldap: Support controls argument to ldb.search().Jelmer Vernooij2008-01-114-55/+162
| | | | (This used to be commit 9eddc27f13fa2feb56d6b015e66d8c54081487da)
* Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-localAndrew Bartlett2008-01-114-35/+246
|\ | | | | | | (This used to be commit 597f9fe17685fb7909269bc0af04bf4a040e2ad7)
| * python/ldap: Wrap parse_control_strings().Jelmer Vernooij2008-01-114-25/+114
| | | | | | | | (This used to be commit b27e5a68530c4fd6430cbb174b63f8ff2b6f4e53)
| * ldb/python: Allow comparing a MessageElement to a list or a singleton.Jelmer Vernooij2008-01-113-10/+22
| | | | | | | | (This used to be commit 1ccbab81d79f83bb419104f2bbaf2ae7b368e90f)
| * ldb/python: Implement __len__ for MessageElement.Jelmer Vernooij2008-01-114-0/+37
| | | | | | | | (This used to be commit a8f90ed34ce9341080b63c801ef54b82de42b8e6)
| * python/ldb: Add __getitem__ implementation for LdbMessageElement.Jelmer Vernooij2008-01-114-0/+73
| | | | | | | | (This used to be commit e6498a0780dd31dfc623a69432004b606aeaccbe)
* | Rework ldbsearch to avoid segfault when remote LDAP server returnsAndrew Bartlett2008-01-111-12/+10
| | | | | | | | | | | | | | referrals. Andrew Bartlett (This used to be commit 8099facff99dab4de27ea6f857d0e8f5eaa3db5a)
* | Fix segfault when sorting LDAP replies on the client.Andrew Bartlett2008-01-111-2/+2
|/ | | | | Andrew Bartlett (This used to be commit c72c39326b263b3aacd178ddc2fc3b1a2906f3d3)
* r26701: ldb: Build and install python modules when possible.Jelmer Vernooij2008-01-102-7/+34
| | | | (This used to be commit 7a66d0eff6e2300cc82b4c7585f9c45afcc851a4)
* r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090Andrew Bartlett2008-01-061-1/+1
| | | | | Andrew Bartlett (This used to be commit 0016231edd514e8db620bafc44ce877fcac19ed9)
* r26641: ldb(Python): Remove some unnecessary {}'s.Jelmer Vernooij2008-01-012-48/+30
| | | | (This used to be commit f250bc18e9e32d62d262901cec65586a15cd8db1)
* r26631: ldb/python: Fix missing elements bug and memory leak. * Don't ↵Jelmer Vernooij2007-12-302-16/+26
| | | | | | increase the PyDict_Next() counter - Python already does that for us. * Fix a talloc(NULL, ...) memory leak in the code that constructed ldb message elements. (This used to be commit dc2a612927289da78017abf4ad51a4d51292e3a1)
* r26623: python: Allow specifying URL rather than host name on the command-line.Jelmer Vernooij2007-12-281-2/+4
| | | | (This used to be commit 108f6caffe2bb311495b89659cfd818f0ec410f2)
* r26617: Load smb.conf.Jelmer Vernooij2007-12-271-2/+8
| | | | (This used to be commit 3f7bfef195421083f1401a73f60c5d270a1455f8)
* r26615: Fix Python syntaxJelmer Vernooij2007-12-271-1161/+772
| | | | (This used to be commit cc15136c1e29f0a25847568f748cc1af52b7037b)
* r26611: Tridge didn't write this...Andrew Bartlett2007-12-271-1/+1
| | | | | Andrew Bartlett (This used to be commit 002ddc315fc03ea22083d9d8c87401073688fd29)
* r26584: Fix exception handling in ldb constructor.Jelmer Vernooij2007-12-263-79/+18
| | | | (This used to be commit 5383cf8e69233b3cb7c1876f52644537e459dea6)
* r26582: Use the same swig flags everywhere.Jelmer Vernooij2007-12-242-2/+2
| | | | (This used to be commit 7008f90e03a12687f739e5492b3e0ab36587db6a)
* r26581: Make ldb_wait uniform, so that it is easy to remove it completely ↵Simo Sorce2007-12-245-72/+90
| | | | | | | from modules later on. (This used to be commit f75ce8c20aa2b466e9ee86fdf1702b2ffda10ddf)
* r26580: Include sentinel in build.h, in case the list is empty.Jelmer Vernooij2007-12-241-2/+3
| | | | (This used to be commit f1997dabed584bdc864c4b7235c29603c312ef46)
* r26577: Fix the standalone ldb build.Jelmer Vernooij2007-12-241-11/+8
| | | | (This used to be commit 1cf374eb3125c66844f01d013016feaf99760582)
* r26576: Allow the static module loading code to be used for the Python modules.Jelmer Vernooij2007-12-242-2/+2
| | | | | Simplify the way module initialization functions are handled. (This used to be commit ba8be2dfc0de4434c798663336b81f7f95cde520)
* r26574: Do not call functions in the variable declaration, fix checking for ↵Simo Sorce2007-12-241-5/+7
| | | | | | | | | | | tmp_ctx, and also makes code more readable and debuggable. Eliminate silly parenthesys. Simo. (This used to be commit 166195b487ffa51933f772a56f47f7f0d4c867eb)
* r26572: Fix warnings in the Python code.Jelmer Vernooij2007-12-242-44/+44
| | | | (This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
* r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij2007-12-245-323/+1618
| | | | | | | | bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
* r26569: Jelmer tells me that ldb must inevitably be build as a shared library,Volker Lendecke2007-12-241-0/+1
| | | | | | | | | otherwise it will break. Sorry for breaking Samba4. I will have to look how we can fix Samba3 :-((( (This used to be commit c1dd0af1642d7b15c623a76c13c3cf98fb3bd3da)
* r26568: Revert r26482Volker Lendecke2007-12-241-1/+0
| | | | | | | | | | | Next attempt to fix the Samba3 torture breakage Jelmer, can you please review this? Thanks, Volker (This used to be commit 1d624c8b883ffd44408da1d584dd063cef0edec9)
* r26567: Allow registering new ldb modules from python.Jelmer Vernooij2007-12-244-21/+78
| | | | (This used to be commit 485db76d8476fce399a9b6cb977cf55ea35ec189)
* r26540: Revert my previous commit after concerns raised by Andrew.Jelmer Vernooij2007-12-213-5/+5
| | | | (This used to be commit 6ac86f8be7d9a8c5ab396a93e6d1e6819e11f173)
* r26539: Remove unnecessary statics.Jelmer Vernooij2007-12-213-5/+5
| | | | (This used to be commit e53e79eebef3ece6978f0a2b4a1ee0a0814bb5d2)
* r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).Jelmer Vernooij2007-12-214-199/+197
| | | | (This used to be commit e91fe76d296973430f71502c9b614d0dfac4d83c)
* r26529: Indeed, this belongs in the schema module. Ranged results need to useAndrew Bartlett2007-12-211-5/+0
| | | | | | | an attribute with ';' in the name. Andrew Bartlett (This used to be commit f4023b176eabfb3282fe9b999eac8db55a095ab0)
* r26496: Move some provision functions to a new SamDB class, support setting ↵Jelmer Vernooij2007-12-213-132/+134
| | | | | | session_info on a ldb context from python. (This used to be commit 75cfb0d609687538048a7d72a499a5205af46a34)
* r26483: Merge ldb module dependency fixes, fix auth python module.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 85eeecf997a071ca7e7ad0247e8d34d49b7ffcbb)
* r26482: Use shared library version of ldb, to make sure not every module ↵Jelmer Vernooij2007-12-211-0/+1
| | | | | | ends up with its own private copy of ldb with its own list of modules... (This used to be commit ef029d950cb056b4b831e1ca0f6789484f262093)
* r26481: Make function for loading symbol from DSO more generic, and allow ↵Jelmer Vernooij2007-12-213-12/+27
| | | | | | modules to provide an ops table directly rather than an initialization function. (This used to be commit a71419a73a869c24121005ccbbcb4396f888888b)
* r26480: Add utility class for testing LDB code.Jelmer Vernooij2007-12-211-1/+4
| | | | (This used to be commit d7f0b12c9e43b93705f6b9fa6b5ab74fe68e80a0)
* r26475: Add ldb.set_credentials function.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit dbebb4ef477d2c8de7b8d1e5cde9b9dada47044f)
* r26459: Build ildap module as shared module by default.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 91cff7dad2eb0467e6b9a86963859e99ded137f8)
* r26426: Remove uses of global_loadparm.Jelmer Vernooij2007-12-211-1/+2
| | | | (This used to be commit e1d177c8c1101965479f7ade2270490cd6fae4f2)
* r26410: Remove unnecessary static.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 13ae3108dad2f9f0f7a421d672751fa594f4e3fb)