auth: Add cli_credentials_ccache_reinit()
[metze/samba/wip.git] / source3 / libsmb /
2019-02-18 Andreas Schneiders4-libsmb: Do not set empty password for gensec
2019-02-18 Stefan Metzmachercli_state_update_after_negprot source3/libsmb/cliconnec...
2019-02-18 Stefan Metzmacheroverwrite... in cli_state_update_after_sesssetup
2019-02-18 Stefan MetzmacherRevert "TODO NOT NEEDED cli_connect_sock_send/recv...
2019-02-18 Stefan MetzmacherTODO NOT NEEDED cli_connect_sock_send/recv return sock_...
2019-02-18 Stefan Metzmachers3:libsmb: change the connect banner to "Server=[%s...
2019-02-18 Stefan Metzmachers3:libsmb: pass an optional const struct sockaddr_stora...
2019-02-18 Stefan Metzmachers3:libsmb: pass 'dest_ss' from cli_cm_connect() via...
2019-02-18 Stefan MetzmacherTODO use cli_state_dup
2019-02-18 Stefan MetzmacherTODO: s3:libsmb: add cli_state_dup()
2019-02-18 Stefan MetzmacherRevert "s3:libsmb: remove unused show_sessetup handling...
2019-02-18 Stefan Metzmachers3:libsmb: add support for SMB2/3 in cli_chkpath()
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
2018-10-17 Volker Lendeckenetsamlogon_cache: Use "goto fail", save some lines
2018-10-17 Volker Lendeckenetsamlogon_cache: Fix talloc_stackframe error return...
2018-10-02 Volker Lendeckelibsmb: Remove smb_share_modes.[ch]
2018-09-11 Andreas Schneiders3:libsmbclient: Fix a typo
2018-09-05 Andreas Schneiders3:libsmbclient: Add function to set protocol levels
2018-09-05 Andreas Schneiders3:libsmbclient: Do not call cli_RNetShareEnum if SMB1...
2018-09-05 Andreas Schneidersmbclient: Fix errors printed if we can connect with...
2018-09-05 Alexander Bokovoysource3/libsmb/wscript: remove unneeded import
2018-08-27 Volker Lendeckelibsmb: Expose protocol-agnostic cli_writeall_send...
2018-08-27 Volker Lendeckelibsmb: Rename cli_writeall_send/recv to cli_smb1_write...
2018-08-27 Volker Lendeckelibsmb: Add protocol-agnostic cli_read
2018-08-17 Volker Lendeckelib: Pass mem_ctx to cache_path()
2018-08-14 Jeremy Allisonlibsmb: Harden smbc_readdir_internal() against returns...
2018-08-14 Jeremy Allisonlibsmb: Ensure smbc_urlencode() can't overwrite passed...
2018-08-10 Anoop C Ss3/libsmb: Explicitly set delete_on_close token for...
2018-08-08 Volker Lendeckelibsmb: Fix CID 1438243 Unchecked return value
2018-08-08 Volker Lendeckelibsmb: Fix CID 1438244 Unsigned compared against 0
2018-07-31 Noel Powers3/smbd: adjust smb1 server to use idl structs and...
2018-07-31 Noel Powers3/libsmb: adjust smb2 code for new idl structs & gener...
2018-07-31 Noel Powers3/libsmb: adjust smb1 cli code to use idl structs...
2018-07-31 Noel Powers3/libsmb: Avoid potential smbpanic calling parse_user_...
next