FUTATSUKI Yasuhito

Results 29 issues of FUTATSUKI Yasuhito

As the return value of RCSStream.invert_diff() is not to be applied for flat text content but for internal logical lines in RCSStream, which may contain some unterminated logical lines at...

* svntest/__init__.py, svntest/actions.py, svntest/factory.py, svntest/main.py, svntest/objects.py, svntest/sandbox.py, svntest/testcase.py, svntest/tree.py, svntest/verify.py, svntest/wc.py: Update the svntest subdirectory from http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/svntest using svntest/update.sh. Adjust run-tests.py for changes in svntest. * run-test.py: - Adjust required...

When I ran '`python2.7 ./run-test.py`' I always got: ``` W: Couldn't find node 'transaction...' in expected output tree W: * Node name: transaction... Path: __SVN_ROOT_NODE/transaction... Contents: None Properties: {} Attributes:...

(This was reported by @jun66j5 on twitter, in Japanese language, with larger example.) It seems cvs2svn cannot handle some RCS files which contains "a" command with in complete (not end...

Update rcsparse to a83bb478aecd37c4818a28f43bda0abafc2527e5 on https://github.com/viewvc/viewvc master. This is the only revision of rcsparse that supports both of Python 2 and Python 3, however not tested well, and obviously don't...

svn, Apache Subversion's command line client also has option to use external diff tool for `svn diff` subcommand. However it assumes that diff tool has diff compatible -L (label) and...

This is a fix address issue #183, adding support for ed25519 keys to `opendkim-testkey`. With PR #202, we can use more than one algorithm/key type in a KeyTable. However as...

This extends KeyTable value fields as the issue comment https://github.com/trusteddomainproject/OpenDKIM/issues/6#issuecomment-393036103 said. With an extended KeyTable and lua script, I could confirm that the milter can both rsa-sha256 and ed25519-sha256 signature....

Before OpenDKIM 1.2.0, `dkim_code_to_name()` , `dim_name_to_code()` and nametables for conversion had been hidden from outside of the library as a part of global name consolidation. However as a result of...

Current parser for Authentication header does not accept the case that `authres-payloa`d contains `no-result` in [RFC8601 section 2.2](https://datatracker.ietf.org/doc/html/rfc8601#section-2.2). This is a fix for it.