Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 548708 | Differences between
and this patch

Collapse All | Expand All

(-)a/vinagre-3.14.3/plugins/rdp/vinagre-rdp-tab.c (-1 lines)
Lines 880-886 Link Here
880
  settings->RdpSecurity = TRUE;
880
  settings->RdpSecurity = TRUE;
881
  settings->TlsSecurity = TRUE;
881
  settings->TlsSecurity = TRUE;
882
  settings->NlaSecurity = TRUE;
882
  settings->NlaSecurity = TRUE;
883
  settings->DisableEncryption = FALSE;
884
  settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
883
  settings->EncryptionMethods = ENCRYPTION_METHOD_40BIT | ENCRYPTION_METHOD_128BIT | ENCRYPTION_METHOD_FIPS;
885
  settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
884
  settings->EncryptionLevel = ENCRYPTION_LEVEL_CLIENT_COMPATIBLE;
886
#else
885
#else

Return to bug 548708