summaryrefslogtreecommitdiff
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* s4:libcli: split out smb_raw_negotiate_fill_transport()Stefan Metzmacher2018-08-131-30/+44
* Make sure smbtorture tests can run if someone has set their min protocol abov...Richard Sharpe2017-09-201-0/+4
* s4-libcli: remove some dead prototypesGünther Deschner2017-05-101-1/+0
* libcli/smb: add max_credits arg to smbXcli_negprot_send()Ralph Boehme2017-03-032-1/+3
* s4:libcli/raw: remove unused DEFAULT_TRUST_ACCOUNT_PASSWORD_LENGTHStefan Metzmacher2017-02-211-7/+0
* pvfs_open win10 fix, need return SMB2_CREATE_TAG_QFIDouyang.xu2016-08-191-1/+3
* s4: libcli: Internal SMB1 pid is already stored as and uses 32-bits. Correct ...Jeremy Allison2016-06-181-1/+1
* s4-libcli/raw: Fix compiler errors when building with --address-sanitizerAndrew Bartlett2016-06-161-2/+2
* CVE-2016-2115: s4:libcli/raw: pass the minprotocol to smb_raw_negotiate*()Stefan Metzmacher2016-04-121-2/+5
* CVE-2016-2115: s4:libcli/raw: limit maxprotocol to NT1 in smb_raw_negotiate*()Stefan Metzmacher2016-04-121-0/+4
* CVE-2016-2115: s4:libcli/raw: add smbcli_options.min_protocolStefan Metzmacher2016-04-121-0/+1
* Make libcli-smb-raw private, for now.Jelmer Vernooij2016-01-131-10/+0
* s4:libcli/raw: make sure smbcli_transport_connect_send/recv correctly cleanup...Stefan Metzmacher2015-06-121-17/+42
* s4/ntvfs: support FS_SECTOR_SIZE_INFORMATION query-infoDavid Disseldorp2015-03-181-0/+21
* s4/client: add FS_SECTOR_SIZE_INFORMATION query supportDavid Disseldorp2015-03-182-1/+27
* s4:libcli/raw: make short_name available in bufferRalph Boehme2014-12-042-0/+2
* s4:libcli/smb2: add new_epoch to struct smb2_lease_breakStefan Metzmacher2014-11-271-0/+1
* s4:libcli/raw: fix up the max_protocol value for the current transport connec...Stefan Metzmacher2014-11-271-0/+8
* s4:libcli/raw: use smb_setfsinfo_level in smb_setfsinfoStefan Metzmacher2014-11-251-2/+2
* s4:libcli/raw: Make flags2 and offset available to callers of readxChristof Schmitt2014-08-302-0/+4
* libsmb: Put the "smb2_lease" struct into idlVolker Lendecke2014-06-121-0/+1
* libcli/smb: move some *TRANSACT_* flags to smb_constants.hStefan Metzmacher2014-01-072-32/+0
* libcli/smb: move some FILE_* flags to smb_constants.hStefan Metzmacher2014-01-071-16/+0
* libcli/smb: move Filesystem Attributes defines to smb_constants.hStefan Metzmacher2013-10-171-14/+0
* s4:libcli:smb2: add the smb2_capabilities to the smbcli_optionsMichael Adam2013-10-051-0/+1
* s4:libcli:smb2: add the client_guid to the smbcli_optionsMichael Adam2013-10-051-0/+1
* Fix bug #10010 - Missing integer wrap protection in EA list reading can cause...Jeremy Allison2013-08-051-2/+5
* build: Build with system md5.h on OpenIndianaAndrew Bartlett2013-06-191-2/+2
* libsmb: Move "struct smb2_lease" to commonVolker Lendecke2013-04-301-17/+0
* s4:libcli/smb2: add support for SMB2 LEASES v2Stefan Metzmacher2013-04-181-1/+6
* s4-libcli: Check return value of smbcli_request_setup().Andreas Schneider2013-02-222-0/+6
* s4-libcli: Check return code of smbcli_request_setup().Andreas Schneider2013-02-221-0/+3
* s4:libcli: add a app_instance_id member to the smb2_create input structMichael Adam2012-09-191-1/+3
* libcli/smb: move some TCON related defines to smb_constants.hStefan Metzmacher2012-08-011-4/+0
* s4:libcli/raw: remove unused smbcli_session->user_session_keyStefan Metzmacher2012-08-011-2/+0
* libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and smb1cli_t...Stefan Metzmacher2012-07-242-11/+22
* s4:libcli/raw: setup a smbXcli_tcon for each smbcli_treeStefan Metzmacher2012-07-243-0/+9
* s4:libcli/raw: parse extended SMBtconX responsesStefan Metzmacher2012-07-242-0/+6
* s4:libcli/raw: fix SMBtconX response parsingStefan Metzmacher2012-07-241-2/+2
* libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and smb1cl...Stefan Metzmacher2012-07-242-11/+22
* s4:libcli/raw: setup a smbXcli_session for each smbcli_sessionStefan Metzmacher2012-07-233-1/+16
* s4:libcli:raw: fix a comment typo in smb_setfileinfo()Michael Adam2012-05-081-1/+1
* libcli/smb: move SMB2_IOCTL_FLAG_IS_FSCTL to smb2_constants.hStefan Metzmacher2012-04-271-3/+0
* Add smb_raw_setfsinfo() - currently only available level is SMB_SET_CIFS_UNIX...Jeremy Allison2012-04-183-0/+94
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-031-1/+2
* s4:libcli:smb2: add durable handle v2 data to the smb2_create i/o structureMichael Adam2012-03-031-0/+13
* s4:libcli/raw: mark a request as error if we can't ship itStefan Metzmacher2011-12-091-0/+2
* s4:libcli/raw: implement on top of smbXcli_conn/reqStefan Metzmacher2011-11-3011-1744/+915
* s4:libcli: do the nbss session request within smbcli_sock_connect_*()Stefan Metzmacher2011-11-301-58/+75
* s4:libcli/raw: remove unused functionsStefan Metzmacher2011-11-302-76/+0