summaryrefslogtreecommitdiffstats
path: root/source4/lib/ldb/pyldb_util.c
Commit message (Collapse)AuthorAgeFilesLines
* ldb: make ldb a top level library for Samba 4.0Andrew Bartlett2011-07-051-119/+0
| | | | Signed-off-by: Andrew Tridgell <tridge@samba.org>
* ldb:pyldb.h - revert to the previous header behaviourMatthias Dieter Wallnöfer2010-12-121-0/+2
| | | | "ldb_private.h" is private and therefore might not always be available.
* ldb:pyldb - optimise includesMatthias Dieter Wallnöfer2010-12-121-3/+0
|
* s4-pyldb_util: Move ldb Type searching into separate functionKamen Mazdrashki2010-11-181-18/+28
|
* pyldb: expose PyLdbDn_FromDn()Andrew Tridgell2010-09-091-0/+29
| | | | | | This is needed by the dsdb python interface Pair-Programmed-With: Andrew Bartlett <abartlet@samba.org>
* s4:lib/ldb/pyldb_util.c - add a cast to quiet a warningMatthias Dieter Wallnöfer2010-06-021-1/+1
| | | | Jelmer, please fix if it isn't correct.
* ldb: Move utility functions to separate file.Jelmer Vernooij2010-05-311-0/+81
|
* Remove pyldb_util and simply duplicate the 5-line function it contains,Jelmer Vernooij2009-07-181-39/+0
| | | | rather than creating a separate shared library for it.
* Fix finding the LDB header files in the system in pyldb_util.Jelmer Vernooij2009-06-021-1/+1
|
* Split up Python code a little bit so we don't hav eto link python modulesJelmer Vernooij2009-06-021-0/+39
to each other.