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

14 Commits

Author SHA1 Message Date
Jelmer Vernooij
9f6ea4692c ldb/python: Add bindings for schema functions. 2008-01-25 03:46:47 +01:00
Jelmer Vernooij
3558789079 ldb/python: Support comparing Dn's to strings. 2008-01-11 04:05:41 +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
1ccbab81d7 ldb/python: Allow comparing a MessageElement to a list or a singleton. 2008-01-11 01:55:56 +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
5383cf8e69 r26584: Fix exception handling in ldb constructor. 2007-12-26 11:57:03 -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