s4/libcli: python3 port for smb module
[samba.git] / source4 / libcli / pysmb.c
2018-04-13 Noel Powers4/libcli: python3 port for smb module
2017-03-29 Gary Lockyerpysmb: Check for credentials using same method as pyrpc
2017-03-29 Andrew Bartlettpysmb: Extend py_smb_new to allow use_ntlmv2 and use_sp...
2016-03-08 Andrew Bartlettpysmb: Use pytalloc_BaseObject_PyType_Ready()
2016-03-08 Andrew Bartlettpysmb: Do not use pytalloc_Object directly
2016-03-08 Andrew Bartlettpysmb: Rework py_smb_new() to use pytalloc_steal()
2016-03-08 Andrew Bartlettpysmb: Use pytalloc_get_mem_ctx()
2016-03-08 Andrew Bartlettpysmb: Use pytalloc_get_ptr()
2015-01-22 Petr ViktorinRemove use of the "staticforward" macro
2014-01-09 Matthias Dieter... samba:python - Py_RETURN_NONE remove compatibility...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2012-11-13 Andrew Bartlettsmbd: Remove NT4 compatability handling in posix -...
2012-07-03 Amitay Isaacss4-pysmb: Add deltree() method to remove directory...
2012-06-20 Amitay Isaacss4-pysmb: Parse security info as an unsigned integer
2012-04-01 Richard SharpeFix some of the issues that Jelmer identified in my...
2012-04-01 Richard SharpeAdd an open and close method to samba.smb.SMB so we...
2012-03-26 Richard SharpeFix the PyDoc comments in samba.smb.SMB and add a secur...
2012-03-07 Amitay Isaacss4-libcli: pysmb: Fix typo in secinfo_flags
2011-08-10 Jelmer Vernooijpytalloc: Use consistent prefix for functions, add...
2011-08-03 Amitay Isaacss4-libcli: Fix the fd leak. Close open file descriptor...
2011-08-03 Amitay Isaacss4-libcli: get_acl and set_acl require raw_open to...
2011-08-03 Amitay Isaacss4-libcli: Check if short_name is not null, before...
2011-08-03 Amitay Isaacss4-libcli: Replace smb_composite_connect() with smb_ful...
2011-08-03 Amitay Isaacss4-libcli: Added python SMB methods for mkdir(), rmdir...
2011-07-28 Amitay Isaacss4-libcli: Initialize stack structure variables to...
2011-07-28 Amitay Isaacss4-libcli: Added python interface for file I/O using SMB