1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00
Commit Graph

8 Commits

Author SHA1 Message Date
8f9a17be89 Cleanup of header files for python extensions.
- 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 0659351b25)
2003-02-18 05:05:15 +00:00
ce03ce2e56 Refactored open_pipe_creds() function to remove unused parameter.
(This used to be commit 36ed06cb50)
2002-05-16 02:24:22 +00:00
520b40e423 General cleanup of compiler warnings etc.
(This used to be commit 18aeadc591)
2002-05-14 02:37:47 +00:00
cc8dce0deb Moved function prototypes to py_common_proto.h
(This used to be commit f006bcf8e5)
2002-04-14 09:03:05 +00:00
8d994f432d Moved open_pipe_creds() function to common file.
(This used to be commit 14e4d889a2)
2002-04-14 00:58:16 +00:00
d0e6af62d6 Implemented a setup_logging() function that takes two keywords:
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.
(This used to be commit 6c7b5e15c2)
2002-04-11 05:04:05 +00:00
f243d4e7c8 Added functions to return Python tuples (error code, error string)
corresponding to NT and DOS errors.
(This used to be commit cb243e2766)
2002-04-05 04:47:43 +00:00
d07cc9d8a1 Initial version.
(This used to be commit d35770d06f)
2002-03-20 03:29:03 +00:00