summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* s3:waf: Fix version number of public libsmbconfAndreas Schneider2022-06-271-1/+1
* s3: VFS: streams_xattr: Add the same accommodation to streams_xattr_unlinkat(...Jeremy Allison2022-06-231-3/+21
* s3: tests: Add test that shows smbd crashes using vfs_fruit with fruit:resour...Jeremy Allison2022-06-232-0/+45
* s3/client: fix dfs deltree, resolve dfs pathNoel Power2022-06-201-10/+40
* Add test smbclient 'delree' of dir (on DFS share)Noel Power2022-06-201-0/+51
* s3/client: fix dfs delete, resolve dfs pathNoel Power2022-06-201-1/+12
* Add test smbclient 'del' of file (on DFS share)Noel Power2022-06-201-0/+44
* Revert "s3:smbd: Remove NIS support"Samuel Cabrero2022-06-124-29/+150
* Revert "s3:auth: Fix user_in_list() for UNIX groups"Samuel Cabrero2022-06-121-7/+5
* s3:smbd: Out-by-4 error in smbd read reply max_send clampRobert Sprowson2022-06-101-2/+2
* s3:utils: Fix format errorAndreas Schneider2022-06-091-1/+1
* vfs_gpfs: use handle based gpfswrap_get_winattrs()Ralph Boehme2022-06-091-6/+6
* vfs_gpfs: finally: use gpfswrap_fgetacl() instead of gpfswrap_getacl()Ralph Boehme2022-06-091-2/+2
* vfs_gpfs: pass fsp to gpfs_getacl_with_capability()Ralph Boehme2022-06-091-3/+5
* vfs_gpfs: pass fsp to vfs_gpfs_getacl()Ralph Boehme2022-06-091-7/+6
* vfs_gpfs: use fsp in gpfsacl_get_posix_acl()Ralph Boehme2022-06-091-2/+2
* vfs_gpfs: pass fsp to gpfsacl_get_posix_acl()Ralph Boehme2022-06-091-3/+4
* vfs_gpfs: pass fsp to gpfs_get_nfs4_acl()Ralph Boehme2022-06-091-3/+5
* vfs_gpfs: pass fsp to gpfsacl_emu_chmod()Ralph Boehme2022-06-091-4/+5
* vfs_gpfs: indentation and README.Coding fixesRalph Boehme2022-06-091-17/+19
* s3:libads: Clear previous CLDAP ping flags when reusing the ADS_STRUCTSamuel Cabrero2022-05-301-0/+7
* s3: smbd: Allow a durable handle on a leased stat-open.Jeremy Allison2022-05-091-4/+0
* vfs_gpfs: Ignore pathref fds for gpfs:recalls checkChristof Schmitt2022-05-021-0/+1
* s3:passdb: Also allow to handle UPNs in lookup_name_smbconf()Andreas Schneider2022-04-281-1/+2
* s3:passdb: Refactor lookup_name_smbconf()Andreas Schneider2022-04-281-3/+4
* s3:passdb: Use already defined pointer in lookup_name_smbconf()Andreas Schneider2022-04-281-7/+5
* s3:passdb: Add support to handle UPNs in lookup_name()Andreas Schneider2022-04-281-2/+12
* s3:passdb: Remove trailing spaces in lookup_sid.cAndreas Schneider2022-04-281-9/+9
* s3:winbind: Remove no longer used domain's private_data pointerSamuel Cabrero2022-04-152-5/+0
* s3:winbind: Do not use domain's private data to store the ADS_STRUCTSamuel Cabrero2022-04-154-9/+12
* s3:winbind: Simplify open_cached_internal_pipe_conn()Samuel Cabrero2022-04-151-6/+4
* s3:winbind: Do not use domain's private data to store the SAMR pipesSamuel Cabrero2022-04-153-12/+15
* s3: smbget: Fix auth_fn, order of //server/share parameters is mixed in prompt.Jeremy Allison2022-04-151-1/+1
* s3:auth: Fix user_in_list() for UNIX groupsPavel Filipenský2022-04-111-5/+7
* s3:tests Test "username map" for UNIX groupsPavel Filipenský2022-04-112-0/+30
* vfs_shadow_copy2: implement readdir()Ralph Boehme2022-04-111-0/+91
* CI: add a test listing a snapshotted directoryRalph Boehme2022-04-111-0/+21
* CI: avoid smb2.twrp being run by plansmbtorture4testsuite() directlyRalph Boehme2022-04-111-0/+3
* s3: smbd: Preserve the fsp->fsp_name->st buf across a MSG_SMB_FILE_RENAME mes...Jeremy Allison2022-04-111-0/+20
* s3: smbd: Preserve the fsp->fsp_name->st bufs across rename_open_files()Jeremy Allison2022-04-111-0/+15
* s3: tests.py: Only run smb2.rename against fileserver.Jeremy Allison2022-04-111-0/+2
* s3: smbd: smbd_smb2_setinfo_send(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp...Jeremy Allison2022-04-111-3/+3
* s3: smbd: smbd_smb2_getinfo_send(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp...Jeremy Allison2022-04-111-3/+3
* s3: cmd_vfs: cmd_set_nt_acl(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name...Jeremy Allison2022-04-111-8/+3
* s3: cmd_vfs: cmd_open(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_name->st) ...Jeremy Allison2022-04-111-6/+3
* s3: pysmbd.c: init_files_struct(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_...Jeremy Allison2022-04-111-5/+4
* s3: smbd: call_trans2setfilepathinfo(). All calls to SMB_VFS_FSTAT(fsp, &fsp-...Jeremy Allison2022-04-111-3/+4
* s3: smbd: call_trans2qfilepathinfo(). All calls to SMB_VFS_FSTAT(fsp, &fsp->f...Jeremy Allison2022-04-111-4/+4
* s3: smbd: rename_internals_fsp(). All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp_n...Jeremy Allison2022-04-111-2/+2
* s3: smbd: mkdir_internal(). 2 of 2. All calls to SMB_VFS_FSTAT(fsp, &fsp->fsp...Jeremy Allison2022-04-111-3/+4