s3:rpc_server: Rename create_tcpip_socket
[samba.git] / source3 / libsmb / pylibsmb.c
2019-05-16 Noel Powers3: squash 'cast between incompatible function types...
2019-02-08 Douglas Bagnalls3/libsmb/py: match input argument types with C types
2019-02-07 Noel PowerCleanup (decref) some objects added to list.
2019-02-07 Noel PowerDecrement references to python objects passed to Py_Bui...
2019-01-25 Tim Beales3:pylibsmb: Initialize pointers to NULL in new API...
2019-01-17 Tim Beales3:pylibsmb: Add FILE_READ_ATTRIBUTES access to .loadfi...
2019-01-17 Tim Beales3:pylibsmb: Add .set_acl API to SMB py bindings
2019-01-14 Tim Beales3:pylibsmb: Add .get_acl() API to SMB py bindings
2019-01-09 Tim Beales3:libsmb: Revert SMB Py bindings name back to libsmb_s...
2019-01-07 Tim Beales3:pylibsmb: Add flags used by .list() to SMB Py bindings
2019-01-07 Tim Beales3:pylibsmb: Rename 'credentials' param to match s4
2019-01-07 Tim Beales3:pylibsmb: Rename libsmb_samba_internal Py bindings...
2019-01-07 Tim Beales3:pylibsmb: Add .deltree() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Minor refactor to py_cli_list() variables
2019-01-07 Tim Beales3:libsmb: Avoid duplicated code by making cli_read_sin...
2019-01-07 Tim Beales3:pylibsmb: Add .loadfile() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Add .savefile() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Free async .list() memory
2019-01-07 Tim Beales3:pylibsmb: Make s3 and s4 listings return the same...
2019-01-07 Tim Beales3:pylibsmb: Don't return '.'/'..' in .list()
2019-01-07 Tim Beales3:pylibsmb: Make .list() work for SMBv2
2019-01-07 Tim Beales3:pylibsmb: Split code out into do_listing() helper
2019-01-07 Tim Beales3:pylibsmb: Split out code into list_helper()
2019-01-07 Tim Beales3:pylibsmb: Consolidate .readdir()/.list() py bindings API
2019-01-07 Tim Beales3:pylibsmb: Add .chkpath() API to SMB py bindings
2019-01-07 Tim Beales3:pylibsmb: Add .mkdir(), .rmdir() APIS to SMB py...
2019-01-07 Tim Beales3:pylibsmb: Add .unlink() API to SMB Py bindings
2019-01-07 Tim Beales3:pylibsmb: Make lp a mandatory param for the SMB...
2018-12-23 Stefan Metzmachers3:pylibsmb: add settimeout()
2018-12-13 Stefan Metzmachers3:pylibsmb: allow ImpersonationLevel argument to create()
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_ntcreate_send()
2018-12-13 Stefan Metzmachers3:pylibsmb: make use of protocol independent cli_read_...
2018-12-13 Stefan Metzmachers3:pylibsmb: make use of protocol independent cli_write...
2018-12-13 Stefan Metzmachers3:pylibsmb: make use of PYARG_BYTES_LEN in py_cli_write()
2018-12-13 Stefan Metzmachers3:pylibsmb: make use of PyBytes_FromStringAndSize...
2018-12-13 Tim Beales3:pylibsmb: .get_oplock_break API is dependent on...
2018-12-13 Stefan Metzmachers3:pylibsmb: remember that a connection uses SMB1
2018-12-13 Stefan Metzmachers3:pylibsmb: add force_smb1=True in order to control...
2018-12-13 Stefan Metzmachers3:pylibsmb: add sign=True to require signing
2018-12-13 Stefan Metzmachers3:pylibsmb: only use poll_mt backend if multi_threaded...
2018-12-13 Stefan Metzmachers3:pylibsmb: pass self to py_tevent_req_wait_exc()
2018-11-28 Andreas Schneiders3:libsmb: Use #ifdef instead of #if for config.h defin...
2018-04-05 Noel Powerpython3 port for libsmb_samba_internal module
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DE...
2017-06-22 Stefan Metzmachers3:pylibsmb: use CLI_FULL_CONNECTION_FORCE_SMB1 in...
2016-12-02 Stefan Metzmachers3:libsmb: change cli_full_connection_send/recv into...
2016-01-07 Andrew Bartlettpylibsmb: Adjust to use of PY_SSIZE_T_CLEAN
2014-05-09 Jeremy Allisons3: client : Add extra return parameter to all client...
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-08-12 Stefan Metzmachers3:pylibsmb: remove compiler warnings
2013-04-12 Volker Lendeckelibsmbclient: Use async cli_full_connection in python...
2013-04-09 Volker Lendeckepylibsmb: Avoid a segfault if no credentials are passed...
2013-02-28 Stefan Metzmachers3:pylibsmb: make sure we get tevent debug messages
2012-09-24 Volker Lendeckes3-pylibsmb: Use Py_RETURN_NONE
2012-09-23 Volker Lendeckes3-pylibsmb: Add get_oplock_break
2012-09-23 Volker Lendeckes3-pylibsmb: Factor out py_tevent_cond_signal
2012-09-23 Volker Lendeckes3-pylibsmb: Reduce the number of warnings
2012-09-23 Volker Lendeckes3: Add "readdir" to pylibsmb
2012-09-23 Christian Ambachs3-pylibsmb: move py_tevent_req_wait_exc up in the...
2012-09-23 Volker Lendeckes3-pylibsmb: Factor out py_tevent_cond_wait
2012-09-17 Christian Ambachs3:libsmb fix a double free error
2012-09-16 Christian Ambachs3:libsmb fix a potential crash
2012-09-04 Volker Lendeckes3: Fix memleaks in pylibsmb.c
2012-08-16 Volker Lendeckes3-libsmb: Add a python wrapper