summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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-187-0/+190
* 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-183-0/+98
* 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
* ctdb-docs: Provide example commands for "ctdb event ..."Martin Schwenke2020-02-181-2/+4
* ctdb-tests: Flag setup, startup, shutdown failures as test errorsMartin Schwenke2020-02-181-3/+3
* ctdb-tests: Dump logs on shutdown failureMartin Schwenke2020-02-181-4/+21
* ctdb-tests: Avoid shutdown error when daemon already cleanly shut downMartin Schwenke2020-02-181-1/+4
* ctdb-tests: Rationalise node stop/start/restartMartin Schwenke2020-02-186-50/+30
* ctdb-daemon: Fix signed/unsigned comparisonMartin Schwenke2020-02-181-1/+1
* ctdb-daemon: Check for lock count underflowMartin Schwenke2020-02-181-0/+3
* ctdb-common: Remove signed/unsigned comparisonsAmitay Isaacs2020-02-181-5/+5
* s3:modules: add vfs_io_uring moduleStefan Metzmacher2020-02-155-0/+670
* bootstrap: replace libaio-dev/libaio-devel with liburing-dev/liburing-develStefan Metzmacher2020-02-1533-33/+21
* lib/replace: remove unused check for aio.hStefan Metzmacher2020-02-151-1/+1
* s3:tests: Add smbclient test for 'force create mode = 0664'Andreas Schneider2020-02-143-0/+81
* s4-auth: Allow simple bind login of a user with an @ in the samAccountNameAndrew Bartlett2020-02-142-2/+21
* auth/credentials: Test connecting to LDAP with a "virtual user" style accountAndrew Bartlett2020-02-142-1/+52
* gensec: Fix CID 1458419 Control flow issues (NO_EFFECT)Volker Lendecke2020-02-141-4/+8
* gensec: Fix CID 1458421 OVERRUNVolker Lendecke2020-02-141-6/+4
* 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
* ctdb-tests: Fix getdbmap test so that it actually works sanelyMartin Schwenke2020-02-121-3/+8
* ctdb-tests: Fix handling of --no-event-scripts optionMartin Schwenke2020-02-121-4/+4
* ctdb-tests: Use a here document to improve readabilityMartin Schwenke2020-02-121-3/+4
* ctdb-tests: Use select_test_node()Martin Schwenke2020-02-122-3/+2
* ctdb-tests: Increase to dumping up to 500 lines of logs on errorMartin Schwenke2020-02-121-1/+1
* ctdb-tests: Fix return value of DB test tool delete commandMartin Schwenke2020-02-121-1/+1