genode/repos/gems
Josef Söntgen 7ecabb25eb ssh_terminal: address ambigouity of return values
Replace return values with appropiate bool and document two-staged
publickey authentication. This fixes a bug where wrong authentication
attempts are not properly denied.

Issue #3590.
2020-02-04 15:51:08 +01:00
..
include Move include/gems/vfs.h to include/os/vfs.h 2019-11-19 14:23:56 +01:00
lib New VFS plugin for emulating POSIX pipes 2019-11-19 14:54:13 +01:00
recipes depot: update recipe hashes 2019-12-19 17:01:43 +01:00
run Run TCP bulk tests on all Qemu platforms 2019-12-19 17:01:43 +01:00
src ssh_terminal: address ambigouity of return values 2020-02-04 15:51:08 +01:00
README Remove repos/qt4, fix #1451 2015-03-19 08:57:20 +01:00

README

This directory is a source-code repository containing Genode-specific
services and applications. In contrast to the components that come with
the 'os' repository, programs contained in 'gems' are able to leverage
the functionalities provided by higher-level repositories such as 'libports'.
To use the 'gems' repository, make sure to also add those repositories to your
build configuraion.