summaryrefslogtreecommitdiff
path: root/source3/python/py_smb.c
AgeCommit message (Collapse)AuthorFilesLines
2002-11-22Fixed some globals that escaped the recent globalcide.Tim Potter1-2/+1
(This used to be commit 4580e16908fe06a2c2b6738683b7cb840467e61c)
2002-10-30Fix boog in argument list for nt_create_andx.Tim Potter1-1/+1
(This used to be commit 6945e89e2d10743635f01420c83d405a2d4cb356)
2002-10-29Added close and unlink functions.Tim Potter1-0/+44
(This used to be commit 3a7f8a568e9d1608c2a065e0b98488e2d068911c)
2002-10-21Fixed bug in session setup kwlist.Tim Potter1-2/+25
Added some basic error handling. Just throw a RuntimeError exception on error. (This used to be commit 06caeed588f702814be76a2b2aa7ed43504adef5)
2002-10-21Fixed up tconx function. Implemented nt_create_andx, query_secdescTim Potter1-12/+121
and set_secdesc functions. (This used to be commit 3fd568ef5c984f089e7799d9ff55395330716641)
2002-08-02Added connect, session_request, session_setup and tconx methods.Tim Potter1-21/+138
(This used to be commit 76eacaa28546d65b9ddb7ff356f0bd2aaf2f86d8)
2002-07-29Skeleton for a libsmb python wrapper.Tim Potter1-0/+107
(This used to be commit 36cc488c4d99198d346103b0e44776a7de145428)