summaryrefslogtreecommitdiffstats
path: root/source/python/py_common.h
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup of header files for python extensions.Tim Potter2003-02-181-3/+35
| | | | | | - 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
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-1/+1
|
* General cleanup of compiler warnings etc.Tim Potter2002-05-141-0/+2
|
* Moved function prototypes to py_common_proto.hTim Potter2002-04-141-13/+1
|
* Moved open_pipe_creds() function to common file.Tim Potter2002-04-141-1/+12
|
* Implemented a setup_logging() function that takes two keywords:Tim Potter2002-04-111-0/+4
| | | | | | | | interactive and logfilename. These can be used to send Samba DEBUG() output to stdout or to a logfile which makes automated testing much funkier. Also added get_debuglevel() and set_debuglevel() functions.
* Added functions to return Python tuples (error code, error string)Tim Potter2002-04-051-0/+2
| | | | corresponding to NT and DOS errors.
* Initial version.Tim Potter2002-03-201-0/+28