Bug 248196

Summary: net/vinagre: patch for support passwords more than 8 chars - support ARD (OS-X remote desktop)
Product: Ports & Packages Reporter: Vladimir Druzenko <vvd>
Component: Individual Port(s)Assignee: freebsd-gnome (Nobody) <gnome>
Status: Closed FIXED    
Severity: Affects Many People CC: tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
vvd: maintainer-feedback?
Version: Latest   
Hardware: Any   
OS: Any   
URL: https://bugzilla.gnome.org/show_bug.cgi?id=666598
Attachments:
Description Flags
Support passwords more than 8 chars - support ARD (OS-X remote desktop) vvd: maintainer-approval?

Description Vladimir Druzenko freebsd_committer freebsd_triage 2020-07-23 06:23:07 UTC
Created attachment 216687 [details]
Support passwords more than 8 chars - support ARD (OS-X remote desktop)

The upstream issue with 9 years discussion: https://bugzilla.gnome.org/show_bug.cgi?id=652334
Idea of the patch with description: https://bugzilla.gnome.org/show_bug.cgi?id=666598
The max length 32 from here: https://www.mac-forums.com/threads/maximum-length-of-passwords.317066/

Tested build and work on 12.1 amd64 with VNC servers:
* x11vnc with passwords length <= 8 (classic VNC protocol);
* ARD on MacOS 10.15.6 with passwords length > 8 (VNC extensions).

For example net/krdc support VNC passwords with length >> 8 chars.
Comment 1 Tobias C. Berner freebsd_committer freebsd_triage 2020-08-02 09:58:44 UTC
Moin moin 

Thanks, committed, with hat desktop@.


mfg Tobias
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-08-02 09:59:14 UTC
A commit references this bug:

Author: tcberner
Date: Sun Aug  2 09:58:15 UTC 2020
New revision: 543941
URL: https://svnweb.freebsd.org/changeset/ports/543941

Log:
  net/vinagre: patch for support passwords more than 8 chars

  - support ARD (OS-X remote desktop)
  - increase the lenght of passwords which can be entered from 8 to 32

  The upstream issue with 9 years discussion:
          https://bugzilla.gnome.org/show_bug.cgi?id=652334
  Idea of the patch with description:
          https://bugzilla.gnome.org/show_bug.cgi?id=666598
  The max length 32 from here:
          https://www.mac-forums.com/threads/maximum-length-of-passwords.317066/

  PR:		248196
  Submitted by:	VVD <vvd@unislabs.com>
  Approved by:	desktop

Changes:
  head/net/vinagre/Makefile
  head/net/vinagre/files/patch-plugins_vnc_vinagre-vnc-tab.c