summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/pycredentials.h
AgeCommit message (Collapse)AuthorFilesLines
2010-03-29pytalloc: allow for using a system libtalloc-dev with pytallocAndrew Tridgell1-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
2010-02-20s4:credentials Add hooks to extract a named Kerberos credentials cacheAndrew Bartlett1-0/+6
This allows the integration of external tools that can't be linked into C or python, but need to authenticate as the local machine account. The machineaccountccache script demonstrates this, and debugging has been improved in cli_credentials_set_secrets() by passing back and error string. Andrew Bartlett
2009-06-02Fix more unresolved symbols.Jelmer Vernooij1-1/+1
2009-02-05s4:pycredentials: fix compiler warningsStefan Metzmacher1-1/+1
metze
2008-12-21Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij1-0/+30
the C code.