[SCM] Samba Shared Repository - annotated tag ldb-1.4.3 created

Stefan Metzmacher metze at samba.org
Thu Nov 8 08:08:37 UTC 2018


The annotated tag, ldb-1.4.3 has been created
        at  b314989a08f25f7e256bd5f2fbeca8d6e3129c19 (tag)
   tagging  c20b587a3bb2b339468fefd3f60c5ca85e1873c6 (commit)
  replaces  samba-4.9.1
 tagged by  Stefan Metzmacher
        on  Thu Nov 8 09:08:23 2018 +0100

- Log -----------------------------------------------------------------
ldb: tag release ldb-1.4.3
-----BEGIN PGP SIGNATURE-----

iQEzBAABCgAdFiEEkUejOXGVGO6QEby1R5ORYRMIQCUFAlvj7vcACgkQR5ORYRMI
QCW1CQgAiGbRet/8rBitEPF8p1ROls4N6mAUdToYPLGRhKWJQwpxmk/odkuJT6Ks
XD7jpTOcjIj3jwhiUcbux5xhbvIQ5qRGMWCtRVO4r8u78EjKv9UrNrIpGPVO+ZQF
QvEzyS3wstXxKZbcNBLleRtrRuLY5pEFkG8byJdvinEjVAwQ45kBHAbOhRdOF3m9
TxkWwXEMpM5oX9NR93vAIRlPNpzQrYh6w3XDLuNd63v7/nStoB6PyMg3wKslaNdR
JN8X7zFWHfylHKwRCO4hQNV93h1/iVKfRJU8NU94FbJA6TJqU7nwx+cqifnhCgGm
bG0TU754bwTxGJhN7oX+5rN9jOwnHg==
=W3Cp
-----END PGP SIGNATURE-----

Amitay Isaacs (12):
      ctdb-daemon: Add invalid_records flag to ctdb_db_context
      ctdb-daemon: Don't pull any records if records are invalidated
      ctdb-daemon: Invalidate records if a node becomes INACTIVE
      ctdb-vacuum: Simplify the deletion of vacuumed records
      ctdb-vacuum: Fix the incorrect counting of remote errors
      ctdb-vacuum: Remove unnecessary check for zero records in delete list
      ctdb-daemon: Drop implementation of RECEIVE_RECORDS control
      ctdb-protocol: Mark RECEIVE_RECORDS control obsolete
      ctdb-protocol: Drop marshalling code for RECEIVE_RECORDS control
      ctdb-tests: Drop code for RECEIVE_RECORDS control
      ctdb-common: Set close-on-exec for startup fd
      ctdb-event: Check the return status of sock_daemon_set_startup_fd

Andreas Schneider (3):
      waf: Check for -fstack-protect-strong support
      waf: Add -fstack-clash-protection
      s3:winbind: Check return code of initialize_password_db()

Andrew Bartlett (2):
      dsdb: Ensure that a DN (now) pointing at a deleted object counts for objectclass-based MUST
      dsdb: Add comments explaining the limitations of our current backlink behaviour

Christof Schmitt (16):
      s3/lib:popt_common: Move setup_logging to common callback
      s3:lib: Move popt_common_credentials to separate file
      s3:lib: Introduce cmdline context wrapper
      test:doc: Skip 'clustering=yes'
      s3:smbpasswd: Use cmdline_messaging_context
      s3:smbstatus: Use cmdline_messaging_context
      rpcclient: Use cmdline_messaging_context
      s3:net: Use cmdline_messaging_context
      s3:pdbedit: Use cmdline_messaging_context
      s3:testparm: Use cmdline_messaging_context
      s3:sharesec: Use cmdline_messaging_context
      s3: ntlm_auth: Use cmdline_messaging_context
      s3:eventlogadm: Use cmdline_messaging_context
      s3:dbwrap_tool: Use cmdline_messaging_context
      s3:smbcontrol: Use cmdline_messaging_context
      s3:smbget: Use cmdline_messaging_context

David Mulder (2):
      python: Allow forced signing via smb.SMB()
      lib:socket: If returning early, set ifaces

Jeremy Allison (1):
      s3: smbd: Prevent valgrind errors in smbtorture3 POSIX test.

Karolin Seeger (1):
      VERSION: Bump version up to 4.9.2...

Martin Schwenke (4):
      ctdb-tests: Add recovery record resurrection test for volatile databases
      ctdb-daemon: Return early when refusing to run an event script
      ctdb-daemon: Exit if eventd goes away
      ctdb-daemon: Fix valgrind hit in event code

Noel Power (4):
      lib/ldb: Test correct variable for no mem condition
      lib/ldb/tests: add test for ldb.Dn passed utf8 unicode
      lib/ldb: Ensure ldb.Dn can accept utf8 encoded unicode
      ldb: Bump ldb version to 1.4.3

Ralph Boehme (35):
      s3:lib/server_contexts: make server_event_ctx and server_msg_ctx static
      s3:loadparm: reinit_globals in lp_load_with_registry_shares()
      selftest: pass configfile to pdbedit
      s3:popt_common: use cmdline_messaging_context() in popt_common_credentials_callback()
      s3:messaging: remove unused messaging_init_client()
      s4:torture: FinderInfo conversion test with AppleDouble without xattr data
      vfs_fruit: fix two comments
      vfs_fruit: store filler bytes from AppleDouble file header in struct adouble
      vfs_fruit: move setting ADEID_FINDERI length to ad_convert_xattr()
      vfs_fruit: do direct return from error checks in ad_convert()
      vfs_fruit: remove unneeded fd argument from ad_convert()
      vfs_fruit: move storing of modified struct adouble to ad_convert()
      vfs_fruit: move FinderInfo conversion to helper function and call it from ad_convert()
      vfs_fruit: move FinderInfo lenght check to ad_convert()
      vfs_fruit: split out truncating from ad_convert()
      vfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in ad_convert_truncate()
      vfs_fruit: split out moving of the resource fork
      vfs_fruit: use ADEDOFF_RFORK_DOT_UND offset macro in ad_convert_move_reso()
      vfs_fruit: fix error returns in ad_convert_xattr()
      vfs_fruit: let the ad_convert_*() subfunctions mmap as needed
      vfs_fruit: let the ad_convert_*() subfunction update the on-disk AppleDoube header as needed
      vfs_fruit: call ad_convert_move_reso() from ad_convert_xattr()
      vfs_fruit: add check for OS X filler in FinderInfo conversion
      vfs_fruit: add out arg "converted_xattr" to ad_convert_xattr
      vfs_fruit: make call to ad_convert_truncate() optional
      vfs_fruit: move check in ad_convert() to ad_convert_*() subfunctions
      vfs_fruit: remove check for number of xattrs from ad_convert_xattr
      docs:vfs_fruit: add "wipe_intentionally_left_blank_rfork" option
      docs:vfs_fruit: add "delete_empty_adfiles" option
      s3:selftest: list vfs testssuites one per line
      s4:torture: add test for AppleDouble ResourceFork conversion
      vfs_fruit: add option "wipe_intentionally_left_blank_rfork"
      vfs_fruit: detect empty resource forks in ad_convert()
      vfs_fruit: add option "delete_empty_adfiles"
      vfs_fruit: optionally delete AppleDouble files without Resourcefork data

Stefan Metzmacher (16):
      s4:torture: split smb2.session.expire{1,2} to run with signing and encryptpion
      smb2_server: set req->do_encryption = true earlier
      schema_samba4.ldif: add allocation of DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME
      s4:dsdb: fix comment on DSDB_CONTROL_DBCHECK_FIX_LINK_DN_NAME
      testprogs/blackbox: add samba4.blackbox.test_primary_group test
      s4:dsdb: add DSDB_CONTROL_DBCHECK_FIX_LINK_DN_SID oid
      dbchecker: improve verbose output of do_modify()
      dbchecker: Fix missing <SID=...> on linked attributes
      blackbox/dbcheck-links: Test broken links with missing <SID=...> on linked attributes
      s4:repl_meta_data: pass down struct replmd_replicated_request to replmd_modify_handle_linked_attribs()
      s4:repl_meta_data: pass down struct replmd_replicated_request to replmd_modify_la_add()
      s4:repl_meta_data: add missing \n to a DEBUG message in replmd_modify_la_add()
      s4:repl_meta_data: pass down struct replmd_replicated_request to replmd_modify_la_delete()
      s4:repl_meta_data: pass down struct replmd_replicated_request to replmd_modify_la_replace()
      s4:repl_meta_data: add support for DSDB_CONTROL_DBCHECK_FIX_LINK_DN_SID
      s4:samldb: internally use extended dns while changing the primaryGroupID field

Tim Beale (8):
      netcmd: Add --site option when restoring a domain
      tests: Add test-case for restore into non-default site
      netcmd: Re-create default site for backup-restore (if missing)
      selftest: Change backup testenvs to use non-default site
      netcmd: Make sure SMB connection is signed when backing up sysvol
      s3/smbd: Server responds incorrectly if no SMB protocol chosen
      libcli: Add debug message if fail to negoatiate SMB protocol
      tests: Add corner-case test: fromServer points to dead server

Volker Lendecke (3):
      examples: Fix the smb2mount build
      lib: Avoid the use of open_memstream in tevent_req_profile_string
      winbindd_cache: Fix timeout calculation for sid<->name cache

-----------------------------------------------------------------------


-- 
Samba Shared Repository



More information about the samba-cvs mailing list