summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* dsdb: Allow special chars like "@" in samAccountName when generating the saltAndrew Bartlett2021-10-261-5/+5
* s3: smbd: Ensure when we change security context we delete any $cwd cache.Jeremy Allison2021-10-181-0/+8
* s3: selftest: Add regression test to show the $cwd cache is misbehaving when ...Jeremy Allison2021-10-182-0/+111
* python: Fix erroneous increments of reference countsJoseph Sutton2021-09-161-4/+0
* pylibsmb: Add posix_whoami()Joseph Sutton2021-09-161-2/+137
* libsmb: Ensure that whoami parses all the data provided to itJoseph Sutton2021-09-161-0/+7
* libsmb: Check to see that whoami is not receiving more data than it requestedJoseph Sutton2021-09-161-2/+4
* libsmb: Avoid undefined behaviour when parsing whoami stateJoseph Sutton2021-09-161-5/+7
* libsmb: Remove overflow checkJoseph Sutton2021-09-161-1/+1
* Revert "libsmb: Use sid_parse()"Joseph Sutton2021-09-161-3/+16
* librpc: Test parsing a Kerberos 5 credentials cache with ndrdumpJoseph Sutton2021-09-162-0/+2406
* vfs_btrfs: fix btrfs_fget_compression()Ralph Boehme2021-09-131-4/+3
* s3: smbd: Fix openat_pathref_fsp() to cope with FIFO's in the filesystem.Jeremy Allison2021-09-071-0/+4
* s3: smbd: Add fifo test for the DISABLE_OPATH case.Jeremy Allison2021-09-072-0/+86
* s3: smbd: In create_conn_struct_cwd(), don't TALLOC_FREE() an unallocated poi...Jeremy Allison2021-09-071-6/+1
* s3: mdssvc: Correctly disconnect the VFS connection inside the mds_ctx destru...Jeremy Allison2021-09-071-0/+5
* winbind: ensure wb_parent_idmap_setup_send() gets called in winbindd_allocate...Ralph Boehme2021-09-071-5/+39
* winbindd: call wb_parent_idmap_setup_send() in wb_queryuser_send()Ralph Boehme2021-09-071-3/+27
* vfs_gpfs: add sys_proc_fd_path() fallback to vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-071-4/+40
* vfs_gpfs: remove ENOSYS fallback from vfs_gpfs_fset_dos_attributes()Ralph Boehme2021-09-071-5/+1
* vfs_gpfs: add path based fallback for gpfswrap_fstat_x() on pathref handlesRalph Boehme2021-09-071-3/+30
* vfs_gpfs: check for O_PATH support in gpfswrap_fstat_x()Ralph Boehme2021-09-071-0/+73
* vfs_gpfs: make vfs_gpfs_connect() a no-op on IPC sharesRalph Boehme2021-09-071-1/+5
* vfs_gpfs: don't check for struct gpfs_config_data in vfs_gpfs_[l]stat()Stefan Metzmacher2021-09-071-10/+0
* vfs_gpfs: call SMB_VFS_NEXT_CONNECT() before running some module initializati...Ralph Boehme2021-09-071-6/+5
* registry: check for running as root in clustering modeRalph Boehme2021-09-071-0/+9
* s3/lib/dbwrap: check if global_messaging_context() succeededRalph Boehme2021-09-071-0/+4
* s3: smbd: Fix smbd crash on dangling symlink with posix connection calling se...Jeremy Allison2021-08-271-1/+13
* 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: smbd: Ensure all returns from OpenDir() correctly set errno.Jeremy Allison2021-08-261-0/+2
* vfs_shadow_copy2: ensure we call convert_sbuf() in shadow_copy2_*stat() on al...Ralph Boehme2021-08-171-42/+138
* vfs_streams_xattr: ensure fstat calls NEXT fstatRalph Boehme2021-08-171-20/+7
* selftest: add a test for shadow:fixinodesRalph Boehme2021-08-171-0/+26
* selftest: simplify snapshot directory creation in test_shadow_copy_torture.shRalph Boehme2021-08-171-2/+1
* selftest: pass smbclient arg to samba3.blackbox.shadow_copy_torture testRalph Boehme2021-08-172-2/+3
* smbd: update smb_fname statinfo from fspRalph Boehme2021-08-171-0/+7
* smbd: canonicalize SMB_VFS_FSTAT() stat bufferRalph Boehme2021-08-171-2/+2
* smbd: return correct timestamps for quota fake fileRalph Boehme2021-08-171-0/+5
* smbd: handle fake file handles in fdos_mode()Ralph Boehme2021-08-171-0/+5
* smbd: add dosmode_from_fake_filehandle()Ralph Boehme2021-08-172-0/+16
* s3: smbd: For FSCTL calls that go async, add the outstanding tevent_reqs to t...Jeremy Allison2021-08-171-0/+15
* 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
* s3:smbd: implement FSCTL_SMBTORTURE_GLOBAL_READ_RESPONSE_BODY_PADDING8Stefan Metzmacher2021-08-123-1/+23
* s3:smbd: introduce a body_size variable in smbd_smb2_request_read_doneStefan Metzmacher2021-08-121-2/+4
* dosmode: retry reading dos attributes as root for unreadable filesBjörn Jacke2021-08-111-0/+13
* vfs: Fix the FreeBSD buildVolker Lendecke2021-08-111-5/+9
* vfs_default: use fsp_get_io_fd() for copy_file_range()Ralph Boehme2021-08-111-2/+2
* vfs_default: use copy_file_range()Ralph Boehme2021-08-111-0/+134