Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-06-17 | pycredentials: Raise MemoryError when unable to create objects. | Jelmer Vernooij | 1 | -1/+6 | |
2009-06-17 | pycredentials: Fix memory leak. | Jelmer Vernooij | 1 | -1/+7 | |
2009-06-02 | Fix more unresolved symbols. | Jelmer Vernooij | 1 | -9/+0 | |
2009-02-05 | s4:pycredentials: fix compiler warnings | Stefan Metzmacher | 1 | -25/+24 | |
metze | |||||
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 | -0/+1 | |
2009-01-06 | py: Properly increase the reference counter of Py_None. | Jelmer Vernooij | 1 | -6/+6 | |
2008-12-22 | Add header for pyparam. | Jelmer Vernooij | 1 | -3/+1 | |
2008-12-21 | Include errors.i verbatim in security.i, as it's the only file still using it. | Jelmer Vernooij | 1 | -4/+2 | |
2008-12-21 | Convert credentials Python module to "manual" C - no SWIG used to generate | Jelmer Vernooij | 1 | -0/+316 | |
the C code. |