summaryrefslogtreecommitdiffstats
path: root/source/python/py_winbind.c
Commit message (Collapse)AuthorAgeFilesLines
* More automatically generated prototype madness.Tim Potter2002-05-271-1/+1
|
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-4/+4
|
* Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter2002-04-031-6/+8
| | | | | | the docstring for the module. Doc updates.
* Use winbind separator in sid_to_name() function.Tim Potter2002-03-281-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.
* Renamed internal methods so as not to clash with symbols within Samba.Tim Potter2002-03-261-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.
* Added enumerate trusted domains and check secret.Tim Potter2002-03-221-1/+112
| | | | Added configuration dictionary to retrieve smb.conf parameters.
* Added enum domain users and enum domain groups.Tim Potter2002-03-201-22/+77
|
* Added name_to_sid and sid_to_name functions.Tim Potter2002-03-201-1/+136
|
* Initial version.Tim Potter2002-03-201-0/+34