Dimitri Papadopoulos Orfanos

Results 327 comments of Dimitri Papadopoulos Orfanos

As far as I can tell it is quite difficult to disable intrusive services like geoclue (location service) in Ubuntu: http://askubuntu.com/questions/106916/how-do-i-stop-geoip-from-connecting-to-the-internet-every-time-i-boot My guess is that location services are **not** disabled...

Additionally, I believe the invalid escapes have been fixed in https://github.com/workhorsy/py-cpuinfo/commit/dc477fcd4d70386f67cb711e371d2d79cdc6c27c.

Isn't this a duplicate of https://github.com/dlenski/gp-saml-gui/issues/40? Does the following command: ``` WEBKIT_DISABLE_COMPOSITING_MODE=1 ./gp_saml_gui.py -S --gateway --clientos=Linux $SERVER ``` instead of: ``` ./gp_saml_gui.py -S --gateway --clientos=Linux $SERVER ``` fix the problem...

Then it's not the same issue, is it?

If it's not the same issue, I recommend you open a new issue.

It's as you wish. I was merely suggesting that we don't know for sure it's the same issue, and that adding new information that is potentially unrelated just make this...

There are lots of issues all over internet about such Gnome issues: https://www.google.com/search?q=WEBKIT_DISABLE_COMPOSITING_MODE+wayland+X+blank I doubt it's worth opening issues against gp-saml-gui.

Also, _TLS_ or _Wolf_ might be good candidates to add in variable and function names, but _SSL_ is a bit outdated, except in brand names such as _WolfSSL_. I would...

The whole code looks like this: https://github.com/the-tcpdump-group/tcpdump/blob/9ff9f78db3cd17d3761fdc441ad58f1ab4917507/print-esp.c#L674-L687 Given that OpenSSL 1.0.2 is no longer supported except with paid support contracts ([Release Strategy](https://www.openssl.org/policies/releasestrat.html)), is it worth still maintaining this `#if`? Also,...

All issues involving `STR_OR_ID` or macros that use `STR_OR_ID` (`PROTOIDSTR` or `NPSTR`) look like false positives, because `STR_OR_ID` itself does bound checking: https://github.com/the-tcpdump-group/tcpdump/blob/a5211097d02144ddd11f71f07c01697750c69fd9/print-isakmp.c#L724-L725