[Pkg-samba-maint] [samba] branch wheezy-backports updated (780159c -> b6233d8)
Ivo De Decker
ivodd at moszumanska.debian.org
Mon Feb 23 20:24:54 UTC 2015
This is an automated email from the git hooks/post-receive script.
ivodd pushed a change to branch wheezy-backports
in repository samba.
from 780159c release samba 2:4.1.11+dfsg-1~bpo70+1 to wheezy-backports
adds f9790ee Updated Italian translation. Thanks Luca Monducci. Closes: #760743
adds 274be97 Use HTTP in watch file, as ftp.samba.org is not working reliably for me.
adds 88ceb63 Use Excluded-Files in debian/copyright for DFSG-nonfree files.
adds 8e6b4b3 Update Dutch translation. Thanks Frans Spiesschaert. Closes: #763650
adds ef7df93 Exclude pre-built zlib file.
adds 1f92cdf releasing package samba version 2:4.1.11+dfsg-2
adds 8010cca filter chm files from upstream tarball
adds b474dc7 VERSION: Bump version number up to 4.1.11...
adds 7e7790f Merge tag 'samba-4.1.10' into v4-1-test
adds cf24c8b fix unstrcpy
adds 4c6ab5d WHATSNEW: Add release notes for Samba 4.1.11.
adds 59ebc4c VERSION: Disable git snapshots for the 4.1.11 release.
adds c8eea31 VERSION: Bump version up to 4.1.12.
adds f1cd122 lib: tevent: make TEVENT_SIG_INCREMENT atomic.
adds 4a5a042 libcli/auth: also set secure channel type in netlogon_creds_client_init().
adds cddc250 selftest/knownfail: add ^samba4.rpc.netlogon.*.invalidAuthenticate2 for v4-1-*
adds 39aeb27 s4:torture/rpc: add invalidAuthenticate2
adds 857d7b0 s3:lib/memcache: use uint8_t instead of uint8
adds cf6b312 s3:lib/memcache: make use of talloc for memcache_elements
adds 9e4042b s3:lib/memcache: only include the required header files
adds 8907f5e lib/util: move memcache.[ch] to the toplevel 'samba-util' library
adds a78ec00 s4:rpc_server/netlogon: keep a global challenge table
adds a2a4d0b s4:torture/rpc: add rpc.netlogon.ServerReqChallengeGlobal
adds 9449ff4 sys_poll_intr: fix timeout arithmetic
adds 189afb4 s3:idmap: don't log missing range config if range checking not requested
adds bddae75 s3:vfs:gpfs: store the winAttrs in the struct_ex when we got them in vfs_gpfs_fstat()
adds 1c82326 s3:vfs:gpfs: fix flapping offline: always get winAttrs from gpfs for is_offline
adds 9093f2d s3:vfs:gpfs: Remove all reading uses of stat_ex.vfs_private from vfs_gfs.
adds 7c49479 s3:vfs:gpfs: remove all writing uses of stat_ex.vfs_private from vfs_gpfs.
adds 4791d5c s3:vfs:gpfs: remove a block and reduce indentation in gpfs_is_offline()
adds cef3156 s3: remove stat_ex.vfs_private completely
adds 8f63de4 s3: xml-docs. Ensure users of 'net time' know the remote server must be specified with -S.
adds bcc0f97 s3: net time - fix usage and core dump.
adds 6f46d80 s4-rpc: dnsserver: Allow . to be specified for @ record
adds 93c30e2 tests: dnsserver: Add a update test with name set to '.'
adds c78ff84 build: fix configure to honour --without-dmapi
adds 99f8ca1 lib: Remove unused nstrcpy
adds 1c92a1a Fixed a memory leak in cli_set_mntpoint().
adds f5d7b2d security.idl: add SMB_SUPPORTED_SECINFO_FLAGS
adds 83c039c s3:smbd: mask security_information input values with SMB_SUPPORTED_SECINFO_FLAGS
adds 42149a9 libcli/security: add better detection of SECINFO_[UN]PROTECTED_[D|S]ACL in get_sec_info()
adds 3a0ee0a s3: smbd: POSIX ACLs. Remove incorrect check for SECINFO_PROTECTED_DACL in incoming security_information flags in posix_get_nt_acl_common().
adds 9bac84f s3:libsmb: Set a max charge for SMB2 connections
adds 834d1f6 passdb: fix NT_STATUS_NO_SUCH_GROUP
adds 3e6e260 s3: enforce a positive allocation_file_size for non-empty files (bug #10543)
adds 925a98d s3: smbd - SMB[2|3]. Ensure a \ or / can't be found anywhere in a search path, not just at the start.
adds b95dbbe s3: smbd : SMB2 - fix SMB2_SEARCH when searching non wildcard string with a case-canonicalized share.
adds 83f448d printing: traverse_read the printer list for share updates
adds 0fae4d3 printing: only reload printer shares on client enum
adds 62df2fd printing: reload printer_list.tdb from in memory list
adds b8042f8 printing: remove pcap_cache_add()
adds 5a647c5 printing: return last change time with pcap_cache_loaded()
adds 728e951 smbd: only reprocess printer_list.tdb if it changed
adds 44a3d3f server: remove duplicate snum_is_shared_printer()
adds 00a0c2d smbd: split printer reload processing
adds 5df60b2 printing: reload printer shares on OpenPrinter
adds a8cbd5a lib: strings: Fix the behavior of strcasecmp_m_handle() in the face of bad conversions.
adds 2765daa lib: strings: Fix the behavior of strncasecmp_m_handle() in the face of bad conversions.
adds 7c54339 s4: tests: Added local.charset test for Bug 10716 - smbd constantly crashes when filename contains non-ascii character
adds c556d3e lib: strings: Simplify strcasecmp
adds df9396a samba: Retain case sensitivity of cifs client
adds 7a58844 docs: Fix typos in smb.conf (inherit acls)
adds 708986f Don't discard result of checking grouptype
adds a5f0ec0 smbd: Properly initialize mangle_hash
adds 121cad3 dosmode: fix FSCTL_SET_SPARSE request validation
adds fa781e2 s3: winbindd: Add new parameter "winbind request timeout" set to 60 seconds with man page.
adds 391b29a s3: winbindd: On new client connect, prune idle or hung connections older than "winbind request timeout"
adds 1ef078e libcli/dns: add AAAA support to dns_hosts_file.c
adds 534f6aa libcli/dns: ignore NS entries in dns_hosts_file.c at a higher log level for now
adds b62a179 selftest: export _IPV6 environment variables
adds 2759e97 selftest/Samba4: also bind to ipv6
adds 0eaca4c selftest/Samba3: also bind to ipv6
adds a444402 python/join: use lowercase for the dnshostname.
adds 40bac8e s4:samba_dnsupdate: don't lower case the registered names
adds f8b7027 s4:samba_dnsupdate: fix dnsobj.__str__()
adds 0301b53 s4:samba_dnsupdate: cache the already registered records
adds 78cad21 s4:samba_dnsupdate: don't try to be smart when verifying NS records
adds d3947ea s4:samba_dnsupdate: provide more substitution variables e.g. IF_RODC
adds 5fdc841 s4:setup/dns_update_list: make use of the new substitution variables
adds 019c587 s4-rpc: dnsserver: Correctly set rank for glue NS records
adds c371cad s4-rpc: dnsserver: Do not return NS_GLUE records with VIEW_GLUE_DATA filter
adds 748e78e s4-rpc: dnsserver: return DNS_RANK_NS_GLUE recors when explicitly asked for
adds eb0e0b1 provision: Correctly provision the SOA record minimum TTL
adds e6adf09 s4:dns_server: handle WERR_DNS_ERROR_NAME_DOES_NOT_EXIST in werr_to_dns_err()
adds d3abd55 s4:dns_server: map LDB_ERR_NO_SUCH_OBJECT to WERR_DNS_ERROR_NAME_DOES_NOT_EXIST
adds f3e6b38 s4:dns_server: split out a private 'dnsserver_common' library
adds f3df058 s4:dns_server: split out dns_common_extract() and dns_common_lookup()
adds 256349dd s4:dns_server: remove const from dns_replace_records()
adds ec0df9f s4:dns_server: split out dns_common_replace()
adds 31b5192 s4:dns_server: use .wType = DNS_TYPE_TOMBSTONE instead of ZERO_STRUCT()
adds 2fbb9b9 s4:dns_server: make sure dns_common_lookup() doesn't return tombstones
adds 0329ef4 s4:dns_server: add DNS_TYPE_TOMBSTONE support to dns_common_replace()
adds f23aa6f s4:dns_server: handle tombstones in handle_one_update()
adds 889e958 s4:dlz_bind9: avoid some compiler warnings
adds ce13047 s4:dlz_bind9: do an early talloc_free(el_ctx) in dlz_allnodes()
adds f5d39b6 s4:torture:dlz_bind9: fix spnego tests
adds 0542349 torture-dns: Add test for dlz_bind9 lookups
adds 0b9c775 torture-dns: Add test for dlz_bind9 zonedumps
adds 4f7d4fd torture-dns: Add test for dlz_bind9 updates
adds 07f72fc s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() for name lookup
adds 5a3b783 s4:dlz_bind9: let dlz_bind9 use dns_common_extract()
adds f20179b s4:dlz_bind9: let dlz_bind9 use dns_common_replace()
adds 8de4f48 s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before removing records
adds 132b848 s4:dlz_bind9: let dlz_bind9 use dns_common_lookup() before add/modify
adds 98fb614 s4-rpc: dnsserver: Do not search for deleted DNS entries
adds f165bb9 s4-rpc: dnsserver: handle updates of tombstoned dnsNode objects
adds 5475d5e s3: smbd: vfs_dirsort module.
adds 85c575d WHATSNEW: Add release notes for Samba 4.1.12.
adds a75c1bc VERSION: Bump version up to 4.1.13...
adds 6cc1d30 Merge tag 'samba-4.1.11' into v4-1-test
adds 6ccee19 Merge tag 'samba-4.1.12' into v4-1-test
adds 538f62e selftest: Fix selftest where pid is used uninitialized.
adds beffc40 lib: Add daemon_status() to util library.
adds a93d931 nmbd: Send waiting status to systemd.
adds 62513b7 docs: mention incompatibility between kernel oplocks and streams_xattr
adds 52b876a media_harmony: Fix a crash bug
adds 5cf0aa0 libcli: Fix a segfault calling smbXcli_req_set_pending() on NULL.
adds 632e0bc s3-winbindd: Use correct realm for trusted domains in idmap child
adds 6b1091dc s3: winbindd: Old NT Domain code sets struct winbind_domain->alt_name to be NULL. Ensure this is safe with modern AD-DCs.
adds 4b3c8ad s3:smbd: fix a race in open code
adds ad70de6 s3:smbd:open_file: use a more natural check.
adds bcc8912 s3: smbd - open logic fix.
adds 7bbf54d nsswitch: Skip groups we were not able to map.
adds 05417be s3: smbd: streams - Ensure share mode validation ignores internal opens (op_mid == 0).
adds f93df45 smbd: We now survive smb2.oplock.stream1
adds bff195a s3-libads: Improve service principle guessing.
adds 5923c9a s3-libads: Add a function to retrieve the SPNs of a computer account.
adds f42d65e s3-libads: Add function to search for an element in an array.
adds 306e7e3 s3-libnet: Add libnet_join_get_machine_spns().
adds 043415e s3-libnet: Make sure we do not overwrite precreated SPNs.
adds 2cd2490 idmap_rfc2307: Fix a crash after connection problem to DC
adds a0eb3dd s3: Move init_lsa_ref_domain_list to lib
adds f2f050c s3-winbindd: Do not use domain SID from LookupSids for Sids2UnixIDs call
adds 6602ad3 registry: Don't leave dangling transactions
adds 0e17b3f s3-libads: Add all machine account principals to the keytab.
adds 429ddb1 s3: smb2cli: query info return length check was reversed.
adds 78deb22 lib: util: Signal handling - change CatchChild() and CatchChildLeaveStatus() to return the previous handler.
adds fda66b9 s3: lib: Signal handling - ensure smbrun and change password code save and restore existing SIGCHLD handlers.
adds 26a7036 pthreadpool: Slightly serialize jobs
adds e0f4517 s3: nmbd: Ensure the main nmbd process doesn't create zombies.
adds b780193 WHATSNEW: Add release notes for Samba 4.1.13.
adds 3211982 VERSION: Disable git snapshots for the 4.1.13 release.
adds 4a6dca5 Imported Upstream version 4.1.13+dfsg
adds 82192eb Merge tag 'upstream/4.1.13+dfsg'
adds 2f3778a start changelog for 2:4.1.13+dfsg-1
adds e8d13da update my email address
adds 517ae38 sort samba-libs.install
adds 2ac2ce8 install libdnsserver_common.so.0
adds 2883672 Bump standards version to 3.9.6 (no changes)
adds 577e69c release samba 2:4.1.13+dfsg-1 to unstable
adds 8828d90 Mask /etc/init.d/samba init script for systemd
adds 5d1b3df Disable samba init script on upgrade from wheezy to jessie
adds 18784f1 use samba.links to create systemd symlink
adds 80b7bad release samba 2:4.1.13+dfsg-2 to unstable
adds dd57db9 Update debian/rules to allow support for multiple upstream ldb versions, when verified.
adds cede370 Add bug#.
adds 6e09f9d releasing package samba version 2:4.1.13+dfsg-3
adds 1fc7a76 Revert previous patch, since ldb has an active module version check. Instead, just depend on ldb 1.1.18.
adds dd0bc2f releasing package samba version 2:4.1.13+dfsg-4
adds 0548c9e VERSION: Bump version up to 4.1.14...
adds 1883e25 nss_winbind: add getgroupmembership for FreeBSD
adds 6a2496a vfs_glusterfs: Comment the top of the file.
adds ad4629b vfs_glusterfs: smb_stat_ex_from_stat commenting and cleanup.
adds 43fbaf6 vfs_glusterfs: Remove "integer fd" code and store the glfs pointers.
adds 859a84d s3: daemons - ensure nmbd and winbindd are consistent in command line processing by adding POPT_COMMON_DYNCONFIG.
adds 0e03a17 There are tests all over the SMB1 code to check that srv_send_smb fails, but it never returns false.
adds 39a9211 s3-nmbd: Fix netbios name truncation.
adds 5126c01 spoolss: fix handling of bad EnumJobs levels
adds 56ed600 s3: libsmbclient - smb2. MacOSX 10 SMB2 server doesn't set STATUS_NO_MORE_FILES when handed a non-wildcard path.
adds 907e64c s3: nmbd: Ensure NetBIOS names are only 15 characters stored.
adds 00f6184 s3:smbd: fix file corruption using "write cache size != 0"
adds 9f438fd printing: add jobid_to_sysjob helper function
adds 7bf4cb0 spoolss: fix GetJob jobid lookups
adds e1fb94b spoolss: fix jobid in level 1 GetJob and EnumJobs responses
adds 20f803b spoolss: fix jobid in level 2 GetJob and EnumJobs responses
adds bcd16d6 spoolss: fix jobid in level 3 EnumJobs response
adds 1d9c15f spoolss: remove unused fill_job_info3()
adds 60501b0 s3-keytab: fix keytab array NULL termination.
adds 3aa6401 pdb_tdb: Fix a TALLOC/SAFE_FREE mixup
adds f66abcc docs: update XInclude year to conform with current standard
adds 422d803 docs: remove the file prefix from included path names
adds fd0fe9a docs: define and include entities for the docs
adds cda88f3 docs: Always declare rule to build parameters.all.xml and do it first
adds 6392749 wafsamba: remove unused variable from copy_and_fix_python_path
adds cfbf91e wafsamba: improve wording in a comment
adds ae97d88 wafsamba: fix dependency calculation for SAMBA_GENERATOR()
adds f0cf2c0 wafsamba: fix dependency for SAMBA_GENERATOR() when passing vars!=None
adds 81c781d wafsamba: allow an optional dep_vars list to be passed to SAMBA_GENERATOR()
adds e19b17a wafsamba: fix dependencies on environment variables for python_fixup
adds d9d873c wafsamba: let SAMBA_BLDOPTIONS() use dep_vars=['defines'] instead of always=True
adds 48e500d dynconfig/wscript: add dynconfig_varnames()
adds 226ccc7 docs-xml/wscript_build: pass dep_vars=bld.dynconfig_varnames() to SAMBA_GENERATOR()
adds f839d6c lib/ldb/wscript: pass dep_vars=['LDB_VERSION'] to SAMBA_GENERATOR()
adds 89cc025 dynconfig: implement PERL_LIB_INSTALL_DIR.
adds 78cb744 dynconfig: implement PERL_ARCH_INSTALL_DIR
adds dff2c03 wafsamba: add samba_perl.py with SAMBA_CHECK_PERL() higher level check.
adds 94e9dae build: do full SAMBA_CHECK_PERL() check in configure
adds 711a810 pidl/wscript: don't check for perl again.
adds 016f1ef s3:build: don't detect perl in source3/wscript again.
adds 50f3e56 wafsamba: add perl_fixup parameter to INSTALL_FILES
adds 6feada1 pidl: fix the perl module search path (use lib ...) when installing pidl.
adds 23aba84 pidl: remove superfluous "use lib ...".
adds 8f967e2 Revert "script/autobuild: make use of --with-perl-{arch,lib}-install-dir"
adds 999867a Revert "autobuild: Set perl vendorlib direcotry."
adds 699bcec pidl/wscript: remove --with-perl-* options
adds 3b4dc66 Revert "wafsamba: Fail with error message if perl doesn't provide valid dirs."
adds a3a75d7 Revert "wafsamba: If perl can't provide defaults, define them."
adds 13c1147 Revert "buildtools: Add perl vendorlib configure option."
adds 2947da5 Revert "buildtools: Rename perl vendorarch configure option."
adds e0b65dd s3-proto: remove duplicate proto for add_string_to_array().
adds fed8ae0 lib/util: use size_t for add_string_to_array().
adds c4ae1b4 samba: pass down size_t instead of int to add_string_to_array().
adds 221934c s4-dns: Update template variables, change BIND98 --> BIND9_8
adds 8fed025 s4-dns: Check DLZ_DLOPEN_VERSION for different BIND versions
adds a30eeec s4-dns: Update dlz_minimal.h based on BIND release 9.10
adds a5adad6 s4-dns: Add support for BIND 9.10
adds 4ddd4c6 s4-dns: dlz-bind: Add trailing '.' to all fqdn strings
adds b692217 WHATSNEW: Add release notes for Samba 4.1.14.
adds 1eb23eb VERSION: Disable git snapshots for the 4.1.14 release.
adds 7dfcd23 VERSION: Bump version up to 4.1.15...
adds 1e02ce0 samba-tool: Fix enum values in dns.py
adds 05cace7 samba-tool: Fix the IP output of "samba-tool dns serverinfo <some_server>"
adds 6931f8d s4-rpc: dnsserver: Fix enumeration of IPv4 and IPv6 addresses
adds 9c7b253 s3-smbclient: Return success if we listed the shares.
adds 192fa10 s3-smbstatus: Fix exit code of profile output.
adds 2bea37d libcli: SMB2: Pure SMB2-only negprot fix to make us behave as a Windows client does.
adds 6e030c2 pam_winbind: fix warn_pwd_expire implementation.
adds 8ca520e s3-lib: Do not require a password with --use-ccache.
adds 4051499 s3-libsmb: Set the netbios_name in use_ccache case too.
adds 8999aca s3-libsmb: Duplicate the memory before we free it.
adds 5b5546b s3: smbd: Fix *allocate* calls to follow POSIX error return convention.
adds 1a128c4 s3: smbd: Fix *allocate* calls to follow POSIX error return convention.
adds a3d2970 s3: modules: Fix *allocate* calls to follow POSIX error return convention.
adds d95c2d2 s3:registry/regfio read SD from the correct location
adds b18866b s3:registry/regfio fix some valgrind warnings
adds 950506d s3:utils/profiles fix a use after free
adds 54c8bca s4:dsdb/rootdse: expand extended dn values with the AS_SYSTEM control
adds b1ecde9 testprogs/test_ldb: check rootdse search with extended-dn control
adds 7aacb3c s3:smb2_server: use the global signing key to check if signing is required
adds be1585f s3:smb2_server: allow reauthentication without signing
adds d6c626a libcli/smb: only force signing of smb2 session setups when binding a new session
adds a6a301f drsuapi.idl: change the range for attribute values to 26214400 bytes.
adds 9dd858c librpc-idl: replace int32 by the enumeration as it's the type that we use in union's switch drsuapi_DsGetDCInfoCtrLevels
adds e890269 librpc-idl: replace int32 by uint32 as the values are always > 0
adds e3e0c5e librpc-idl: change the drsuapi_DsBindInfoCtr so that it match what is on the wire both in NDR32 and NDR64.
adds db5d422 idl:drsuapi: Manage all possible lengths of drsuapi_DsBindInfo
adds 45238fe librpc/ndr_drsuapi: Allow ndrdump to dump dsinfo52 blobs
adds c6ede38 winbind: Retry LogonControl RPC in ping-dc after session expiration
adds 16f881c winbind: Retry after SESSION_EXPIRED error in ping-dc
adds b3f140d wafsamba: add optional keep_underscore=True to SAMBA_LIBRARY()
adds 5636a48 selftest: use shared/libnss_wrapper_winbind.so.2
adds 65f891a nsswitch: fix soname of linux nss_*.so.2 modules
adds c72d0e0 WHATSNEW: Add release notes for Samba 4.1.15.
adds 28eacea VERSION: Disable git snapshots for the 4.1.15 release.
adds cc49a60 VERSION: Bump version up to 4.1.16...
adds 9e15786 CVE-2014-8143:auth: Force talloc type of session_info pointer to match
adds f2cb9b9 CVE-2014-8143:pydsdb: Pull in UF_USE_AES_KEYS flag
adds 3c93b57 CVE-2014-8143:dsdb: Allow use of dsdb_autotransaction_request outside util.c
adds 5cc1c0e CVE-2014-8143:dsdb-samldb: Check for extended access rights before we allow changes to userAccountControl
adds 8010553 WHATSNEW: Add release notes for Samba 4.1.16.
adds 1e682c3 VERSION: Disable git snapshots for the 4.1.16 release.
adds 972f3d2 Imported Upstream version 4.1.16+dfsg
adds 66fbbd0 Merge tag 'upstream/4.1.16+dfsg'
adds dc24495 start changelog for 2:4.1.16+dfsg-1
adds 32615f1 Refresh patch add-so-version-to-private-libraries
adds f892a65 Fix installation of bind modules.
adds e001101 VERSION: Bump version up to 4.1.17.
adds 5a59b1a VERSION: Re-enable git snapshots.
adds 1996b18 CVE-2015-0240: s3: netlogon: Ensure we don't call talloc_free on an uninitialized pointer.
adds a9a513c s3-netlogon: Make sure we do not deference a NULL pointer.
adds 8f38d4b WHATSNEW: Add release notes for Samba 4.1.17.
adds 492c673 VERSION: Disable git snapshots for the 4.1.17 release.
adds a798513 Imported Upstream version 4.1.17+dfsg
adds 2399643 Merge tag 'upstream/4.1.17+dfsg'
adds 7c09c7e update changelog for upstream version 4.1.17
adds 1cff678 backport torture test for CVE-2015-0240
adds 79fdc11 Add breaks on qtsmbstatus-server (<< 2.2.1-3~).
adds 1e2ae3c Build-depend on reverted ldb version (with increased epoch)
adds e244bab release samba 2:4.1.17+dfsg-1 to unstable
new 482e548 Merge tag 'debian/2%4.1.17+dfsg-1' into wheezy-backports
new a6fba17 start changelog for 2:4.1.17+dfsg-1~bpo70+1
new b6233d8 Revert build-dependency on libldb 2:1.1.17~
The 3 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 | 498 +++++++++++-
buildtools/wafadmin/Tools/perl.py | 51 +-
buildtools/wafsamba/samba_patterns.py | 4 +-
buildtools/wafsamba/samba_perl.py | 62 ++
buildtools/wafsamba/wafsamba.py | 83 +-
debian/changelog | 64 ++
debian/control | 9 +-
debian/copyright | 4 +
debian/dfsg-clean.sh | 21 -
debian/gbp.conf | 8 +-
debian/patches/add-so-version-to-private-libraries | 12 +-
debian/patches/samba_bug_11077_torturetest.patch | 259 ++++++
debian/patches/series | 1 +
debian/po/it.po | 164 +---
debian/po/nl.po | 121 +--
debian/rules | 3 +-
debian/samba-libs.install | 7 +-
debian/samba.links | 2 +
debian/samba.postinst | 6 +
debian/watch | 2 +-
docs-xml/manpages/net.8.xml | 15 +-
docs-xml/manpages/vfs_streams_xattr.8.xml | 4 +
docs-xml/smbdotconf/security/inheritowner.xml | 6 +-
.../smbdotconf/winbind/winbindrequesttimeout.xml | 16 +
docs-xml/wscript_build | 30 +-
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 | 12 +-
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 | 18 +-
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 | 4 +-
docs/manpages/vfs_smb_traffic_analyzer.8 | 4 +-
docs/manpages/vfs_streams_depot.8 | 4 +-
docs/manpages/vfs_streams_xattr.8 | 6 +-
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 +-
dynconfig/wscript | 55 +-
lib/ldb/wscript | 3 +-
lib/param/param_functions.c | 1 +
lib/param/param_table.c | 9 +
lib/replace/replace.h | 5 +
lib/replace/wscript | 25 +
lib/tevent/tevent_signal.c | 6 +
lib/util/become_daemon.c | 11 +
lib/util/charset/tests/charset.c | 12 +
lib/util/charset/util_str.c | 37 +-
{source3/lib => lib/util}/memcache.c | 22 +-
{source3/include => lib/util}/memcache.h | 2 -
lib/util/samba_util.h | 12 +-
lib/util/select.c | 14 +-
lib/util/signal.c | 8 +-
lib/util/string_wrappers.h | 5 -
lib/util/util_strlist.c | 2 +-
lib/util/wscript_build | 2 +-
lib/zlib/contrib/dotzlib/DotZLib.chm | Bin 72728 -> 0 bytes
libcli/auth/credentials.c | 2 +
libcli/auth/proto.h | 1 +
libcli/dns/dns_hosts_file.c | 35 +-
libcli/ldap/ldap_message.h | 2 +-
libcli/security/secdesc.c | 36 +-
libcli/smb/smb1cli_echo.c | 1 -
libcli/smb/smb2cli_query_info.c | 2 +-
libcli/smb/smbXcli_base.c | 18 +-
libgpo/gpext/gpext.c | 2 +-
librpc/idl/drsuapi.idl | 104 ++-
librpc/idl/security.idl | 31 +-
librpc/ndr/ndr_drsuapi.c | 190 +++++
nsswitch/pam_winbind.c | 5 +-
nsswitch/winbind_nss_freebsd.c | 74 +-
nsswitch/winbind_nss_linux.c | 5 +
nsswitch/wscript_build | 24 +-
pidl/pidl | 1 -
pidl/wscript | 7 +-
python/samba/join.py | 4 +-
python/samba/netcmd/dns.py | 15 +-
python/samba/provision/sambadns.py | 1 +
python/samba/tests/dcerpc/dnsserver.py | 41 +-
python/samba/tests/dns.py | 1 +
script/autobuild.py | 9 +-
selftest/README | 1 +
selftest/knownfail | 2 +-
selftest/selftest.pl | 6 +
selftest/target/Samba.pm | 9 +-
selftest/target/Samba3.pm | 15 +-
selftest/target/Samba4.pm | 19 +-
source3/auth/token_util.c | 2 +-
source3/client/client.c | 2 +-
source3/include/includes.h | 8 -
source3/include/local.h | 2 +
source3/{lib/version_test.c => include/lsa.h} | 17 +-
source3/include/printing.h | 1 +
source3/include/proto.h | 4 +-
source3/lib/access.c | 2 +-
source3/lib/eventlog/eventlog.c | 2 +-
source3/lib/id_cache.c | 2 +-
source3/lib/lsa.c | 67 ++
source3/lib/pthreadpool/pthreadpool.c | 6 +-
source3/lib/smbrun.c | 18 +-
source3/lib/username.c | 2 +-
source3/lib/util_cmdline.c | 3 +-
source3/lib/util_names.c | 10 +-
source3/lib/util_sock.c | 2 +-
source3/libads/ads_proto.h | 8 +
source3/libads/kerberos_keytab.c | 75 +-
source3/libads/ldap.c | 93 ++-
source3/libads/sasl.c | 124 +--
source3/libnet/libnet_dssync.c | 21 +-
source3/libnet/libnet_join.c | 59 +-
source3/librpc/idl/open_files.idl | 1 -
source3/libsmb/cli_smb2_fnum.c | 14 +
source3/libsmb/clidfs.c | 6 +-
source3/libsmb/libsmb_server.c | 5 +
source3/libsmb/ntlmssp.c | 18 +-
source3/modules/vfs_ceph.c | 13 +-
source3/modules/vfs_default.c | 29 +-
source3/modules/vfs_dirsort.c | 2 +-
source3/modules/vfs_glusterfs.c | 169 ++--
source3/modules/vfs_gpfs.c | 63 +-
source3/modules/vfs_media_harmony.c | 4 +-
source3/modules/vfs_streams_xattr.c | 5 +-
source3/modules/vfs_time_audit.c | 8 +-
source3/nmbd/nmbd.c | 6 +-
source3/nmbd/nmbd_nameregister.c | 76 +-
source3/nmbd/nmbd_subnetdb.c | 7 +-
source3/param/loadparm.c | 1 +
source3/passdb/lookup_sid.c | 2 +-
source3/passdb/pdb_interface.c | 2 +-
source3/passdb/pdb_samba_dsdb.c | 6 +-
source3/passdb/pdb_tdb.c | 2 +-
source3/printing/load.c | 4 +-
source3/printing/pcap.c | 54 +-
source3/printing/pcap.h | 13 +-
source3/printing/print_aix.c | 17 +-
source3/printing/print_iprint.c | 16 +-
source3/printing/print_standard.c | 8 +-
source3/printing/print_svid.c | 11 +-
source3/printing/printer_list.c | 17 +-
source3/printing/printer_list.h | 4 +-
source3/printing/printing.c | 70 +-
source3/printing/queue_process.c | 102 ++-
source3/printing/spoolssd.c | 38 +-
source3/registry/reg_api.c | 2 +-
source3/registry/regfio.c | 10 +-
source3/rpc_client/cli_netlogon.c | 1 +
source3/rpc_server/lsa/srv_lsa_nt.c | 50 +-
source3/rpc_server/netlogon/srv_netlog_nt.c | 15 +-
source3/rpc_server/samr/srv_samr_chgpasswd.c | 9 +-
source3/rpc_server/spoolss/srv_spoolss_nt.c | 252 ++++--
source3/rpc_server/srvsvc/srv_srvsvc_nt.c | 1 +
source3/rpc_server/wscript_build | 2 +-
source3/rpcclient/cmd_drsuapi.c | 4 +
source3/rpcclient/cmd_spoolss.c | 5 +-
source3/script/tests/test_smbclient_s3.sh | 4 +-
source3/smbd/dir.c | 2 +-
source3/smbd/dosmode.c | 13 +
source3/smbd/durable.c | 14 -
source3/smbd/globals.c | 2 +-
source3/smbd/lanman.c | 1 +
source3/smbd/mangle_hash.c | 4 +
source3/smbd/mangle_hash2.c | 2 +-
source3/smbd/negprot.c | 3 +-
source3/smbd/nttrans.c | 7 +-
source3/smbd/open.c | 79 +-
source3/smbd/oplock.c | 3 +
source3/smbd/posix_acls.c | 2 +-
source3/smbd/process.c | 2 +-
source3/smbd/proto.h | 1 +
source3/smbd/server.c | 22 +-
source3/smbd/server_reload.c | 74 +-
source3/smbd/smb2_find.c | 41 +-
source3/smbd/smb2_getinfo.c | 3 +-
source3/smbd/smb2_server.c | 5 -
source3/smbd/smb2_sesssetup.c | 4 +
source3/smbd/smb2_setinfo.c | 3 +-
source3/smbd/statcache.c | 2 +-
source3/smbd/vfs.c | 24 +-
source3/torture/torture.c | 2 +-
source3/utils/net_time.c | 30 +-
source3/utils/profiles.c | 6 +-
source3/utils/status.c | 7 +-
source3/winbindd/idmap.c | 4 +-
source3/winbindd/idmap_rfc2307.c | 1 +
source3/winbindd/wb_sids2xids.c | 33 +-
source3/winbindd/winbindd.c | 37 +
source3/winbindd/winbindd_ads.c | 14 +-
source3/winbindd/winbindd_cm.c | 10 +-
source3/winbindd/winbindd_dual_srv.c | 18 +
source3/wscript | 73 +-
source3/wscript_build | 13 +-
source4/auth/session.c | 5 +
source4/dns_server/dlz_bind9.c | 454 +++++------
source4/dns_server/dlz_minimal.h | 227 ++++--
source4/dns_server/dns_server.h | 6 +-
source4/dns_server/dns_update.c | 78 +-
source4/dns_server/dns_utils.c | 150 +---
source4/dns_server/dnsserver_common.c | 342 ++++++++
source4/dns_server/dnsserver_common.h | 50 ++
source4/dns_server/wscript_build | 24 +-
source4/dsdb/common/util.c | 4 +-
source4/dsdb/dns/dns_update.c | 13 +
source4/dsdb/pydsdb.c | 1 +
source4/dsdb/repl/drepl_out_helpers.c | 27 +-
source4/dsdb/samdb/ldb_modules/rootdse.c | 6 +-
source4/dsdb/samdb/ldb_modules/samldb.c | 192 ++++-
source4/dsdb/samdb/samdb.h | 6 +
source4/libnet/libnet_become_dc.c | 25 +-
source4/libnet/libnet_unbecome_dc.c | 25 +-
source4/librpc/rpc/dcerpc_schannel.c | 1 +
source4/rpc_server/dnsserver/dcerpc_dnsserver.c | 42 +-
source4/rpc_server/dnsserver/dnsdata.c | 67 +-
source4/rpc_server/dnsserver/dnsdb.c | 26 +-
source4/rpc_server/dnsserver/dnsserver.h | 7 +-
source4/rpc_server/dnsserver/dnsutils.c | 106 ++-
source4/rpc_server/lsa/dcesrv_lsa.c | 15 +-
source4/rpc_server/netlogon/dcerpc_netlogon.c | 91 ++-
source4/scripting/bin/samba_dnsupdate | 213 +++--
source4/selftest/tests.py | 2 +-
source4/setup/dns_update_list | 82 +-
source4/setup/named.conf.dlz | 7 +-
source4/setup/schema_samba4.ldif | 1 +
source4/torture/dns/dlz_bind9.c | 872 ++++++++++++++++++++-
source4/torture/drs/rpc/dssync.c | 21 +-
source4/torture/drs/rpc/msds_intid.c | 21 +-
source4/torture/ntp/ntp_signd.c | 1 +
source4/torture/rpc/dsgetinfo.c | 21 +-
source4/torture/rpc/lsa.c | 1 +
source4/torture/rpc/netlogon.c | 164 +++-
source4/torture/rpc/samba3rpc.c | 6 +-
source4/torture/rpc/samr.c | 2 +-
source4/torture/rpc/wkssvc.c | 10 +-
testprogs/blackbox/test_ldb.sh | 2 +
wscript | 2 +-
wscript_build | 13 +-
311 files changed, 6245 insertions(+), 2149 deletions(-)
create mode 100644 buildtools/wafsamba/samba_perl.py
delete mode 100755 debian/dfsg-clean.sh
create mode 100644 debian/patches/samba_bug_11077_torturetest.patch
create mode 100644 debian/samba.links
create mode 100644 docs-xml/smbdotconf/winbind/winbindrequesttimeout.xml
rename {source3/lib => lib/util}/memcache.c (95%)
rename {source3/include => lib/util}/memcache.h (99%)
delete mode 100644 lib/zlib/contrib/dotzlib/DotZLib.chm
copy source3/{lib/version_test.c => include/lsa.h} (74%)
create mode 100644 source3/lib/lsa.c
create mode 100644 source4/dns_server/dnsserver_common.c
create mode 100644 source4/dns_server/dnsserver_common.h
--
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