kiilerix

Results 44 comments of kiilerix

oetiker wrote, On 06/13/2011 03:48 PM: > It only works in rdesktop if the keymap contains enable_compose. On the windows side, a keyboard has to be selected which supports the...

`LazyWriter` is only used for explicit use of `--log-file`. I don't know which daemonization cases could be relevant. I would expect the daemonization (like systemd) to capture stdout / stderr,...

Ok. I don't see `--daemon` in `gearbox -h` or `gearbox serve -h` . (That might be a general problem - I don' know where.) ( FWIW, http://aspn.activestate.com/ASPN/Cookbook/Python/Recipe/278731 is also dead...

For the record: The uppercasing only applies to the old LM passwords that for some reason is included as an insecure fallback in NTLM. AFAICS the LM password is never...

On 03/16/2011 06:34 PM, awakecoding wrote: > @killerix: uppercasing also happens in NTLMv2, not just LM. Ok, yes, I was only referring to uppercasing of passwords. Do unicode usernames (and...

It seems like this PR had some good cleanup ... which however was hard to review and conflicted with 890. I hope it will make a comeback.

I notice elsewhere "postfix the edit with '+' or '-' to enter delta times" - that scheme should perhaps be used instead of '+=' etc ...

@pauldavisthefirst Can you help speeding it up by briefly answering some questions that came up while cleaning this up: From a UI and implementation point of view, what is the...

I agree to land things like this early in the development phase, rather than last minute. I will revisit after 8.0 .

The current check script will however compile even if mntent.h doesn't contain getmntent. The default declaration of getmntent is fine. The check could thus be simplified to `msg="Checking for mntent.h",...