summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* VERSION: Bump version up to Samba 4.17.9...v4-17-testJule Anger2023-05-111-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.8 release.samba-4.17.8v4-17-stableJule Anger2023-05-111-1/+1
* WHATSNEW: Add release notes for Samba 4.17.8.Jule Anger2023-05-111-2/+80
* winbind: Fix "wbinfo -u" on a Samba AD DC with >1000 usersVolker Lendecke2023-05-092-41/+62
* winbind: Test wbinfo -u with more than 1000 usersVolker Lendecke2023-05-093-0/+34
* 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-282-1/+5
* s3:tests: Add test that veto files works for hidden filesAndreas Schneider2023-04-283-0/+30
* s3:tests: Create a temporary directory for test_veto_files.shAndreas Schneider2023-04-281-2/+8
* libcli/security: rewrite calculate_inherited_from_parent()Stefan Metzmacher2023-04-281-55/+192
* 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-142-2/+9
* testprogs/blackbox: add test_net_ads_search_server.shStefan Metzmacher2023-04-143-0/+49
* 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-112-4/+7
* CI: add a test creating a vetoed fileRalph Boehme2023-04-112-0/+48
* dsdb/tests: Double number of expressions in large_ldap.py ldap_timeout testAndrew Bartlett2023-04-111-1/+1
* dsdb/tests: Move SD modification on class-created objects to classSetUpAndrew Bartlett2023-04-111-10/+8
* s3: libcli: Refuse to connect to any server with zero values for max_trans_si...Jeremy Allison2023-04-052-1/+11
* tests: Add samba3.blackbox.zero_readsize test.Jeremy Allison2023-04-052-0/+102
* dsdb: Avoid ERROR(ldb): uncaught exception - Deleted target CN=NTDS Settings....Andrew Bartlett2023-03-303-2/+31
* selftest/drs: Demonstrate ERROR(ldb): uncaught exception - Deleted target CN=...Andrew Bartlett2023-03-304-0/+140
* CVE-2020-25720 pydsdb: Add AD schema GUID constantsJoseph Sutton2023-03-302-0/+27
* tsocket: Increase tcp_user_timeout max_loopsAndrew Bartlett2023-03-301-1/+1
* 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
* VERSION: Bump version up to Samba 4.17.8...Jule Anger2023-03-291-2/+2
* VERSION: Disable GIT_SNAPSHOT for the 4.17.7 release.samba-4.17.7Jule Anger2023-03-291-1/+1
* WHATSNEW: Add release notes for Samba 4.17.7.Jule Anger2023-03-291-2/+72
* CVE-2023-0922 set default ldap client sasl wrapping to sealRob van der Linde2023-03-204-17/+16
* CVE-2023-0225 s4-acl: Don't return early if dNSHostName element has no valuesJoseph Sutton2023-03-202-7/+7
* CVE-2023-0225 pytest/acl: test deleting dNSHostName as unprivileged userDouglas Bagnall2023-03-203-0/+239
* CVE-2023-0225 CVE-2020-25720 pydsdb: Add dsHeuristics constant definitionsJoseph Sutton2023-03-201-0/+30
* CVE-2023-0225 CVE-2020-25720 s4/dsdb/util: Add functions for dsHeuristics 28, 29Joseph Sutton2023-03-202-0/+42
* CVE-2023-0614 ldb: Release LDB 2.6.2ldb-2.6.2Andrew Bartlett2023-03-203-1/+305