Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-05 | Remove ad2oLschema, insted call it directly from provision-backend | Andrew Bartlett | 1 | -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 | |||||
2009-01-08 | Avoid using a utility header for Python replacements included in Samba, | Jelmer Vernooij | 1 | -1/+5 | |
since this will not be shipped with talloc/tdb/tevent/etc. | |||||
2009-01-07 | s3/s4 build: Fix Py_RETURN_NONE to work with python versions < 2.4 | Tim Prouty | 1 | -1/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -8/+8 | |
2008-12-29 | pyglue: fix the build with automatic dependecies | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-23 | pyldb: Fix segfault because of incorrect reference counting. | Jelmer Vernooij | 1 | -0/+1 | |
2008-12-22 | Add header for pyparam. | Jelmer Vernooij | 1 | -1/+1 | |
2008-12-22 | Remove includes of py_*.h, which are no longer generated. | Jelmer Vernooij | 1 | -2/+0 | |
2008-12-21 | Fix more introduced regressions in new bindings. | Jelmer Vernooij | 1 | -13/+5 | |
2008-12-21 | Convert auth python module to "plain" C rather than using SWIG. | Jelmer Vernooij | 1 | -1/+7 | |
2008-12-21 | py: Fix initialisation of subtypes, fix segfaults. | Jelmer Vernooij | 1 | -0/+273 | |