build: Remove bld.gen_python_environments()
[samba.git] / source3 / libsmb /
2019-03-20 Volker Lendeckelibsmb: Make SMB1-only cli_nt_hardlink calls static
2019-03-20 Volker Lendeckelibsmb: Introduce protocol-agnostic cli_hardlink
2019-03-20 Volker Lendeckelibsmb: Use cli_smb2_set_info_fnum()
2019-03-20 Volker Lendeckelibsmb: Simplify cli_smb2_ftruncate
2019-03-20 Volker Lendeckelibsmb: Simplify cli_smb2_delete_on_close
2019-03-20 Volker Lendeckelibsmb: Add cli_smb2_set_info_fnum
2019-03-18 Volker Lendeckelibsmb: Fix a "assuming signed overflow does not occur...
2019-03-18 Volker Lendeckelibsmb: Align integer types
2019-03-18 Volker Lendeckelibsmb: Use cli_smb2_query_info_fnum
2019-03-18 Volker Lendeckelibsmb: Add cli_smb2_query_info_fnum
2019-03-18 Volker Lendeckelibsmb: Change cli_posix_stat_send to take a pointer...
2019-03-18 Volker Lendeckelibsmb: Make cli_posix_[sym|hard]link proper tevent_req...
2019-03-18 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus
2019-03-12 Volker Lendeckelibsmb: Use sid_parse()
2019-03-08 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus
2019-03-08 Volker Lendeckelibsmb: Add "in_cblobs" to cli_smb2_unlink
2019-03-08 Volker Lendeckelibsmb: Add "in_cblobs" to cli_smb2_rmdir
2019-03-08 Volker Lendeckelibsmb: Make cli_smb2_unlink async
2019-03-08 Volker Lendeckelibsmb: Simplify cli_smb2_mxac
2019-03-04 Ralph Boehmes3:libsmb: add cli_query_mxac()
2019-03-04 Ralph Boehmes3:libsmb: add cli_smb2_query_mxac()
2019-03-02 Volker Lendeckelibsmb: Make cli_posix_unlink/rmdir proper tevent_req...
2019-03-01 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus()
2019-03-01 Volker Lendeckelibsmb: Use tevent_req_simple_finish_ntstatus()
2019-03-01 Volker Lendeckelibsmb: Make cli_smb2_rmdir asynchronous
2019-03-01 Volker Lendeckelibsmb: add in/out cblobs to cli_smb2_create_fnum
2019-03-01 Volker Lendeckelibsmb: Avoid a separate "cblobs" var sending smb2...
2019-03-01 Volker Lendeckelibsmb: Reformat the cli_smb2_create_fnum_send args
2019-02-25 Volker Lendeckelibsmb: Resolve special _recv handling in cli_ntcreate
2019-02-22 Volker Lendeckelibsmb: Fix a resource leak in cli_posix_mkdir
2019-02-22 Volker Lendeckelibsmb: Pull up wire_flags calculation from open_internal
2019-02-22 Volker Lendeckelibsmb: Convert cli_posix_open to normal tevent_req...
2019-02-22 Mark Niggemannset caller allocation units in statvfs f_bavail
2019-02-14 Andreas Schneiderlib:util: Move discard_const(_p) to own header for...
2019-02-09 Aurelien Aptellibsmb,s3/smbd: dump SMB3+ session keys if debug parm...
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-18 Jeremy Allisons3:libsmb: Store file allocation size in struct file_info.
2019-01-18 Puran Chands3:libsmb: parse_finfo_id_both_directory_info capture...
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-16 Justin Stephensons3:libsmb: Honor disable_netbios option in smbsock_conn...
2019-01-14 Tim Beales3:pylibsmb: Add .get_acl() API to SMB py bindings
2019-01-10 Tim Beales3:libsmb: cli_smb2_list() can sometimes fail initially...
2019-01-09 Justin Stephensons3:smbpasswd: Print debug message about Netbios
2019-01-09 Justin Stephensons3:libsmb: Print debug message about Netbios
2019-01-09 Justin Stephensons3:libsmb: Check disable_netbios in socket connect
2019-01-09 Tim Beales3:libsmb: Revert SMB Py bindings name back to libsmb_s...
2019-01-08 Volker Lendeckelibsmb: Use strlcpy instead of StrnCpy
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:libsmb: pass ImpersonationLevel to cli_ntcreate1_send()
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
2018-12-13 Stefan Metzmachers3:libsmb: pass impersonation_level to cli_smb2_create_...
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 Tim Beales3:libsmb: add comments for cli_write_send/cli_push_send
2018-12-13 Stefan Metzmachers3:libsmb: add cli_write_send/recv which work with...
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-11-27 Volker Lendeckelibads: Give krb5_errs.c its own header
2018-11-21 Volker Lendeckelibsmb: Make cli_notify_send cancellable
2018-11-21 Volker Lendeckelibsmb: Make cli_notify_send/recv smb2-aware
2018-11-21 Volker Lendeckelibsmb: Introduce cli_smb2_notify_send/recv
2018-11-21 Volker Lendeckelibsmb: Make cli_trans_send cancellable
2018-11-21 Volker Lendeckelibsmb: Make cli_trans a normal subreq function
2018-11-13 Jeremy Allisons3: lib: nmbname: Ensure we limit the NetBIOS name...
2018-11-02 Volker Lendeckelibsmb: Use dom_sid_str_buf
2018-10-19 Volker Lendeckelib: Remove gencache.h from proto.h
2018-10-17 Volker Lendeckenetsamlogon_cache: Improve a DBG message
2018-10-17 Volker Lendeckenetsamlogon_cache: Add some error checks
next