Adi Roiban

Results 120 issues of Adi Roiban

Is this a typo? It would be nice to have all the AUTH_TYPE values as constants so you could write.. and maybe without abbreviation :) so we would have `RESPONSE_GENERAL_FAILURE`...

When validating a MDN, the current code only checks for a valid signature. But I think that it should also read the Received-Content-MIC value and make sure it is the...

## Scope and purpose Fixes #12001 This is a draft / prototype I just created this code to see if someone else is interested in this feature. ## How to...

``` Traceback (most recent call last): File "/home/adi/chevah/twisted/src/twisted/python/test/test_util.py", line 462, in processFinished reason.trap(ProcessDone) File "/home/adi/chevah/twisted/src/twisted/python/failure.py", line 481, in trap self.raiseException() File "/home/adi/chevah/twisted/src/twisted/python/failure.py", line 505, in raiseException raise self.value.with_traceback(self.tb) twisted.internet.error.ProcessTerminated: A...

## Scope and purpose Fixes #12065 Just a quick fix

needs-review

``` =============================================================================== [FAIL] Traceback (most recent call last): File "/home/adi/chevah/twisted/src/twisted/test/test_iutils.py", line 273, in check self.assertEqual(out, dir) File "/home/adi/chevah/twisted/src/twisted/trial/_synctest.py", line 444, in assertEqual super().assertEqual(first, second, msg) File "/home/adi/.local/Python/3.13.0-alpha.2/x64/lib/python3.13/unittest/case.py", line 887, in...

Scope ===== This fixes https://twistedmatrix.com/trac/ticket/9340 Changes ======= The connectionLost handling was updated to produce a new error instead of mutating the failure received from upstream code. I have refactored to...

needs-changes

## Scope and purpose Fixes #11744 This tries to replace the functionality of codecov.io For now, we have both custom coverage report and codecov.io in parallel I would like to...

needs-merge

I am adding this as a reminder / todo We already have [SSH extension negociation rfc 8308](https://datatracker.ietf.org/doc/html/rfc8308) implemented in #10266 This is implemented as a response to [Terrapin](https://terrapin-attack.com/) From OpenSSH...

conch
ssh

The arg parser works a bit different in 3.13