summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.i
AgeCommit message (Collapse)AuthorFilesLines
2008-12-21Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij1-147/+0
the C code.
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-1/+1
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Add some docstrings to credentials python module.Jelmer Vernooij1-7/+26
(This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d)
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett1-0/+2
Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-2/+11
This fixes up the python credentials interface in a number of areas, with the aim of supporting '-k yes' as a command line option. (This enables the use of kerberos). As such, I've had to change the get_credentials call to take a loadparm context, so that the credentials can be initialised correctly. The test_kinit script has been modified to prove that this continues to work, as well as to provide greater code coverage of the kerberos paths. Andrew Bartlett (This used to be commit 727ef40c2b56910028ef3c1092b8eab1bfa6ce63)
2008-01-24python: Add bindings for cli_credentials_set_cmdline_callbacks().Jelmer Vernooij1-0/+3
(This used to be commit 557207f86ba901262e76704df5c51888b2737ddf)
2008-01-23Default to creating anonymous credentials.Jelmer Vernooij1-1/+1
(This used to be commit f93bd899f1402a9d89f55d5dca67318a60f5a72b)
2008-01-14pidl/python: Pass credentials and loadparm context when connecting using ↵Jelmer Vernooij1-0/+17
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-4/+4
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-2/+2
bunch of {}'s. - Start working on Python equivalents for various EJS tests. - Fix regression in argument order for reg_diff_apply() in EJS bindings. (This used to be commit c550c03372cb260b78f6a6c132e70571bc4cb852)
2007-12-21r26454: Add simple SWIG macro for wrapping talloced types.Jelmer Vernooij1-1/+1
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij1-3/+5
(This used to be commit 7a78d4cbedbe03ea227e66e6f573fca7519fbf67)
2007-12-21r26320: Clean up properly after error.Jelmer Vernooij1-3/+1
(This used to be commit 9fdfe1ad8c7b76e521a683b4afa7b324d15d55b5)
2007-12-21r26270: Require specifying the loadparm_context or NULL to ↵Jelmer Vernooij1-1/+1
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
2007-12-21r26204: Binsings for some more functions.Jelmer Vernooij1-0/+4
(This used to be commit ab6be3086f7ad8c22e6f4805bccad5a04c0325f2)
2007-12-21r26069: Import python bindings for credentials.Jelmer Vernooij1-0/+93
(This used to be commit 97bb235cc8c2855a0903bbd9dee53f0e03c4adc0)