summaryrefslogtreecommitdiff
path: root/source3/python/py_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2003-08-12Tims' little fix.John Terpstra1-1/+1
2003-08-12Fix for bug 269. Change wbinfo and ntlm_auth to convert domain, usernameTim Potter1-2/+8
2003-07-22Use lp_idmap_[ug]id() instead of lp_winbind_[ug]id()Tim Potter1-3/+3
2003-03-20Merge of compiler warning fixups.Tim Potter1-95/+95
2003-03-18Merge of #ifdef'ed out auth_smbd wrapper.Tim Potter1-1/+71
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-22/+21
2002-11-29Merge from HEAD:Tim Potter1-8/+17
2002-09-11Implemented getpw{nam,uid} functions.Tim Potter1-0/+65
2002-05-27More automatically generated prototype madness.Tim Potter1-1/+1
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-4/+4
2002-04-03Use Py_InitModule3() instead of Py_InitModule4() when we only want to setTim Potter1-6/+8
2002-03-28Use winbind separator in sid_to_name() function.Tim Potter1-20/+182
2002-03-26Renamed internal methods so as not to clash with symbols within Samba.Tim Potter1-23/+175
2002-03-22Added enumerate trusted domains and check secret.Tim Potter1-1/+112
2002-03-20Added enum domain users and enum domain groups.Tim Potter1-22/+77
2002-03-20Added name_to_sid and sid_to_name functions.Tim Potter1-1/+136
2002-03-20Initial version.Tim Potter1-0/+34