Commit Graph

854 Commits

Author SHA256 Message Date
Dominique Leuenberger
9a151450c0 Accepting request 1219906 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1219906
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=313
2024-11-01 20:48:54 +00:00
09ef5f3f69 - Add placeholder changelog for sle15-sp7; (jsc#PED-11210).
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=698
2024-10-31 16:35:09 +00:00
Ana Guerrero
2fd6b1fede Accepting request 1216699 from network:samba:STABLE
update to samba-4.21.1

OBS-URL: https://build.opensuse.org/request/show/1216699
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=312
2024-10-22 12:51:15 +00:00
Noel Power
d620d0d28f Wed Oct 16 13:52:25 UTC 2024 - Noel Power <nopower@suse.com>
-  Adjust spec to split out rpcd_* binaries into a separate
   sub package; (bsc#1231414).

- Update to 4.21.1
  * DH reconnect error handling can lead to stale sharemode
    entries; (bso#15624).
  * "inherit permissions = yes" triggers assert() in vfs_default
    when creating a stream; (bso#15695).
  * Samba 4.21.0 broke FreeIPA domain member integration;
    (bso#15715).
  * Missing conversion for msDS-UserTGTLifetime, msDS-
    ComputerTGTLifetime and msDS-ServiceTGTLifetime on "samba-
    tool domain auth policy modify"; (bso#15692).
  * irpc_destructor may crash during shutdown; (bso#15280).
  * Durable handle is not granted when a previous OPEN exists
    with NoOplock; (bso#15649).
  * Durable handle is granted but reconnect fails; (bso#15651).
  * Disconnected durable handles with RH lease should not be
    purged by a new non conflicting open; (bso#15708).
  * net ads testjoin and other commands use the wrong secrets.tdb
    in a cluster; (bso#15714).
  * 4.21 using --with-system-mitkrb5 requires MIT krb5 1.16 as
    rfc 8009 etypes are used; (bso#15726).
  * VFS_OPEN_HOW_WITH_BACKUP_INTENT breaks shadow_copy2;
    (bso#15730).
  * Samba 4.20.0 DLZ module crashes BIND on startup; (bso#15643).
  * Cannot build libldb lmdb backend on a build without AD DC;
    (bso#15721).
  * Consistent log level for sighup handler; (bso#15706).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=697
2024-10-21 10:37:43 +00:00
Dominique Leuenberger
c1508e72d7 Accepting request 1206308 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1206308
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=311
2024-10-13 15:33:25 +00:00
58b2b2ee8d - Support needed packaging changes required update to samba-4.21.0
Update samba.spec, baselibs.conf to deliver libldb packages.

- Package ceph_new VFS module.

- Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when truncated;
  (bso#15699); (bsc#1229684).

-  Bad variable definition for ParseTuple causing test failure for
   Smb3UnixTests.test_create_context_reparse; (bso#15702).

- Update to 4.21.0
  * Incorrect FSCTL_QUERY_ALLOCATED_RANGES response when
    truncated; (bso#15699).
  * Bad variable definition for ParseTuple causing test failure
    for Smb3UnixTests.test_create_context_reparse; (bso#15702).
  * Add new vfs_ceph module (based on low level API);
    (bso#15686).
  * samba-tool can not load the default configuration file;
    (bso#15698).
  * Crash when readlinkat fails; (bso#15700).
  * Can't add/delete special keys to keytab for nfs, cifs, http
    etc; (bso#15689).
  * Compound SMB2 requests don't return
    NT_STATUS_NETWORK_SESSION_EXPIRED for all requests, confuses
    MacOSX clients; (bso#15696).
  * --version-* options are still not ergonomic, and they reject
    tilde characters; (bso#15673).
  * ldb_version.h is missing from ldb public library;
    (bso#15690).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=696
2024-10-08 11:46:47 +00:00
Ana Guerrero
0ab9aca171 Accepting request 1195149 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1195149
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=310
2024-08-22 16:10:33 +00:00
496d3fb9be - Fix a crash when joining offline and 'kerberos method' includes
keytab; (bsc#1228732).

- Update to 4.20.4
  * --version-* options are still not ergonomic, and they reject
    tilde characters; (bso#15673).
- Update to 4.20.3
  * Running samba-bgqd a a standalone systemd service does not
    work; (bso#15683).
  * When claims enabled with heimdal kerberos, unable to log on
    to a Windows computer when user account need to change their
    own password; (bso#15655).
  * Invalid client warning about command line passwords;
    (bso#15671).
  * Version string is truncated in manpages; (bso#15672).
  * cmdline_burn does not always burn secrets; (bso#15674).
  * Samba does not parse SDDL found in defaultSecurityDescriptor
    in AD_DS_Classes_Windows_Server_v1903.ldf; (bso#15685).
  * The images don\'t build after the git security release and
    CentOS 8 Stream is EOL; (bso#15660).
  * Fix clock skew error message and memory cache clock skew
    recovery; (bso#15676).
  * Heimdal ignores _gsskrb5_decapsulate errors in
    init_sec_context/repl_mutual; (bso#15603).
  * s4:ldap_server: does not support tls channel bindings for
    sasl binds; (bso#15621).
  * CTDB socket output queues may suffer unbounded delays under
    some special conditions; (bso#15678).

OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=695
2024-08-21 15:22:48 +00:00
Dominique Leuenberger
8b91db8bf7 Accepting request 1190590 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1190590
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=309
2024-08-01 20:03:45 +00:00
a74402f13d Accepting request 1190507 from home:scabrero:branches:network:samba:STABLE
- Update samba-tool package to require python3-Markdown also in
  the Heimdal ADDC build.

OBS-URL: https://build.opensuse.org/request/show/1190507
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=694
2024-07-31 06:55:07 +00:00
Ana Guerrero
07058c1a73 Accepting request 1186190 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1186190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=308
2024-07-09 18:03:23 +00:00
114c5d358e Accepting request 1186128 from home:npower:update_samba
- Fix named crash when using samba's DLZ plugin; (bsc#1224003);
  (bso#15643);

- remove dependency on /usr/bin/python3 using
  %python3_fix_shebang macro, [bsc#1212476]

OBS-URL: https://build.opensuse.org/request/show/1186128
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=693
2024-07-08 14:01:31 +00:00
Ana Guerrero
4424ce4731 Accepting request 1185190 from network:samba:STABLE
update to latest

OBS-URL: https://build.opensuse.org/request/show/1185190
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=307
2024-07-04 14:22:39 +00:00
a19539b055 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=692 2024-07-02 16:20:37 +00:00
Ana Guerrero
49711e5617 Accepting request 1178709 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1178709
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=306
2024-06-06 10:30:37 +00:00
Noel Power
8d5fb06dd1 Accepting request 1178486 from home:scabrero:branches:network:samba:STABLE
- Fix non deterministic builds; (bsc#1225754); (bso#13213);

OBS-URL: https://build.opensuse.org/request/show/1178486
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=691
2024-06-05 09:55:49 +00:00
Ana Guerrero
15ade13038 Accepting request 1177473 from network:samba:STABLE
- Update to 4.20.1
  * dns update debug message is too noisy; (bso#15630);
  * Do not fail PAC validation for RFC8009 checksums types; (bso#15635);
  * Improve performance of lookup_groupmem() in idmap_ad; (bso#15605);
  * Smbcacls incorrectly propagates inheritance with Inherit-Only flag; (bso#15636);
  * http library doesn't support 'chunked transfer encoding'; (bso#15611);
  * Provide a systemd service file for the background queue daemon; (bso#15600);
- Update to 4.20.0
  New features:
    * samba-tool user getpassword / syncpasswords ;rounds= change
    * Group Managed service account client-side features
    * New Windows Search Protocol Client
    * Allow 'smbcacls' to save/restore DACLs to file
    * Samba-tool extensions for AD Claims, Authentication Policies and Silos
    * AD DC support for Authentication Silos and Authentication Policies
    * Conditional ACEs and Resource Attribute ACEs
    * Service Witness Protocol [MS-SWN]
  Removed features:
    * Get locally logged on users from utmp
  Fixed bugs:
    * Avoid null-dereference with bad claims; (bso#15606);
    * ndr_pull_security_ace can leave resource attribute ACE coda
      claim struct undefined; (bso#15613);
    * fd_handle_destructor() panics within an smbd_smb2_close() if
      vfs_stat_fsp() fails in fd_close(); (bso#15527);
    * set_nt_acl sometimes fails with NT_STATUS_INVALID_PARAMETER -
      openat() EACCES; (bso#15583);
    * libgpo: Segfault in python bindings; (bso#15599);
    * Samba AD is missing some authentication policy tests;
      (bso#15607);

OBS-URL: https://build.opensuse.org/request/show/1177473
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=305
2024-05-30 13:32:30 +00:00
Noel Power
201da9bbd6 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=690 2024-05-20 09:09:01 +00:00
Ana Guerrero
d8dc438415 Accepting request 1149635 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1149635
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=304
2024-02-23 15:44:27 +00:00
cd7ae3312b Accepting request 1149633 from home:dmulder:branches:network:samba:STABLE
- Update to 4.19.5
  * Windows 2016 fails to restore previous version of a file from
    a shadow_copy2 snapshot; (bso#13688).
  * Symlinks on AIX are broken in 4.19 (and a few version before
    that); (bso#15549).
  * Fake directory create times has no effect; (bso#12421).
  * ctime mixed up with mtime by smbd; (bso#15550).
  * samba-gpupdate --rsop fails if machine is not in a site;
    (bso#15548).
  * gpupdate: The root cert import when NDES is not available is
    broken; (bso#15557).
  * samba-gpupdate should print a useful message if cepces-submit
    can't be found; (bso#15552).
  * samba-gpupdate logging doesn't work; (bso#15558).
  * smbpasswd reset permissions only if not 0600; (bso#15555).

OBS-URL: https://build.opensuse.org/request/show/1149633
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=689
2024-02-22 19:53:09 +00:00
Ana Guerrero
928f434bba Accepting request 1138117 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1138117
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=303
2024-01-12 22:44:31 +00:00
0ad9862bf3 Accepting request 1138091 from home:npower:branches:network:samba:STABLE
Fri Jan  10 12:01:49 UTC 2024 - Noel Power <nopower@suse.com>
- Remove -x from bash shebang update-apparmor-samba-profile;
  (bsc#1218431).

- Update to 4.19.4
  * net changesecretpw cannot set the machine account password if
    secrets.tdb is empty; (bso#13577).
  * For generating doc, take, if defined, env XML_CATALOG_FILES;
    (bso#15540).
  * Trivial C typo in nsswitch/winbind_nss_netbsd.c; (bso#15541).
  * vfs_linux_xfs is incorrectly named; (bso#15542).
  * systemd stumbled over copyright-message at smbd startup;
    (bso#15377).
  * Following intermediate abolute share-local symlinks is
    broken; (bso#15505).
  * ctdb RELEASE_IP causes a crash in release_ip if a connection
    to a non-public address disconnects first; (bso#15523).
  * shadow_copy2 broken when current fileset's directories are
    removed; (bso#15544).
  * smbd does not detect ctdb public ipv6 addresses for
    multichannel exclusion; (bso#15534).
  * 'force user = localunixuser' doesn't work if 'allow trusted
    domains = no' is set; (bso#15469).
  * smbget debug logging doesn't work; (bso#15525).
  * smget: username in the smburl and interactive password entry
    doesn't work; (bso#15532).
  * smbget auth function doesn't set values for password prompt
    correctly; (bso#15538).
  * Unable to copy and write files from clients to Ceph cluster
    via SMB Linux gateway with Ceph VFS module; (bso#15440).

OBS-URL: https://build.opensuse.org/request/show/1138091
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=688
2024-01-11 11:46:02 +00:00
Ana Guerrero
a29d5a4888 Accepting request 1121661 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1121661
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=302
2023-11-02 19:20:08 +00:00
e4640cae65 Accepting request 1120339 from home:dmulder:branches:network:samba:STABLE
- packaging: samba-tool domain provision requires python3-Markdown;
  (bsc#1216519).

OBS-URL: https://build.opensuse.org/request/show/1120339
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=687
2023-11-01 16:34:35 +00:00
Ana Guerrero
59e898e403 Accepting request 1118612 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1118612
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=301
2023-10-19 20:47:24 +00:00
1c40fe22ec Accepting request 1118340 from home:scabrero:branches:network:samba:STABLE
- Update to 4.19.2
  * Use-after-free in aio_del_req_from_fsp during smbd shutdown
    after failed IPC FSCTL_PIPE_TRANSCEIVE; (bso#15423).
  * clidfs.c do_connect() missing a "return" after a
    cli_shutdown() call; (bso#15426).
  * macOS mdfind returns only 50 results; (bso#15463).
  * GETREALFILENAME_CACHE can modify incoming new filename with
    previous cache entry value; (bso#15481).
  * libnss_winbind causes memory corruption since samba-4.18,
    impacts sendmail, zabbix, potentially more; (bso#15464).
  * ctdbd: setproctitle not initialized messages flooding logs;
    (bso#15479).
  * CVE-2023-5568 Heap buffer overflow with freshness tokens in
    the Heimdal KDC in Samba 4.19; (bso#15491).
  * The heimdal KDC doesn't detect s4u2self correctly when fast
    is in use; (bso#15477).

- packaging: Remove /etc/slp.reg.d from samba spec file;
  (bsc#1216160)

- use systemd-logind rather than utmp for y2038 safety;
  (bsc#1216159).

OBS-URL: https://build.opensuse.org/request/show/1118340
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=686
2023-10-18 15:15:15 +00:00
Ana Guerrero
00b4ad3043 Accepting request 1117041 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1117041
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=300
2023-10-13 21:13:42 +00:00
3eb5634326 Accepting request 1116864 from home:npower:branches:network:samba:STABLE
- CVE-2023-4091: samba: Client can truncate file with read-only
  permissions; (bsc#1215904); (bso#15439).
- CVE-2023-42669: samba: rpcecho, enabled and running in AD DC,
  allows blocking sleep on request; (bso#1215905); (bso#15474).
- CVE-2023-42670: samba:  The procedure number is out of range
  when starting Active Directory Users and Computers;
  (bsc#1215906); (bso#15473).
- CVE-2023-3961: samba: Unsanitized client pipe name passed to
  local_np_connect(); (bsc#1215907); (bso#15422).
- CVE-2023-4154: samba: dirsync allows SYSTEM access with only
  "GUID_DRS_GET_CHANGES" right, not "GUID_DRS_GET_ALL_CHANGES;
  (bsc#1215908); (bso#15424).

OBS-URL: https://build.opensuse.org/request/show/1116864
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=685
2023-10-11 15:15:21 +00:00
Ana Guerrero
47eceb8afe Accepting request 1115654 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1115654
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=299
2023-10-05 18:03:05 +00:00
39c3d44183 Accepting request 1114416 from home:npower:branches:network:samba:STABLE
- Update to 4.19.0
  * File doesn't show when user doesn't have permission if
    aio_pthread is loaded; (bso#15453).
  * ctdb_killtcp fails to work with --enable-pcap and libpcap ≥
    1.9.1; (bso#15451).
  * Logging to stdout/stderr with DEBUG_SYSLOG_FORMAT_ALWAYS can
    log to syslog; (bso#15460).
  * ‘samba-tool domain level raise’ fails unless given a URL;
    (bso#15458).
  * reply_sesssetup_and_X() can dereference uninitialized tmp
    pointer; (bso#15420).
  * missing return in reply_exit_done(); (bso#15430).
  * TREE_CONNECT without SETUP causes smbd to use uninitialized
    pointer; (bso#15432).
  * Avoid infinite loop in initial user sync with Azure AD
    Connect when synchronising a large Samba AD domain;
    (bso#15401).
  * Samba replication logs show (null) DN; (bso#15407).
  * 2-3min delays at reconnect with
    smb2_validate_sequence_number: bad message_id 2; (bso#15346).
  * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed;
    (bso#15446).
  * CID 1539212 causes real issue when output contains only
    newlines; (bso#15438).
  * KDC encodes INT64 claims incorrectly; (bso#15452).
  * mdssvc: Do an early talloc_free() in _mdssvc_open();
    (bso#15449).
  * Windows client join fails if a second container CN=System
    exists somewhere; (bso#9959).
  * regression DFS not working with widelinks = true;

OBS-URL: https://build.opensuse.org/request/show/1114416
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=684
2023-10-04 15:10:51 +00:00
Ana Guerrero
0ae4d24409 Accepting request 1108201 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1108201
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=298
2023-09-01 12:18:41 +00:00
Noel Power
0b1e0c5925 Accepting request 1108160 from home:scabrero:branches:network:samba:STABLE
- Update to 4.18.6
  * reply_sesssetup_and_X() can dereference uninitialized tmp pointer;
    (bso#15420);
  * Missing return in reply_exit_done(); (bso#15430);
  * post-exec password redaction for samba-tool is more reliable for fully
    random passwords as it no longer uses regular expressions containing the
    password value itself; (bso#15289);
  * Windows client join fails if a second container CN=System exists somewhere;
    (bso#9959);
  * Spotlight sometimes returns no results on latest macOS; (bso#15342);
  * Renaming results in NT_STATUS_SHARING_VIOLATION if previously attempted to
    remove the destination; (bso#15417);
  * Spotlight results return wrong date in result list; (bso#15427);
  * "net offlinejoin provision" does not work as non-root user; (bso#15414);
  * rpcserver no longer accepts double backslash in dfs pathname; (bso#15400);
  * cm_prepare_connection() calls close(fd) for the second time; (bso#15433);
  * 2-3min delays at reconnect with smb2_validate_sequence_number: bad
    message_id 2; (bso#15346);
  * samba-tool ntacl get segfault if aio_pthread appended; (bso#15441);
  * DCERPC_PKT_CO_CANCEL and DCERPC_PKT_ORPHANED can't be parsed; (bso#15446);
  * Python tarfile extraction needs change to avoid a warning (CVE-2007-4559
    mitigation); (bso#15390);
  * Regression DFS not working with widelinks = true; (bso#15435);
  * mdssvc: Do an early talloc_free() in _mdssvc_open(); (bso#15449);

OBS-URL: https://build.opensuse.org/request/show/1108160
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=683
2023-08-31 07:42:36 +00:00
6c7b94f48d Accepting request 1103193 from home:scabrero:branches:network:samba:STABLE
- Move libcluster-samba4.so from samba-libs to samba-client-libs;
  (bsc#1213940);

OBS-URL: https://build.opensuse.org/request/show/1103193
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=682
2023-08-17 14:43:19 +00:00
Ana Guerrero
86146a78c4 Accepting request 1099579 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1099579
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=297
2023-07-25 09:23:46 +00:00
c3302e8be3 Accepting request 1099578 from home:npower:update_samba_418
- Update to 4.18.5
  * CVE-2022-2127: lm_resp_len not checked properly in
    winbindd_pam_auth_crap_send; (bso#15072); (bsc#1213174).
  * CVE-2023-34966: Samba Spotlight mdssvc RPC Request Infinite
    Loop Denial-of-Service Vulnerability; (bso#15340); (bsc#1213173).
  * CVE-2023-34967: Samba Spotlight mdssvc RPC Request Type
    Confusion Denial-of-Service Vulnerability; (bso#15341); (bsc#1213172).
  * CVE-2023-34968: Spotlight server-side Share Path Disclosure;
    (bso#15388); (bsc#1213171).
  * CVE-2023-3347: Samba doesn't require SMB2+ signing if
    `server signing = mandatory` is set; (bso#15397); (bsc#1213170).
  * secure channel faulty since Windows 10/11 update 07/2023;
    (bso#15418); (bsc#1213384).

- Update to 4.18.4
  * Backport --pidl-developer fixes; (bso#15404).
  * Named crashes on DLZ zone update; (bso#14030).
  * smbcacls and smbcquotas do not check // before the server;
    (bso#2312).
  * cli_list loops 100% CPU against pre-lanman2 servers;
    (bso#15382).
  * smbclient leaks fds with showacls; (bso#15391).
  * smbd returns NOT_FOUND when creating files on a r/o
    filesystem; (bso#15402).
  * NSS_WRAPPER_HOSTNAME doesn't match NSS_WRAPPER_HOSTS entry
    and causes test timeouts; (bso#15355).
  * net ads lookup (with unspecified realm) fails; (bso#15384).
  * Register Samba processes with GPFS; (bso#15381).
  * Python tarfile extraction needs change to avoid a warning
    (CVE-2007-4559 mitigation); (bso#15390).

OBS-URL: https://build.opensuse.org/request/show/1099578
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=681
2023-07-19 20:04:41 +00:00
Dominique Leuenberger
c2353dcb4d Accepting request 1091722 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1091722
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=296
2023-06-11 17:52:32 +00:00
208a631435 Accepting request 1091720 from home:npower:update_samba_418
- Update to 4.18.3
  * Symlinks to files can have random DOS mode information in a
    directory listing; (bso#15375).
  * vfs_fruit might cause a failing open for delete; (bso#15378).
  * winbind recurses into itself via rpcd_lsad; (bso#15361).
  * wbinfo -u fails on ad dc with >1000 users; (bso#15366).
  * DS ACEs might be inherited to unrelated object classes;
    (bso#15338).
  * a lot of messages: get_static_share_mode_data:
    get_static_share_mode_data_fn failed: NT_STATUS_NOT_FOUND;
    (bso#15362).
  * aes256 smb3 encryption algorithms are not allowed in
    smb3_sid_parse(); (bso#15374).
  * Setting veto files = /.*/ break listing directories;
    (bso#15360).
  * "samba-tool domain provision" does not run interactive mode
    if no arguments are given; (bso#15363).
  * dsgetdcname: assumes local system uses IPv4; (bso#15325).
- Update to 4.18.2
  * Log flood: smbd_calculate_access_mask_fsp: Access denied:
    message level should be lower; (bso#15302).
  * Floating point exception (FPE) via cli_pull_send at
    source3/libsmb/clireadwrite.c; (bso#15306).
  * test_tstream_more_tcp_user_timeout_spin fails intermittently
    on Rackspace GitLab runners; (bso#15328).
  * Reduce flapping of ridalloc test; (bso#15329).
  * large_ldap test is unreliable; (bso#15351).
  * New filename parser doesn't check veto files smb.conf
    parameter; (bso#15143).
  * mdssvc may crash when initializing; (bso#15354).

OBS-URL: https://build.opensuse.org/request/show/1091720
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=680
2023-06-08 17:54:43 +00:00
Dominique Leuenberger
cd0e2ced90 Accepting request 1076438 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1076438
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=295
2023-04-01 21:27:09 +00:00
b068eafe34 Accepting request 1075680 from home:npower:branches:network:samba:STABLE
- Update to 4.18.1
  * CVE-2023-0225: AD DC "dnsHostname" attribute can be
    deleted by unprivileged authenticated users.
    (bso#15276);(bsc#1209483).
  * CVE-2023-0614: Access controlled AD LDAP attributes can be
    discovered  (bso#15270); (bsc#1209485).
  * CVE-2023-0922: Samba AD DC admin tool samba-tool sends
    passwords in cleartext(bso#15315);(bsc#1209481).
  * ldb wildcard matching makes excessive allocations;
    (bso#15331).
  * large_ldap test is inefficient; (bso#15332).

OBS-URL: https://build.opensuse.org/request/show/1075680
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=679
2023-03-31 10:19:08 +00:00
Dominique Leuenberger
6bfc7d483f Accepting request 1074016 from network:samba:STABLE
- Update to 4.18.0
  * SMB server performance improvements
  * More succinct samba-tool error messages
  * Color output with samba-tool --color
    The NO_COLOR environment variable will disable colour output
  * New samba-tool dsacl subcommand for deleting ACEs
  * New wbinfo option --change-secret-at
  * Net option to change the NT ACL default location
  * Azure AD / Office365 synchronization improvements

OBS-URL: https://build.opensuse.org/request/show/1074016
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=294
2023-03-25 17:54:49 +00:00
Noel Power
d4d26d5657 OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=678 2023-03-20 10:00:12 +00:00
Dominique Leuenberger
e2bcbee749 Accepting request 1066229 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1066229
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=293
2023-02-17 15:44:04 +00:00
Noel Power
c04317621f Accepting request 1066228 from home:scabrero:branches:network:samba:STABLE
- Update to 4.17.5
  * smbc_getxattr() return value is incorrect; (bso#14808);
  * Compound SMB2 FLUSH+CLOSE requests from MacOSX are not handled
    correctly; (bso#15172);
  * synthetic_pathref AFP_AfpInfo failed errors; (bso#15210);
  * samba-tool gpo listall fails IPv6 only - finddcs() fails to find DC
    when there is only an AAAA record for the DC in DNS; (bso#15226);
  * smbd crashes if an FSCTL request is done on a stream handle; (bso#15236);
  * DFS links don't work anymore on Mac clients since 4.17; (bso#15277);
  * vfs_virusfilter segfault on access, directory edgecase
    (accessing NULL value); (bso#15283);
  * CVE-2022-38023 [SECURITY] Samba should refuse RC4 (aka md5) based
    SChannel on NETLOGON (additional changes); (bso#15240);
  * %U for include directive doesn't work for share listing
    (netshareenum); (bso#15243);
  * Shares missing from netshareenum response in samba 4.17.4;
    (bso#15266);
  * ctdb: use-after-free in run_proc; (bso#15269);
  * irpc_destructor may crash during shutdown; (bso#15280);
  * auth3_generate_session_info_pac leaks wbcAuthUserInfo; (bso#15286);
  * smbclient segfaults with use after free on an optimized build;
    (bso#15268);
  * smbstatus leaking files in msg.sock and msg.lock; (bso#15282);
  * Leak in wbcCtxPingDc2; (bso#15164);
  * Access based share enum does not work in Samba 4.16+; (bso#15265);
  * Crash during share enumeration; (bso#15267);
  * rep_listxattr on FreeBSD does not properly check for reads off
    end of returned buffer; (bso#15271);
  * Avoid relying on C89 features in a few places; (bso#15281);
- named crashes on DLZ zone update; (bso#14030); (bsc#1206996);

OBS-URL: https://build.opensuse.org/request/show/1066228
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=677
2023-02-16 17:15:01 +00:00
Dominique Leuenberger
e0e81038e1 Accepting request 1060506 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1060506
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=292
2023-01-25 16:42:18 +00:00
Paulo Alcantara
48abfeb6df Accepting request 1060504 from home:npower:branches:network:samba:STABLE
- libdsdb-module-samba4 should be packaged as part of samba-libs and
  not samba-ad-dc-libs. Additionally no need for it to be
  removed conditionally.

- Clean up logic for PAM migration settings in spec file.

OBS-URL: https://build.opensuse.org/request/show/1060504
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=676
2023-01-23 18:37:29 +00:00
Dominique Leuenberger
823735e5d6 Accepting request 1057608 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1057608
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=291
2023-01-11 13:33:39 +00:00
8f416c0e61 Accepting request 1057016 from home:npower:branches:network:samba:STABLE
- Migration of PAM settings to /usr/lib/pam.d.

- Change with_dc default to 0 (for non TW builds).

OBS-URL: https://build.opensuse.org/request/show/1057016
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=675
2023-01-10 11:03:13 +00:00
Dominique Leuenberger
1e13294617 Accepting request 1044036 from network:samba:STABLE
OBS-URL: https://build.opensuse.org/request/show/1044036
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=290
2022-12-25 14:14:14 +00:00
Noel Power
15e4a66aab Accepting request 1043954 from home:scabrero:branches:network:samba:STABLE
- Update to 4.17.4
   * CVE-2022-44640 Upstream Heimdal free of user-controlled
     pointer in FAST; (bsc#14929);
   * CVE-2021-20251 Bad password count not incremented atomically;
     (bsc#14611);
   * CVE-2022-42898 krb5_pac_parse() buffer parsing vulnerability;
     (bsc#15203);
   * CVE-2022-37966 rc4-hmac Kerberos session keys issued to
     modern servers; (bso#15237);
   * CVE-2022-37967 Kerberos constrained delegation ticket forgery
     possible against Samba AD DC; (bso#15231);
   * CVE-2022-38023 RC4/HMAC-MD5 NetLogon Secure Channel is weak
     and should be avoided; (bso#15240);
   * pam_winbind uses time_t and pointers assuming they are of the
     same size; (bso#15224);
   * Heimdal session key selection in AS-REQ examines wrong entry;
     (bso#15219);
   * filter-subunit is inefficient with large numbers of
     knownfails; (bso#15258);
   * smbd allows setting FILE_ATTRIBUTE_TEMPORARY on directories;
     (bso#15252);
   * The KDC logic arround msDs-supportedEncryptionTypes differs
     from Windows; (bso#13135);
   * libnet: change_password() doesn't work with
     dcerpc_samr_ChangePasswordUser4(); (bso#15206);
   * Heimdal session key selection in AS-REQ examines wrong entry;
     (bso#15219);
   * Memory leak in snprintf replacement functions; (bso#15230);
   * RODC doesn't reset badPwdCount reliable via an RWDC
     (CVE-2021-20251 regression); (bso#15253);

OBS-URL: https://build.opensuse.org/request/show/1043954
OBS-URL: https://build.opensuse.org/package/show/network:samba:STABLE/samba?expand=0&rev=674
2022-12-21 09:46:36 +00:00
Dominique Leuenberger
a1d35ef698 Accepting request 1039573 from network:samba:STABLE
- Introduce without-smb1-server spec flag; (bsc#1205104);

OBS-URL: https://build.opensuse.org/request/show/1039573
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/samba?expand=0&rev=289
2022-12-03 09:03:17 +00:00