Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | pytalloc: Use consistent prefix for functions, add ABI file. | Jelmer Vernooij | 2011-08-10 | 1 | -1/+1 |
| | |||||
* | auth: Move auth_session_info into IDL | Andrew Bartlett | 2011-04-05 | 1 | -2/+0 |
| | | | | | | | | | | This changes auth_session_info_transport to just be a wrapper, rather than a copy that has to be kept in sync. As auth_session_info was already wrapped in python, this required changes to the existing pyauth wrapper and it's users. Andrew Bartlett | ||||
* | tdb: Use <tdb.h> to include tdb so system headers are found when building ↵ | Jelmer Vernooij | 2011-02-28 | 1 | -1/+1 |
| | | | | against system tdb. | ||||
* | s4-python: Move set_session_info to PySambaLdb. | Jelmer Vernooij | 2010-04-06 | 1 | -1/+0 |
| | |||||
* | pytalloc: allow for using a system libtalloc-dev with pytalloc | Andrew Tridgell | 2010-03-29 | 1 | -1/+1 |
| | | | | | | | | | When we have a system talloc library, we still need to grab pytalloc.h from lib/talloc. We don't want to just use -Ilib/talloc, as otherwise we'll get the in-tree talloc.h which may not be compatible with the system talloc.h So we need to give the path to pytalloc.h | ||||
* | s4:pyauth: fix compiler warnings | Stefan Metzmacher | 2009-02-05 | 1 | -1/+1 |
| | | | | metze | ||||
* | Convert auth python module to "plain" C rather than using SWIG. | Jelmer Vernooij | 2008-12-21 | 1 | -0/+32 |