-
Committer:
Bazaar Package Importer
-
Author(s):
Chuck Short
-
Date:
2009-11-23 23:28:03 UTC
-
mfrom:
(0.27.8 upstream)
(0.34.2 squeeze)
-
Revision ID:
james.westby@ubuntu.com-20091123232803-xvjzfqwvckswl5nc
Tags: 2:3.4.3-1ubuntu1
* Merge from debian testing. Remaining changes:
+ debian/patches/VERSION.patch:
- set SAMBA_VERSION_SUFFIX to Ubuntu
+ debian/smb.conf:
- Add "(Samaba, 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 addition to
authenticated ones.
- add map to guest = Bad user, maps bad username to guest access.
+ debian/samba-common.config:
- 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 libwbclient0 replace/conflict with hardy's likewise-open.
- Don't build against ctdb.
- Build-depend on libreadline-dev instead of libreadline5-dev.
+ debian/rules:
- enable "native" PIE hardening.
+ Add ufw integration:
- Created debian/samba.ufw.profile
- debian/rules, debian/samba.dirs, debian/samba.files: install
+ Dropped:
- debian/patches/fix-smbclient-long-names.patch: Already upstream.