summaryrefslogtreecommitdiff
path: root/source3/python/setup.py.in
AgeCommit message (Collapse)AuthorFilesLines
2002-05-21A tdb module based on some tips from Mike Noriega. This version supportsTim Potter1-0/+9
locking and tdb traversal using python callbacks. (This used to be commit f3530fd6180bb78a58a3f41ac1389c9f0ba7b183)
2002-05-13Added entry for winreg extension.Tim Potter1-1/+11
Added extra source file for printerdata routines. (This used to be commit 34a0293a04cecf20c05a2d09d1ecda64538ca529)
2002-05-07Added enumjobs command.Tim Potter1-0/+2
(This used to be commit bc9dd9b45866d269f576a640286a578da921c3fb)
2002-04-15Skeleton for SAMR module.Tim Potter1-0/+9
(This used to be commit 70bd1a0f94412236bf6603f16947336cb75c6415)
2002-04-14Moved security descriptor routines into their own file.Tim Potter1-1/+3
(This used to be commit 8e0457f8aa7b5ecababcdec4dfbc328d11513192)
2002-04-05Added new files for drivers, forms and ports conversion routines.Tim Potter1-0/+3
(This used to be commit f9f1d80f6e8c34a24602a83eb7d1fb2c892b662f)
2002-04-05Added py_spoolss_printers_conv.c to spoolss extension.Tim Potter1-0/+1
(This used to be commit d1e2356f13de8598237926d093069832f1393c36)
2002-03-28Aborted experiment to avoid namespace pollution and prototype hell andTim Potter1-1/+6
moved to 'make proto' based solution. (This used to be commit 1e48f872a494228e82fd32c789b3dcea6b014211)
2002-03-27Converted to #include *.c format.Tim Potter1-3/+1
(This used to be commit 992cbfe98b4131f0aef96da3ddeee00d3d4a1fb1)
2002-03-26Added ports and conversion routines.Tim Potter1-1/+3
(This used to be commit eff595d068d40ad833d96e545b9918f91669a13c)
2002-03-26Append $(srcdir) to include directories.Tim Potter1-9/+15
(This used to be commit ff526275669a4464ad274fac1b381945adb21719)
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-20Remove nsswitch from include directories.Tim Potter1-2/+4
(This used to be commit 19dd8ba8267320c0f219639abe3aa701b69e5c56)
2002-03-19setup.py for samba python wrappersTim Potter1-0/+93
(This used to be commit 85650ee3bcb748fc481ff254168eef5b22b6eae8)