summaryrefslogtreecommitdiffstats
path: root/source3/python/py_common.c
Commit message (Expand)AuthorAgeFilesLines
* r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman2007-10-101-1/+1
* r4238: More *alloc fixes.Jeremy Allison2007-10-101-7/+7
* Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison2003-07-301-1/+1
* Merge of cleanups and srvsvc implementation from HEAD.Tim Potter2003-02-191-4/+1
* Merge of global_myname() fixes from HEAD.Tim Potter2002-11-291-8/+1
* Sync with HEAD.Tim Potter2002-11-041-4/+3
* Add extra parm to cli_full_connection. Tim, you should probably take a look ...Jim McDonough2002-10-181-1/+1
* Check no extra fields are present when parsing credentials.Tim Potter2002-09-091-2/+17
* Fix transposed args in open_pipe_creds() function.Tim Potter2002-09-021-1/+1
* Broke out unpacking of a username/password stored in a PythonTim Potter2002-08-021-28/+72
* Compile fix for flags field to cli_full_connection()Tim Potter2002-07-111-1/+1
* Compile fix for new arguments to cli_full_connection()Tim Potter2002-06-201-9/+2
* Separate error handling for cli_full_connection() and cli_nt_session_open()Tim Potter2002-05-281-2/+7
* Convert open_pipe_creds() to use new cli_full_connection() interface.Tim Potter2002-05-271-31/+28
* 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