alxchk

Results 21 issues of alxchk

https://www.phoronix.com/scan.php?page=news_item&px=Linux-Filter-Tightening-MSRs Maybe it's worth to collaborate with upstream somehow?

## Telega Setup *OS*: Gentoo Linux *Emacs*: GNU Emacs 29.0.50 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.24.31, cairo version 1.16.0) *Telega*: telega v0.8.10 (TDLib v1.8.1) (telega-server v0.7.13) ## Current Behavior This...

Use gssapi_ext to specify principal's password (optional). https://github.com/apple/ccs-pykerberos/issues/81

Let's say I don't want to exec kinit, how should I pass the principal's password?

Does this thing really work? Whatever I tried InitializeSecurityContext never return something which looks like AP_REQ. Tried in two different setups, and always had 1.2.840.113554.1.2.2.3 structure with realm + domain...

There was very weird logic to work with downstream proxy in case of CONNECT. Which (as far as I see) should be as easy as establish new connection using proxy...

https://github.com/frank-w/BPI-R2-4.14/blob/ee7516478dafaa8ccf7f6e763d88a8e03758af37/drivers/crypto/mediatek/mtk-platform.c#L581 https://github.com/frank-w/BPI-R2-4.14/blob/4.14-main/arch/arm/boot/dts/mt7623.dtsi#L1222

FYI there is some issues with something. Most time it was reproducible during something goes to swap, during high load on SATA and network (likely IRQ related race). Just in...

I have some cryptic issues with IOCP backend on windows. Got this behavior using python 2.7.13 and Windows 7/x86 and Windows 10/x86_64. Story goes like this. I wrote some kind...

``` In [1]: import asyncoro In [2]: def test(coro=None): ...: yield "Hello" ...: In [3]: asyncoro.Coro(test) --------------------------------------------------------------------------- AttributeError Traceback (most recent call last) in () ----> 1 asyncoro.Coro(test) c:\python27\lib\site-packages\asyncoro\__init__.pyc in...