Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-11-01 | libcli/smb: add smbXcli_session_set_disconnect_expired() (bug #9175) | Stefan Metzmacher | 1 | -0/+1 | |
This should be a short term hack until the upper layers have implemented re-authentication. Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org> | |||||
2012-09-29 | libcli/smb: add smb1cli_echo* | Stefan Metzmacher | 1 | -0/+10 | |
metze | |||||
2012-09-29 | libcli/smb: add smb2cli_echo* | Stefan Metzmacher | 1 | -0/+8 | |
metze | |||||
2012-08-07 | libcli/smb: use forward declaration instead of includes | Stefan Metzmacher | 1 | -3/+2 | |
metze | |||||
2012-08-06 | smbXcli: add some includes to fix compiler warnings | Christian Ambach | 1 | -0/+3 | |
if smbXcli_base.h is included on its own, there are various compiler warnings about implicitly declared struct iovec and smb2_create_blobs | |||||
2012-08-04 | libcli/smb: add smb1cli_session_protect_session_key() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-08-01 | libcli/smb: remove unused smb2cli_session_application_key() | Stefan Metzmacher | 1 | -3/+0 | |
metze | |||||
2012-08-01 | libcli/smb: add smbXcli_session_application_key() | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2012-08-01 | libcli/smb: add smb1cli_session_set_session_key() | Stefan Metzmacher | 1 | -0/+2 | |
metze | |||||
2012-07-26 | libcli/smb: add basic session->smb2.channel_sequence handling | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-25 | libcli/smb: pass smbXcli_session to smb2cli_tcon_set_values() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-25 | libcli/smb: there's no PID field in the SMB2/3 header anymore | Stefan Metzmacher | 1 | -2/+0 | |
It's a reserved field... metze | |||||
2012-07-25 | libcli/smb: pass smbXcli_tcon to smb2cli_req_create/send() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-25 | libcli/smb: add smb2cli_tcon_capabilities() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_ioctl*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_query_directory*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_query_info*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_set_info*() | Stefan Metzmacher | 1 | -10/+10 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_flush*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_write*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_read*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_close*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass smbXcli_tcon to smb2cli_create*() | Stefan Metzmacher | 1 | -2/+2 | |
metze | |||||
2012-07-24 | libcli/smb: pass down smbXcli_tcon to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 1 | -4/+6 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 21:22:44 CEST 2012 on sn-devel-104 | |||||
2012-07-24 | libcli/smb: add smbXcli_tcon structure | Luk Claes | 1 | -0/+19 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-07-24 | libcli/smb: pass down smbXcli_session to smb1cli_req_create/send() and ↵ | Stefan Metzmacher | 1 | -4/+6 | |
smb1cli_trans* metze Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Tue Jul 24 00:08:58 CEST 2012 on sn-devel-104 | |||||
2012-07-23 | libcli/smb: introduce smb1.session for uid use | Luk Claes | 1 | -0/+3 | |
Signed-off-by: Luk Claes <luk@debian.org> Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_ioctl.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+34 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Tue May 15 20:17:01 CEST 2012 on sn-devel-104 | |||||
2012-05-15 | libcli/smb: move smb2cli_query_directory.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+32 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_query_info.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+32 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_set_info.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+24 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_flush.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+16 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_write.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+26 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_read.c from source3 to the toplevel | Björn Baumbach | 1 | -0/+28 | |
Signed-off-by: Stefan Metzmacher <metze@samba.org> | |||||
2012-05-15 | libcli/smb: move smb2cli_close.c from source3 to the toplevel | Stefan Metzmacher | 1 | -0/+18 | |
metze | |||||
2012-05-15 | libcli/smb: move smb2cli_create.c from source3 to the toplevel | Stefan Metzmacher | 1 | -0/+35 | |
metze | |||||
2012-05-14 | libcli/smb: move smb2cli_logoff_* from source3 to the top level | Stefan Metzmacher | 1 | -0/+10 | |
metze Autobuild-User: Stefan Metzmacher <metze@samba.org> Autobuild-Date: Mon May 14 17:02:46 CEST 2012 on sn-devel-104 | |||||
2012-04-16 | libcli/smb: move smb2cli_session_setup_*() prototypes to the code. | Stefan Metzmacher | 1 | -0/+15 | |
metze | |||||
2012-04-16 | libcli/smb: add smb2cli_session_get_flags() | Stefan Metzmacher | 1 | -0/+1 | |
metze | |||||
2012-03-03 | smbXcli: add the possiblilty to negotiate client capabilites in smb >= 2.2 | Michael Adam | 1 | -1/+2 | |
Pair-Programmed-With: Stefan Metzmacher <metze@samba.org> | |||||
2012-02-27 | libcli/smb/smbXcli: add smb2cli_session_application_key() | Stefan Metzmacher | 1 | -0/+3 | |
metze | |||||
2012-02-27 | libcli/smb/smbXcli: maintain smb2 channel_signing_key separate from the ↵ | Stefan Metzmacher | 1 | -3/+6 | |
signing_key The signing_key is fix across all channels and is used for session setups on a channel binding. Note: - the last session setup response is signed with the new channel signing key. - the reauth session setups are signed with the channel signing key. It's also not needed to remember the main session key. metze | |||||
2012-01-05 | libcli/smb: Add smbXcli_conn_samba_suicide | Volker Lendecke | 1 | -0/+8 | |
This is a pure test tool against Samba servers | |||||
2011-11-29 | smbXcli: add smb1cli_conn_server_{readbraw,writebraw,lockread,writeunlock}() | Stefan Metzmacher | 1 | -0/+4 | |
metze | |||||
2011-11-24 | smbXcli: rework smb1cli_trans.c to use smbXcli_conn/smbXcli_req | Stefan Metzmacher | 1 | -0/+35 | |
metze | |||||
2011-11-24 | smbXcli: add smb2cli_req_set_notify_async() | Stefan Metzmacher | 1 | -0/+1 | |
That can be used if the caller wants to be notified if the async interim response arrives. metze | |||||
2011-11-24 | smbXcli: add smb2cli_session_create_channel() | Stefan Metzmacher | 1 | -0/+4 | |
This makes it possible to implement SMB 2.22 Multi-Channel for testing. metze | |||||
2011-11-24 | s3:smb2cli: make use of smbXcli_session and setup the session key for SMB2 ↵ | Stefan Metzmacher | 1 | -2/+2 | |
signing metze | |||||
2011-11-24 | smbXcli: add smbXcli_session infrastructure | Stefan Metzmacher | 1 | -0/+12 | |
metze | |||||
2011-11-24 | smbXcli: add support for SMB2 multi-credit requests | Stefan Metzmacher | 1 | -0/+3 | |
metze |