summaryrefslogtreecommitdiff
path: root/source3/python/py_winbind.c
AgeCommit message (Collapse)AuthorFilesLines
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter1-0/+65
(This used to be commit 19adbf1faed3d076207ec55e398f15f87d48c9f7)
2002-05-27More automatically generated prototype madness.Tim Potter1-1/+1
(This used to be commit 8e1a15a625b72711bcfab77403e6a6b91e434756)
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-4/+4
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-04-03Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter1-6/+8
the docstring for the module. Doc updates. (This used to be commit ba5364b30688924d6b69b9fc39a398441a6149e7)
2002-03-28Use winbind separator in sid_to_name() function.Tim Potter1-20/+182
Implemented auth() and auth_crap() functions. Expanded docstrings for exported functions, with examples. Now 'pydoc winbind' returns a nice looking manual page! Wrote module docstring. (This used to be commit 26a7333347e630d2f5ff9d017536d21ac4ecaa81)
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
Set up and use winbind separator in config object. Implemented: - uid to sid - gid to sid - sid to uid - sid to gid Added RID constants. (This used to be commit 9afd17f1541446a9c5252cd4d0d4d13c800ecac8)
2002-03-22Added enumerate trusted domains and check secret.Tim Potter1-1/+112
Added configuration dictionary to retrieve smb.conf parameters. (This used to be commit 4d31151977f358c50986131dbd311c3ee69e9286)
2002-03-20Added enum domain users and enum domain groups.Tim Potter1-22/+77
(This used to be commit ba0624d0c397d49b032f34727c910c0be7014813)
2002-03-20Added name_to_sid and sid_to_name functions.Tim Potter1-1/+136
(This used to be commit 5e955b5fcc53b80238bbc178ca0bcd8b3e81c05f)
2002-03-20Initial version.Tim Potter1-0/+34
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)