summaryrefslogtreecommitdiffstats
path: root/source3/python
Commit message (Collapse)AuthorAgeFilesLines
* Added enumerate trusted domains and check secret.Tim Potter2002-03-221-1/+112
| | | | | Added configuration dictionary to retrieve smb.conf parameters. (This used to be commit 4d31151977f358c50986131dbd311c3ee69e9286)
* Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter2002-03-201-21/+33
| | | | | | | Use py_common.c in winbind extension module for correct initialisation. Some reformatting. (This used to be commit b1b7ae8bcfafc92c2d475908f4220f3f1ff941a1)
* Added enum domain users and enum domain groups.Tim Potter2002-03-201-22/+77
| | | | (This used to be commit ba0624d0c397d49b032f34727c910c0be7014813)
* Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)Tim Potter2002-03-201-1/+1
| | | | (This used to be commit 8e4bb2f8a05b37ba508eefe0d0d3f4db103a4418)
* Added name_to_sid and sid_to_name functions.Tim Potter2002-03-201-1/+136
| | | | (This used to be commit 5e955b5fcc53b80238bbc178ca0bcd8b3e81c05f)
* Remove nsswitch from include directories.Tim Potter2002-03-201-2/+4
| | | | (This used to be commit 19dd8ba8267320c0f219639abe3aa701b69e5c56)
* Ignore autogenerated setup.pyTim Potter2002-03-201-0/+1
| | | | (This used to be commit b06fc0cc84a0ba7cfb19c601682351b11a27364c)
* Initial version.Tim Potter2002-03-208-0/+1734
| | | | (This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)
* Patch to configure.in and Makefile.in for Python extensions.Tim Potter2002-03-191-0/+41
| | | | (This used to be commit 4d172b712fc2be697db5d1dbccff29ad5708eeee)
* setup.py for samba python wrappersTim Potter2002-03-191-0/+93
(This used to be commit 85650ee3bcb748fc481ff254168eef5b22b6eae8)