lp:ubuntu/gutsy/samba

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/gutsy/samba
Members of Ubuntu branches can upload to this branch. Log in for directions.

Branch merges

Related bugs

Related blueprints

Branch information

Owner:
Ubuntu branches
Review team:
Ubuntu Development Team
Status:
Development

Recent revisions

28. By Steve Langasek

* debian/patches/chgpasswd.patch:
  - Also set the locale to 'C' when using PAM for password changes,
    since the PAM conversation is equally affected by PAM l10n support
    (LP: #139265).

27. By Andrew Mitchell

* debian/patches/chgpasswd.patch:
  - Set locale to 'C' while calling the passwd change program
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch:
    - set SAMBA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/control:
    - Remove typehandling (not used in Ubuntu)
  * debian/samba-common.templates:
    - Set default workgroup to MSHOME
  * debian/rules:
    - Remove type-handling.
  * debian/samba.init:
    - Make sure $PIDDIR exists (/var/run is a tmpfs)
    - Ubuntu's log_progress_msg is a no-op, so to avoid confusion, don't
      say specifically which daemons we're handling. (LP #25803)
  * debian/smb.conf:
    - Add "(Samba, Ubuntu)" to server string.
    - Change the (commented-out) "printer admin" example to use "@lpadmin"
      instead of "@ntadmin", since the lpadmin group is used for spool admin.
    - Comment out the default [homes] shares and add more verbose comments to
      explain what they do and how they work (LP #27608). Also, add a
      comment about "valid users = %S" to show users how to restrict access
      to \\server\username to only username.
  * debian/panic-action:
    - Bail out if there's no "mail" command.
    - Alter the panic-action script to link to the samba bug reporting page
      on Launchpad.
  * debian/samba-common.config:
    - do not change priority to HIGH if dhclient3 is installed

26. By Mathias Gug

* debian/rules:
  - add error-handler=true to samba dh_installinit. Fixes LP: #85194.

25. By Matthias Klose

Build depend on libacl1-dev on lpia.

24. By Mathias Gug

* debian/smb.conf:
  - Fix 'valid users =' option in smb.conf. LP: #131419.

23. By Soren Hansen

* Dropped patches:
  + debian/patches/ubuntu-auxsrc.patch:
    - ntlm_auth_proto.h, smbadduser, gen-8bit-gap.sh are all autogenerated at
      build time.
* Merge from debian unstable, remaining changes:
  * debian/patches/VERSION.patch:
    - set SAMBA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/control:
    - Remove typehandling (not used in Ubuntu)
    - Added Conflicts/Replaces on python2.4-samba.
  * debian/samba-common.templates:
    - Set default workgroup to MSHOME
  * debian/rules:
    - Remove type-handling.
  * debian/samba.init:
    - Make sure $PIDDIR exists (/var/run is a tmpfs)
    - Ubuntu's log_progress_msg is a no-op, so to avoid confusion, don't
      say specifically which daemons we're handling. (LP #25803)
  * debian/smb.conf:
    - Add "(Samba, Ubuntu)" to server string.
    - Change the (commented-out) "printer admin" example to use "@lpadmin"
      instead of "@ntadmin", since the lpadmin group is used for spool admin.
    - Comment out the default [homes] shares and add more verbose comments to
      explain what they do and how they work (LP #27608). Also, add a
      comment about "valid users = %S" to show users how to restrict access
      to \\server\username to only username.
  * debian/panic-action:
    - Bail out if there's no "mail" command.
    - Alter the panic-action script to link to the samba bug reporting page
      on Launchpad.
  * debian/samba-common.config:
    - do not change priority to HIGH if dhclient3 is installed

22. By Andrew Mitchell

* Merge from debian unstable, remaining changes:
  * debian/smb.conf:
    - Do not show the version number by default
    - Comment out the default [homes] shares and add more verbose comments to
      explain what they do and how they work (closes: launchpad.net/27608)
    - Add a "valid users = %S" stanza to the commented-out [homes] section,
      to show users how to restrict access to \\server\username to only
      username.
    - Change the (commented-out) "printer admin" example to use "@lpadmin"
      instead of "@ntadmin", since the lpadmin group is used for spool admin.
  * debian/panic-action:
    - Alter the panic-action script to encourage users to report their
      bugs in Ubuntu packages to Ubuntu, rather than reporting to Debian.
      Modify text to more closely match the Debian script
  * debian/samba-common.templates:
    - Set default workgroup to MSHOME
  * debian/control:
    - remove typehandling
    - add update-inetd to Depends
  * debian/patches/VERSION.patch:
    - set SAMBA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/samba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
  * debian/samba.init:
    - use of PIDDIR instead of hardcoding it
    - Munge our init script to deal with the fact that our implementation
      (or lack thereof) of log_daemon_msg and log_progress_msg differs
      from Debian's implementation of the same (Ubuntu #19691)
  * debian/rules:
    - remove type-handling
    - properly clean on make clean
    - do not install mount.cifs and umount.cifs as suid
  * debian/patches/ubuntu-auxsrc.patch:
    - some auxilliary sources (undocumented in previous changelogs)

21. By Kees Cook

* Merge from debian unstable, remaining changes:
  * debian/smb.conf:
    - Do not show the version number by default
    - Comment out the default [homes] shares and add more verbose comments to
      explain what they do and how they work (closes: launchpad.net/27608)
    - Add a "valid users = %S" stanza to the commented-out [homes] section,
      to show users how to restrict access to \\server\username to only
      username.
    - Change the (commented-out) "printer admin" example to use "@lpadmin"
      instead of "@ntadmin", since the lpadmin group is used for spool admin.
  * debian/panic-action:
    - Alter the panic-action script to encourage users to report their
      bugs in Ubuntu packages to Ubuntu, rather than reporting to Debian.
      Modify text to more closely match the Debian script
  * debian/samba-common.templates:
    - Set default workgroup to MSHOME
  * debian/control:
    - remove typehandling
    - add update-inetd to Depends
  * debian/patches/VERSION.patch:
    - set SAMBA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/samba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
  * debian/samba.init:
    - use of PIDDIR instead of hardcoding it
    - Munge our init script to deal with the fact that our implementation
      (or lack thereof) of log_daemon_msg and log_progress_msg differs
      from Debian's implementation of the same (Ubuntu #19691)
  * debian/rules:
    - remove type-handling
    - properly clean on make clean
    - do not install mount.cifs and umount.cifs as suid
  * debian/patches/ubuntu-auxsrc.patch:
    - some auxilliary sources (undocumented in previous changelogs)

20. By Kees Cook

* Merge from debian unstable, remaining changes:
  * debian/smb.conf:
    - Do not show the version number by default
    - Comment out the default [homes] shares and add more verbose comments to
      explain what they do and how they work (closes: launchpad.net/27608)
    - Add a "valid users = %S" stanza to the commented-out [homes] section,
      to show users how to restrict access to \\server\username to only
      username.
    - Change the (commented-out) "printer admin" example to use "@lpadmin"
      instead of "@ntadmin", since the lpadmin group is used for spool admin.
  * debian/panic-action:
    - Alter the panic-action script to encourage users to report their
      bugs in Ubuntu packages to Ubuntu, rather than reporting to Debian.
      Modify text to more closely match the Debian script
  * debian/samba-common.templates:
    - Set default workgroup to MSHOME
  * debian/control:
    - remove typehandling
    - add update-inetd to Depends
  * debian/patches/VERSION.patch:
    - set SAMBA_VERSION_VENDOR_SUFFIX to Ubuntu
  * debian/samba-common.config:
    - do not change priority to HIGH if dhclient3 is installed
  * debian/samba.init:
    - use of PIDDIR instead of hardcoding it
    - Munge our init script to deal with the fact that our implementation
      (or lack thereof) of log_daemon_msg and log_progress_msg differs
      from Debian's implementation of the same (Ubuntu #19691)
  * debian/rules:
    - remove type-handling
    - properly clean on make clean
    - do not install mount.cifs and umount.cifs as suid
  * debian/patches/ubuntu-auxsrc.patch:
    - some auxilliary sources (undocumented in previous changelogs)
  * Really drop debian/patches/ubuntu-fix-ldap.patch:
    - Fixed upstream, see Debian #274155

19. By Matthias Klose

Rebuild for python2.5 as the default python version.

Branch metadata

Branch format:
Branch format 7
Repository format:
Bazaar repository format 2a (needs bzr 1.16 or later)
Stacked on:
lp:ubuntu/lucid/samba
This branch contains Public information 
Everyone can see this information.

Subscribers