summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* lib: Remove unneded #include malloc.hVolker Lendecke2020-02-191-3/+0
* smbd: Fix a typoVolker Lendecke2020-02-191-1/+1
* s3: DFS: Remove is_msdfs_link_internal() - no longer used.Jeremy Allison2020-02-181-74/+0
* s3: DFS: Change the last use of is_msdfs_link_internal() -> SMB_VFS_READ_DFS_...Jeremy Allison2020-02-181-22/+19
* s3: DFS: Replace calls to is_msdfs_link_internal() inside dfs_path_lookup() w...Jeremy Allison2020-02-181-31/+22
* s3: DFS: Change dfs_path_lookup() to return struct referral list and count di...Jeremy Allison2020-02-181-29/+27
* s3: DFS: Parse the returned target path in dfs_path_lookup().Jeremy Allison2020-02-181-0/+25
* s3: DFS: Change simple is_msdfs_link() call to use SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-181-2/+5
* s3: VFS: vfs_time_audit: Add read_dfs_pathat().Jeremy Allison2020-02-181-0/+29
* s3: VFS: vfs_full_audit: Add read_dfs_pathat().Jeremy Allison2020-02-181-0/+28
* s3: VFS: catia: Add read_dfs_pathat().Jeremy Allison2020-02-181-0/+42
* s3: VFS: cap: Add cap_read_dfs_pathat().Jeremy Allison2020-02-181-1/+37
* s3: VFS: shadow_copy2: Add shadow_copy2_read_dfs_pathat().Jeremy Allison2020-02-181-0/+55
* s3: VFS: gluster: Add vfs_gluster_read_dfs_pathat().Jeremy Allison2020-02-181-0/+98
* s3: VFS: ceph: Add vfswrap_ceph_read_dfs_pathat().Jeremy Allison2020-02-181-0/+100
* s3: VFS: Add SMB_VFS_READ_DFS_PATHAT().Jeremy Allison2020-02-185-0/+163
* s3: smbd: dfs: Clean up exits / talloc heirarchy in parse_msdfs_symlink().Jeremy Allison2020-02-181-1/+10
* s3: smbd: dfs: Make parameter names consistent.Jeremy Allison2020-02-181-7/+7
* s3: smbd: dfs: Allow parse_msdfs_symlink() to be called with NULL pointers.Jeremy Allison2020-02-181-4/+8
* s3: smbd: dfs: Apply some README.Coding to parse_msdfs_symlink().Jeremy Allison2020-02-181-8/+8
* s3: smbd: dfs: Make parse_msdfs_symlink() external.Jeremy Allison2020-02-182-5/+10
* s3: smbd: dfs: Move lp_msdfs_shuffle_referrals() call out of parse_msdfs_syml...Jeremy Allison2020-02-181-5/+5
* s3: smbd: dfs: Cleanup, reformat calls to parse_msdfs_symlink()Jeremy Allison2020-02-181-3/+10
* s3: DFS: Don't allow link deletion on a read-only share.Jeremy Allison2020-02-181-0/+11
* s3: DFS: Don't allow link creation on a read-only share.Jeremy Allison2020-02-181-0/+10
* s3:tests: Add test for a dropbox with dir mode 0733Andreas Schneider2020-02-182-0/+89
* lib: Fix a shutdown crash with "clustering = yes"Volker Lendecke2020-02-181-1/+2
* lib: Introduce messaging_context->per_process_talloc_ctxVolker Lendecke2020-02-181-29/+55
* lib: Add a TALLOC_CTX to base register_msg_pool_usage() onVolker Lendecke2020-02-183-4/+6
* lib: Simplify register_msg_pool_usage()Volker Lendecke2020-02-181-38/+19
* s3:modules: add vfs_io_uring moduleStefan Metzmacher2020-02-153-0/+562
* s3:tests: Add smbclient test for 'force create mode = 0664'Andreas Schneider2020-02-142-0/+73
* auth: Fix CID 1458418 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-141-1/+2
* auth: Fix CID 1458420 Null pointer dereferences (REVERSE_INULL)Volker Lendecke2020-02-141-1/+2
* smbclient: Don't cli_posix_stat() twiceVolker Lendecke2020-02-101-1/+1
* dbwrap: Improve an error messageVolker Lendecke2020-02-101-2/+3
* krb5_wrap: move source3/libads/krb5_errs.c to lib/krb5_wrap/krb5_errs.cStefan Metzmacher2020-02-1012-157/+0
* winbindd_cm: fallback to anonymous for INVALID_COMPUTER_NAME and NO_SUCH_DOMA...Stefan Metzmacher2020-02-101-0/+4
* smbspool: add more error codes to the auth_errors arrayStefan Metzmacher2020-02-101-0/+6
* smbspool: use one element per line for the auth_errors arrayStefan Metzmacher2020-02-101-6/+12
* s3:libads: prefer ENCTYPE_AES256_CTS_HMAC_SHA1_96 in ads_keytab_add_entry()Stefan Metzmacher2020-02-101-3/+3
* s3:libads: make use auth4_context_{for,get}_PAC_DATA_CTR() in kerberos_return...Stefan Metzmacher2020-02-101-68/+2
* auth/kerberos: add auth4_context_{for,get}_PAC_DATA_CTR() helpersStefan Metzmacher2020-02-102-6/+2
* smbd: Remove overriding file_attributes with unix_mode in the VFSVolker Lendecke2020-02-072-20/+11
* smbd: Allow a Posix create context to override the unix modeVolker Lendecke2020-02-071-0/+31
* smbd: Add posix create ctx to CREATE_FILE for posix operationsVolker Lendecke2020-02-072-7/+82
* smbd: Add a "done:" exit for get_posix_fsp()Volker Lendecke2020-02-071-1/+3
* smbd: Make unix_perms_from_wire() publicVolker Lendecke2020-02-072-7/+18
* smbd: Ignore incoming POSIX create contextVolker Lendecke2020-02-071-0/+8
* s3: lib: Now remote_machine is static, we can depend on it being non-NULL.Jeremy Allison2020-02-071-3/+1