summaryrefslogtreecommitdiff
path: root/source3/python/py_common.c
AgeCommit message (Expand)AuthorFilesLines
2002-05-27Convert open_pipe_creds() to use new cli_full_connection() interface.Tim Potter1-31/+28
2002-05-17Added a utility function to extract the info key from a dictionary.Tim Potter1-0/+17
2002-05-16More cleanups.Tim Potter1-30/+13
2002-05-16Refactored open_pipe_creds() function to remove unused parameter.Tim Potter1-9/+13
2002-04-14Explicitly return a list in py_ntstatus_tuple() and py_werror_typle(). NotTim Potter1-3/+20
2002-04-14Moved open_pipe_creds() function to common file.Tim Potter1-0/+78
2002-04-11Implemented a setup_logging() function that takes two keywords:Tim Potter1-5/+58
2002-04-05Added functions to return Python tuples (error code, error string)Tim Potter1-0/+17
2002-03-20Initial version.Tim Potter1-0/+47