[Pkg-samba-maint] [samba] branch upstream_4.4 updated (ecc3685 -> 4ec0ba9)

Jelmer Vernooij jelmer at moszumanska.debian.org
Mon May 2 14:50:20 UTC 2016


This is an automated email from the git hooks/post-receive script.

jelmer pushed a change to branch upstream_4.4
in repository samba.

      from  ecc3685   Imported Upstream version 4.4.2+dfsg
       new  e8918a1   VERSION: Bump version up to 4.4.3...
       new  9d56304   s3:winbindd:idmap: add domain_has_idmap_config() helper function.
       new  87fcc70   s3:winbindd:idmap_hash: skip domains that already have their own idmap configuration.
       new  8bd67a1   s3:winbindd:idmap: check loadparm in domain_has_idmap_config() helper as well.
       new  dab38c3   idmap_hash: rename be_init() --> idmap_hash_initialize()
       new  fb0c85b52 idmap_hash: only allow the hash module for default idmap config.
       new  26f5b40   winbind: Fix CID 1357100 Unchecked return value
       new  811fbb2   vfs_acl_common: avoid setting POSIX ACLs if "ignore system acls" is set
       new  a6a4532   smbcquotas: print "NO LIMIT" only if returned quota value is 0.
       new  6b66061   s3: libsmb: Fix error where short name length was read as 2 bytes, should be 1.
       new  eb96e15   vfs_catia: Fix bug 11827, memleak
       new  d4dd33b   libads: record session expiry for spnego sasl binds
       new  23497a6   nss_wins: ip_pton expects the raw IP address
       new  85185e7   nss_wins: Fix the hostent setup
       new  2184ae7   cleanupd: restart as needed
       new  a4c00ce   Fix the smb2_setinfo to handle FS info types and FSQUOTA infolevel
       new  13d563a   smbd: Avoid large reads beyond EOF
       new  969ddf1   nwrap: Fix the build on Solaris
       new  06343ea   configure: Don't check for inotify on illumos
       new  1a36149   WHATSNEW: Start release notes for Samba 4.4.3.
       new  794d0c2   Mask general purpose signals for notifyd.
       new  8f159c5   s4:gensec_tstream: allow wrapped messages up to a size of 0xfffffff
       new  fc3a36c   s3:libads/sasl: allow wrapped messages up to a size of 0xfffffff
       new  a9a5c60   lib:krb5_wrap:krb5_samba: increase debug level for smb_krb5_get_default_realm_from_ccache().
       new  9aa4b3c   s3:librpc:crypto:gse: increase debug level for gse_init_client().
       new  8a8a567   auth/spnego: change log level for 'Failed to setup SPNEGO negTokenInit request: NT_STATUS_INTERNAL_ERROR'
       new  f26e6c9   auth/spnego: handle broken mechListMIC response from Windows 2000
       new  0e06d40   auth/ntlmssp: don't require any flags in the ccache_resume code
       new  e72697d   auth/ntlmssp: don't require NTLMSSP_SIGN for smb connections
       new  ce9dc37   s3:libsmb: use password = NULL for anonymous connections
       new  eff4ed6   libcli/smb: fix NULL pointer derreference in smbXcli_session_is_authenticated().
       new  e61d929   libcli/smb: add smb1cli_session_set_action() helper function
       new  2bae4e9   libcli/smb: add SMB1 session setup action flags
       new  ad94c11   libcli/smb: add smbXcli_session_is_guest() helper function
       new  779a339   s3:libsmb: record the session setup action flags
       new  702d846   s3:libsmb: don't finish the gensec handshake for guest logins
       new  bc2331b   s3:libsmb: use anonymous authentication via spnego if possible
       new  622a603   auth/spnego: only try to verify the mechListMic if signing was negotiated.
       new  039dc0b   s4:auth_anonymous: anonymous authentication doesn't allow a password
       new  070ae1b   s3:auth_builtin: anonymous authentication doesn't allow a password
       new  696b25f   libcli/security: implement SECURITY_GUEST
       new  2a9cbef   s3:smbd: make use SMB_SETUP_GUEST constant
       new  ab24cfa   s3:smbd: only mark real guest sessions with the GUEST flag
       new  eb085f3   auth/ntlmssp: do map to guest checking after the authentication
       new  c52eab4   auth/spnego: add spnego:simulate_w2k option for testing
       new  6d62364   auth/ntlmssp: add ntlmssp_{client,server}:force_old_spnego option for testing
       new  771bcf9   selftest:Samba4: provide DC_* variables for fl2000dc and fl2008r2dc
       new  7548e8d   s3:test_smbclient_auth.sh: this script reqiures 5 arguments
       new  883660a   selftest:Samba4: let fl2000dc use Windows2000 supported_enctypes
       new  d96f774   selftest:Samba4: let fl2000dc use Windows2000 style SPNEGO/NTLMSSP
       new  b9cc3bd   s3:selftest: add smbclient_ntlm tests
       new  0c53521   WHATSNEW: Udpate release notes.
       new  d89905e   WHATSNEW: Add date.
       new  f67230d   VERSION: Disable git snapshots for the 4.4.3 release.
       new  c595a17   Imported Upstream version 4.4.3+dfsg
       new  4ec0ba9   Imported Upstream version 4.4.3+dfsg

The 56 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                                | 112 ++++++++++++++++++-
 auth/gensec/spnego.c                        |  66 +++++++++--
 auth/ntlmssp/gensec_ntlmssp_server.c        |  15 +--
 auth/ntlmssp/ntlmssp_client.c               |  15 +--
 auth/ntlmssp/ntlmssp_server.c               |  40 +++++++
 docs/manpages/cifsdd.8                      |   4 +-
 docs/manpages/dbwrap_tool.1                 |  56 +---------
 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                    |   9 +-
 docs/manpages/net.8                         | 142 +----------------------
 docs/manpages/nmbd.8                        |  59 +---------
 docs/manpages/nmblookup.1                   |  87 +-------------
 docs/manpages/ntlm_auth.1                   |  23 +---
 docs/manpages/pam_winbind.8                 |   4 +-
 docs/manpages/pam_winbind.conf.5            |   4 +-
 docs/manpages/pdbedit.8                     |  56 +---------
 docs/manpages/profiles.1                    |  56 +---------
 docs/manpages/rpcclient.1                   | 168 +---------------------------
 docs/manpages/samba-regedit.8               | 163 +--------------------------
 docs/manpages/samba-tool.8                  |  46 +-------
 docs/manpages/samba.7                       |   4 +-
 docs/manpages/samba.8                       |  56 +---------
 docs/manpages/sharesec.1                    |  51 +--------
 docs/manpages/smb.conf.5                    |   4 +-
 docs/manpages/smbcacls.1                    | 168 +---------------------------
 docs/manpages/smbclient.1                   | 168 +---------------------------
 docs/manpages/smbcontrol.1                  |  63 +----------
 docs/manpages/smbcquotas.1                  | 137 +----------------------
 docs/manpages/smbd.8                        |  57 +---------
 docs/manpages/smbget.1                      |   9 +-
 docs/manpages/smbgetrc.5                    |   4 +-
 docs/manpages/smbpasswd.5                   |   4 +-
 docs/manpages/smbpasswd.8                   |   8 +-
 docs/manpages/smbspool.8                    |   4 +-
 docs/manpages/smbspool_krb5_wrapper.8       |   4 +-
 docs/manpages/smbstatus.1                   |  51 +--------
 docs/manpages/smbtar.1                      |   4 +-
 docs/manpages/smbtree.1                     | 137 +----------------------
 docs/manpages/testparm.1                    |  42 +------
 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                     |  51 +--------
 docs/manpages/wbinfo.1                      |  14 +--
 docs/manpages/winbind_krb5_locator.7        |   4 +-
 docs/manpages/winbindd.8                    |  56 +---------
 lib/krb5_wrap/krb5_samba.c                  |   4 +-
 lib/nss_wrapper/wscript                     |   2 +-
 libcli/security/security_token.c            |   5 +
 libcli/security/security_token.h            |   2 +
 libcli/security/session.c                   |   4 +
 libcli/security/session.h                   |   1 +
 libcli/smb/smbXcli_base.c                   |  35 ++++++
 libcli/smb/smbXcli_base.h                   |   3 +
 libcli/smb/smb_constants.h                  |   6 +
 nsswitch/wins.c                             |  13 ++-
 selftest/target/Samba.pm                    |  13 +++
 selftest/target/Samba4.pm                   |  23 +++-
 source3/auth/auth_builtin.c                 |  47 ++++++--
 source3/libads/sasl.c                       |  13 ++-
 source3/librpc/crypto/gse.c                 |   2 +-
 source3/libsmb/cliconnect.c                 |  92 ++++++++++-----
 source3/libsmb/clilist.c                    |   2 +-
 source3/modules/vfs_acl_common.c            | 147 ++++++++++++++++--------
 source3/modules/vfs_catia.c                 |   6 +-
 source3/script/tests/test_smbclient_auth.sh |   2 +-
 source3/script/tests/test_smbclient_ntlm.sh |  40 +++++++
 source3/selftest/tests.py                   |   4 +-
 source3/smbd/globals.h                      |   7 ++
 source3/smbd/notifyd/notifyd.c              |   4 +
 source3/smbd/reply.c                        |  10 ++
 source3/smbd/server.c                       |  35 ++++--
 source3/smbd/sesssetup.c                    |  12 +-
 source3/smbd/smb2_sesssetup.c               |   7 +-
 source3/smbd/smb2_setinfo.c                 |  18 +++
 source3/smbd/trans2.c                       | 143 ++++++++++++++---------
 source3/utils/smbcquotas.c                  |   2 +-
 source3/winbindd/idmap.c                    |  41 +++++++
 source3/winbindd/idmap_hash/idmap_hash.c    |  32 +++++-
 source3/winbindd/winbindd_proto.h           |   1 +
 source3/wscript                             |  11 +-
 source4/auth/gensec/gensec_tstream.c        |   6 +-
 source4/auth/ntlm/auth_anonymous.c          |  30 +++++
 source4/ntvfs/sysdep/wscript_configure      |  13 ++-
 139 files changed, 1061 insertions(+), 2236 deletions(-)
 create mode 100755 source3/script/tests/test_smbclient_ntlm.sh

-- 
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