Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-02-20 | s4:credentials Add hooks to extract a named Kerberos credentials cache | Andrew Bartlett | 1 | -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-02 | Fix more unresolved symbols. | Jelmer Vernooij | 1 | -1/+1 | |
2009-02-05 | s4:pycredentials: fix compiler warnings | Stefan Metzmacher | 1 | -1/+1 | |
metze | |||||
2008-12-21 | Convert credentials Python module to "manual" C - no SWIG used to generate | Jelmer Vernooij | 1 | -0/+30 | |
the C code. |