summaryrefslogtreecommitdiff
path: root/source3/python/py_winbind.c
AgeCommit message (Expand)AuthorFilesLines
2003-04-05some more idmapping :)Simo Sorce1-2/+2
2003-03-19GCC 3.x has deprecated multi-line string constants.Tim Potter1-95/+95
2003-03-18Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter1-1/+71
2003-02-18Cleanup of header files for python extensions.Tim Potter1-22/+21
2002-11-22Added some extra code to test absence/presence of LM and NT passwords.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