summaryrefslogtreecommitdiff
path: root/source4/auth/credentials/credentials_wrap.c
AgeCommit message (Collapse)AuthorFilesLines
2008-09-18Generate with 1.3.36.Jelmer Vernooij1-21/+26
2008-05-23Add some docstrings to credentials python module.Jelmer Vernooij1-18/+57
(This used to be commit 7b4435a68c5515f2ec09c8ba251d11ca1427748d)
2008-05-21Move more modules inside of the samba package.Jelmer Vernooij1-19/+46
(This used to be commit 9b39e99f48266a54ed0b8890c2efde218b4b118a)
2008-04-05Extend credentials python API to include set_machine_account.Andrew Bartlett1-28/+74
Andrew Bartlett (This used to be commit 88b7a3980c7be90ea0099a3ecf08ad00fa89ea1a)
2008-03-28Fix and test python scripts and kerberosAndrew Bartlett1-13/+93
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/+30
(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/+16
DCE/RPC. (This used to be commit 4c87af95310e4aaee3f2e2da02d0ea70ed1ec25b)
2007-12-24r26572: Fix warnings in the Python code.Jelmer Vernooij1-1/+1
(This used to be commit 15038d9586d0b58f301ca8c39c21ef10c4283f28)
2007-12-24r26570: - Trim size of the swig-generated Python bindings by removing a ↵Jelmer Vernooij1-75/+36
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-48/+96
(This used to be commit 760fcc8bfa2a7cd7641465cb3bae889e9e0fbc75)
2007-12-21r26445: Fix credentials python bindings.Jelmer Vernooij1-1/+5
(This used to be commit 7a78d4cbedbe03ea227e66e6f573fca7519fbf67)
2007-12-21r26399: Use -O option for SWIG (less evil generated code).Jelmer Vernooij1-4/+22
(This used to be commit 3378b6a559272cb702b52966692bf423f67a2b41)
2007-12-21r26323: Regenerated credentials SWIG.Jelmer Vernooij1-3/+1
(This used to be commit 0bd01aca00eab5f6801db03a5e6cd91ec0339bbb)
2007-12-21r26270: Require specifying the loadparm_context or NULL to ↵Jelmer Vernooij1-5/+21
cli_credentials_guess(). (This used to be commit e52710d6794a25ba697f8c26b43784226964f9cb)
2007-12-21r26248: Check in SWIG output so SWIG is not required when running out of svn.Jelmer Vernooij1-0/+4087
(This used to be commit 08501fbef38f81ce5ff4885a1696f9cb392fd631)