Code

frontend: Implemented the CONNECTION_QUERY command.
authorSebastian Harl <sh@tokkee.org>
Mon, 6 Jan 2014 11:00:18 +0000 (12:00 +0100)
committerSebastian Harl <sh@tokkee.org>
Mon, 6 Jan 2014 11:00:18 +0000 (12:00 +0100)
commit3c4e8a9b3d218abd4928121e033758c6577fd015
treee9a7eafa0d03f355788c8edd0c9ef1356a5991ae
parentbf39a85b7764641b4a4f0c452331c8be8cb34a01
frontend: Implemented the CONNECTION_QUERY command.

This command expects a string representation of the to be executed command as
the command body. The frontend will then parse the string and execute the
first command. Other commands are (currently?) ignored to make injection
attacks harder.
src/frontend/connection.c