summaryrefslogtreecommitdiff
path: root/source3/python
AgeCommit message (Expand)AuthorFilesLines
2002-03-26Moved conv functions to separate file.Tim Potter2-211/+99
2002-03-26#include "py_conv.h"Tim Potter1-0/+2
2002-03-26Added ports and conversion routines.Tim Potter1-1/+3
2002-03-26Regenerated patch.Tim Potter1-12/+11
2002-03-26Port related functions.Tim Potter2-0/+127
2002-03-26Samba structure <-> Python dictionary helper functions.Tim Potter2-0/+161
2002-03-26Moved form related functions as methods in the policy handle object.Tim Potter2-58/+49
2002-03-26Append $(srcdir) to include directories.Tim Potter1-9/+15
2002-03-26Pass $(srcdir) to setup.pyTim Potter1-0/+1
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-20Actually use flags passed in PYTHON_CFLAGS variable.Tim Potter1-21/+33
2002-03-20Added enum domain users and enum domain groups.Tim Potter1-22/+77
2002-03-20Pass $(CFLAGS) and $(CPPFLAGS) to python compile instead of $(FLAGS)Tim Potter1-1/+1
2002-03-20Added name_to_sid and sid_to_name functions.Tim Potter1-1/+136
2002-03-20Remove nsswitch from include directories.Tim Potter1-2/+4
2002-03-20Ignore autogenerated setup.pyTim Potter1-0/+1
2002-03-20Initial version.Tim Potter8-0/+1734
2002-03-19Patch to configure.in and Makefile.in for Python extensions.Tim Potter1-0/+41
2002-03-19setup.py for samba python wrappersTim Potter1-0/+93