summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* selftest: Remove an unnecessary space characterVolker Lendecke2020-02-271-1/+1
* lib/util/fault.c: Unify printing of the stack trace with the INTERNAL ERROR s...Andrew Bartlett2020-02-272-4/+1
* lib/util: Make prctl_set_comment take a printf format stringAndrew Bartlett2020-02-271-1/+1
* idl: limit recurion on recursive elementsGary Lockyer2020-02-272-2/+2
* build: fix the coverage buildGary Lockyer2020-02-272-5/+29
* s3:smb2_tcon: pass down in_flags to smbd_smb2_tree_connect_send()Stefan Metzmacher2020-02-261-0/+10
* s3:lib: Allow open_socket_out without a timeoutVolker Lendecke2020-02-261-1/+2
* s3:lib: avoid calling async_connect_send() again and again in open_socket_out*()Stefan Metzmacher2020-02-261-48/+0
* s3:lib: avoid goto's in open_socket_out_send()Stefan Metzmacher2020-02-261-12/+10
* s3:lib: s/result/req in open_socket_out_send()Stefan Metzmacher2020-02-261-11/+11
* s3:wscript: split out dsgetdcname subsystemStefan Metzmacher2020-02-261-1/+10
* s3:wscript: move libsmb/clidgram.c to LIBNMBStefan Metzmacher2020-02-261-1/+2
* s3:libsmb: move cli_set_message() to source3/libsmb/nmblib.cStefan Metzmacher2020-02-264-16/+16
* s3:libsmb: use only a timeout of 250ms in name_resolve_bcast_send()Stefan Metzmacher2020-02-261-1/+1
* s3:libsmb: pass dest_ss to cli_cm_open()Stefan Metzmacher2020-02-264-12/+21
* s3:libsmb: pass dest_ss to cli_cm_connect() down to cli_connect_nb()Stefan Metzmacher2020-02-261-4/+8
* libsmb: Fill in device which we don't get from cli_posix_statVolker Lendecke2020-02-261-0/+1
* libsmb: Pass the correct path to cli_posix_stat()Volker Lendecke2020-02-251-1/+1
* selftest: Consolidate planning libsmbclient tests to source4Volker Lendecke2020-02-251-19/+1
* libsmb: Don't pass "sbuf" to cli_posix_stat_send()Volker Lendecke2020-02-252-14/+21
* libsmb: Avoid castsVolker Lendecke2020-02-251-2/+2
* libsmb: Use IS[DOT]DOTVolker Lendecke2020-02-251-1/+1
* libsmb: Remove a pointless ZERO_STRUCT()Volker Lendecke2020-02-251-1/+0
* libsmb: Simplify callers of SMBC_dlist_contains()Volker Lendecke2020-02-253-20/+15
* libsmb: Make SMBC_dlist_contains return boolVolker Lendecke2020-02-252-8/+10
* libsmb: Align calls to SMBC_dlist_contains()Volker Lendecke2020-02-251-7/+2
* libsmb: Add a NULL checkVolker Lendecke2020-02-251-0/+6
* VFS: default: add support for FILE_ATTRIBUTE_OFFLINE to async dosmodeRalph Boehme2020-02-251-0/+29
* VFS: default: use correct type for pathlen in vfswrap_getxattrat_do_sync()Ralph Boehme2020-02-251-1/+1
* VFS: default: avoid a crash in vfswrap_getxattrat_do_sync()Ralph Boehme2020-02-251-1/+1
* VFS: default: remove unused arg from vfswrap_is_offline()Ralph Boehme2020-02-251-8/+4
* VFS: default: let vfswrap_is_offline() take conn, not handleRalph Boehme2020-02-251-5/+7
* smbd: Separate aio_pthread indicator from normal EINTRVolker Lendecke2020-02-202-10/+26
* lib: Map EINPROGRESS->NT_STATUS_MORE_PROCESSING_REQUIREDVolker Lendecke2020-02-201-0/+1
* test: Show that smbd does not handle EINTR from open() correctlyVolker Lendecke2020-02-202-0/+75
* test: Intercept open in vfs_error_injectVolker Lendecke2020-02-201-0/+17
* selftest: Run a clustered testMartin Schwenke2020-02-191-0/+30
* 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