On Wed, 09.01.13 17:09, Zbigniew Jędrzejewski-Szmek (zbys...@in.waw.pl) wrote:

> Hi,
> 
> I'm still working on my journal-logging-over-the-network daemon
> (systemd-journal-remote), and in the process I've created some pathes
> to systemd-journal-gatewayd:
> 
>   http://kawka.in.waw.pl/git/systemd/shortlog/refs/heads/gatewayd-ssl 
> (4982b67)
> 
> I'll not post them here in order to reduce amount of noise, but
> anyway I would be happy to have some review or comments.
> 
> The changes are:
> - systemd-journal-gatewayd --cert server.cert --key server.key
>   will cause the daemon to answer HTTPS requests.
> - systemd-journal-gatewayd --trust ca.cert
>   will cause the daemon to require clients to present a client
>   certificate signed by this authority.
> - log messages from microhttpd are prefixed with 'microhttpd: '
> - log messages from gnutls are prefixed with 'gnutls: '
> 
> No major code changes, but the last change makes the dependency on
> gnutls explicit (microhttpd depends on gnutls anyway), which means
> that libgnutls-devel should be present during compilation.
> An autoconf check is added.

Sounds good!

gntils is a pretty awful library, but the others aren't better, and it
appears to be the right choice here.

Lennart

-- 
Lennart Poettering - Red Hat, Inc.
_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to