summaryrefslogtreecommitdiff
path: root/source3/librpc/idl/smbXsrv.idl
Commit message (Expand)AuthorAgeFilesLines
* s3:smbd: stop accepting multichannel connections early in exit_server_common()Stefan Metzmacher2020-07-141-0/+1
* s3:smbd: make sure we detect stale smbXsrv_connection pointers in smbXsrv_ses...Stefan Metzmacher2020-07-081-0/+1
* s3:smbd: add infrastructure to wait for TCP acksStefan Metzmacher2020-07-081-0/+5
* s3:smbXsrv.idl: add lock_sequence_array to smbXsrv_open_global0Stefan Metzmacher2020-06-271-0/+1
* smb2_server: make sure we detect stale smbXsrv_connection pointers in smbXsrv...Stefan Metzmacher2020-05-151-0/+3
* idl: limit recurion on recursive elementsGary Lockyer2020-02-271-1/+1
* smbd: RIP user_structRalph Boehme2020-01-131-1/+0
* smbd: move homes_snum from struct user_struct to struct smbXsrv_sessionRalph Boehme2020-01-131-0/+1
* idl: Fix a typoVolker Lendecke2019-09-171-1/+1
* s3:smbd: Use smb2_signing_key structure for the decryption keyAndreas Schneider2019-08-211-0/+1
* s3:smbd: Use smb2_signing_key structure for the encryption keyAndreas Schneider2019-08-211-0/+1
* s3:librpc: Add smb2_signing_key to smbXsrv.idlAndreas Schneider2019-04-301-0/+2
* s3:librpc: Rename the data blobs for keys in smbXsrv.idlAndreas Schneider2019-04-301-4/+4
* smbd: rename smbXsrv_client->ev_ctx into smbXsrv_client->raw_ev_ctxStefan Metzmacher2018-06-181-1/+1
* smbd: remove xconn->client->last_session_id based set_current_user_info() cac...Stefan Metzmacher2018-06-181-1/+0
* smbd: Fix channel sequence number checks for long-running requestsVolker Lendecke2018-01-141-1/+2
* s3:smbXsrv.idl: add 8 byte channel_sequence number and request counters to IDL.Günther Deschner2016-03-221-0/+3
* smbXsrv.idl: add create_action to smbXsrv_openMichael Adam2016-03-031-0/+1
* librpc:smbXsrv.idl: add flags to smbXsrv_openMichael Adam2016-03-031-0/+6
* idl:smbXsrv: add smbXsrv_connection_pass structures.Stefan Metzmacher2016-01-261-0/+25
* idl:smbXsrv: add smbXsrv_client_global structuresStefan Metzmacher2016-01-261-0/+44
* smbXsrv: introduce bool smbXsrv_client->server_multi_channel_enabledMichael Adam2016-01-231-0/+1
* s3:smb2_server: add signing state tracking flagsRalph Boehme2016-01-221-1/+4
* s3:smb2_server: convert signing_required bool to flags bitmapRalph Boehme2016-01-221-1/+5
* s3:smb2_server: add encryption state tracking flagsRalph Boehme2016-01-221-1/+3
* s3:smb2_server: store encryption cipher in the channelRalph Boehme2016-01-221-0/+1
* s3:smb2_server: convert encryption desired and required bools to flagsRalph Boehme2016-01-221-4/+7
* smbXsrv_session:idl: remove the preauth and gensec membersMichael Adam2015-07-311-2/+0
* smbXsrv_session:idl: add smbXsrv_session_auth0Michael Adam2015-07-301-0/+15
* smbXsrv: add bools encryption_desired to session and tconMichael Adam2015-07-071-0/+2
* s3:smb2_server: In CCM and GCM mode we can't reuse noncesSimo Sorce2015-05-291-0/+2
* s3:smb2_sesssetup.c: For SMB >= 3.1, derive crypto keys from preauthStefan Metzmacher2015-05-081-0/+1
* s3:librpc/idl: mark struct smbXsrv_client as [public]Stefan Metzmacher2014-11-251-1/+1
* s3:smbXsrv_session: remember the smbXsrv_connection on channel attached to a ...Stefan Metzmacher2014-09-191-0/+1
* s3:smbd: move smbXsrv_{session,tcon,open} tables to smbXsrv_clientStefan Metzmacher2014-09-191-0/+16
* s3:smbXsrv_session: change smbXsrv_session->connection to smbXsrv_session->cl...Stefan Metzmacher2014-09-191-1/+1
* s3:smbd: introduce 'struct smbXsrv_client' in order to prepare multi-channel ...Stefan Metzmacher2014-09-191-0/+21
* s3:smbd: remember the time of the session setup auth_timeStefan Metzmacher2014-08-061-0/+1
* s3:smbXsrv.idl: add session_global_id to smbXsrv_tcon_globalStefan Metzmacher2012-10-191-0/+4
* s3:smbXsrv.idl: add properties for durable handles to smbXsrv_open_global0Stefan Metzmacher2012-09-081-0/+8
* smbXsrv.idl: add nonce_* to smbsrv_sessionStefan Metzmacher2012-08-231-0/+2
* s3:smbXsrv.idl: remove smbXsrv_*0 definesStefan Metzmacher2012-08-101-42/+42
* s3:smbXsrv.idl: add encryption_required to smbXsrv_tcon_global0Stefan Metzmacher2012-08-091-0/+1
* s3:smbXsrv.idl: add smbXsrv_open* structuresStefan Metzmacher2012-06-291-0/+71
* s3:smbXsrv.idl: add smbXsrv_session_close*Stefan Metzmacher2012-06-251-0/+26
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-1/+0
* s3:smbXsrv.idl: add smbXsrv_tcon* structuresStefan Metzmacher2012-06-251-0/+63
* s3:smbXsrv.idl: add smbXsrv_session* structuresStefan Metzmacher2012-06-251-0/+92
* s3:librpc/idl/smbXsrv.idl: add smbXsrv_version_* structuresStefan Metzmacher2012-06-251-1/+65
* s3:librpc: add smbXsrv.idlStefan Metzmacher2012-06-251-0/+12