1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-30 20:23:49 +03:00
Commit Graph

18 Commits

Author SHA1 Message Date
Jelmer Vernooij
e384aac5c8 Rerun SWIG. 2008-03-07 18:20:12 +01:00
Jelmer Vernooij
2303063cbd Remove unused variable, fix (80, 'Other error') exceptions from ldb python bindings 2008-03-01 21:18:12 +01:00
Jelmer Vernooij
a7f89b5bb2 Fix error handling in ldb.add(). 2008-03-01 13:01:02 +01:00
Jelmer Vernooij
9f6ea4692c ldb/python: Add bindings for schema functions. 2008-01-25 03:46:47 +01:00
Jelmer Vernooij
9eddc27f13 python/ldap: Support controls argument to ldb.search(). 2008-01-11 03:26:45 +01:00
Jelmer Vernooij
b27e5a6853 python/ldap: Wrap parse_control_strings(). 2008-01-11 02:36:59 +01:00
Jelmer Vernooij
a8f90ed34c ldb/python: Implement __len__ for MessageElement. 2008-01-11 01:04:25 +01:00
Jelmer Vernooij
e6498a0780 python/ldb: Add __getitem__ implementation for LdbMessageElement. 2008-01-11 01:04:25 +01:00
Jelmer Vernooij
f250bc18e9 r26641: ldb(Python): Remove some unnecessary {}'s. 2008-01-01 19:57:02 -06:00
Jelmer Vernooij
dc2a612927 r26631: ldb/python: Fix missing elements bug and memory leak. * Don't 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. 2007-12-30 10:51:07 -06:00
Jelmer Vernooij
5383cf8e69 r26584: Fix exception handling in ldb constructor. 2007-12-26 11:57:03 -06:00
Jelmer Vernooij
15038d9586 r26572: Fix warnings in the Python code. 2007-12-24 01:51:04 -06:00
Jelmer Vernooij
c550c03372 r26570: - Trim size of the swig-generated Python bindings by removing a bunch of {}'s.
- Start working on Python equivalents for various EJS tests.
- Fix regression in argument order for reg_diff_apply() in EJS bindings.
2007-12-24 01:51:03 -06:00
Jelmer Vernooij
485db76d84 r26567: Allow registering new ldb modules from python. 2007-12-24 01:51:02 -06:00
Jelmer Vernooij
e91fe76d29 r26537: Support ldb.add({'dn': 'dc=foo,bar=bla', ...}). 2007-12-21 05:51:57 +01:00
Jelmer Vernooij
75cfb0d609 r26496: Move some provision functions to a new SamDB class, support setting session_info on a ldb context from python. 2007-12-21 05:50:50 +01:00
Jelmer Vernooij
3378b6a559 r26399: Use -O option for SWIG (less evil generated code). 2007-12-21 05:49:29 +01:00
Jelmer Vernooij
08501fbef3 r26248: Check in SWIG output so SWIG is not required when running out of svn. 2007-12-21 05:47:26 +01:00