Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | man: fix incorrect XML in man page | Sam Leonard | 2024-04-15 | 1 | -1/+1 |
| | |||||
* | man: fix a few issues in manpage | cunshunxia | 2024-03-20 | 1 | -4/+4 |
| | | | | | | fix: #31482 Signed-off-by: cunshunxia <cunshunxia@tencent.com> | ||||
* | varlinkctl: add new --collect switch | Lennart Poettering | 2024-02-12 | 1 | -0/+9 |
| | | | | | | It exposes the varlink_collect() call we internally provide: it collects all responses of a method call that is issued with the "more" method call flag. It then returns the result as a single JSON array. | ||||
* | varlink: add "ssh:" transport | Lennart Poettering | 2024-01-08 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | This uses openssh 9.4's -W support for AF_UNIX. Unfortunately older versions don't work with this, and I couldn#t figure a way that would work for older versions too, would not be racy and where we'd still could keep track of the forked off ssh process. Unfortunately, on older versions -W will just hang (because it tries to resolve the AF_UNIX path as regular host name), which sucks, but hopefully this issue will go away sooner or later on its own, as distributions update. Fedora is still stuck at 9.3 at the time of posting this (even on Fedora), even though 9.4, 9.5, 9.6 have all already been released by now. Example: varlinkctl call -j ssh:root@somehost:/run/systemd/io.systemd.Credentials io.systemd.Credentials.Encrypt '{"text":"foobar"}' | ||||
* | man: use same version in public and system ident. | David Tardon | 2023-12-25 | 1 | -1/+1 |
| | |||||
* | man: use <simplelist> for 'See also' sections | David Tardon | 2023-12-23 | 1 | -4/+4 |
| | | | | | This is just a slight markup improvement; there should be no difference in rendering. | ||||
* | varlink: fix typo | Yu Watanabe | 2023-10-07 | 1 | -1/+1 |
| | | | | Follow-ups for #29325. | ||||
* | varlinkctl: add new varlinkctl tool | Lennart Poettering | 2023-10-06 | 1 | -0/+315 |