summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* shadow_copy2: Fix stream open for streams_depot pathsVolker Lendecke2023-04-181-9/+16
* streams_depot: Create files when requestedVolker Lendecke2023-04-181-1/+1
* rpcd_mdssvc: initialize POSIX lockingRalph Boehme2023-04-161-0/+8
* net_ads: fill ads->auth.realm from c->credsStefan Metzmacher2023-04-161-1/+9
* smbXsrv_tcon: avoid storing temporary (invalid!) records.Stefan Metzmacher2023-04-165-60/+95
* smbd: Fix case normalization in for directoriesVolker Lendecke2023-04-111-0/+8
* s3: smbd: Fix log spam. Change a normal error message from DBG_ERR (level 0) ...Jeremy Allison2023-04-111-1/+1
* smbd: Prevent creation of vetoed filesRalph Boehme2023-04-111-3/+7
* CI: add a test creating a vetoed fileRalph Boehme2023-04-111-0/+47
* tests: Add samba3.blackbox.zero_readsize test.Jeremy Allison2023-04-052-0/+113
* idmap_hash: remember new domain sids in idmap_hash_sid_to_id()Stefan Metzmacher2023-04-051-5/+15
* idmap_hash: don't return ID_REQUIRE_TYPE if the domain is known in the netsam...Stefan Metzmacher2023-04-051-0/+16
* idmap_hash: only return ID_REQUIRE_TYPE if we don't know about the domain yetStefan Metzmacher2023-04-051-0/+9
* idmap_hash: return ID_REQUIRE_TYPE only if there's a chance to get a mapping ...Stefan Metzmacher2023-04-051-18/+18
* idmap_hash: split out a idmap_hash_sid_to_id() helper functionStefan Metzmacher2023-04-051-51/+84
* idmap_hash: split out a idmap_hash_id_to_sid() helper functionStefan Metzmacher2023-04-051-15/+39
* idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from ...Stefan Metzmacher2023-04-051-6/+30
* idmap_hash: we don't need to call idmap_hash_initialize() over an over againStefan Metzmacher2023-04-051-20/+2
* idmap_hash: remove unused error checksStefan Metzmacher2023-04-051-17/+0
* idmap_hash: fix comments about the algorithmStefan Metzmacher2023-04-051-5/+13
* idmap_hash: provide ID_TYPE_BOTH mappings also for unixids_to_sidsStefan Metzmacher2023-04-051-0/+1
* idmap_autorid: fix ID_REQUIRE_TYPE for more than one SID for an unknown domainStefan Metzmacher2023-04-051-3/+12
* winbindd: don't call set_domain_online_request() in the idmap childStefan Metzmacher2023-04-051-7/+0
* CVE-2023-0922 set default ldap client sasl wrapping to sealRob van der Linde2023-03-201-1/+1
* s3: smbd: Fix fsp/fd leak when looking up a non-existent stream name on a file.Jeremy Allison2023-03-081-0/+21
* s3: tests: Add new test_stream_dir_rename.sh test.Jeremy Allison2023-03-082-0/+76
* rpcd: With npa->need_idle_server we can have more than 256 serversVolker Lendecke2023-03-082-2/+2
* rpcd: Do blocking connects to local pipesVolker Lendecke2023-03-081-1/+13
* rpcd: Increase listening queueVolker Lendecke2023-03-081-1/+1
* torture3: test rpc scalabilityVolker Lendecke2023-03-084-0/+307
* librpc: Remove unused sync rpc_transport_np_init()Volker Lendecke2023-03-082-34/+0
* librpc: Make rpc_pipe_open_np() public and asyncVolker Lendecke2023-03-082-32/+113
* vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs callsJohn Mulligan2023-02-151-3/+4
* selftest: Only run samba.tests.smb3unix in developer modeAndreas Schneider2023-02-103-1/+9
* param: Use a higher time resolution for lp_file_list_changed()Andreas Schneider2023-02-101-8/+26
* mdssvc: fix kMDScopeArray parsingRalph Boehme2023-02-101-0/+6
* s3:tests: Add support for SMBD_DONT_LOG_STDOUT=1 in test_chdir_cache.shAndreas Schneider2023-02-102-4/+16
* s3/lib: Prevent use after free of messaging_ctdb_fde_ev structsNoel Power2023-01-311-0/+19
* s3:auth: call wbcFreeMemory(info) in auth3_generate_session_info_pac()Stefan Metzmacher2023-01-311-0/+1
* smbd: Modernize DBG statements in smbXsrv_open_global_store()Volker Lendecke2023-01-181-10/+8
* smbd: Make smbXsrv_open_global_id_to_key() a bit more type-safeVolker Lendecke2023-01-181-11/+10
* smbd: Directly initialize key in smbXsrv_open_global_fetch_locked()Volker Lendecke2023-01-181-2/+1
* smbd: Remove unused smbXsrv_open_global_key_to_id()Volker Lendecke2023-01-181-17/+0
* smbd: Slightly simplify smbXsrv_open_create()Volker Lendecke2023-01-181-25/+19
* smbd: Remove smbXsrv_open_global_destructor()Volker Lendecke2023-01-181-8/+0
* smbd: Slightly simplify smb2srv_open_recreate()Volker Lendecke2023-01-181-4/+7
* s3/libsmb: fix a typo in parameter descriptionBjörn Baumbach2023-01-171-1/+1
* s3: smbd: Tweak openat_pathref_dirfsp_nosymlink() to NULL out fsp->fsp_name a...Jeremy Allison2023-01-131-2/+2
* selftest: Show vfs_virusscanner crashes when traversing a 2-level directory t...Jeremy Allison2023-01-131-7/+18
* lib: Fix a use-after-free in "net vfs getntacl"Volker Lendecke2023-01-121-1/+3