summaryrefslogtreecommitdiffstats
path: root/source3/python/py_winbind.c
Commit message (Expand)AuthorAgeFilesLines
* Tims' little fix.John Terpstra2003-08-121-1/+1
* Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter2003-08-121-2/+8
* Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter2003-07-221-3/+3
* Merge of compiler warning fixups.Tim Potter2003-03-201-95/+95
* Merge of #ifdef'ed out auth_smbd wrapper.Tim Potter2003-03-181-1/+71
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-22/+21
* Merge from HEAD:Tim Potter2002-11-291-8/+17
* Implemented getpw{nam,uid} functions.Tim Potter2002-09-111-0/+65
* 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
* Use winbind separator in sid_to_name() function.Tim Potter2002-03-281-20/+182
* Renamed internal methods so as not to clash with symbols within Samba.Tim Potter2002-03-261-23/+175
* Added enumerate trusted domains and check secret.Tim Potter2002-03-221-1/+112
* 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