summaryrefslogtreecommitdiff
path: root/source/python/py_winbind.c
Commit message (Expand)AuthorAgeFilesLines
* syncing up to 3.0.0rc1Gerald Carter2003-08-151-5/+11
* working on creating the 3.0 release treeGerald Carter2003-06-061-2/+2
* some more idmapping :)Simo Sorce2003-04-051-2/+2
* GCC 3.x has deprecated multi-line string constants.Tim Potter2003-03-191-95/+95
* Added #ifdef'ed out implementation of auth_smbd python fn. UncommentTim Potter2003-03-181-1/+71
* Cleanup of header files for python extensions.Tim Potter2003-02-181-22/+21
* Added some extra code to test absence/presence of LM and NT passwords.Tim Potter2002-11-221-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