summaryrefslogtreecommitdiffstats
path: root/man/varlinkctl.xml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* man: fix incorrect XML in man pageSam Leonard2024-04-151-1/+1
|
* man: fix a few issues in manpagecunshunxia2024-03-201-4/+4
| | | | | | fix: #31482 Signed-off-by: cunshunxia <cunshunxia@tencent.com>
* varlinkctl: add new --collect switchLennart Poettering2024-02-121-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:" transportLennart Poettering2024-01-081-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 Tardon2023-12-251-1/+1
|
* man: use <simplelist> for 'See also' sectionsDavid Tardon2023-12-231-4/+4
| | | | | This is just a slight markup improvement; there should be no difference in rendering.
* varlink: fix typoYu Watanabe2023-10-071-1/+1
| | | | Follow-ups for #29325.
* varlinkctl: add new varlinkctl toolLennart Poettering2023-10-061-0/+315