lp:ubuntu/feisty/samba

Created by James Westby and last modified
Get this branch:
bzr branch lp:ubuntu/feisty/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

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.

18. By Michael Vogt

* 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)
  * debian/patches/ubuntu-fix-ldap.patch:
    - fix LDAP backend, see Ubuntu #1905, Debian #274155

17. By Michael Vogt

added depends on update-inetd

16. By Tollef Fog Heen

Remove type-handling from build-deps, it's not in Ubuntu main. (It
was already disabled in the rules file.

15. By Andrew Mitchell

* Merge from debian unstable.
* Drop python2.4-samba, replace with python-samba. Added Conflicts/Replaces
  on python2.4-samba
* Drop track-connection-dos.patch, ubuntu-winbind-panic.patch,
  ubuntu-fix-ldap.patch, ubuntu-setlocale.patch, ubuntu-setlocale-fixes.patch
* Remaining Ubuntu changes:
  - Revert Debian's installation of mount.cifs and umount.cifs as suid
  - 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.
  - 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
  - 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)
  - Kept ubuntu-auxsrc.patch: some auxilliary sources (undocumented in
    previous changelogs)
  - Set default workgroup to MSHOME

14. By Martin Pitt

* SECURITY UPDATE: Remote DoS.
* Add debian/patches/track_connection_dos.patch:
  - Limit active connections to 2048 to avoid DoS due to unbound array
    growing when tracking active connections.
  - CVE-2006-3403

13. By Adam Conrad

* Config file changes only in this upload; no destabilising code changes.
* 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.

12. By Adam Conrad

* After much faff about fixing this properly and getting fixes
  submitted upstream (some of which has happened), I've concluded
  that getting every case_tables usage in the code nailed down
  before release just isn't going to happen, so applying a more
  global bandaid (ubuntu-setlocale-fixes.patch) instead to stop
  the SEGVs completely (closes: launchpad.net/{39990,39484,39956})
* Snag a patch from upstream SVN to stop winbindd from panicking
  when not joined to a domain (closes: launchpad.net/32614)
* Mangle patch fuzz for previous patch to make it apply cleanly.

11. By Adam Conrad

* Sync with Debian's new upstream (UVF exception granted by mdz) to
  resolve the information disclosure vuln reported in CVE-2006-1059
* Make the panic-action script check for 'mail' before it goes about
  trying to backtrace crashes and mail to root (launchpad.net/32987)
* Include patch from upstream to purge setlocale calls from the client
  library, so we don't break the desktop locale (launchpad.net/28603)
* Make the samba and winbind init scripts more robust in the face of a
  tmpfs /var/run, creating directories as we go (launchpad.net/33389)
* Fix up syntax error in the default config file (launchpad.net/37965)

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