Change logs for cifs-utils source package in Precise

  • cifs-utils (2:5.1-1ubuntu2) precise-proposed; urgency=low
    
      * mount.cifs: Properly update mtab during remount (LP: #1144612)
    
      During a remount of a cifs filesystem, the mtab file is not properly
      updated, which leads to a doubled entry of the same filesystem in the
      /etc/mtab file.  This patch adds a new function del_mtab() which is
      called before the add_mtab() in case the fs is being remounted.
    
      The del_mtab() function will delete from the mtab, the old entry from
      the filesystem which is being remounted, and then, calls add_mtab() to
      add an updated entry to the mtab file.
     -- Louis Bouchard <email address hidden>   Fri, 26 Apr 2013 15:15:32 +0200
  • cifs-utils (2:5.1-1ubuntu1) precise; urgency=low
    
      * Merge from debian unstable.  Remaining changes:
        - make cifs-utils suggests winbind instead of recommending it. We don't need
          it on the CD and it's taking multiple MB (LP: #817962)
        + Dropped:
          - debian/patches/CVE-2011-1678.patch: Applied upstream.
          - debian/patches/CVE-2011-2724.patch: Applied upstream.
    
    cifs-utils (2:5.1-1) unstable; urgency=low
    
      * New upstream release.
      * Install getcifsacl and setcifsacl binaries and manpages
     -- Chuck Short <email address hidden>   Mon, 17 Oct 2011 17:37:35 +0000
  • cifs-utils (2:5.0-1ubuntu2) oneiric; urgency=low
    
      * SECURITY UPDATE: mtab corruption via resource limits
        - debian/patches/CVE-2011-1678.patch: trunk mtab file if updating it
          failed in mount.cifs.c, mount.h, mtab.c.
        - CVE-2011-1678
      * SECURITY UPDATE: mtab corruption via incorrect new line check
        - debian/patches/CVE-2011-2724.patch: check proper return codes in
          mount.cifs.c.
        - CVE-2011-2724
     -- Marc Deslauriers <email address hidden>   Thu, 29 Sep 2011 14:37:21 -0400