summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* 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
* libcli: Move IO_REPARSE_TAG definitions to smb_constants.hVolker Lendecke2020-06-151-9/+0
* smbd: Apply a bit of README.Coding to unix_convert()Volker Lendecke2020-06-151-13/+24
* smbd: Reduce indentation in check_reduced_name()Volker Lendecke2020-06-151-49/+48
* lib: Move a #define ip_equal_v4() to nmbd/nmbd.hVolker Lendecke2020-06-152-6/+6
* smbd: Fix typosVolker Lendecke2020-06-151-1/+1
* net: Align integer typesVolker Lendecke2020-06-151-2/+4
* build: Put the note from the bottom of the old BUILD_SYSTEMS.txt somewhere us...Andrew Bartlett2020-06-121-0/+21
* s3-libads: use ldap_init_fd() to initialize a ldap session if possibleBjörn Baumbach2020-06-111-1/+17
* smbclient: Simplify do_list()Volker Lendecke2020-06-101-13/+1
* smbclient: Simplify the queue for recursive listingVolker Lendecke2020-06-101-84/+31
* smbclient: Simplify do_list_helper()Volker Lendecke2020-06-101-35/+38
* smbclient: Slightly simplify do_list()Volker Lendecke2020-06-101-70/+50
* smbclient: Do early return in do_list_helper().Volker Lendecke2020-06-101-49/+49
* smbclient: Align integer typesVolker Lendecke2020-06-101-7/+18
* smbclient: Align some integer typesVolker Lendecke2020-06-101-2/+2