summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials.py
AgeCommit message (Collapse)AuthorFilesLines
2008-12-21Convert credentials Python module to "manual" C - no SWIG used to generateJelmer Vernooij1-191/+0
the C code.
2008-09-18Generate with 1.3.36.Jelmer Vernooij1-1/+1
2008-05-24Add docstrings to a couple more python modules.Jelmer Vernooij1-0/+4
(This used to be commit b4560c90e5e8d3a35367d3a21d361dc4c9c0de23)
2008-05-23Add some docstrings to credentials python module.Jelmer Vernooij1-0/+91
(This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-1/+1
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett1-0/+1
Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-0/+5
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/+1
(This used to be commit 557207f86ba901262e76704df5c51888b2737ddf)
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij1-0/+1
(This used to be commit 7a78d4cbedbe03ea227e66e6f573fca7519fbf67)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-28/+31
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+85
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)