summaryrefslogtreecommitdiff
path: root/source3/python/py_srvsvc.c
AgeCommit message (Collapse)AuthorFilesLines
2003-03-19GCC 3.x has deprecated multi-line string constants.Tim Potter1-20/+20
(This used to be commit 54000fc3b0daee452f4d5bc7dad40757f1cf7c11)
2003-02-18Cleanup of header files for python extensions.Tim Potter1-2/+39
- combine py_foo_proto.h and py_foo.h - move #include of Python.h into one place so we can get rid of that annoying compiler warning about HAVE_FSTAT being redefined (This used to be commit 0659351b251aee438bb9e92682bc445f164923a5)
2003-02-17Added SRVSVC pipe support. I've started implementing NetServerGetInfo()Tim Potter1-0/+178
(This used to be commit 8e0d781995b56dd1cd348baadd494bb8e64c10bc)