summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:includes: change OPLOCK_BREAK_TIMEOUT from 30 to 35 secondsStefan Metzmacher2020-07-081-1/+1
* s3:dbwrap_watch: avoid recursion into dbwrap_do_locked() from dbwrap_watched_...Stefan Metzmacher2020-07-081-4/+56
* s3:locking: convert share_mode_lock.c to generate_unique_u64()Stefan Metzmacher2020-07-082-16/+15
* s3:g_lock: avoid very expensive generate_random_buffer() in g_lock_parse()Stefan Metzmacher2020-07-081-19/+19
* s3:smbcacls: Add support for DFS pathAnubhav Rakshit2020-07-071-4/+19
* s3:wscript: vfs_gpfs needs kernel oplock supportStefan Metzmacher2020-07-071-1/+1
* s3:smbd: check for stale pid in delay_for_oplock_fn() when leases_db_get() failsStefan Metzmacher2020-07-071-1/+36
* s3:leases: log errors with level 0 in leases_db_do_locked_fn()Stefan Metzmacher2020-07-071-4/+4
* smbd: check for stale pid in get_lease_type()Ralph Boehme2020-07-021-2/+18
* smbd: let get_lease_type() take a non-const share_mode_entryRalph Boehme2020-07-022-2/+2
* smbd: inverse if/else logic in get_lease_type()Ralph Boehme2020-07-021-17/+17
* s3/leases: log NDR decoding failure with level 0 in leases_db_get_fn()Ralph Boehme2020-07-021-2/+2
* smbd: increase loglevel when leases_db_del() with anything then NT_STATUS_NOT...Ralph Boehme2020-07-021-2/+7
* s3:smbd: make sure vfs_ChDir() always sets conn->cwd_fsp->fh->fd = AT_FDCWDStefan Metzmacher2020-07-021-0/+35
* s3:smbd: reformat if statement for caching in vfs_ChDir()Stefan Metzmacher2020-07-021-2/+3
* s3:winbind:idmap_ad - make failure to get attrnames for schema mode fatalAndrew2020-07-021-0/+8
* pdb_dsdb: Fix typosVolker Lendecke2020-07-021-3/+3
* s3: libsmb: Fix SMB2 client rename bug to a Windows server.Jeremy Allison2020-07-011-2/+24
* tls: Use NORMAL:-VERS-SSL3.0 as the default configurationAndreas Schneider2020-07-011-7/+1
* share_mode_lock.c: initialize out paramIsaac Boukris2020-06-301-3/+3
* s3:smbd: fix the handling of the durable_v2_timeoutStefan Metzmacher2020-06-271-1/+1
* s3:smb2_lock: implement lock_sequence replay detectionStefan Metzmacher2020-06-271-0/+112
* s3:smb2_lock: pass in_lock_sequence to smbd_smb2_lock_send()Stefan Metzmacher2020-06-271-1/+10
* s3:smbXsrv_open: initialize smbXsrv_open_global->lock_sequence_array with 0xFFStefan Metzmacher2020-06-271-0/+7
* s3:smbXsrv.idl: add lock_sequence_array to smbXsrv_open_global0Stefan Metzmacher2020-06-271-0/+1
* s3: smbd: Allow a SHUTDOWN_CLOSE on a file with outstanding aio if there are ...Jeremy Allison2020-06-241-0/+26
* s3: smbd: Make smbXsrv_client_valid_connections() external.Jeremy Allison2020-06-242-1/+2
* s3: selftest: Add samba3.blackbox.aio-outstanding test.Jeremy Allison2020-06-242-0/+100
* ldap.c: clarify the need for ldap_get_values_len() in a code commentIsaac Boukris2020-06-231-0/+6
* smbd: Use NT_STATUS_PENDING instead of STATUS_PENDINGChristof Schmitt2020-06-221-1/+1
* smbclient: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIRChristof Schmitt2020-06-221-1/+1
* smbd: Use NT_STATUS_NOTIFY_ENUM_DIR instead of STATUS_NOTIFY_ENUM_DIRChristof Schmitt2020-06-221-1/+1
* smbd: Use NT_STATUS_NOTIFY_CLEANUP instead of STATUS_NOTIFY_CLEANUPChristof Schmitt2020-06-222-4/+4
* Fix usage of ldap_get_values_len for msDS-AdditionalDnsHostNameIsaac Boukris2020-06-221-2/+6
* vfs_shadow_copy2: Fix a log messageAnoop C S2020-06-211-2/+2
* vfs_shadow_copy: Fix a log messageAnoop C S2020-06-211-2/+1
* Properly handle msDS-AdditionalDnsHostName returned from Windows DCIsaac Boukris2020-06-181-3/+35
* s3:lib:tls: Use better priority lists for modern GnuTLSAndreas Schneider2020-06-171-2/+9
* vfs_glusterfs: Enable caching of selinux xattr by defaultAnoop C S2020-06-171-0/+6
* s3:lib: Make sure that have_rsrc is initializedAndreas Schneider2020-06-161-1/+1
* s3:smbd: Fix a possibile null pointer dereferenceAndreas Schneider2020-06-161-1/+1
* s3:locking: Remove dead codeAndreas Schneider2020-06-161-10/+1
* s3:rpc_server: Check return code of set_blocking()Andreas Schneider2020-06-161-2/+10
* s3:samr: Add missing NULL pointer checkAndreas Schneider2020-06-161-0/+3
* s3:notifyd: Check return value of lp_load_initial_only()Andreas Schneider2020-06-161-1/+6
* s3:lib: Avoid a NULL pointer deref on log level 10Andreas Schneider2020-06-161-1/+1
* s3:rpc_server: Pass a pointer to add_filemeta()Andreas Schneider2020-06-161-2/+4
* vfs: Move reparse point functions to util_reparse.cVolker Lendecke2020-06-154-9/+107
* lib: Remove an unused macroVolker Lendecke2020-06-151-7/+0
* libsmb: Add overflow protection to symlink_reparse_buffer_marshall()Volker Lendecke2020-06-151-1/+9