s4/torture: Fix misplaced positional arguments for u64 comparison
[gd/samba-autobuild/.git] / source3 / smbd / globals.h
2024-03-12 Volker Lendeckesmbd: Give smbXsrv_session.c its own header file
2023-12-19 Volker Lendeckesmbd: Give source3/smbd/dir.c its own header file
2023-11-27 Ralph Boehmesmbd: pass fsp to smbd_do_qfsinfo()
2023-11-15 Volker Lendeckesmbd: Simplify smbd_dirptr_get_entry()
2023-09-06 Stefan Metzmachersmb2_server: move struct msghdr to smbd_smb2_send_queue
2023-09-06 Stefan Metzmachersmb2_server: change smbd_smb2_advance_incoming() to...
2023-09-06 Stefan Metzmachersmb2_server: remove state->hdr.done and always set...
2023-09-06 Stefan Metzmachersmb2_server: move struct msghdr to smbd_smb2_request_re...
2023-07-19 Andreas Schneiders3:smbd: Fix code spelling
2023-06-30 Volker Lendeckesmbd: Remove "atname" from smbd_dirptr_get_entry()...
2023-06-16 Volker Lendeckesmbd: Remove a smb1-only optimization findfirst/findnext
2023-06-13 Volker Lendeckesmbd: Add dptr_struct->last_name_sent
2023-06-13 Volker Lendeckesmbd: Remove unused _prev_offset arg from smbd_dirptr_g...
2023-06-13 Volker Lendeckesmbd: Add smbd_dirptr_push_overflow()
2023-04-12 Stefan MetzmachersmbXsrv_tcon: avoid storing temporary (invalid!) records.
2023-03-31 Jeremy Allisons3: smbd: Correctly set smb2req->smb1req->posix_pathnam...
2023-01-04 Volker Lendeckesmbd: smbd_do_qfilepathinfo() does not need lock_data...
2022-12-14 Volker Lendeckesmbd: Slightly simplify set_current_case_sensitive()
2022-11-22 Volker Lendeckesmbd: Pass error_context_count through smbd_smb2_reques...
2022-11-17 Jeremy Allisons3: smbd: Add utility function smbd_smb2_is_last_in_com...
2022-04-07 David Mulderconfigure: Add option for disabling the smb1 server
2022-04-07 David Muldersmbd: Process error reply if SMB1 negprot parsing fails
2022-04-07 David Muldersmbd: Enable multi-protocol negotiate w/out SMB1
2022-04-07 David Muldersmbd: Move schedule_aio_read_and_X to smb1_aio.c
2022-04-07 David Muldersmbd: Allow disabling SMB1 in struct smbXsrv_connection
2022-04-07 David Muldersmbd: Add WITH_SMB1SERVER enabled for now
2022-03-08 Jeremy Allisons3: smbd: Add 'bool signing_mandatory' to struct smbXsr...
2022-03-08 Jeremy Allisons3: Simple rename 'struct smb_signing_state' -> 'struct...
2022-03-08 Jeremy Allisons3: smbd: notify_mid_maps is used by both SMB1 and...
2022-02-01 Jeremy Allisons3: smbd: Add an SMB2 server flag posix_extensions_nego...
2022-01-06 Jeremy Allisons3: smbd: Remove now redundent lock_flav parameter...
2021-11-11 Volker Lendeckesmbd: Give smbXsrv_open.c its own header file
2021-07-15 Stefan Metzmachers3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONS...
2021-07-14 Jeremy Allisons3: smbd: Pass dirfsp, atname down to mode_fn() passed...
2021-06-09 Jeremy Allisons3: smbd: smbd_calculate_access_mask_fsp(). Add dirfsp...
2021-06-09 Jeremy Allisons3: smbd: Remove smbd_calculate_access_mask(). No longe...
2021-06-09 Jeremy Allisons3: smbd: Add smbd_calculate_access_mask_fsp().
2021-04-08 Ralph Boehmesmbd: SMB2 Compound related chain handling when generat...
2021-03-29 Stefan Metzmachersmb2_server: don't cancel pending request if at least...
2021-03-29 Stefan MetzmachersmbXsrv_open: intruduce smbXsrv_open_replay_cache to...
2021-03-17 Stefan Metzmachersmb2_server: fallback global session lookup if the...
2021-03-17 Stefan MetzmachersmbXsrv_session: split out smbXsrv_session_remove_channel()
2021-03-17 Stefan Metzmachersmb2_server: use struct smb2_signing_key for first_enc_...
2021-03-17 Stefan Metzmachersmb2_negotiate: maintain xconn->smb2.server.sign_algo
2021-03-06 Stefan MetzmachersmbXsrv_client: move the connection passing to smb2srv_...
2021-03-06 Stefan Metzmachersmbd: make sure that xconn is alive for the lifetime...
2020-10-14 David Disseldorps3:smbd: rename has_ctdb_public_ip to has_cluster_movab...
2020-07-08 Stefan Metzmachers3:smbd: disconnect the all client connections if a...
2020-07-08 Stefan Metzmachers3:smbd: implement FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT
2020-07-08 Stefan Metzmachers3:smbd: force multi-channel to be turned off without...
2020-07-08 Stefan Metzmachers3:smbd: add infrastructure to wait for TCP acks
2020-07-08 Stefan Metzmachers3:smbd: add smbd_smb2_send_queue.sendfile_body_size
2020-07-08 Stefan Metzmachers3:smbd: pass down smbXsrv_client to smbd_smb2_send_...
2020-07-08 Stefan Metzmachers3:smbd: add smbd_server_disconnect_client[_ex]()
2020-07-08 Stefan Metzmachers3:smbd: remove unused session,tcon parameters from...
2020-06-24 Jeremy Allisons3: smbd: Make smbXsrv_client_valid_connections() external.
2020-05-15 Stefan MetzmachersmbXsrv_session: add a smbXsrv_session_disconnect_xconn...
2020-05-15 Stefan Metzmachers3:smbd: split out smbXsrv_connection_disconnect_transp...
2020-05-15 Stefan Metzmachersmb2_server: make sure we detect stale smbXsrv_connecti...
2020-05-04 Jeremy Allisons3: smbd: Add a dirfsp parameter to smbd_calculate_acce...
2020-05-04 Jeremy Allisons3: smbd: Reformat users of smbd_calculate_access_mask().
2020-03-20 Samuel Cabreros3:rpc_server: Initialize global dcesrv_context for...
2020-01-13 Ralph Boehmesmbd: RIP user_struct
2020-01-13 Ralph Boehmesmbd: add smbXsrv_session_local_traverse()
2020-01-13 Ralph Boehmesmbd: add get_valid_smbXsrv_session()
2020-01-13 Ralph Boehmesmbd: introduce smbXsrv_session_info_lookup()
2020-01-13 Ralph Boehmesmbd: remove vuid from struct user_struct
2020-01-13 Ralph Boehmesmbd: move homes_snum from struct user_struct to struct...
2019-12-20 Ralph Boehmes3: remove unused session_keystr from struct user_struct
2019-12-04 Jeremy Allisons3: smbd: Change (*proto_reply_fn()) to return an NTSTATUS.
2019-12-04 Jeremy Allisons3: smbd: Allow smbd_smb2_process_negprot() to return...
2019-11-13 Volker Lendeckesmbd: Remove write cache
2019-10-18 Samuel Cabreros3:smbd: Add header inclusion guards in globals.h
2019-09-17 Volker Lendeckesmbd: Remove unused smbXsrv_open_hash()
2019-09-11 Stefan Metzmachersmbd: remove unused current_user.{need,done}_chdir...
2019-09-09 Stefan Metzmachers3:locking: add brl_req_guid() and brl_req_mem_ctx...
2019-07-09 Jeremy Allisons3: smbd: globals - remove dirhandles_open from interna...
2019-07-01 Ralph Boehmevfs_fruit: move zero file-id to vfs_fruit
2019-06-24 Jeremy Allisons3: smbd: Plumb through struct smb_request *req paramet...
2019-06-20 Volker Lendeckesmbd: Remove unused brlock code
2019-06-20 Volker Lendeckesmbd: Add "lock_flav" to smbd_do_unlocking()
2019-06-18 Volker Lendeckesmbd: smbd_do_locking() does not use the "type" param...
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_server_connection->raw_ev_ctx...
2019-01-11 Ralph BoehmeRevert "smbd: add smbd_server_connection->{root,guest...
2019-01-11 Ralph BoehmeRevert "smbd: add an effective {smb,smbd_smb2}_request...
2019-01-11 Ralph BoehmeRevert "smbd: remove unused smbd_server_connection...
2019-01-11 Ralph Boehmesmbd: rename sconn->raw_thread_pool to sconn->pool
2019-01-11 Ralph BoehmeRevert "smbd: introduce sconn->sync_thread_pool"
2018-07-27 Ralph Boehmesmbd: let smbd_dirptr_lanman2_entry return smb_fname
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to mode_fn in smbd_dirptr_get_en...
2018-07-27 Ralph Boehmesmbd: pass get_dosmode to smbd_dirptr_get_entry()
2018-07-27 Ralph Boehmesmbd: add "get_dosmode" argument to smbd_dirptr_lanman2...
2018-07-25 Stefan Metzmachersmbd: introduce sconn->sync_thread_pool
2018-07-25 Ralph Boehmesmbd: rename sconn->pool to sconn->raw_thread_pool
2018-07-25 Stefan Metzmachersmbd: only pass struct smbXsrv_client to smbXsrv_sessio...
2018-07-25 Stefan Metzmachersmbd: only pass struct smbXsrv_client to smb1srv_tcon_d...
2018-06-18 Stefan Metzmachersmbd: remove unused smbd_server_connection->ev_ctx
2018-06-18 Stefan Metzmachersmbd: add an effective {smb,smbd_smb2}_request->ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->{root,guest}_ev_ctx...
2018-06-18 Stefan Metzmachersmbd: add smbd_server_connection->raw_ev_ctx pointer
next