summaryrefslogtreecommitdiff
path: root/source3/python/py_common.h
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
Jeremy. (This used to be commit 407e6e695b8366369b7c76af1ff76869b45347b3)
2007-10-10r10802: Janitor for tpot - remember to keep 3.0 in sync.Jeremy Allison1-7/+0
Jeremy. (This used to be commit 4b7a60e95e8f972df05d162769f0c441a4442e56)
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-3/+35
(This used to be commit dbea592877ad12f270805a9d8a86a50985beaf66)
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-1/+1
(This used to be commit 36ed06cb5078429445f3bbb0f69baa2e0f8356a4)
2002-05-14General cleanup of compiler warnings etc.Tim Potter1-0/+2
(This used to be commit 18aeadc591b69bbbd874b7285ecaed50ff587e68)
2002-04-14Moved function prototypes to py_common_proto.hTim Potter1-13/+1
(This used to be commit f006bcf8e50e44b955678356039a6d6a7e16ab20)
2002-04-14Moved open_pipe_creds() function to common file.Tim Potter1-1/+12
(This used to be commit 14e4d889a236dd9c2ba6db68b3133e44195b8a47)
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter1-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. (This used to be commit 6c7b5e15c22119623ee959267d2755e21193bc4b)
2002-04-05Added functions to return Python tuples (error code, error string)Tim Potter1-0/+2
corresponding to NT and DOS errors. (This used to be commit cb243e2766260f03de6b748d20734b8183cf192b)
2002-03-20Initial version.Tim Potter1-0/+28
(This used to be commit d35770d06f7bc396cf32337a4e1104b5fe8a3ca8)