[Pkg-samba-maint] [samba] branch upstream_4.4 updated (ab54c8c -> f6cdd24)
Mathieu Parent
sathieu at moszumanska.debian.org
Mon Oct 31 13:29:11 UTC 2016
This is an automated email from the git hooks/post-receive script.
sathieu pushed a change to branch upstream_4.4
in repository samba.
from ab54c8c New upstream version 4.4.6+dfsg
new d1d5716 VERSION: VERSION: Bump version up to 4.4.7...
new 5793362 gencache: Bail out of stabilize if we can not get the allrecord lock
new 01fa691 s3/smbd: set FILE_ATTRIBUTE_DIRECTORY as necessary
new c849e59 nsswitch: Add missing arguments to wins gethostbyname*
new 368170c nsswitch: Also set h_errnop for nss_wins functions
new 514e6c7 s3-spoolss: fix winreg_printer_ver_to_qword
new a6a439c ctdb-common: Add routines to manage PID file
new df236e0 ctdb-daemon: Use PID file abstraction
new 87632d2 ctdb-daemon: Bind to Unix domain socket after PID file creation
new 1c13a4c ctdb-daemon: Don't try to reopen TDB files
new c3bddc1 ctdb-daemon: Drop attempt to connect to Unix domain socket
new 816c764 ctdb-daemon: Log when removing stale Unix domain socket
new 0708007 Merge tag 'samba-4.4.6' into v4-4-test
new ba1356d ctdb-scripts: ctdbd_wrapper should never remove the PID file
new 2dfbdc5 s3: winbind: Make WBC_AUTH_USER_LEVEL_PAC prime the name2sid cache.
new 275ae03 s3: auth: Use wbcAuthenticateUserEx to prime the caches.
new 1d28a24 s3: winbind: refresh_sequence_number is only ever called with 'false'.
new 47ab4a0 s3: winbind: Trust name2sid mappings from the PAC.
new 257644f s3: winbind: Ensure we store name2sid with the correct cache sequence number.
new e4c48c9 s3:nmbd: fix talloc_zero_array() check in nmbd_packets.c
new 5d160ee s3: nmbd: Add fd, triggered elements to struct socket_attributes.
new b8ae31c s3: nmbd: Ensure attrs array mirrors fd's array for dns.
new 1ccbb07 s3: nmbd: Now attrs array mirrors fd's array use it in preference.
new f8d8ed5 s3: nmbd: Add (currently unused) timeout and fd handlers.
new e9cf61d s3: nmbd: Add a talloc_stackframe().
new 95401c5 s3: nmbd: Change over to using tevent functions from direct poll.
new ed6b8bc s3: nmbd: Final changeover to stock tevent for nmbd.
new a60c9ce s3: winbind: Remove dump_event_list() calls.
new fc82907 s3: server: s3_tevent_context_init() -> samba_tevent_context_init()
new 3170f53 s3: events. Move events.c to util_event.c
new ad96251 glusterfs: Avoid tevent_internal.h
new cfa3e0f s4:param add log_level function to retrieve log level in Python code
new 4fe66b5 tests/param add a test for LoadParm.log_level
new 430e9d2 python/drs_utils: do not attempt to parse log level, use parsed value
new 4c54612 python/join: do not attempt to parse log level, use parsed value
new 49d4c63 s4:samba_spnupdate: do not attempt to parse log level, use parsed value
new 17e61a1 spoolss: Fix caching of printername->sharename
new 15a8ee6 vfs_glusterfs: Fix a memory leak in connect path
new 3af480f smbd/ioctl: match WS2016 ReFS get compression behaviour
new dba617a torture/ioctl: test compression responses when unsupported
new 6e12cac s3-lib: Fix %G substitution in AD member environment
new 0790769 Add a blackbox tests for id & getent to test domain at realm type credentials
new 0fcbce8 s3/winbindd: using default domain with user at domain.com format fails
new bf7e0fb ctdb-scripts: Avoid dividing by zero in memory calculation
new ab1c3d4 ctdb-scripts: Fix incorrect variable reference
new 9ecc6ac s3-utils: Fix loading smb.conf in smbcquotas
new cc3b76b s3: cldap: cldap_multi_netlogon_send() fails with one bad IPv6 address.
new 60ffbab s3-printing: fix migrate printer code (bug 8618)
new 3b98cde HEIMDAL:lib/krb5: destroy a memory ccache on reinit
new f2a0f86 s3:libads: don't use MEMORY:ads_sasl_gssapi_do_bind nor set "KRB5CCNAME"
new 46780e3 s3:libads: don't use MEMORY:ads_sasl_spnego_bind nor set "KRB5CCNAME"
new 5a0b28a lib: Fix bug 12291
new e0ebfb9 WHATSNEW: Add release notes for Samba 4.4.7.
new b2d2088 VERSION: Disable git snapshots for the 4.4.7 release.
new f6cdd24 New upstream version 4.4.7+dfsg
The 55 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.
Summary of changes:
VERSION | 2 +-
WHATSNEW.txt | 105 ++++-
ctdb/common/pidfile.c | 143 +++++++
ctdb/common/pidfile.h | 51 +++
ctdb/config/ctdbd_wrapper | 1 -
ctdb/config/events.d/05.system | 6 +-
ctdb/server/ctdb_daemon.c | 67 ++--
ctdb/tests/cunit/pidfile_test_001.sh | 8 +
ctdb/tests/src/ctdbd_test.c | 1 +
ctdb/tests/src/pidfile_test.c | 241 ++++++++++++
ctdb/wscript | 3 +-
docs/manpages/cifsdd.8 | 4 +-
docs/manpages/dbwrap_tool.1 | 4 +-
docs/manpages/eventlogadm.8 | 4 +-
docs/manpages/findsmb.1 | 4 +-
docs/manpages/idmap_ad.8 | 4 +-
docs/manpages/idmap_autorid.8 | 4 +-
docs/manpages/idmap_hash.8 | 4 +-
docs/manpages/idmap_ldap.8 | 4 +-
docs/manpages/idmap_nss.8 | 4 +-
docs/manpages/idmap_rfc2307.8 | 4 +-
docs/manpages/idmap_rid.8 | 4 +-
docs/manpages/idmap_script.8 | 4 +-
docs/manpages/idmap_tdb.8 | 4 +-
docs/manpages/idmap_tdb2.8 | 4 +-
docs/manpages/libsmbclient.7 | 4 +-
docs/manpages/lmhosts.5 | 4 +-
docs/manpages/log2pcap.1 | 4 +-
docs/manpages/net.8 | 4 +-
docs/manpages/nmbd.8 | 4 +-
docs/manpages/nmblookup.1 | 4 +-
docs/manpages/ntlm_auth.1 | 4 +-
docs/manpages/pam_winbind.8 | 4 +-
docs/manpages/pam_winbind.conf.5 | 4 +-
docs/manpages/pdbedit.8 | 4 +-
docs/manpages/profiles.1 | 4 +-
docs/manpages/rpcclient.1 | 4 +-
docs/manpages/samba-regedit.8 | 4 +-
docs/manpages/samba-tool.8 | 4 +-
docs/manpages/samba.7 | 4 +-
docs/manpages/samba.8 | 4 +-
docs/manpages/sharesec.1 | 4 +-
docs/manpages/smb.conf.5 | 4 +-
docs/manpages/smbcacls.1 | 4 +-
docs/manpages/smbclient.1 | 4 +-
docs/manpages/smbcontrol.1 | 4 +-
docs/manpages/smbcquotas.1 | 4 +-
docs/manpages/smbd.8 | 4 +-
docs/manpages/smbget.1 | 4 +-
docs/manpages/smbgetrc.5 | 4 +-
docs/manpages/smbpasswd.5 | 4 +-
docs/manpages/smbpasswd.8 | 4 +-
docs/manpages/smbspool.8 | 4 +-
docs/manpages/smbspool_krb5_wrapper.8 | 4 +-
docs/manpages/smbstatus.1 | 4 +-
docs/manpages/smbtar.1 | 4 +-
docs/manpages/smbtree.1 | 4 +-
docs/manpages/testparm.1 | 4 +-
docs/manpages/vfs_acl_tdb.8 | 4 +-
docs/manpages/vfs_acl_xattr.8 | 4 +-
docs/manpages/vfs_aio_fork.8 | 4 +-
docs/manpages/vfs_aio_linux.8 | 4 +-
docs/manpages/vfs_aio_pthread.8 | 4 +-
docs/manpages/vfs_audit.8 | 4 +-
docs/manpages/vfs_btrfs.8 | 4 +-
docs/manpages/vfs_cacheprime.8 | 4 +-
docs/manpages/vfs_cap.8 | 4 +-
docs/manpages/vfs_catia.8 | 4 +-
docs/manpages/vfs_ceph.8 | 4 +-
docs/manpages/vfs_commit.8 | 4 +-
docs/manpages/vfs_crossrename.8 | 4 +-
docs/manpages/vfs_default_quota.8 | 4 +-
docs/manpages/vfs_dirsort.8 | 4 +-
docs/manpages/vfs_extd_audit.8 | 4 +-
docs/manpages/vfs_fake_perms.8 | 4 +-
docs/manpages/vfs_fileid.8 | 4 +-
docs/manpages/vfs_fruit.8 | 4 +-
docs/manpages/vfs_full_audit.8 | 4 +-
docs/manpages/vfs_glusterfs.8 | 4 +-
docs/manpages/vfs_gpfs.8 | 4 +-
docs/manpages/vfs_linux_xfs_sgid.8 | 4 +-
docs/manpages/vfs_media_harmony.8 | 4 +-
docs/manpages/vfs_netatalk.8 | 4 +-
docs/manpages/vfs_offline.8 | 4 +-
docs/manpages/vfs_prealloc.8 | 4 +-
docs/manpages/vfs_preopen.8 | 4 +-
docs/manpages/vfs_readahead.8 | 4 +-
docs/manpages/vfs_readonly.8 | 4 +-
docs/manpages/vfs_recycle.8 | 4 +-
docs/manpages/vfs_shadow_copy.8 | 4 +-
docs/manpages/vfs_shadow_copy2.8 | 4 +-
docs/manpages/vfs_shell_snap.8 | 4 +-
docs/manpages/vfs_snapper.8 | 4 +-
docs/manpages/vfs_streams_depot.8 | 4 +-
docs/manpages/vfs_streams_xattr.8 | 4 +-
docs/manpages/vfs_syncops.8 | 4 +-
docs/manpages/vfs_time_audit.8 | 4 +-
docs/manpages/vfs_tsmsm.8 | 4 +-
docs/manpages/vfs_unityed_media.8 | 4 +-
docs/manpages/vfs_worm.8 | 4 +-
docs/manpages/vfs_xattr_tdb.8 | 4 +-
docs/manpages/vfs_zfsacl.8 | 4 +-
docs/manpages/vfstest.1 | 4 +-
docs/manpages/wbinfo.1 | 4 +-
docs/manpages/winbind_krb5_locator.7 | 4 +-
docs/manpages/winbindd.8 | 4 +-
libcli/cldap/cldap.c | 5 +
nsswitch/wins.c | 60 ++-
python/samba/drs_utils.py | 2 +-
python/samba/join.py | 4 +-
python/samba/tests/param.py | 6 +
script/release.sh | 12 +-
selftest/knownfail | 1 +
selftest/target/Samba.pm | 1 +
selftest/target/Samba4.pm | 36 +-
source3/auth/auth_generic.c | 49 ++-
source3/include/includes.h | 4 +-
source3/include/{event.h => util_event.h} | 16 +-
source3/lib/events.c | 486 ------------------------
source3/lib/gencache.c | 2 +-
source3/lib/msghdr.c | 2 +-
source3/lib/server_contexts.c | 2 +-
source3/lib/substitute.c | 24 +-
source3/lib/util_event.c | 101 +++++
source3/libads/cldap.c | 17 +-
source3/libads/sasl.c | 11 -
source3/modules/vfs_glusterfs.c | 4 +-
source3/nmbd/nmbd_packets.c | 162 +++++---
source3/printing/nt_printing_migrate.c | 27 ++
source3/rpc_client/cli_winreg_spoolss.c | 7 +-
source3/rpc_server/rpc_ncacn_np.c | 8 +-
source3/rpc_server/spoolss/srv_spoolss_nt.c | 4 +-
source3/smbd/dosmode.c | 6 +-
source3/smbd/process.c | 4 +-
source3/smbd/server.c | 1 -
source3/smbd/smb2_ioctl_filesys.c | 29 +-
source3/utils/smbcquotas.c | 15 +-
source3/winbindd/winbindd_cache.c | 62 ++-
source3/winbindd/winbindd_dual.c | 5 +-
source3/winbindd/winbindd_pam.c | 35 +-
source3/winbindd/winbindd_proto.h | 5 +
source3/winbindd/winbindd_util.c | 5 +-
source3/wscript_build | 2 +-
source4/heimdal/lib/krb5/mcache.c | 52 ++-
source4/param/pyparam.c | 9 +
source4/scripting/bin/samba_spnupdate | 2 +-
source4/selftest/tests.py | 7 +
source4/torture/smb2/ioctl.c | 76 ++++
testprogs/blackbox/{nsstest.sh => dom_parse.sh} | 13 +-
149 files changed, 1460 insertions(+), 929 deletions(-)
create mode 100644 ctdb/common/pidfile.c
create mode 100644 ctdb/common/pidfile.h
create mode 100755 ctdb/tests/cunit/pidfile_test_001.sh
create mode 100644 ctdb/tests/src/pidfile_test.c
rename source3/include/{event.h => util_event.h} (64%)
delete mode 100644 source3/lib/events.c
create mode 100644 source3/lib/util_event.c
copy testprogs/blackbox/{nsstest.sh => dom_parse.sh} (56%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git
More information about the Pkg-samba-maint
mailing list