| Commit message (Expand) | Author | Age | Files | Lines |
* | s3:smbd: skip ctdb public ips in fsctl_network_iface_info() | Stefan Metzmacher | 2020-07-08 | 1 | -0/+28 |
* | s3:smbd: disconnect the all client connections if a ctdb public ip dropped | Stefan Metzmacher | 2020-07-08 | 3 | -0/+36 |
* | s3:smbd: make smbXsrv_client_connection_pass_loop() more robust | Stefan Metzmacher | 2020-07-08 | 1 | -9/+22 |
* | s3:smbd: make sure smbXsrv_connection_disconnect_transport() closes the socke... | Stefan Metzmacher | 2020-07-08 | 2 | -2/+7 |
* | s3:smbd: make sure we detect stale smbXsrv_connection pointers in smbXsrv_ses... | Stefan Metzmacher | 2020-07-08 | 2 | -0/+6 |
* | s3:smbd: fill in xconn->client early in smbd_add_connection() | Stefan Metzmacher | 2020-07-08 | 1 | -2/+1 |
* | s3:smbd: handle NETWORK_ACCESS_DENIED in smbXsrv_client_connection_pass_loop() | Stefan Metzmacher | 2020-07-08 | 1 | -0/+4 |
* | s3:smbd: consistently use DLIST_ADD* to fill client->connections in smbd_add_... | Stefan Metzmacher | 2020-07-08 | 1 | -1/+1 |
* | s3:ctdbd_conn: add ctdbd_control_get_public_ips() and ctdbd_find_in_public_ips() | Stefan Metzmacher | 2020-07-08 | 3 | -0/+92 |
* | s3:ctdbd_conn: make use of samba_sockaddr in ctdbd_connect() | Stefan Metzmacher | 2020-07-08 | 1 | -9/+16 |
* | s3:ctdbd_conn: make use of ctdbd_control_local() in ctdbd_register_ips() | Stefan Metzmacher | 2020-07-08 | 1 | -4/+4 |
* | s3:smbd: implement FSCTL_SMBTORTURE_FORCE_UNACKED_TIMEOUT | Stefan Metzmacher | 2020-07-08 | 4 | -3/+98 |
* | s3:smbd: make use of the new ack infrastructure for oplock/lease breaks | Stefan Metzmacher | 2020-07-08 | 1 | -17/+35 |
* | s3:smbd: force multi-channel to be turned off without FreeBSD/Linux support | Stefan Metzmacher | 2020-07-08 | 3 | -1/+30 |
* | s3:smbd: add infrastructure to wait for TCP acks | Stefan Metzmacher | 2020-07-08 | 3 | -1/+365 |
* | s3:smbd: add logic to retry break notifications on all available channels | Stefan Metzmacher | 2020-07-08 | 1 | -2/+116 |
* | s3:smbd: convert smbd_smb2_send_break() into async smbd_smb2_break_send/recv() | Stefan Metzmacher | 2020-07-08 | 1 | -28/+91 |
* | s3:smbd: add smbd_smb2_send_queue.sendfile_body_size | Stefan Metzmacher | 2020-07-08 | 2 | -0/+2 |
* | s3:smbd: introduce smbXsrv_pending_break infrastructure | Stefan Metzmacher | 2020-07-08 | 1 | -14/+67 |
* | s3:smbd: avoid dereferencing client->connections | Stefan Metzmacher | 2020-07-08 | 4 | -9/+7 |
* | s3:smbd: setup client->global->client_guid even without multichannel support | Stefan Metzmacher | 2020-07-08 | 1 | -0/+6 |
* | s3:smbd: pass down smbXsrv_client to smbd_smb2_send_{oplock,lease}_break() | Stefan Metzmacher | 2020-07-08 | 4 | -18/+13 |
* | s3:smbd: pass smbXsrv_client to downgrade_lease() | Stefan Metzmacher | 2020-07-08 | 3 | -10/+12 |
* | s3:smbd: add smbd_server_disconnect_client[_ex]() | Stefan Metzmacher | 2020-07-08 | 2 | -0/+24 |
* | s3:smbd: remove unused session,tcon parameters from smbd_smb2_send_oplock_bre... | Stefan Metzmacher | 2020-07-08 | 3 | -28/+12 |
* | s3:smbd: pass down session_id to smbd_smb2_send_break() | Stefan Metzmacher | 2020-07-08 | 1 | -5/+12 |
* | s3:smbd: remove dead code from smbd_smb2_send_break() | Stefan Metzmacher | 2020-07-08 | 1 | -55/+6 |
* | s3:includes: change OPLOCK_BREAK_TIMEOUT from 30 to 35 seconds | Stefan Metzmacher | 2020-07-08 | 1 | -1/+1 |
* | s3:dbwrap_watch: avoid recursion into dbwrap_do_locked() from dbwrap_watched_... | Stefan Metzmacher | 2020-07-08 | 1 | -4/+56 |
* | s3:locking: convert share_mode_lock.c to generate_unique_u64() | Stefan Metzmacher | 2020-07-08 | 2 | -16/+15 |
* | s3:g_lock: avoid very expensive generate_random_buffer() in g_lock_parse() | Stefan Metzmacher | 2020-07-08 | 1 | -19/+19 |
* | s3:smbcacls: Add support for DFS path | Anubhav Rakshit | 2020-07-07 | 1 | -4/+19 |
* | s3:wscript: vfs_gpfs needs kernel oplock support | Stefan Metzmacher | 2020-07-07 | 1 | -1/+1 |
* | s3:smbd: check for stale pid in delay_for_oplock_fn() when leases_db_get() fails | Stefan Metzmacher | 2020-07-07 | 1 | -1/+36 |
* | s3:leases: log errors with level 0 in leases_db_do_locked_fn() | Stefan Metzmacher | 2020-07-07 | 1 | -4/+4 |
* | smbd: check for stale pid in get_lease_type() | Ralph Boehme | 2020-07-02 | 1 | -2/+18 |
* | smbd: let get_lease_type() take a non-const share_mode_entry | Ralph Boehme | 2020-07-02 | 2 | -2/+2 |
* | smbd: inverse if/else logic in get_lease_type() | Ralph Boehme | 2020-07-02 | 1 | -17/+17 |
* | s3/leases: log NDR decoding failure with level 0 in leases_db_get_fn() | Ralph Boehme | 2020-07-02 | 1 | -2/+2 |
* | smbd: increase loglevel when leases_db_del() with anything then NT_STATUS_NOT... | Ralph Boehme | 2020-07-02 | 1 | -2/+7 |
* | s3:smbd: make sure vfs_ChDir() always sets conn->cwd_fsp->fh->fd = AT_FDCWD | Stefan Metzmacher | 2020-07-02 | 1 | -0/+35 |
* | s3:smbd: reformat if statement for caching in vfs_ChDir() | Stefan Metzmacher | 2020-07-02 | 1 | -2/+3 |
* | s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatal | Andrew | 2020-07-02 | 1 | -0/+8 |
* | pdb_dsdb: Fix typos | Volker Lendecke | 2020-07-02 | 1 | -3/+3 |
* | s3: libsmb: Fix SMB2 client rename bug to a Windows server. | Jeremy Allison | 2020-07-01 | 1 | -2/+24 |
* | tls: Use NORMAL:-VERS-SSL3.0 as the default configuration | Andreas Schneider | 2020-07-01 | 1 | -7/+1 |
* | share_mode_lock.c: initialize out param | Isaac Boukris | 2020-06-30 | 1 | -3/+3 |
* | s3:smbd: fix the handling of the durable_v2_timeout | Stefan Metzmacher | 2020-06-27 | 1 | -1/+1 |
* | s3:smb2_lock: implement lock_sequence replay detection | Stefan Metzmacher | 2020-06-27 | 1 | -0/+112 |
* | s3:smb2_lock: pass in_lock_sequence to smbd_smb2_lock_send() | Stefan Metzmacher | 2020-06-27 | 1 | -1/+10 |