summaryrefslogtreecommitdiffstats
path: root/source4/scripting/python/pyglue.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix more unresolved symbols.Jelmer Vernooij2009-06-021-9/+17
|
* Remove ad2oLschema, insted call it directly from provision-backendAndrew Bartlett2009-03-051-3/+28
| | | | | | | | | | | | This removes a level of indirection via external binaries in the provision-backend code, and also makes better use of our internal code for loading schema from an LDIF file. Remaining to do: Sort the output again, as the load from LDIF is unsorted (also needed because the normal LDB load from sorted input is too slow anyway, and is only needed here). Andrew Bartlett
* Avoid using a utility header for Python replacements included in Samba,Jelmer Vernooij2009-01-081-1/+5
| | | | since this will not be shipped with talloc/tdb/tevent/etc.
* s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4Tim Prouty2009-01-071-1/+1
|
* py: Properly increase the reference counter of Py_None.Jelmer Vernooij2009-01-061-8/+8
|
* pyglue: fix the build with automatic dependeciesStefan Metzmacher2008-12-291-1/+1
| | | | metze
* pyldb: Fix segfault because of incorrect reference counting.Jelmer Vernooij2008-12-231-0/+1
|
* Add header for pyparam.Jelmer Vernooij2008-12-221-1/+1
|
* Remove includes of py_*.h, which are no longer generated.Jelmer Vernooij2008-12-221-2/+0
|
* Fix more introduced regressions in new bindings.Jelmer Vernooij2008-12-211-13/+5
|
* Convert auth python module to "plain" C rather than using SWIG.Jelmer Vernooij2008-12-211-1/+7
|
* py: Fix initialisation of subtypes, fix segfaults.Jelmer Vernooij2008-12-211-0/+273