summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* testprogs: Add 'net ads join' test for fipsAndreas Schneider2020-05-142-0/+44
* lib:param: Fix memory leak in lpcfg_load_internal()awalker2020-05-131-2/+5
* ctdb: increase TasksMax limit, the systemd default is just 512Ralph Boehme2020-05-131-0/+1
* s3: libsmbclient: Finish unifing bad iconv behavior across CORE NT1 SMB2 prot...Jeremy Allison2020-05-122-4/+3
* s3: libsmb: In SMB2 return NT_STATUS_INVALID_NETWORK_RESPONSE if name convers...Jeremy Allison2020-05-122-1/+6
* s3: libsmb: In SMB1 old protocol - return NT_STATUS_INVALID_NETWORK_RESPONSE ...Jeremy Allison2020-05-121-1/+4
* s3: selftest: Add test_smbclient_iconv.sh to check client behavior on bad nam...Jeremy Allison2020-05-123-0/+65
* s3: selftest: Add share definition [bad_iconv] in fileserver.Jeremy Allison2020-05-121-0/+13
* vfs_io_uring: retry after a short writes in vfs_io_uring_pwrite_completion()Stefan Metzmacher2020-05-121-2/+22
* vfs_io_uring: retry after a short read in vfs_io_uring_pread_completion()Stefan Metzmacher2020-05-121-2/+22
* vfs_io_uring: protect vfs_io_uring_fsync_completion() against invalid resultsStefan Metzmacher2020-05-121-0/+7
* vfs_io_uring: protect vfs_io_uring_pwrite_completion() against invalid resultsStefan Metzmacher2020-05-121-0/+13
* vfs_io_uring: protect vfs_io_uring_pread_completion() against invalid resultsStefan Metzmacher2020-05-121-0/+14
* vfs_io_uring: split out a vfs_io_uring_pwrite_submit() functionStefan Metzmacher2020-05-121-5/+15
* vfs_io_uring: split out a vfs_io_uring_pread_submit() functionStefan Metzmacher2020-05-121-5/+15
* vfs_io_uring: split out a vfs_io_uring_request_submit() functionStefan Metzmacher2020-05-121-15/+14
* vfs_io_uring: avoid stack recursion of vfs_io_uring_queue_run()Stefan Metzmacher2020-05-121-1/+92
* vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pwrite_send()Stefan Metzmacher2020-05-121-0/+7
* vfs_io_uring: make use of sys_valid_io_range() in vfs_io_uring_pread_send()Stefan Metzmacher2020-05-121-0/+8
* vfs_io_uring: move error handling out of vfs_io_uring_fsync_recv()Stefan Metzmacher2020-05-121-10/+11
* vfs_io_uring: move error handling out of vfs_io_uring_pwrite_recv()Stefan Metzmacher2020-05-121-9/+17
* vfs_io_uring: move error handling out of vfs_io_uring_pread_recv()Stefan Metzmacher2020-05-121-9/+17
* vfs_io_uring: introduce vfs_io_uring_request->completion_fn()Stefan Metzmacher2020-05-121-1/+48
* vfs_io_uring: replace vfs_io_uring_request->state with _tevent_req_data()Stefan Metzmacher2020-05-121-6/+4
* vfs_io_uring: fix the prefix for parametric options from 'vfs_io_uring' to 'i...Stefan Metzmacher2020-05-121-2/+2
* s3: VFS: default. Change pwrite() -> sys_pwrite_full() in SMB_VFS_PWRITE_SEND...Jeremy Allison2020-05-121-4/+4
* s3: VFS: default. Change pread() -> sys_pread_full() in SMB_VFS_PREAD_SEND() ...Jeremy Allison2020-05-121-4/+4
* s3: VFS: default. Change sys_pwrite() -> sys_pwrite_full() in SMB_VFS_PWRITE(...Jeremy Allison2020-05-121-1/+1
* s3: VFS: default. Change sys_pread() -> sys_pread_full() in SMB_VFS_PREAD() t...Jeremy Allison2020-05-121-1/+1
* s3: VFS: aio_fork: Change sys_pwrite() -> sys_pwrite_full() to protect agains...Jeremy Allison2020-05-121-1/+1
* s3: VFS: aio_fork: Change sys_pread() -> sys_pread_full() to protect against ...Jeremy Allison2020-05-121-1/+1
* smbd: add vfs_valid_{pread,pwrite}_range() checks where neededStefan Metzmacher2020-05-125-4/+73
* s3:smbd: add vfs_valid_{pread,pwrite}_range() helper functionsStefan Metzmacher2020-05-122-0/+34
* s3:smbd: handle 0 length writes as no-op.Stefan Metzmacher2020-05-122-0/+9
* smb2_server: fix smbd_smb2_request_verify_sizes() for SMB2_OP_WRITEStefan Metzmacher2020-05-121-9/+1
* lib: util: Add sys_pwrite_full().Jeremy Allison2020-05-122-0/+50
* lib: util: Add sys_pread_full().Jeremy Allison2020-05-122-0/+49
* lib: util: Add sys_valid_io_range()Stefan Metzmacher2020-05-122-0/+25
* s4:torture: add tests to test the SMB2 read/write offset/length boundariesStefan Metzmacher2020-05-122-0/+191
* s3/locking: prime flags in a fresh sharemode data objectRalph Boehme2020-05-121-0/+3
* smbd: fix for bug 14375Ralph Boehme2020-05-122-3/+7
* smbd: make conflicting_access available to other functionsRalph Boehme2020-05-121-6/+7
* s4/torture: reproducer for bug 14375Ralph Boehme2020-05-122-0/+115
* selftest: split a knownfail entryRalph Boehme2020-05-121-1/+2
* winbind.service: drop quotes from $WINBINDOPTIONS variableMarcos Mello2020-05-121-1/+1
* Drop NotifyAccess=all from systemd unitsMarcos Mello2020-05-124-4/+0
* lib ldb: Limit depth of ldb_parse_treeGary Lockyer2020-05-102-15/+140
* lib util ASN.1: Panic on ASN.1 tag mismatchGary Lockyer2020-05-101-2/+3
* s4 cldap server tests: request size limit testsGary Lockyer2020-05-101-0/+198
* s4 ldap server tests: request size limit testsGary Lockyer2020-05-101-12/+519