summaryrefslogtreecommitdiffstats
path: root/source3/smbd/globals.h
Commit message (Expand)AuthorAgeFilesLines
* Remove ancient "optimization" global LastDir.Jeremy Allison2012-09-121-1/+0
* s3:smbXsrv_open: add smb2srv_open_recreate() to support durable handlesStefan Metzmacher2012-09-081-0/+6
* s3:smb2_break: encrypt OPLOCK BREAK notificationsStefan Metzmacher2012-08-231-2/+3
* s3:smb2_server: add SMB3 encryption supportStefan Metzmacher2012-08-171-18/+34
* s3:smb2_server: add smbd_smb2_request->do_encryptionStefan Metzmacher2012-08-091-0/+1
* s3:smb2_server: fix SMB2 signing of compound responsesStefan Metzmacher2012-08-071-0/+6
* s3:smb2_server: add some more SMBD_SMB2_* defines/macrosStefan Metzmacher2012-08-071-6/+22
* s3:smb2_server: make use of smbd_smb2_inbuf_parse_compound() in smbd_smb2_req...Stefan Metzmacher2012-08-061-4/+2
* s3:smb2_server: remove const from smbd_smb2_first_negprot()Stefan Metzmacher2012-08-061-1/+1
* s3:smbd: add helper macros to access smb2req->{in,out}.vector[]Stefan Metzmacher2012-08-051-0/+18
* s3:smb2_server: simplify the talloc_pool handling for smbd_smb2_requestStefan Metzmacher2012-07-251-3/+0
* s3: Add a _nosync version of smb2_write_completeVolker Lendecke2012-07-181-0/+2
* s3: Move the aio_pthread read/write functionality to vfs_defaultVolker Lendecke2012-07-181-0/+6
* s3: Add vfs_aio_posixVolker Lendecke2012-07-181-3/+0
* s3: Remove the unused completion handling from aio.cVolker Lendecke2012-07-181-1/+0
* s3: Properly handle shutdown with the _send/_recv based aioVolker Lendecke2012-07-181-1/+0
* s3:smbd:smb2: change smbXsrv_session0 to smbXsrv_session in struct user_struct.Michael Adam2012-07-031-1/+1
* Make schedule_deferred_open_message_smb2() return an indication of success.Jeremy Allison2012-06-301-1/+1
* s3:smbd: make use of smbXsrv_open for smb1/2/3Stefan Metzmacher2012-06-291-3/+11
* s3:smbd: add smbXsrv_open* infrastructureStefan Metzmacher2012-06-291-0/+20
* s3:smb2_server: implement credit granting similar to windowsStefan Metzmacher2012-06-291-0/+3
* s3:smb2_server: make sure we don't grant more credits than we allowStefan Metzmacher2012-06-291-4/+39
* s3:smbXsrv_session: add smb2srv_session_close_previous_send/recvStefan Metzmacher2012-06-251-0/+7
* s3:smbd: make use of smbXsrv_session for smb1Stefan Metzmacher2012-06-251-8/+0
* s3:smbd: make use of smbXsrv_tcon for smb1Stefan Metzmacher2012-06-251-4/+0
* s3:smbd: make use of smbXsrv_tcon and smbXsrv_session for smb2Stefan Metzmacher2012-06-251-38/+2
* s3:smb2_sesssetup: make use of the smbXsrv_session infrastructureStefan Metzmacher2012-06-251-10/+4
* s3:smbd: add smbXsrv_tcon infrastructureStefan Metzmacher2012-06-251-0/+21
* s3:smbd: add smbXsrv_session infrastructureStefan Metzmacher2012-06-251-0/+19
* s3:smbd: add smbXsrv_version_* infrastructureStefan Metzmacher2012-06-251-0/+3
* s3:smbd: fix the build with the --with-profiling-data optionStefan Metzmacher2012-06-201-0/+2
* s3:smb2_server: remember the request_time on an incoming requestStefan Metzmacher2012-06-151-0/+2
* s3:smbd: change user_struct->vuid to uint64_tStefan Metzmacher2012-06-061-2/+2
* s3:smbd: change conn_ctx->vuid to uint64_tStefan Metzmacher2012-06-061-1/+1
* s3:smbd: move struct user_struct to globals.hStefan Metzmacher2012-06-061-0/+14
* s3:smbd: use 'struct user_struct' instead of typedef'ed 'user_struct'Stefan Metzmacher2012-06-061-1/+1
* build: Rationalise AIO support in configure, ensure on by defaultAndrew Bartlett2012-06-061-1/+1
* s3:smbd: move global smbd_msg_state to smbXsrv_connectionStefan Metzmacher2012-05-251-1/+2
* s3:smbd: move global koplocks to smbd_server_connectionStefan Metzmacher2012-05-251-2/+1
* s3:smbd: move global oplocks vars to smbd_server_connectionStefan Metzmacher2012-05-251-3/+6
* s3:smbd: remove global 'smbd_server_conn' !!!Stefan Metzmacher2012-05-241-1/+1
* s3:smbd: introduce struct smbXsrv_connectionStefan Metzmacher2012-05-121-0/+37
* s3: Remove the sys_notify dependency from notify_internalVolker Lendecke2012-03-231-0/+1
* s3: Move the notify_ctx to the smbd_server_connectionVolker Lendecke2012-03-211-0/+1
* s3:smb2_server add function to verify creditchargeChristian Ambach2012-03-091-0/+3
* s3:smb2_server: add supports_multicredit to sconnChristian Ambach2012-03-091-0/+1
* s3-auth: Follow auth_ntlmssp and use auth4_context for Session SetupAndrew Bartlett2012-03-081-1/+1
* s3:smbd: keep 'num_files' and 'files' directly under smbd_server_connectionStefan Metzmacher2012-03-061-1/+2
* s3:smbd: keep 'num_connections' and 'connections' directly under smbd_server_...Stefan Metzmacher2012-03-061-4/+3
* s3:smbd: keep 'num_users' and 'users' directly under smbd_server_connectionStefan Metzmacher2012-03-061-2/+3