summaryrefslogtreecommitdiffstats
path: root/libcli/smb/smbXcli_base.h
Commit message (Expand)AuthorAgeFilesLines
* libcli/smb: move smb2cli_ioctl.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+34
* libcli/smb: move smb2cli_query_directory.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+32
* libcli/smb: move smb2cli_query_info.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+32
* libcli/smb: move smb2cli_set_info.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+24
* libcli/smb: move smb2cli_flush.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+16
* libcli/smb: move smb2cli_write.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+26
* libcli/smb: move smb2cli_read.c from source3 to the toplevelBjörn Baumbach2012-05-151-0/+28
* libcli/smb: move smb2cli_close.c from source3 to the toplevelStefan Metzmacher2012-05-151-0/+18
* libcli/smb: move smb2cli_create.c from source3 to the toplevelStefan Metzmacher2012-05-151-0/+35
* libcli/smb: move smb2cli_logoff_* from source3 to the top levelStefan Metzmacher2012-05-141-0/+10
* libcli/smb: move smb2cli_session_setup_*() prototypes to the code.Stefan Metzmacher2012-04-161-0/+15
* libcli/smb: add smb2cli_session_get_flags()Stefan Metzmacher2012-04-161-0/+1
* smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2Michael Adam2012-03-031-1/+2
* libcli/smb/smbXcli: add smb2cli_session_application_key()Stefan Metzmacher2012-02-271-0/+3
* libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the signi...Stefan Metzmacher2012-02-271-3/+6
* libcli/smb: Add smbXcli_conn_samba_suicideVolker Lendecke2012-01-051-0/+8
* smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}()Stefan Metzmacher2011-11-291-0/+4
* smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher2011-11-241-0/+35
* smbXcli: add smb2cli_req_set_notify_async()Stefan Metzmacher2011-11-241-0/+1
* smbXcli: add smb2cli_session_create_channel()Stefan Metzmacher2011-11-241-0/+4
* s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 si...Stefan Metzmacher2011-11-241-2/+2
* smbXcli: add smbXcli_session infrastructureStefan Metzmacher2011-11-241-0/+12
* smbXcli: add support for SMB2 multi-credit requestsStefan Metzmacher2011-11-241-0/+3
* smbXcli: pass client_guid to smbXcli_conn_create()Stefan Metzmacher2011-11-241-1/+3
* smbXcli: add smbXcli_negprot_*Stefan Metzmacher2011-11-241-0/+12
* smbXcli: add helper functions to access the negotiated featuresStefan Metzmacher2011-11-241-0/+18
* smbXcli: rework smb1cli_req_recv() to expose an iov with 3 elementsStefan Metzmacher2011-11-241-3/+17
* smbXcli: rework smb2cli_req to smbXcli_conn/smbXcli_reqStefan Metzmacher2011-11-241-4/+4
* libcli/smb: copy smb2cli_req_* code to smbXcli_base.cStefan Metzmacher2011-11-241-0/+41
* smbXcli: rework smbXcli_base.c to use smbXcli_conn/smbXcli_reqStefan Metzmacher2011-11-241-0/+106