http://patchwork.ozlabs.org/patch/456533/ http://patchwork.ozlabs.org/patch/456535/ http://patchwork.ozlabs.org/patch/456536/ http://patchwork.ozlabs.org/patch/456534/
On Tue, Mar 31, 2015 at 11:34 AM, <itamar.t...@gmail.com> wrote: > From: Itamar Tal <ita...@guardicore.com> > > This bundle of patches adds support for some more functionality in the > qemu-guest-agent, both for Windows and Linux. Main added features are: > - Process list enumeration > - Network connections enumeration > - File removal and attributes > - File hashing > - System information such as uptime and hostname > > Itamar, > Guardicore > ita...@guardicore.com > > Itamar Tal (4): > added qga hash file command (win/linux) > addedd missing file commands (attributes, deletion) > added qga system uptime and hostname commands > added qga processes and connections enumeration commands (win/linux) > > qga/Makefile.objs | 2 +- > qga/commands-posix.c | 644 > ++++++++++++++++++++++++++++++++++++++++++++++++ > qga/commands-win32.c | 561 +++++++++++++++++++++++++++++++++++++++++ > qga/commands.c | 69 ++++++ > qga/guest-agent-core.h | 8 + > qga/main.c | 5 + > qga/qapi-schema.json | 179 ++++++++++++++ > qga/sha256.c | 171 +++++++++++++ > qga/sha256.h | 40 +++ > qga/win32-definitions.h | 110 +++++++++ > qga/win32-iptypes.h | 412 +++++++++++++++++++++++++++++++ > 11 files changed, 2200 insertions(+), 1 deletion(-) > create mode 100644 qga/sha256.c > create mode 100644 qga/sha256.h > create mode 100644 qga/win32-definitions.h > create mode 100644 qga/win32-iptypes.h > > -- > 2.3.4 > >