summaryrefslogtreecommitdiffstats
path: root/source3/python/py_common.c
Commit message (Expand)AuthorAgeFilesLines
* Added a utility function to extract the info key from a dictionary.Tim Potter2002-05-171-0/+17
* More cleanups.Tim Potter2002-05-161-30/+13
* Refactored open_pipe_creds() function to remove unused parameter.Tim Potter2002-05-161-9/+13
* Explicitly return a list in py_ntstatus_tuple() and py_werror_typle(). NotTim Potter2002-04-141-3/+20
* Moved open_pipe_creds() function to common file.Tim Potter2002-04-141-0/+78
* Implemented a setup_logging() function that takes two keywords:Tim Potter2002-04-111-5/+58
* Added functions to return Python tuples (error code, error string)Tim Potter2002-04-051-0/+17
* Initial version.Tim Potter2002-03-201-0/+47