summaryrefslogtreecommitdiff
path: root/source3/python/py_common.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-10r23784: use the GPLv3 boilerplate as recommended by the FSF and the license textAndrew Tridgell1-2/+1
2007-10-10r23779: Change from v2 or later to v3 or later.Jeremy Allison1-1/+1
2007-10-10r15299: Fix import of Python modules. Fixes Bug #3567.Deryck Hodge1-1/+5
2007-10-10r13212: r12414@cabra: derrell | 2006-01-28 17:52:17 -0500Derrell Lipman1-1/+1
2007-10-10r4238: More *alloc fixes.Jeremy Allison1-7/+7
2003-07-30Add a command line option (-S on|off|required) to enable signing on clientJeremy Allison1-1/+1
2003-02-19Merge of cleanups and srvsvc implementation from HEAD.Tim Potter1-4/+1
2002-11-29Merge of global_myname() fixes from HEAD.Tim Potter1-8/+1
2002-11-04Sync with HEAD.Tim Potter1-4/+3
2002-10-18Add extra parm to cli_full_connection. Tim, you should probably take a look ...Jim McDonough1-1/+1
2002-09-09Check no extra fields are present when parsing credentials.Tim Potter1-2/+17
2002-09-02Fix transposed args in open_pipe_creds() function.Tim Potter1-1/+1
2002-08-02Broke out unpacking of a username/password stored in a PythonTim Potter1-28/+72
2002-07-11Compile fix for flags field to cli_full_connection()Tim Potter1-1/+1
2002-06-20Compile fix for new arguments to cli_full_connection()Tim Potter1-9/+2
2002-05-28Separate error handling for cli_full_connection() and cli_nt_session_open()Tim Potter1-2/+7
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