summaryrefslogtreecommitdiffstats
path: root/source4/libcli/raw
Commit message (Expand)AuthorAgeFilesLines
* 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
* s4:libcli: convert smbcli_transport_connect_* to tevent_reqStefan Metzmacher2011-11-301-77/+203
* s4:libcli/raw: copy smbcli_transport_connect_* to clisocket.cStefan Metzmacher2011-11-292-124/+123
* s4:libcli/raw: add transport->ev as copy of transport->socket->event.ctxStefan Metzmacher2011-11-293-1/+4
* s4:libcli/raw: s/SMB_SIGNING_SUPPORTED/SMB_SIGNING_IF_REQUIRED/Stefan Metzmacher2011-11-031-1/+1
* s4:libcli/raw: remove unused SMB_SIGNING_AUTO handlingStefan Metzmacher2011-11-031-1/+0
* s4:libcli/raw: SMB_SIGNING_DEFAULT matches SMB_SIGNING_SUPPORTED on the clien...Stefan Metzmacher2011-11-031-0/+1
* s4:libcli/raw: only use smb signing if requiredStefan Metzmacher2011-11-031-2/+2
* source4/libcli: add bool durable_open to smb2_create.out.Michael Adam2011-10-301-0/+1
* libcli/smb: merge NEGOTIATE_SECURITY_* flags to smb_constants.hStefan Metzmacher2011-10-261-6/+0
* libcli/smb: merge LOCKING_ANDX_* and OPLOCK_* defines to smb_constants.hStefan Metzmacher2011-10-241-34/+0
* s4:libcli/raw: remove unuded CMD_REPLY defineStefan Metzmacher2011-10-241-2/+0
* libcli/smb: move more defines to smb_constants.hStefan Metzmacher2011-10-241-106/+0
* libcli/smb: move CAP_* defines to smb_constants.hStefan Metzmacher2011-10-241-18/+0
* libcli/smb: move some common defines to smb_constants.hStefan Metzmacher2011-10-211-28/+0
* s4:libcli/raw: remove unused smb_len(), _smb_setlen() and _smb2_setlen() macrosStefan Metzmacher2011-10-191-6/+0
* s4:libcli/raw: make use of _smb_setlen_nbt()Stefan Metzmacher2011-10-192-2/+2
* s3: remove duplicate fsctl fn definitionsDavid Disseldorp2011-10-191-11/+0
* libcli: move ioctl function field defs to smb_constantsDavid Disseldorp2011-10-192-60/+1
* lib/param move source4 param code to the top levelAndrew Bartlett2011-10-112-5/+1
* s4: add SMB2_FSCTL opcodesDavid Disseldorp2011-09-291-0/+14