s3-librpc: add ads.idl and convert ads_struct to talloc.
[samba.git] / source4 / libcli / smb2 /
2022-08-26 Volker LendeckesmbXcli: Pass negotiate contexts through smbXcli_negpro...
2022-08-23 Ralph Boehmes4/libcli/smb2: avoid using smb2_composite_setpathinfo...
2022-06-09 Joseph Suttonlib/util: Change function to mem_equal_const_time()
2021-03-17 Stefan Metzmacherlibcli/smb: pass smb3_capabilities to smbXcli_conn_create()
2020-10-02 Volker Lendeckelibcli: Use GUID_to_ndr_buf() in smb2_create_send()
2020-08-19 Andreas Schneiders4:libcli: Require signing for SMB encryption
2020-08-19 Andreas Schneiders4:libcli: Add smb2_connect_enc_start()
2020-08-19 Andreas Schneiders3:libcli: Split out smb2_connect_tcon_start()
2020-07-08 Stefan Metzmachers4:libcli/smb2: add const to struct smbcli_options...
2020-07-08 Stefan Metzmachers4:libcli/smb2: allow smb2_connect*() to fake session...
2020-06-22 Christof Schmittsource4/libcli: Use NT_STATUS_PENDING instead of STATUS...
2020-04-28 David MulderImplement alt name query for smb2
2020-04-28 David MulderAdd SMB2 lsa helper routines
2019-12-20 David MulderConvert samba4.base.*attr tests to smb2
2019-09-25 Noel Powers4/libcli/smb2: clang: Fix 'value stored to 'status...
2019-09-25 Noel Powers4/libcli/smb2: clang: Fix Passed-by-value arg contains...
2019-06-27 Andrew Bartlettlib/crypto: move gnutls error wrapper to own subsystem
2019-06-24 Andreas Schneiders4:libcli: Use gnutls_error_to_ntstatus() or singing
2019-04-30 Andreas Schneiders4:libcli:smb2: Use GnuTLS SHA256 HMAC for signing
2019-04-01 Volker Lendeckelibsmb: Rename InfoType from [MS-SMB2] according to...
2019-03-28 Stefan Metzmachers4:libcli/smb2: calculate the correct credit charge...
2019-03-28 Stefan Metzmachers4:libcli/smb2: calculate the correct credit charge...
2019-03-28 Stefan Metzmachers4:libcli/smb2: align struct smb_ioctl.smb2 to [MS...
2019-03-28 Stefan Metzmachers4:libcli/smb2: calculate the correct credit charge...
2019-03-28 Stefan Metzmachers4:libcli/smb2: fix smb2_getinfo_send() marshalling
2019-03-28 Stefan Metzmachers4:libcli/smb2: don't schedule idle handlers on a dead...
2019-02-28 Ralph Boehmes4:libcli: remember return code from maximum access
2018-11-02 Ralph Boehmes4:libcli/smb2: reapply request endtime
2018-07-24 Ralph Boehmes4: libcli/smb2: calculate correct credit charge for...
2018-07-24 Stefan Metzmachers4:libcli: allow a fallback to NTLMSSP if SPNEGO is...
2018-07-24 Stefan Metzmachers4:libcli: add fallback_to_anonymous to smb2_connect_send()
2018-07-24 Stefan Metzmachers4:libcli: allow passing an already negotiated connecti...
2018-07-24 Stefan Metzmachers4:libcli: split out smb2_connect_session_start()
2018-07-24 Stefan Metzmachers4:libcli: add smb2_transport_raw_init()
2018-04-24 Volker Lendecketevent: Fix callers of tevent_req_set_endtime
2017-12-21 Stefan Metzmachers4:torture: add smb2.session.expire2 test
2017-05-21 Stefan Metzmachers4:libcli/smb2: make smb2_session_setup_spnego_* comple...
2017-03-03 Ralph Boehmelibcli/smb: add max_credits arg to smbXcli_negprot_send()
2016-04-19 Andreas Schneiders4:libcli:smb2: Use constant time memcmp() to verify...
2016-04-12 Stefan MetzmacherCVE-2016-2115: s4:libcli/smb2: use the configured min_p...
2016-01-13 Jelmer VernooijMake libcli-smb-raw private, for now.
2015-03-27 Richard SharpeRename SMB2_OP_FIND to SMB2_OP_QUERY_DIRECTORY so that...
2014-11-27 Stefan Metzmachers4:libcli/smb2: initialize ls->lease_version
2014-11-27 Stefan Metzmachers4:libcli/smb2: add new_epoch to struct smb2_lease_break
2014-11-27 Stefan Metzmachers4:libcli/smb2: allow the caller to specify a specific...
2014-09-30 Stefan Metzmachers4:libcli/tcon: remove unused smb2_tree_connect*()
2014-09-30 Stefan Metzmachers4:libcli/smb2: make use of smb2cli_tcon*() in connect.c
2014-09-30 Stefan Metzmachers3:libsmb: remove unused smb2cli.h
2014-07-24 Stefan Metzmachers4:libcli/smb2: add smb2_session_channel()
2014-07-24 Stefan Metzmachers4:libcli/smb2: remove unused 'primary' argument of...
2014-03-26 Stefan Metzmachers4:libcli: make use of gensec_update_ev()
2013-12-06 Andreas Schneiders4-libcli: Add smb2_util_handle_empty().
2013-11-13 Stefan MetzmacherMerge branch 'master' of ctdb into 'master' of samba
2013-10-13 Volker Lendeckelibcli4: Remove an unused variable
2013-10-05 Michael Adams4:libcli:smb2: make smbcli_options argument to smb2_co...
2013-10-05 Michael Adams4:libcli:smb2: add the smb2_capabilities to the smbcli...
2013-10-05 Michael Adams4:libcli:smb2: add the client_guid to the smbcli_options
2013-08-23 Volker Lendeckelibsmb2: Fix opening the rootdirectory, part 1
2013-08-15 Stefan Metzmacherlibcli/smb: pass max_dyn_len to smb2cli_req_send()
2013-04-30 Volker Lendeckelibsmb: Use sizeof instead of explicit numbers
2013-04-30 Volker Lendeckelibsmb: Use smb2_lease_push in smb2_create_send
2013-04-18 Stefan Metzmachers4:torture/smb2: add smb2_lease_v2_create_share() helper
2013-04-18 Stefan Metzmachers4:libcli/smb2: add support for SMB2 LEASES v2
2013-01-16 David Disseldorpsmb2_ioctl: remove ioctl error response assumptions
2012-09-19 Michael Adams4:libci: add a SMB2_CREATE_APP_INSTANCE_ID blob to...
2012-08-17 Stefan Metzmachers4:libcli/smb2: reset trsnport->compound.related when...
2012-08-06 Christian Ambachs4:libcli/smb2/write correct error checking
2012-07-25 Stefan Metzmacherlibcli/smb: pass smbXcli_session to smb2cli_tcon_set_va...
2012-07-25 Stefan Metzmachers4:libcli/smb2: remove unused smb2_session->pid
2012-07-25 Stefan Metzmachers4:libcli/smb2: remove unused variable
2012-07-25 Stefan Metzmacherlibcli/smb: there's no PID field in the SMB2/3 header...
2012-07-25 Stefan Metzmacherlibcli/smb: pass smbXcli_tcon to smb2cli_req_create...
2012-07-25 Stefan Metzmachers4:libcli/smb2: remove unused elements from smb2_tree
2012-07-24 Stefan Metzmachers4:libcli/smb2: setup a smbXcli_tcon for each smb2_tree
2012-05-06 Stefan Metzmachers4:libcli/smb2: use PROTOCOL_LATEST
2012-04-16 Stefan Metzmachers4:libcli/smb2: fix anonymous session setups against...
2012-04-16 Stefan Metzmachers4:libcli/smb2: remove unused dependency to LIBPACKET
2012-03-25 Jelmer VernooijLIBCLI_SMB2: Depend on cli_smb_common rather than libsmb.
2012-03-15 Jelmer Vernooijlibsmbclient-raw: Install smb_composite.h.
2012-03-07 Gregor Becks4:libcli/smb2: allow smb2_session_setup_spnego to...
2012-03-03 Michael Adams4:libcli:smb2: set SMB2_CAP_ALL in the negprot
2012-03-03 Michael Adams4:libcli:smb2: store the share capabilites in the...
2012-03-03 Michael AdamsmbXcli: add the possiblilty to negotiate client capabi...
2012-03-03 Michael Adams4:libcli:smb2: allow max protocol 0x0224
2012-03-03 Michael Adams4:libcli:smb2: add support for parsing the durable...
2012-03-03 Michael Adams4:libcli:smb2: add support durable handle reconnect...
2012-03-03 Michael Adams4:libcli:smb2: add support durable handle request...
2012-02-27 Michael Adams4:libcli:smb2: add a smb2_connect_ext variant of smb2_...
2012-02-27 Michael Adams4:libcli:smb2: add a previous session argument to...
2012-02-27 Michael Adams4:libcli:smb2: add a previous session argument to...
2012-02-27 Michael Adams3:libsmb:smb2: pass previous session ID to session...
2012-02-27 Stefan Metzmachers4:libcli/smb2: remove unused 'session_key' from struct...
2012-02-27 Stefan Metzmacherlibcli/smb/smbXcli: maintain smb2 channel_signing_key...
2012-02-23 Michael Adams4:smbcli:smb2: add a random GUID to the transport...
2012-02-03 Michael Adams4:libcli:smb2: don't allocate the smb2_tree struct...
2012-02-03 Michael Adams4:libcli/torture:smb2: change smb2_tree_connect to...
2011-12-09 Stefan Metzmachers4:libcli/smb2: mark a request as error if we can't...
2011-11-30 Stefan Metzmachers4:libcli: do the nbss session request within smbcli_so...
2011-11-29 Stefan Metzmachers4:libcli/smb2: make sure only one idle event runs...
2011-11-24 Stefan Metzmachers4:libcli/smb2: use talloc_zero() in smb2_request_init()
next