Pierre Ossman (ThinLinc team)

Results 284 comments of Pierre Ossman (ThinLinc team)

I'm talking about this section here, where special `HOST*` versions of some compiler variables are used: https://github.com/arsv/perl-cross/blob/1a0ca3bfe114fb6ab6bca12f3052d901c465883e/cnf/configure_tool.sh#L171-L187 `$LIBRARY_PATH` would be slightly different in that it is picked up by the...

My idea is basically this: When you do normal builds, you set `CFLAGS` and `LDFLAGS` to get the proper settings you need. perl-cross is nice enough to magically handle these...

There might be more to it though, I haven't dug that deep in to perl-cross. These variables need to have the above behaviour as `ld` is run, not just during...

Nice, thanks! That workaround got us a bit further. Unfortunately we then hit #77150. :/

I'm afraid we have not added a command line argument to ignore bad certificates. So right now you need to run rdesktop at least once to approve that certificate, or...

This is a bad idea from a security point of view, so at the very least it should have large warnings. And perhaps require a long option.

No. But it already uses `getopt()`, so it should hopefully not be that difficult to add support.

Which version of rdesktop are you using? And what is the output from rdesktop when it goes wrong? Could you try the `master` branch? We've done a bunch of improvements...

Hmm... Odd. The code has been like this for ages an things have worked fine. Have you seen any practical issues? We would need to re-test these channels to make...

Alright, great. I'm afraid I don't have time to test this right now. But I'll leave this PR open and hopefully someone can verify things and we can merge it.