s3:lib: Rename server_contexts to global_contexts
[samba.git] / source3 / libsmb /
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_...
2018-07-24 Ralph Boehmes3: libsmb: use smb2cli_conn_max_trans_size() in cli_sm...
2018-07-13 Jeremy Allisons3: libsmbclient: Fix cli_splice() fallback when readin...
2018-07-09 Bailey Berrolibsmbclient: Initialize written in cli_splice_fallback()
2018-07-09 Jeremy Allisonlibsmbclient: Initialize written value before use.
2018-05-16 David Disseldorps3:libsmbclient: cleanup smbc_setWorkgroup() usage
2018-05-16 Andreas Schneiders3:libsmbclient: Use const for setting and getting...
2018-05-12 Mathieu ParentFix spelling s/unitialized/uninitialized/
2018-05-04 Puran Chands3: libsmbclient: Add new function SMBC_readdirplus_ctx().
2018-05-04 Puran Chands3: libsmbclient: Add function add_dirplus() to fill...
2018-05-04 Puran Chands3: libsmbclient: Add readdirplus cleanup code on direc...
2018-05-04 Jeremy Allisons3: client: Add btime_ts to struct finfo.
2018-05-03 Jeremy Allisons3: libsmbclient: Fix hard-coded connection error retur...
2018-04-24 Volker Lendecketevent: Fix callers of tevent_req_set_endtime
2018-04-10 Volker Lendeckelibsmb: Pass "account_name/flags" through nb_getdc
2018-04-10 Volker Lendeckelibsmb: Pass "account_name/flags" through prep_getdc_re...
2018-04-10 Volker Lendeckelibsmb: Introduce a helper variable
2018-04-10 Volker Lendeckelibsmb: Give dsgetdcname.c its own header
2018-04-10 Volker Lendeckelibsmb: Give namequery.c its own header
2018-04-10 Volker Lendeckelibsmb: Remove unused trustdom_cache.c
2018-04-05 Noel Powerpython3 port for libsmb_samba_internal module
2018-04-04 Volker Lendeckelibsmb: Handle IO_TIMEOUT in cli_smb2_notify properly
2018-03-22 Andrew Bartlettlibsmb: Use the same #ifdef for is_our_primary_domain...
2018-03-20 Andreas Schneiders3:libsmb: Fix size types in nmblib
2018-03-19 Stefan Metzmachers3:libsmb/samlogon_cache: zero session keys before...
2018-03-01 Dan Robertsonlibsmb: Use smb2 tcon if conn_protocol >= SMB2_02
2018-03-01 Andreas Schneiderlibsmb: Remove incorrect fall through comment in trusts...
2018-03-01 Andreas Schneiders3:libsmb: Add FALL_THROUGH statements in dsgetdcname.c
2018-02-22 Stefan Metzmachers3:cliconnect.c: remove useless ';'
2018-02-22 Stefan Metzmachers3:libsmb: allow -U"\\administrator" to work
2018-02-13 Volker Lendeckedsgetdcname: Add some const
2018-02-13 Volker Lendeckelibsmb: Fix an error path memleak
2018-02-13 Volker Lendeckelibsmb: Fix destructor setup in unexpected.c
2018-02-08 Volker Lendeckelib: Make g_lock_unlock use TDB_DATA
2018-02-08 Volker Lendeckelib: Make g_lock_lock use TDB_DATA
2018-01-25 Volker Lendeckelibnmb: Fix CID 1428474 Incorrect expression (COPY_PAST...
2018-01-24 Volker Lendeckelibnmb: Move "read_packet" to nmbd
2018-01-23 Volker Lendeckelibnmb: Make nb_packet_read_recv return a talloc'ed pkt
2018-01-23 Volker Lendeckelibnmb: Add "parse_packet_talloc"
2018-01-23 Volker Lendeckedsgetdcname: Fix a signed/unsigned hickup
2018-01-23 Volker Lendeckelibnmb: Fix two signed/unsigned hickups
2018-01-23 Volker Lendeckelibnmb: tsocket_address_unix_from_path deals fine with...
2018-01-23 Volker Lendeckelibnmb: Remove a pointless struct member
2018-01-23 Volker Lendeckelibsmb: Give unexpected.c its own header
2018-01-21 Puran ChandAdded smbc_SetConfiguration which lets the user set...
2017-12-18 Gary Lockyersource3/libsmb/unexpected.c set socket close on exec
2017-12-10 Puran ChandAdded smbc_SetLogCallback which lets third party code...
2017-12-06 Jeremy Allisons3: libsmb: Plumb in the new SMB2 get reparse point...
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_get_reparse_point_f...
2017-12-06 Jeremy Allisons3: libsmb: Do a naive response to SMB2 "stopped on...
2017-12-06 Jeremy Allisons3: libsmb: Plumb in the new SMB2 reparse point calls...
2017-12-06 Jeremy Allisons3: libsmb: Add SMB2 calls cli_smb2_set_reparse_point_f...
2017-12-06 Jeremy Allisons3: libsmb: Make cli_close_send()/cli_close_recv()...
2017-12-06 Jeremy Allisons3: libsmb: Rename cli_close_create() -> cli_smb1_close...
2017-11-30 Jeremy Allisons3: libsmb: Fix reversing of oldname/newname paths...
2017-11-30 Jeremy Allisons3: client: Rename <oldname> to <link_target> in cmd_sy...
2017-11-30 Jeremy Allisons3: libsmb: Fix valgrind read-after-free error in cli_s...
2017-11-29 Volker Lendeckelib: Pass blob instead of &blob to gencache_set_data_blob
2017-11-20 Andrew BartlettUse talloc_stackframe() not talloc_tos() in namequery.c
2017-11-20 Gary Lockyersource3: remove sock_exec
2017-11-17 Volker Lendeckelibsmb: Fix a typo
2017-11-15 Jeremy Allisons3: smbclient: Implement "volume" command over SMB2.
2017-11-15 Jeremy Allisons3: libsmb: smbc_statvfs is missing the supporting...
2017-11-13 Volker Lendeckenetsamlogon_cache: Use ndr_pull_struct_blob_all
2017-11-11 Jeremy Allisonlibsmbclient: Allow server (NetApp) to return STATUS_IN...
2017-11-09 David Muldersmbc_opendir should not return EEXIST with invalid...
2017-10-27 Andreas Schneiderlibsmbclient: Use const for the user
2017-09-25 Volker Lendeckenetlogon_creds_cli: Protect netlogon_creds_cli_auth...
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:libsmb: only fallback to anonymous...
2017-09-20 Stefan MetzmacherCVE-2017-12150: s3:pylibsmb: make use of SMB_SIGNING_DE...
2017-09-20 Stefan MetzmacherCVE-2017-12151: s3:libsmb: make use of cli_state_is_enc...
2017-09-20 Stefan MetzmacherCVE-2017-12151: s3:libsmb: add cli_state_is_encryption_...
2017-08-24 Andreas Schneiders3:libsmb: Print the kinit failed message with DBGLVL_N...
2017-08-23 Andreas Schneiders3:libsmb: Move prototye of remote_password_change()
2017-08-23 Andreas Schneiders3:libsmb: Pass domain to remote_password_change()
2017-08-18 Stefan Metzmachers3:libsmb: let do_connect() debug the negotiation resul...
2017-08-18 Stefan Metzmachers3:libsmb: don't call cli_NetServerEnum() on SMB2/3...
2017-08-18 Stefan Metzmachers3:libsmb: let get_ipc_connect() use CLI_FULL_CONNECTIO...
2017-08-17 Jeremy Allisons3: libsmb: Add cli_smb2_chkpath() and use from cli_chk...
2017-07-25 Volker Lendeckelibsmb: Enable "cli_notify" for SMB2+
2017-07-25 Volker Lendeckelibsmb: Add cli_smb2_notify
2017-07-25 Jeremy Allisons3: libsmb: Implement cli_smb2_setatr() by calling...
2017-07-25 Jeremy Allisons3: libsmb: Add cli_smb2_setpathinfo(), to be called...
2017-07-25 Jeremy Allisons3: libsmbclient: Fix cli_setpathinfo_basic() to treat...
next