strongswan/src/libcharon/plugins/lookip
Tobias Brunner 3d92cff726 lookip: Use line buffering for stdout
Otherwise, the output is buffered when e.g. piping the output to another
command (or file).  And it avoids having to call fflush() in the
interactive mode.

Fixes #3404.
2020-05-07 15:05:55 +02:00
..
.gitignore Add a simple command line utility to query the lookip plugin 2012-10-24 11:43:34 +02:00
Makefile.am libhydra: Remove empty unused library 2016-03-03 17:36:11 +01:00
lookip.c lookip: Use line buffering for stdout 2020-05-07 15:05:55 +02:00
lookip_listener.c lookip: use stream service with async I/O dispatching 2013-07-18 16:00:29 +02:00
lookip_listener.h lookip: use stream service with async I/O dispatching 2013-07-18 16:00:29 +02:00
lookip_msg.h lookip: double size of id field in message 2013-07-18 16:00:30 +02:00
lookip_plugin.c Fixed some typos, courtesy of codespell 2018-02-13 12:19:54 +01:00
lookip_plugin.h Add a lookip plugin stub to lookup connections by virtual IP 2012-10-24 11:43:33 +02:00
lookip_socket.c lookip: Properly return from disconnect callback job 2014-02-18 11:21:51 +01:00
lookip_socket.h Add a lookip server side UNIX socket processing LOOKUP and DUMP requests 2012-10-24 11:43:34 +02:00