Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanup of header files for python extensions. | Tim Potter | 2003-02-18 | 1 | -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 Potter | 2002-05-16 | 1 | -1/+1 |
| | |||||
* | General cleanup of compiler warnings etc. | Tim Potter | 2002-05-14 | 1 | -0/+2 |
| | |||||
* | Moved function prototypes to py_common_proto.h | Tim Potter | 2002-04-14 | 1 | -13/+1 |
| | |||||
* | Moved open_pipe_creds() function to common file. | Tim Potter | 2002-04-14 | 1 | -1/+12 |
| | |||||
* | Implemented a setup_logging() function that takes two keywords: | Tim Potter | 2002-04-11 | 1 | -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 Potter | 2002-04-05 | 1 | -0/+2 |
| | | | | corresponding to NT and DOS errors. | ||||
* | Initial version. | Tim Potter | 2002-03-20 | 1 | -0/+28 |