Package: rdesktop / 1.8.6-2

Metadata

Package Version Patches format
rdesktop 1.8.6-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01_paging.patch | (download)

proto.h | 2 1 1 - 0 !
rdesktop.c | 12 11 1 - 0 !
xwin.c | 216 207 9 - 0 !
3 files changed, 219 insertions( ), 11 deletions(-)

 <short summary of the patch>
 .
20_update_manpage.dpatch | (download)

doc/rdesktop.1 | 4 4 0 - 0 !
1 file changed, 4 insertions( )

---
80_handle_nostrip_option.dpatch | (download)

Makefile.in | 4 4 0 - 0 !
1 file changed, 4 insertions( )

---
90 fixed_version_number_and_typo.patch | (download)

doc/ChangeLog | 4 2 2 - 0 !
1 file changed, 2 insertions( ), 2 deletions(-)

 [patch] fixed version number and typo


91 sec_decrypt_the_correct_amount_of_data.patch | (download)

secure.c | 16 10 6 - 0 !
1 file changed, 10 insertions( ), 6 deletions(-)

 [patch] sec_decrypt() the correct amount of data

Save the correct amount of data to sec_decrypt() because after
inout_uint8p() the macro s_remaining(s) will find nothing left.