[Pkg-samba-maint] [samba] annotated tag upstream/4.1.5+dfsg created (now eb933a7)
Ivo De Decker
ivodd at moszumanska.debian.org
Sat Feb 22 22:03:02 UTC 2014
This is an automated email from the git hooks/post-receive script.
ivodd pushed a change to annotated tag upstream/4.1.5+dfsg
in repository samba.
at eb933a7 (tag)
tagging 784887ab65094b55af271ea9dc844e25a419f230 (commit)
replaces upstream/4.1.4+dfsg
tagged by Ivo De Decker
on Sat Feb 22 22:22:01 2014 +0100
- Log -----------------------------------------------------------------
Upstream version 4.1.5+dfsg
Alistair Leslie-Hughes (1):
Stop use after free
Andreas Schneider (4):
lib: Fix strict-aliasing warning in md5 code.
s3-libads: Fix memory leaks in ads_build_path().
wbinfo: Fix a memory leak in wbinfo_ping_dc().
s3-passdb: Fix string duplication to pointers.
Andrew Bartlett (1):
kdc: Add belts-and-braces check that we fail if the hdb version changes
David Disseldorp (3):
torture: add zero length FSCTL_SRV_COPYCHUNK test
smbd/smb2_ioctl: fail zero length copy chunk requests
vfs_btrfs: pass-through copy-chunk(len=0) requests
Ivo De Decker (1):
Imported Upstream version 4.1.5+dfsg
Jeffrey Clark (1):
Support for Heimdal's unified krb5 and hdb plugin system.
Jelmer Vernooij (1):
Cope with first element in hdb_method having a different name in different heimdal versions.
Jeremy Allison (14):
s3: winbindd: Move the logic of whether to set 'domain->primary' into add_trusted_domain().
s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
s3:dir - In the old SMB1 search code, rename offset to wire_offset to distinguish between wire and native offsets.
s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.
s3: dir - Introduce 32-bit wire versions of the 'special' values.
s3:dir - Cope with fixed mapping of 'special' values.
s3:dir - Map wire offsets to native directory cookies.
s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.
s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using memcache.
s3:dir - We now pass the previously spinning directory tests on ext4.
s3: smbpasswd - fix crashes on invalid input.
s3: vfs_dirsort module.
s3: vfs_dirsort module.
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.
Karolin Seeger (4):
VERSION: Bump version number up to 4.1.5...
docs: Fix typos in vfs_shadow_copy2.8.xml.
WHATSNEW: Add release notes for Samba 4.1.5.
VERSION: Disable git snapshots for the 4.1.5 release.
Michael Adam (35):
shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
shadow_copy2: add header comment explaining have_snapdir()
shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
shadow_copy2: add comment block explaining shadow_copy2_insert_string()
shadow_copy2: add comment block explaining shadow_copy2_convert()
shadow_copy2: add comment explaining the SMB level GMT format pattern
shadow_copy2: introduce config struct and function shadow_copy2_connect()
shadow_copy2: introduce the bool "snapdir_absolute" in the config.
shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
shadow_copy2: re-add the basedir option.
shadow_copy2: introduce "shadow:mountpoint" option
shadow_copy2: add rel_connectpath to config.
shadow_copy2: add snapshot_basepath to the config.
shadow_copy2: log resulting config at the end of shadow_copy2_connect()
shadow_copy2: implement disk_free
shadow_copy2: in the classical case, use configured path in shadow_copy2_find_snapdir()
shadow_copy2: make shadow_copy2_find_snapdir() return const char *
shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute mode
shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_insert_string()
shadow_copy2: introduce shadow_copy2_snapshot_path()
shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
shadow_copy2: add some blank lines for visual separation to shadow_copy2_convert()
shadow_copy2: fix shadow_copy2_convert() in the classical case.
shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
shadow_copy2: use stored mount_point instead of recalculating.
s3:module:shadow_copy2: add my (C)
s3:modules:shadow_copy2: improve headline comment
s3:modules:shadow_copy2: remove redundant documentation comment block
docs: update the manpage of vfs_shadow_copy2
shadow_copy2: revert expensive and unnecessary zero-initialization
shadow_copy2: add a comment explaining why we don't talloc_zero_array().
Niels de Vos (1):
vfs/glusterfs: in case atime is not passed, set it to the current atime
Stefan Metzmacher (1):
s3:smb2_notify: fix use after free on long living notify requests
Volker Lendecke (3):
s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
smbd: Fix memory overwrites
smbd: Fix an ancient oplock bug
-----------------------------------------------------------------------
This annotated tag includes the following new commits:
new ca56a5d VERSION: Bump version number up to 4.1.5...
new 187d2ef s3: winbindd: Move the logic of whether to set 'domain->primary' into add_trusted_domain().
new 9f00bda s3: winbindd: Move calling setup_domain_child() into add_trusted_domain().
new ee34996 shadow_copy2: break overly long lines in shadow_copy2_snapshot_to_gmt()
new 09242f8 shadow_copy2: add comment header describing shadow_copy2_strip_snapshot()
new f8c613b shadow_copy2: add header comment explaining have_snapdir()
new 259b8de shadow_copy2: add comment block explaining shadow_copy2_find_snapdir()
new b578f7c shadow_copy2: add comment block explaining shadow_copy2_insert_string()
new cd96d92 shadow_copy2: add comment block explaining shadow_copy2_convert()
new 0985cce shadow_copy2: add comment explaining the SMB level GMT format pattern
new 5037f83 shadow_copy2: introduce config struct and function shadow_copy2_connect()
new e86972d shadow_copy2: introduce the bool "snapdir_absolute" in the config.
new 266a8de shadow_copy2: disable "snapdir:crossmountpoints" if the snapdir is absolute.
new 52c70fb shadow_copy2: re-add the basedir option.
new 9b376b7 shadow_copy2: introduce "shadow:mountpoint" option
new fa6b219 shadow_copy2: add rel_connectpath to config.
new 1b1d020 shadow_copy2: add snapshot_basepath to the config.
new cfa7632 shadow_copy2: log resulting config at the end of shadow_copy2_connect()
new 47a0a04 shadow_copy2: implement disk_free
new f61106d shadow_copy2: in the classical case, use configured path in shadow_copy2_find_snapdir()
new b6a6eb5 shadow_copy2: make shadow_copy2_find_snapdir() return const char *
new 15170c0 shadow_copy2: shadow_copy2_insert_string(): do not prepend a "/" in absolute mode
new 042b0aa shadow_copy2: factor shadow_copy2_posix_gmt_string() out of shadow_copy2_insert_string()
new 9af2451 shadow_copy2: introduce shadow_copy2_snapshot_path()
new 9607710 shadow_copy2: add comments explaining decisions in shadow_copy2_strip_snapshot()
new 790fcac shadow_copy2: add some debug to shadow_copy2_strip_snapshot()
new 285e1e4 shadow_copy2: fix shadow_copy2_strip_snapshot() in the classical case
new 9f269c9 shadow_copy2: initialize "converted" string to null in shadow_copy2_convert()
new 3672c20 shadow_copy2: add some blank lines for visual separation to shadow_copy2_convert()
new c775897 shadow_copy2: fix shadow_copy2_convert() in the classical case.
new 5e9daae shadow_copy2: improve debug in shadow_copy2_convert() in snapdirseverywhere mode
new db8ea0a shadow_copy2: use stored mount_point instead of recalculating.
new 44db7d8 s3:module:shadow_copy2: add my (C)
new 572ca24 s3:modules:shadow_copy2: improve headline comment
new 33fb6c1 s3:modules:shadow_copy2: remove redundant documentation comment block
new 4fe0bad docs: update the manpage of vfs_shadow_copy2
new e8bc1ac docs: Fix typos in vfs_shadow_copy2.8.xml.
new cc773c5 shadow_copy2: revert expensive and unnecessary zero-initialization
new a91d000 shadow_copy2: add a comment explaining why we don't talloc_zero_array().
new a498c8a lib: Fix strict-aliasing warning in md5 code.
new 07f1312 s3-libads: Fix memory leaks in ads_build_path().
new bf88959 wbinfo: Fix a memory leak in wbinfo_ping_dc().
new d49d8b6 s3-passdb: Fix string duplication to pointers.
new f4c8846 vfs/glusterfs: in case atime is not passed, set it to the current atime
new 9b6d61c s3:dir - In the old SMB1 search code, rename offset to wire_offset to distinguish between wire and native offsets.
new d9e8ac1 s3:dir - Introduce a function to map a directory cookie to a 32-bit wire cookie.
new 23596ff s3: dir - Introduce 32-bit wire versions of the 'special' values.
new 45e65e1 s3:dir - Cope with fixed mapping of 'special' values.
new d8bed98 s3:dir - Map wire offsets to native directory cookies.
new 3f28508 s3:dir - Add a new memcache type (non-talloc) - SMB1_SEARCH_OFFSET_MAP.
new da502c0 s3:dir - Introduce a 64-bit directory offset <-> 32 bit wire offset map using memcache.
new 13e65fa s3:dir - We now pass the previously spinning directory tests on ext4.
new 28ddd77 s3: smbpasswd - fix crashes on invalid input.
new e31075d Stop use after free
new dc58296 s3-winbind: Improve performance of wb_fill_pwent_sid2uid_done().
new 3f09c5c smbd: Fix memory overwrites
new 68dc374 Cope with first element in hdb_method having a different name in different heimdal versions.
new 593ce2a Support for Heimdal's unified krb5 and hdb plugin system.
new 6265959 kdc: Add belts-and-braces check that we fail if the hdb version changes
new 3a3d027 torture: add zero length FSCTL_SRV_COPYCHUNK test
new 1271434 smbd/smb2_ioctl: fail zero length copy chunk requests
new b5253bf vfs_btrfs: pass-through copy-chunk(len=0) requests
new 4ce9501 smbd: Fix an ancient oplock bug
new 9cb8ae1 s3: vfs_dirsort module.
new 6763283 s3: vfs_dirsort module.
new 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.
new 8c2ee1f s3:smb2_notify: fix use after free on long living notify requests
new a738491 WHATSNEW: Add release notes for Samba 4.1.5.
new 144791e VERSION: Disable git snapshots for the 4.1.5 release.
new 784887a Imported Upstream version 4.1.5+dfsg
The 70 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.
--
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