* Merge from debian testing. Remaining changes: + debian/patches/VERSION.patch: - set SAMBA_VERSION_SUFFIX to Ubuntu. + debian/smb.conf: - Add "(Samba, Ubuntu)" to server string. - Comment out the default [homes] share, and add a comment about "valid users = %s" to show users how to restrict access to \\server\username to only username. - Set 'usershare allow guests', so that usershare admins are allowed to create public shares in additon to authenticated ones. - add map to guest = Bad user, maps bad username to gues access. + debian/samba-common.conf: - Do not change priority to high if dhclient3 is installed. - Use priority medium instead of high for the workgroup question. + debian/mksambapasswd.awk: - Do not add user with UID less than 1000 to smbpasswd. + debian/control: - Make libswbclient0 replace/conflict with hardy's likewise-open. - Don't build against ctdb, since its not in main yet. + debian/rules: - Enable "native" PIE hardening. - Add BIND_NOW to maximize benefit of RELRO hardening. + Add ufw integration: - Created debian/samba.ufw.profile. - debian/rules, debian/samba.dirs, debian/samba.files: install + Add apport hook: - Created debian/source_samba.py. - debian/rules, debian/samba.dirs, debian/samba-common-bin.files: install + debian/control: Recommend keyutils for smbfs (LP: #493565) + debian/patches/ubuntu-gecos-fix.patch: Fix gecos parsing backported from Samba 3.5.x (LP: #182572) + debian/samba.postinst: Avoid scary pdbedit warnings on first import. (LP: #24741) + debian/samba.logrotate: Make it upstart compatible (LP: #529290) + debian/samba-common.dhcp: Fix typo to get a proper parsing in /etc/samba/dhcp. (LP: #507374) + Dropped: debian/patches/debian/patches/security-CVE-2010-0728.patch: Included upstream.