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