summaryrefslogtreecommitdiffstats
path: root/source/python/setup.py.in
Commit message (Collapse)AuthorAgeFilesLines
* Forgot to check in some of the libsmb stuff.Tim Potter2002-08-301-0/+10
|
* Implemented enum_domain_groups function.Tim Potter2002-08-271-0/+1
|
* Skeleton for a libsmb python wrapper.Tim Potter2002-07-291-0/+9
|
* A tdb module based on some tips from Mike Noriega. This version supportsTim Potter2002-05-211-0/+9
| | | | locking and tdb traversal using python callbacks.
* Added entry for winreg extension.Tim Potter2002-05-131-1/+11
| | | | Added extra source file for printerdata routines.
* Added enumjobs command.Tim Potter2002-05-071-0/+2
|
* Skeleton for SAMR module.Tim Potter2002-04-151-0/+9
|
* Moved security descriptor routines into their own file.Tim Potter2002-04-141-1/+3
|
* Added new files for drivers, forms and ports conversion routines.Tim Potter2002-04-051-0/+3
|
* Added py_spoolss_printers_conv.c to spoolss extension.Tim Potter2002-04-051-0/+1
|
* Aborted experiment to avoid namespace pollution and prototype hell andTim Potter2002-03-281-1/+6
| | | | moved to 'make proto' based solution.
* Converted to #include *.c format.Tim Potter2002-03-271-3/+1
|
* Added ports and conversion routines.Tim Potter2002-03-261-1/+3
|
* Append $(srcdir) to include directories.Tim Potter2002-03-261-9/+15
|
* 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.
* Remove nsswitch from include directories.Tim Potter2002-03-201-2/+4
|
* setup.py for samba python wrappersTim Potter2002-03-191-0/+93