summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* Add a test for smbclient -l basenameAmit Kumar2020-05-142-0/+39
* s3: pass DCE RPC handle type to create_policy_hndAlexander Bokovoy2020-05-0410-48/+108
* dbwrap_watch: Set rec->value_valid while returning nested share_mode_do_locked()Anoop C S2020-05-041-0/+1
* libsmb: Don't try to find posix stat info in SMBC_getatr()Volker Lendecke2020-05-043-30/+0
* Merge tag 'samba-4.12.2' into v4-12-testKarolin Seeger2020-04-285-7/+11
|\
| * CVE-2020-10704: libcli ldap_message: Add search size limits to ldap_decodeGary Lockyer2020-04-221-0/+1
| * CVE-2020-10704: smb.conf: Add max ldap request sizesGary Lockyer2020-04-221-0/+3
| * CVE-2020-10704: lib util asn1: Add ASN.1 max tree depthGary Lockyer2020-04-224-7/+7
* | s3: VFS: Add cmocka test for vfs_full_audit to make sure all arrays are correct.Jeremy Allison2020-04-173-0/+58
* | s3: VFS: full_audit. Add missing fcntl entry in vfs_op_names[] array.Jeremy Allison2020-04-171-0/+1
* | s3/librpc/crypto: Fix double free with unresolved credential cacheNoel Power2020-04-151-4/+0
* | s3:libads: Fix ads_get_upn()Andreas Schneider2020-04-071-0/+1
* | smbd: let delayed update handler also update on-disk timestampsRalph Boehme2020-04-071-9/+1
* | smbd: let mark_file_modified() always call trigger_write_time_update()Ralph Boehme2020-04-071-2/+2
* | smbd: remove stat call from mark_file_modified()Ralph Boehme2020-04-071-3/+0
* | s3: tests: Add samba3.blackbox.force-close-shareJeremy Allison2020-04-072-0/+109
* | smbd: enforce AIO requests drainingJeremy Allison2020-04-071-63/+17
* | s3: smbd: Remove file_close_pid().Jeremy Allison2020-04-072-19/+0
* | s3: smbd: Remove old synchronous SMB1 reply_exit().Jeremy Allison2020-04-071-10/+21
* | s3: smbd: Add async internals of reply_exit().Jeremy Allison2020-04-071-0/+201
* | s3: smbd: Remove old synchronous SMB1 reply_ulogoffX().Jeremy Allison2020-04-071-27/+21
* | s3: smbd: reply_ulogoffX() Update to modern coding standards.Jeremy Allison2020-04-071-2/+2
* | s3: smbd: In reply_ulogoffX(), replace req -> smb1req.Jeremy Allison2020-04-071-11/+11
* | s3: smbd: Add async internals of reply_ulogoffX.Jeremy Allison2020-04-071-0/+168
* | s3: smbd: Remove old synchronous SMB1 reply_tdis().Jeremy Allison2020-04-071-26/+19
* | s3: smbd: reply_tdis() Update to modern coding standards.Jeremy Allison2020-04-071-2/+2
* | s3: smbd: In reply_tdis(), replace req -> smb1req.Jeremy Allison2020-04-071-6/+6
* | s3: smbd: Add async internals of reply_tdis().Jeremy Allison2020-04-071-0/+173
* | s3: smbd: Replace synchronous conn_force_tdis() with the async version.Jeremy Allison2020-04-071-28/+16
* | s3: smbd: Add async internals of conn_force_tdis().Jeremy Allison2020-04-071-0/+148
* | s3: smbd: Don't allow force disconnect of a connection already being disconne...Jeremy Allison2020-04-071-0/+5
* | s3: smbd: Every place we check fsp->deferred_close, also check for fsp->closing.Jeremy Allison2020-04-072-0/+24
* | s3: smbd: In async SMB1 reply_close() set fsp->closing = true, as we already ...Jeremy Allison2020-04-071-0/+7
* | s3: smbd: Now we free fsp->aio_requests when it gets zero entries, talloc in ...Jeremy Allison2020-04-071-1/+11
* | s3: smbd: In aio_del_req_from_fsp() talloc_free(fsp->aio_requests[]) when fsp...Jeremy Allison2020-04-071-0/+1
* | s3: VFS: vfs_aio_pthread: Make aio opens safe against connection teardown.Jeremy Allison2020-04-071-1/+65
* | s3: VFS: vfs_aio_pthread: Add a talloc context parameter to create_private_op...Jeremy Allison2020-04-071-3/+4
* | s3: VFS: vfs_aio_pthread. Move xconn into state struct (opd).Jeremy Allison2020-04-071-9/+8
* | s3: VFS: vfs_aio_pthread: Replace state destructor with explicitly called tea...Jeremy Allison2020-04-071-11/+11
* | s3: VFS: vfs_aio_pthread. Fix leak of state struct on error.Jeremy Allison2020-04-071-0/+1
* | smbd: avoid double chdir() in chdir_current_service()Ralph Boehme2020-04-071-38/+29
* | smbd: flush pending writetime update when setting timestamps fileRalph Boehme2020-04-072-7/+22
* | smbd: flush pending writetime update when flushing fileRalph Boehme2020-04-072-0/+14
* | smbd: always flush pending write time update when setting filesizeRalph Boehme2020-04-071-0/+7
|/
* s3/utils: Fix double free error with smbtreeNoel Power2020-04-031-1/+0
* nmblib: avoid undefined behaviour in handle_name_ptrs()Douglas Bagnall2020-03-181-0/+3
* vfs_recycle: prevent flooding the log if we're called on non-existant pathsRalph Boehme2020-03-181-2/+2
* VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmodeRalph Boehme2020-03-181-0/+29
* VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1
* VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()Ralph Boehme2020-03-181-1/+1