summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* winbindd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-65/+23
* nmbd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-80/+23
* smbd: use POPT_COMMON_DAEMONRalph Boehme2021-09-061-78/+34
* s3: smbd: Fix openat_pathref_fsp() to cope with FIFO's in the filesystem.Jeremy Allison2021-09-061-0/+4
* s3: smbd: Add fifo test for the DISABLE_OPATH case.Jeremy Allison2021-09-062-0/+86
* s3:winbind: Do not start if the priviliged socket path is too longAndreas Schneider2021-09-061-0/+28
* s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated poi...Jeremy Allison2021-09-061-6/+1
* s3: mdssvc: Correctly disconnect the VFS connection inside the mds_ctx destru...Jeremy Allison2021-09-061-0/+5
* winbind: ensure wb_parent_idmap_setup_send() gets called in winbindd_allocate...Ralph Boehme2021-09-061-5/+39
* winbindd: call wb_parent_idmap_setup_send() in wb_queryuser_send()Ralph Boehme2021-09-061-3/+27
* registry: check for running as root in clustering modeRalph Boehme2021-09-061-0/+9
* s3/lib/dbwrap: check if global_messaging_context() succeededRalph Boehme2021-09-061-0/+4
* vfs_gpfs: deal with pathrefs fsps in smbd_gpfs_set_times()Ralph Boehme2021-09-061-5/+37
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fntimes()Ralph Boehme2021-09-061-6/+2
* vfs_gpfs: pass fsp to smbd_gpfs_set_times()Ralph Boehme2021-09-061-6/+5
* vfs_gpfs: deal with pathref fsps in vfs_gpfs_fntimes()Ralph Boehme2021-09-061-3/+37
* vfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-4/+40
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-061-5/+1
* vfs_gpfs: add path based fallback for gpfswrap_fstat_x() on pathref handlesRalph Boehme2021-09-061-3/+30
* vfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()Ralph Boehme2021-09-061-0/+73
* vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC sharesRalph Boehme2021-09-061-1/+5
* vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()Stefan Metzmacher2021-09-061-10/+0
* vfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running some module initializati...Ralph Boehme2021-09-061-6/+5
* smbd: avoid calling creating a pathref in smb_set_file_dosmode()Ralph Boehme2021-09-061-40/+27
* util_sock: fix assignment of sa_socklenBjoern Jacke2021-09-011-0/+9
* s3/rpc_server: track the number of policy handles with a talloc destructorRalph Boehme2021-08-261-2/+18
* selftest: add a test for the "deadtime" parameterRalph Boehme2021-08-262-0/+71
* s3:winbindd: Pass the right variable to the debug messageAndreas Schneider2021-08-251-1/+1
* s3: VFS: streams_depot: Allow "streams directory" outside of share path to wo...Jeremy Allison2021-08-251-0/+23
* s3: VFS: vfs_streams_depot: Factor out the code that gets the absolute stream...Jeremy Allison2021-08-251-14/+36
* s3: selftest: Add a test for vfs_streams_depot with the target path outside o...Jeremy Allison2021-08-251-0/+5
* s3: smbd: Ensure all returns from OpenDir() correctly set errno.Jeremy Allison2021-08-251-0/+2
* s3: VFS: ceph. Fix enumerating directories. dirfsp->fh->fd != AT_FDCWD in thi...Jeremy Allison2021-08-251-2/+12
* s3: smbd: For FSCTL calls that go async, add the outstanding tevent_reqs to t...Jeremy Allison2021-08-171-0/+15
* s3: smbd: Call smbd_fsctl_torture_async_sleep() when we get FSCTL_SMBTORTURE_...Jeremy Allison2021-08-171-2/+29
* s3: smbd: Add smbd_fsctl_torture_async_sleep() server-side code.Jeremy Allison2021-08-171-0/+103
* s3: smbd: Split out smb2_ioctl_smbtorture() into a separate file.Jeremy Allison2021-08-174-68/+106
* vfs_default: detect EOPNOTSUPP and ENOSYS errors from copy_file_range()Ralph Boehme2021-08-161-3/+9
* s3:libsmb: close the temporary IPC$ connection in cli_full_connection()Stefan Metzmacher2021-08-131-2/+37
* s3:libsmb: start encryption as soon as possible after the session setupStefan Metzmacher2021-08-131-16/+40
* smbd: only open full fd for directories if neededRalph Boehme2021-08-091-6/+20
* smbd: drop requirement for full open for READ_CONTROL_ACCESS, WRITE_DAC_ACCES...Ralph Boehme2021-08-091-4/+1
* s3: smbd: Don't leak meta-data about the containing directory of the share root.Jeremy Allison2021-08-091-0/+25
* s3: smbd: Allow async dosmode to cope with ".." pathnames where we close smb_...Jeremy Allison2021-08-091-9/+14
* samba-bgqd: Fix samba-bgqd with "clustering=yes"/"include=registry"Volker Lendecke2021-08-061-11/+47
* s3:smbd: really support AES-256* in the serverStefan Metzmacher2021-08-061-0/+6
* s3:winbindd: Add a check for the path length of 'winbindd socket directory'Andreas Schneider2021-08-061-0/+25
* s3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONSE_BODY_PADDING8Stefan Metzmacher2021-07-213-1/+23
* s3:smbd: introduce a body_size variable in smbd_smb2_request_read_doneStefan Metzmacher2021-07-211-2/+4
* s3: VFS: default. In vfswrap_getxattrat_do_async() always use the pathref fsp.Jeremy Allison2021-07-151-11/+10