summaryrefslogtreecommitdiff
path: root/source3
Commit message (Expand)AuthorAgeFilesLines
* winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 usersVolker Lendecke2023-05-091-40/+62
* winbind: Test wbinfo -u with more than 1000 usersVolker Lendecke2023-05-091-0/+28
* dsgetdcname: do not assume local system uses IPv4Nathaniel W. Turner2023-05-051-23/+26
* s3:lib: Do not try to match '.' and '..' directories in is_in_path()Andreas Schneider2023-04-281-0/+5
* s3:tests: Add test that veto files works for hidden filesAndreas Schneider2023-04-281-0/+25
* s3:tests: Create a temporary directory for test_veto_files.shAndreas Schneider2023-04-281-2/+8
* 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-141-0/+8
* smbXsrv_tcon: avoid storing temporary (invalid!) records.Stefan Metzmacher2023-04-145-60/+95
* net_ads: fill ads->auth.realm from c->credsStefan Metzmacher2023-04-141-1/+9
* 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-051-0/+101
* idmap_hash: remember new domain sids in idmap_hash_sid_to_id()Stefan Metzmacher2023-03-301-5/+15
* idmap_hash: don't return ID_REQUIRE_TYPE if the domain is known in the netsam...Stefan Metzmacher2023-03-301-0/+16
* idmap_hash: only return ID_REQUIRE_TYPE if we don't know about the domain yetStefan Metzmacher2023-03-301-0/+9
* idmap_hash: return ID_REQUIRE_TYPE only if there's a chance to get a mapping ...Stefan Metzmacher2023-03-301-18/+18
* idmap_hash: split out a idmap_hash_sid_to_id() helper functionStefan Metzmacher2023-03-301-51/+84
* idmap_hash: split out a idmap_hash_id_to_sid() helper functionStefan Metzmacher2023-03-301-15/+39
* idmap_hash: mirror the NT_STATUS_NONE_MAPPED/STATUS_SOME_UNMAPPED logic from ...Stefan Metzmacher2023-03-301-6/+30
* idmap_hash: we don't need to call idmap_hash_initialize() over an over againStefan Metzmacher2023-03-301-20/+2
* idmap_hash: remove unused error checksStefan Metzmacher2023-03-301-17/+0
* idmap_hash: fix comments about the algorithmStefan Metzmacher2023-03-301-5/+13
* idmap_hash: provide ID_TYPE_BOTH mappings also for unixids_to_sidsStefan Metzmacher2023-03-301-0/+1
* idmap_autorid: fix ID_REQUIRE_TYPE for more than one SID for an unknown domainStefan Metzmacher2023-03-301-3/+12
* winbindd: don't call set_domain_online_request() in the idmap childStefan Metzmacher2023-03-301-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-072-2/+2
* rpcd: Do blocking connects to local pipesVolker Lendecke2023-03-071-1/+13
* rpcd: Increase listening queueVolker Lendecke2023-03-071-1/+1
* torture3: test rpc scalabilityVolker Lendecke2023-03-074-0/+307
* librpc: Remove unused sync rpc_transport_np_init()Volker Lendecke2023-03-072-34/+0
* librpc: Make rpc_pipe_open_np() public and asyncVolker Lendecke2023-03-072-32/+113
* vfs_ceph: use fsp_get_pathref_fd in ceph fstatat and close vfs callsJohn Mulligan2023-02-151-3/+4
* mdssvc: fix kMDScopeArray parsingRalph Boehme2023-02-101-0/+6
* s3/lib: Prevent use after free of messaging_ctdb_fde_ev structsNoel Power2023-01-271-0/+19
* s3: smbd: Always use metadata_fsp() when processing fsctls.Jeremy Allison2023-01-231-1/+7
* s3: smbd: Add test to show smbd crashes when doing an FSCTL on a named stream...Jeremy Allison2023-01-231-0/+2
* s3:auth: call wbcFreeMemory(info) in auth3_generate_session_info_pac()Stefan Metzmacher2023-01-231-0/+1
* CVE-2022-38023 s3:rpc_server/netlogon: Avoid unnecessary loadparm_context all...Samuel Cabrero2023-01-231-19/+2
* CVE-2022-38023 s3:rpc_server/netlogon: Check for global "server schannel requ...Samuel Cabrero2023-01-231-0/+12
* CVE-2022-38023 s3:rpc_server/netlogon: make sure all _netr_LogonSamLogon*() c...Samuel Cabrero2023-01-231-17/+28
* CVE-2022-38023 s3:rpc_server/netlogon: Use dcesrv_netr_creds_server_step_check()Samuel Cabrero2023-01-232-159/+44
* CVE-2022-38023 s3:rpc_server/netlogon: 'server schannel != yes' warning to dc...Samuel Cabrero2023-01-231-11/+28
* s3: smbd: Tweak openat_pathref_dirfsp_nosymlink() to NULL out fsp->fsp_name a...Jeremy Allison2023-01-161-2/+2