[Pkg-samba-maint] [samba] branch upstream_4.1 updated (275afd1 -> 784887a)

Ivo De Decker ivodd at moszumanska.debian.org
Sat Feb 22 22:08:36 UTC 2014


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

ivodd pushed a change to branch upstream_4.1
in repository samba.

      from  275afd1   Imported Upstream version 4.1.4+dfsg
      adds  ca56a5d   VERSION: Bump version number up to 4.1.5...
      adds  187d2ef   s3: winbindd: Move the logic of whether to set 'domain->primary' into add_trusted_domain().
      adds  9f00bda   s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
      adds  ee34996   shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
      adds  09242f8   shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
      adds  f8c613b   shadow_copy2: add header comment explaining have_snapdir()
      adds  259b8de   shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
      adds  b578f7c   shadow_copy2: add comment block explaining shadow_copy2_insert_string()
      adds  cd96d92   shadow_copy2: add comment block explaining shadow_copy2_convert()
      adds  0985cce   shadow_copy2: add comment explaining the SMB level GMT format pattern
      adds  5037f83   shadow_copy2: introduce config struct and function shadow_copy2_connect()
      adds  e86972d   shadow_copy2: introduce the bool "snapdir_absolute" in the config.
      adds  266a8de   shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
      adds  52c70fb   shadow_copy2: re-add the basedir option.
      adds  9b376b7   shadow_copy2: introduce "shadow:mountpoint" option
      adds  fa6b219   shadow_copy2: add rel_connectpath to config.
      adds  1b1d020   shadow_copy2: add snapshot_basepath to the config.
      adds  cfa7632   shadow_copy2: log resulting config at the end of shadow_copy2_connect()
      adds  47a0a04   shadow_copy2: implement disk_free
      adds  f61106d   shadow_copy2: in the classical case, use configured path in shadow_copy2_find_snapdir()
      adds  b6a6eb5   shadow_copy2: make shadow_copy2_find_snapdir() return const char *
      adds  15170c0   shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute mode
      adds  042b0aa   shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_insert_string()
      adds  9af2451   shadow_copy2: introduce shadow_copy2_snapshot_path()
      adds  9607710   shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
      adds  790fcac   shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
      adds  285e1e4   shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
      adds  9f269c9   shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
      adds  3672c20   shadow_copy2: add some blank lines for visual separation to shadow_copy2_convert()
      adds  c775897   shadow_copy2: fix shadow_copy2_convert() in the classical case.
      adds  5e9daae   shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
      adds  db8ea0a   shadow_copy2: use stored mount_point instead of recalculating.
      adds  44db7d8   s3:module:shadow_copy2: add my (C)
      adds  572ca24   s3:modules:shadow_copy2: improve headline comment
      adds  33fb6c1   s3:modules:shadow_copy2: remove redundant documentation comment block
      adds  4fe0bad   docs: update the manpage of vfs_shadow_copy2
      adds  e8bc1ac   docs: Fix typos in vfs_shadow_copy2.8.xml.
      adds  cc773c5   shadow_copy2: revert expensive and unnecessary zero-initialization
      adds  a91d000   shadow_copy2: add a comment explaining why we don't talloc_zero_array().
      adds  a498c8a   lib: Fix strict-aliasing warning in md5 code.
      adds  07f1312   s3-libads: Fix memory leaks in ads_build_path().
      adds  bf88959   wbinfo: Fix a memory leak in wbinfo_ping_dc().
      adds  d49d8b6   s3-passdb: Fix string duplication to pointers.
      adds  f4c8846   vfs/glusterfs: in case atime is not passed, set it to the current atime
      adds  9b6d61c   s3:dir - In the old SMB1 search code, rename offset to wire_offset to distinguish between wire and native offsets.
      adds  d9e8ac1   s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.
      adds  23596ff   s3: dir - Introduce 32-bit wire versions of the 'special' values.
      adds  45e65e1   s3:dir - Cope with fixed mapping of 'special' values.
      adds  d8bed98   s3:dir - Map wire offsets to native directory cookies.
      adds  3f28508   s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.
      adds  da502c0   s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using memcache.
      adds  13e65fa   s3:dir - We now pass the previously spinning directory tests on ext4.
      adds  28ddd77   s3: smbpasswd - fix crashes on invalid input.
      adds  e31075d   Stop use after free
      adds  dc58296   s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
      adds  3f09c5c   smbd: Fix memory overwrites
      adds  68dc374   Cope with first element in hdb_method having a different name in different heimdal versions.
      adds  593ce2a   Support for Heimdal's unified krb5 and hdb plugin system.
      adds  6265959   kdc: Add belts-and-braces check that we fail if the hdb version changes
      adds  3a3d027   torture: add zero length FSCTL_SRV_COPYCHUNK test
      adds  1271434   smbd/smb2_ioctl: fail zero length copy chunk requests
      adds  b5253bf   vfs_btrfs: pass-through copy-chunk(len=0) requests
      adds  4ce9501   smbd: Fix an ancient oplock bug
      adds  9cb8ae1   s3: vfs_dirsort module.
      adds  6763283   s3: vfs_dirsort module.
      adds  dd83f1d   s3: modules: streaminfo: As we have no VFS function SMB_VFS_LLISTXATTR we can't cope with a symlink when lp_posix_pathnames() is true.
      adds  8c2ee1f   s3:smb2_notify: fix use after free on long living notify requests
      adds  a738491   WHATSNEW: Add release notes for Samba 4.1.5.
      adds  144791e   VERSION: Disable git snapshots for the 4.1.5 release.
      adds  784887a   Imported Upstream version 4.1.5+dfsg

No new revisions were added by this update.

Summary of changes:
 VERSION                                  |   2 +-
 WHATSNEW.txt                             | 103 ++++-
 docs-xml/manpages/vfs_shadow_copy2.8.xml | 290 +++++++++++--
 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_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/smbstatus.1                |   4 +-
 docs/manpages/smbta-util.8               |   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_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_full_audit.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_notify_fam.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_scannedonly.8          |   4 +-
 docs/manpages/vfs_shadow_copy.8          |   4 +-
 docs/manpages/vfs_shadow_copy2.8         | 231 +++++++++-
 docs/manpages/vfs_smb_traffic_analyzer.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_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 +-
 lib/crypto/md5.c                         |   9 +-
 nsswitch/wbinfo.c                        |   1 +
 selftest/skip                            |   2 -
 selftest/target/Samba3.pm                |   4 +
 source3/include/memcache.h               |   3 +-
 source3/include/smb.h                    |  10 +-
 source3/libads/ads_struct.c              |   2 +
 source3/modules/vfs_btrfs.c              |  22 +-
 source3/modules/vfs_dirsort.c            | 119 ++++-
 source3/modules/vfs_glusterfs.c          |  26 +-
 source3/modules/vfs_shadow_copy2.c       | 723 +++++++++++++++++++++++++------
 source3/modules/vfs_streams_depot.c      |  13 +-
 source3/modules/vfs_streams_xattr.c      |  13 +-
 source3/passdb/py_passdb.c               |  14 +-
 source3/selftest/tests.py                |   5 +
 source3/smbd/dir.c                       | 140 +++++-
 source3/smbd/oplock.c                    |   2 +
 source3/smbd/smb2_ioctl_network_fs.c     |  21 +-
 source3/smbd/smb2_notify.c               |  55 +++
 source3/utils/net.c                      |   5 +
 source3/utils/ntlm_auth.c                |   6 +-
 source3/utils/passwd_util.c              |  14 +-
 source3/utils/smbpasswd.c                |  14 +
 source3/winbindd/wb_fill_pwent.c         |   2 +-
 source3/winbindd/winbindd_util.c         |  60 +--
 source4/kdc/hdb-samba4-plugin.c          |  24 +-
 source4/kdc/hdb-samba4.c                 |   5 +
 source4/torture/smb2/ioctl.c             |  64 +++
 119 files changed, 1894 insertions(+), 458 deletions(-)

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