index
:
samba.git
master
old-v4-0-stable
old-v4-0-test
v3-0-stable
v3-0-test
v3-2-stable
v3-2-test
v3-3-stable
v3-3-test
v3-4-stable
v3-4-test
v3-5-stable
v3-5-test
v3-6-stable
v3-6-test
v3-devel
v4-0-stable
v4-0-test
Unnamed repository; edit this file 'description' to name the repository.
Sumit Bose
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source4
/
lib
/
ldb
/
tests
/
python
/
api.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
ldb: make ldb a top level library for Samba 4.0
Andrew Bartlett
2011-07-05
1
-748
/
+0
*
pyldb: add unit test for get(myattribute, defVal)
Matthieu Patou
2011-06-20
1
-0
/
+5
*
pyldb: Add tests for the ldb_result object
Matthieu Patou
2011-02-21
1
-0
/
+87
*
pyldb: fix a bug in the unit test which prevented ldb.python to run all the t...
Matthieu Patou
2011-02-13
1
-0
/
+3
*
pyldb: Fix memory reference error.
Jelmer Vernooij
2011-01-03
1
-0
/
+4
*
s4:ldb:python/api: use filename() instead of hardcoded filenames
Stefan Metzmacher
2010-12-27
1
-6
/
+6
*
s4:ldb:python/api: use only one ldb file in test_contains()
Stefan Metzmacher
2010-12-24
1
-2
/
+3
*
s4:ldb:python/api: use filename() instead of hardcoded filenames
Stefan Metzmacher
2010-12-24
1
-6
/
+7
*
ldb: Add ldb.Message.add and ldb.Message.elements.
Jelmer Vernooij
2010-12-21
1
-4
/
+14
*
pyldb: Fix broken test.
Jelmer Vernooij
2010-11-23
1
-1
/
+1
*
s4-ldb.python: Use $SELFTEST_PREFIX/tmp as a temporary directory for testing
Kamen Mazdrashki
2010-11-18
1
-1
/
+6
*
s4-ldb.python: add test for ldb.Message.from_dict() method
Kamen Mazdrashki
2010-11-18
1
-0
/
+17
*
Revert "s4:api.py - DN tests - test a bit more special DNs and merge the comp...
Matthias Dieter Wallnöfer
2010-11-18
1
-44
/
+1
*
s4:api.py - DN tests - test a bit more special DNs and merge the comparison t...
Matthias Dieter Wallnöfer
2010-11-18
1
-11
/
+47
*
Add missing dependencies for com_err.
Jelmer Vernooij
2010-10-05
1
-0
/
+6
*
unittests: add a test to avoid regression on previous fix
Matthieu Patou
2010-10-04
1
-0
/
+5
*
python: Use samba.tests.TestCase, make sure base class tearDown and
Jelmer Vernooij
2010-06-19
1
-4
/
+1
*
ldb:api.py - add a small test for the enhanced "py_ldb_delete" syntax
Matthias Dieter Wallnöfer
2010-06-19
1
-0
/
+9
*
s4 python: add more unit tests to verify the compare tests
Matthieu Patou
2010-06-07
1
-0
/
+19
*
python: use '#!/usr/bin/env python' to cope with varying install locations
Andrew Tridgell
2010-03-25
1
-1
/
+1
*
pythonbindings: allow add() to have an array of controls as second parameter
Matthieu Patou
2009-09-26
1
-0
/
+8
*
pyldb: Don't segfault when invalid type is specified to Dn.get().
Jelmer Vernooij
2009-09-14
1
-0
/
+4
*
s4:ldb Add ldb_ldif_write_string() and python wrappers
Andrew Bartlett
2009-08-26
1
-1
/
+3
*
s4:ldb Add hooks to get/set the flags on a ldb_message_element
Andrew Bartlett
2009-08-26
1
-5
/
+39
*
s4:ldb Add python binding and test for ldb_msg_diff()
Andrew Bartlett
2009-08-24
1
-0
/
+11
*
pyldb: Raise proper exception when attempting to assign a string to a dn
Jelmer Vernooij
2009-08-03
1
-0
/
+6
*
pyldb: Fix three more (minor) memory leaks.
Jelmer Vernooij
2009-06-17
1
-2
/
+2
*
pyldb/tests: Use different dn's everywhere, to easily spot which test is
Jelmer Vernooij
2009-06-17
1
-49
/
+49
*
pyldb: Support getting the parent of special DNs without segfaulting.
Jelmer Vernooij
2009-06-17
1
-0
/
+11
*
Adapt Zahari's test to the generic LDB Python tests.
Jelmer Vernooij
2009-03-20
1
-0
/
+13
*
Fix more introduced regressions in new bindings.
Jelmer Vernooij
2008-12-21
1
-33
/
+32
*
Fix all pyldb tests except for modules.
Jelmer Vernooij
2008-12-20
1
-6
/
+13
*
Fix more tests.
Jelmer Vernooij
2008-12-19
1
-1
/
+2
*
Remove swig support from standalone ldb build.
Jelmer Vernooij
2008-12-19
1
-1
/
+0
*
Don't expose ldb_request in the Python API but rather use regular
Jelmer Vernooij
2008-09-20
1
-3
/
+8
*
Add support for implementing LDB modules in Python.
Jelmer Vernooij
2008-09-19
1
-4
/
+27
*
Fix spellings and file names
Simo Sorce
2008-09-12
1
-31
/
+31
*
Add __repr__ implementation for Ldb.
Jelmer Vernooij
2008-05-19
1
-0
/
+4
*
Add __repr__ implementations for ldb.Message, ldb.MessageElement and ldb.Dn.
Jelmer Vernooij
2008-05-19
1
-1
/
+37
*
Avoid using setup.py for intsallation.
Jelmer Vernooij
2008-02-12
1
-0
/
+3
*
ldb/python: Support comparing Dn's to strings.
Jelmer Vernooij
2008-01-11
1
-0
/
+4
*
python/ldap: Support controls argument to ldb.search().
Jelmer Vernooij
2008-01-11
1
-9
/
+13
*
python/ldap: Wrap parse_control_strings().
Jelmer Vernooij
2008-01-11
1
-0
/
+5
*
ldb/python: Allow comparing a MessageElement to a list or a singleton.
Jelmer Vernooij
2008-01-11
1
-0
/
+6
*
ldb/python: Implement __len__ for MessageElement.
Jelmer Vernooij
2008-01-11
1
-0
/
+4
*
python/ldb: Add __getitem__ implementation for LdbMessageElement.
Jelmer Vernooij
2008-01-11
1
-0
/
+6
*
r26570: - Trim size of the swig-generated Python bindings by removing a bunch...
Jelmer Vernooij
2007-12-24
1
-0
/
+17
*
r26567: Allow registering new ldb modules from python.
Jelmer Vernooij
2007-12-24
1
-0
/
+8
*
r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}).
Jelmer Vernooij
2007-12-21
1
-0
/
+10
*
r26480: Add utility class for testing LDB code.
Jelmer Vernooij
2007-12-21
1
-1
/
+4
[next]