Age | Commit message (Expand) | Author | Files | Lines |
2008-01-17 | ldb_map objectClass munging: Don't hard-code 'extensibleObject'. | Andrew Bartlett | 2 | -32/+52 |
2008-01-15 | ldap.py: Use constants where possible. | Jelmer Vernooij | 1 | -14/+16 |
2008-01-11 | ldb: Get rid of a warning. | Kai Blin | 1 | -1/+1 |
2008-01-11 | ldap/python: Fix last tests. | Jelmer Vernooij | 1 | -60/+53 |
2008-01-11 | ldb/python: Support comparing Dn's to strings. | Jelmer Vernooij | 3 | -0/+19 |
2008-01-11 | python/ldap: Fix a couple more tests. | Jelmer Vernooij | 1 | -18/+18 |
2008-01-11 | Make a few more tests pass. | Jelmer Vernooij | 1 | -129/+115 |
2008-01-11 | python/ldap: Get further. | Jelmer Vernooij | 1 | -2/+4 |
2008-01-11 | python/ldap: Fix some tests. | Jelmer Vernooij | 1 | -9/+15 |
2008-01-11 | python: More work getting the LDAP test to compile again. | Jelmer Vernooij | 1 | -36/+23 |
2008-01-11 | python: Specify right arguments for the ldap test, fix some more calls. | Jelmer Vernooij | 1 | -37/+30 |
2008-01-11 | ldap/python: Fix some more calls. | Jelmer Vernooij | 1 | -74/+47 |
2008-01-11 | python/ldap: Support controls argument to ldb.search(). | Jelmer Vernooij | 4 | -55/+162 |
2008-01-11 | Merge branch 'v4-0-test' of git://git.samba.org/samba into 4-0-local | Andrew Bartlett | 4 | -35/+246 |
2008-01-11 | Rework ldbsearch to avoid segfault when remote LDAP server returns | Andrew Bartlett | 1 | -12/+10 |
2008-01-11 | Fix segfault when sorting LDAP replies on the client. | Andrew Bartlett | 1 | -2/+2 |
2008-01-11 | python/ldap: Wrap parse_control_strings(). | Jelmer Vernooij | 4 | -25/+114 |
2008-01-11 | ldb/python: Allow comparing a MessageElement to a list or a singleton. | Jelmer Vernooij | 3 | -10/+22 |
2008-01-11 | ldb/python: Implement __len__ for MessageElement. | Jelmer Vernooij | 4 | -0/+37 |
2008-01-11 | python/ldb: Add __getitem__ implementation for LdbMessageElement. | Jelmer Vernooij | 4 | -0/+73 |
2008-01-10 | r26701: ldb: Build and install python modules when possible. | Jelmer Vernooij | 2 | -7/+34 |
2008-01-06 | r26684: Trivial cleanup from Matthias Dieter Wallnöfer, from bug 5090 | Andrew Bartlett | 1 | -1/+1 |
2008-01-01 | r26641: ldb(Python): Remove some unnecessary {}'s. | Jelmer Vernooij | 2 | -48/+30 |
2007-12-30 | r26631: ldb/python: Fix missing elements bug and memory leak. * Don't increas... | Jelmer Vernooij | 2 | -16/+26 |
2007-12-28 | r26623: python: Allow specifying URL rather than host name on the command-line. | Jelmer Vernooij | 1 | -2/+4 |
2007-12-27 | r26617: Load smb.conf. | Jelmer Vernooij | 1 | -2/+8 |
2007-12-27 | r26615: Fix Python syntax | Jelmer Vernooij | 1 | -1161/+772 |
2007-12-27 | r26611: Tridge didn't write this... | Andrew Bartlett | 1 | -1/+1 |
2007-12-26 | r26584: Fix exception handling in ldb constructor. | Jelmer Vernooij | 3 | -79/+18 |
2007-12-24 | r26582: Use the same swig flags everywhere. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-24 | r26581: Make ldb_wait uniform, so that it is easy to remove it completely fro... | Simo Sorce | 5 | -72/+90 |
2007-12-24 | r26580: Include sentinel in build.h, in case the list is empty. | Jelmer Vernooij | 1 | -2/+3 |
2007-12-24 | r26577: Fix the standalone ldb build. | Jelmer Vernooij | 1 | -11/+8 |
2007-12-24 | r26576: Allow the static module loading code to be used for the Python modules. | Jelmer Vernooij | 2 | -2/+2 |
2007-12-24 | r26574: Do not call functions in the variable declaration, fix checking for t... | Simo Sorce | 1 | -5/+7 |
2007-12-24 | r26572: Fix warnings in the Python code. | Jelmer Vernooij | 2 | -44/+44 |
2007-12-24 | r26570: - Trim size of the swig-generated Python bindings by removing a bunch... | Jelmer Vernooij | 5 | -323/+1618 |
2007-12-24 | r26569: Jelmer tells me that ldb must inevitably be build as a shared library, | Volker Lendecke | 1 | -0/+1 |
2007-12-24 | r26568: Revert r26482 | Volker Lendecke | 1 | -1/+0 |
2007-12-24 | r26567: Allow registering new ldb modules from python. | Jelmer Vernooij | 4 | -21/+78 |
2007-12-21 | r26540: Revert my previous commit after concerns raised by Andrew. | Jelmer Vernooij | 3 | -5/+5 |
2007-12-21 | r26539: Remove unnecessary statics. | Jelmer Vernooij | 3 | -5/+5 |
2007-12-21 | r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). | Jelmer Vernooij | 4 | -199/+197 |
2007-12-21 | r26529: Indeed, this belongs in the schema module. Ranged results need to use | Andrew Bartlett | 1 | -5/+0 |
2007-12-21 | r26496: Move some provision functions to a new SamDB class, support setting s... | Jelmer Vernooij | 3 | -132/+134 |
2007-12-21 | r26483: Merge ldb module dependency fixes, fix auth python module. | Jelmer Vernooij | 1 | -1/+1 |
2007-12-21 | r26482: Use shared library version of ldb, to make sure not every module ends... | Jelmer Vernooij | 1 | -0/+1 |
2007-12-21 | r26481: Make function for loading symbol from DSO more generic, and allow mod... | Jelmer Vernooij | 3 | -12/+27 |
2007-12-21 | r26480: Add utility class for testing LDB code. | Jelmer Vernooij | 1 | -1/+4 |
2007-12-21 | r26475: Add ldb.set_credentials function. | Jelmer Vernooij | 1 | -1/+1 |