Your message dated Tue, 10 Feb 2026 21:50:57 +0000
with message-id <[email protected]>
and subject line Bug#639413: fixed in rdesktop 1.9.0-3
has caused the Debian Bug report #639413,
regarding rdesktop: value for CallerAvailableAllocationUnits from 
FileFsFullSizeInformation is too high
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
639413: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=639413
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: release.debian.org

Hi,

some programms make rdesktop to fail to keep up the directory
forwarding to an win 2k8-server. Please see
http://sourceforge.net/tracker/?func=detail&aid=2812158&group_id=24366&atid=381349
for the bug, the fix is as follows:

--- rdesktop-1.6.0.orig/disk.c  2009-06-19 09:06:27.000000000 -0400
+++ rdesktop-1.6.0/disk.c       2009-06-25 09:40:44.000000000 -0400
@@ -1096,10 +1101,24 @@
                        rdp_out_unistr(out, fsinfo->type, 2 * 
strlen(fsinfo->type) - 2);
                        break;
 
+               /* JMD 20090623: Needed for Windows 2008 support
+                  
http://msdn.microsoft.com/en-us/library/cc232104(PROT.13).aspx
+                  IRP Query Volume Information class: 0x07 */
+               case FileFsFullSizeInformation:
+                       printf("Called FileFsFullSizeInformation\n");
+                       out_uint32_le(out, stat_fs.f_blocks);   /* 
TotalAllocationUnits */
+                       out_uint32_le(out, 0);  
+                       out_uint32_le(out, stat_fs.f_bavail);   /* 
CallerAvailableAllocationUnits */
+                       out_uint32_le(out, 0);  
+                       out_uint32_le(out, stat_fs.f_bfree);    /* 
ActualAvailableAllocationUnits */
+                       out_uint32_le(out, 0);  
+                       out_uint32_le(out, stat_fs.f_bsize / 0x200);    /* 
SectorsPerAllocationUnit */
+                       out_uint32_le(out, 0x200);      /* Bytes per sector */
+                       break;
+
                case FileFsLabelInformation:
                case FileFsDeviceInformation:
                case FileFsControlInformation:
-               case FileFsFullSizeInformation:
                case FileFsObjectIdInformation:
                case FileFsMaximumInformation:
 

Is this correct? If so, I'd prepare and upload an appropriate new
version to stable (oldstable has the same bug, and I'm happy to fix it
there too, but actually the current stable version just has bug fixes
compared to oldstable, so that the new stable version should be
backported to olstable in that case).


Andi



--- End Message ---
--- Begin Message ---
Source: rdesktop
Source-Version: 1.9.0-3
Done: Laszlo Boszormenyi (GCS) <[email protected]>

We believe that the bug you reported is fixed in the latest version of
rdesktop, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Laszlo Boszormenyi (GCS) <[email protected]> (supplier of updated rdesktop 
package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 10 Feb 2026 21:57:15 +0100
Source: rdesktop
Architecture: source
Version: 1.9.0-3
Distribution: unstable
Urgency: medium
Maintainer: Laszlo Boszormenyi (GCS) <[email protected]>
Changed-By: Laszlo Boszormenyi (GCS) <[email protected]>
Closes: 563114 573395 617615 639413 749056 839551 1110334
Changes:
 rdesktop (1.9.0-3) unstable; urgency=medium
 .
   [ Andreas Tille <[email protected]> ]
   * Maintain package in Debian team on Salsa
   * Drop obsolete debian/README.source
     Closes: #1110334
   * debhelper-compat (= 13)
   * d/control:
      - Drop explicit Build-Depends: autoconf, automake
      - Build-Depends: s/pkg-config/pkgconf/
   * d/copyright:
      - DEP5
      - Review
   * Add hint that upstream needs a new upstream maintainer to long
     description.
   * d/watch: version=5
   * Verify that this upstream version contains the patch which fixes
     DPI and Mouse Cursor for Windows 10
     Closes: #839551
   * Verify that code to fix redirected disk file transfer is included
     in recent upstream version
     Closes: #563114
   * Verify that patch to nt duplicate scroll wheel events is included
     in recent upstream version
     Closes: #573395
   * Verify that patch is applied upstream
     Closes: #617615
   * Verify that value for CallerAvailableAllocationUnits from
     FileFsFullSizeInformation is correct in this version
     Closes: #639413
   * Verify that this version does support _WM_NET_PID
     Closes: #749056
   * Standards-Version: 4.7.3
Checksums-Sha1:
 1fd99c229dcb7333aa33fe4572bea7657671203b 1982 rdesktop_1.9.0-3.dsc
 8a09bed4c64b0d14678c2e7838fbc4738e5ea1b4 9500 rdesktop_1.9.0-3.debian.tar.xz
Checksums-Sha256:
 9e9c3c1bb67bc5c9c4a8ba49600c81537d6c1a654d1e0f1a91ac980c93aabb89 1982 
rdesktop_1.9.0-3.dsc
 a5fbf714ab0ef4e902f591cd142a955f872ecd6a2c7f14b5851e0eb14be5b376 9500 
rdesktop_1.9.0-3.debian.tar.xz
Files:
 e53c6925782bbe98c04425a4cc7410be 1982 x11 optional rdesktop_1.9.0-3.dsc
 53f635ed2f9c5d549588da73448ce3d1 9500 x11 optional 
rdesktop_1.9.0-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfYh9yLp7u6e4NeO63OMQ54ZMyL8FAmmLnT8ACgkQ3OMQ54ZM
yL+g1RAAp9TTyU9qBrPZvtwe6IhStoHkK//JQcyObC6df3II/X1toXu08nIWNMP2
KUVPUVpWq2zfSiHpKmuLn4Or3AjCyxRnBkSqdcat9FjOqSs7xV/LNnnFAj9a1WwB
GVhM7n6R+6dDgyudB/LOB0Q+aFhtoEGoyX2o2N6EV1okIz7u8bfZ/NGqF0GaTbkF
/crojI2PIvS5ZxmGw/227scOjzo5TsRJw7E9+QwIoHZYdTws1UPkeg2lyK7Yl3PE
X6AK6s7af8m6R6uTXwZw88ETxRzbHTDmq/+JmgTIC7jDRQpeO57ALpfNcQ10mwbc
e+dRiAyuiKIpY+32N+QVptO8GLSyZBJc+AjXfPvRfbTsMov8xNhI/YBkuscNfEGQ
IZXwajEi7tSfgOwg5/dnUdBwHRgzHUPUxAa9BiEGX77daGtwjI19OrGGsChNiXaW
/XQiHv5htMnBYczOAHgTV7KLztXOHsS47XGkUPFtfQTJr5n9lm+Tu9H6yQwfqIcf
lKqiUkbRmKBDktT2yTh0Ws2gqBoJNsIrV3APVkYbZaTEyrXTi+eWKgxUAkzJoL4x
573rjdE0AUW8tD01HtjdxcV6FWes8K/gBUws6tAdVwEerj/rmdlFYq4uWn9x0nvO
mhuy5kVYsalbsD3JzmQ1pUrbPncpPPzeXFaYg7vsYulyrlpXleM=
=fsbj
-----END PGP SIGNATURE-----

Attachment: pgpjr_H1qWpwI.pgp
Description: PGP signature


--- End Message ---

Reply via email to