summaryrefslogtreecommitdiff
path: root/src/vdagentd.c
AgeCommit message (Expand)AuthorFilesLines
2016-09-30build-sys: move user/system to respective dirMarc-André Lureau1-1019/+0
2016-05-04session-info: check if session belongs to userVictor Toso1-0/+9
2016-05-04session-info: check for a locked sessionVictor Toso1-0/+7
2016-05-04vdagentd: send file-xfer status, generic versionVictor Toso1-7/+11
2016-04-11remove trailing spacesVictor Toso1-4/+4
2016-01-05vdagent: Mark vdagent and vdagentd functions staticFrancois Gouget1-10/+10
2015-09-15vdagentd: fixes small leakVictor Toso1-0/+1
2015-04-24vdagent: volume synchronization from client.Victor Toso1-0/+21
2014-07-10Add an option such that the daemon will exit after processing a single session.Jeremy White1-1/+13
2014-07-10Add an explicit switch to signal fake uinput devices.Jeremy White1-6/+5
2014-01-31Add VD_AGENT_CAP_MAX_CLIPBOARD supportMarc-André Lureau1-0/+15
2014-01-31Add a warning for unhandled caseMarc-André Lureau1-0/+3
2014-01-31Add a virtio_write_clipboard() functionMarc-André Lureau1-21/+29
2013-09-03vdagentd: support fake uinputAlon Levy1-3/+11
2013-09-02vdagentd: support configurable socket to vdagentAlon Levy1-14/+19
2013-06-24vdagentd: Advertise VD_AGENT_CAP_GUEST_LINEEND_LFHans de Goede1-0/+1
2013-06-06vdagent[d]: Add printing of version to -h outputHans de Goede1-2/+2
2013-04-12Fix typo in src/vdagentd.cLiang Guo1-1/+1
2013-04-11Improve -h / usage outputHans de Goede1-2/+4
2013-04-11vdagentd: Allow runtime disabling of session-info (rhbz#904084)Hans de Goede1-73/+50
2013-03-29file-xfers: Don't warn if we cannot find a file-xferHans de Goede1-1/+2
2013-03-06vdagent*: Handle VDAGENTD_CLIENT_DISCONNECTED messagesHans de Goede1-7/+31
2013-03-06vdagentd: Track which file-xfer id belongs to which session-agentHans de Goede1-12/+61
2013-02-21file-xfer: Add file-xfer support for linux agentriegamaths@gmail.com1-0/+43
2013-01-11randr: Add support for VD_AGENT_CAP_SPARSE_MONITORS_CONFIG (rhbz#881072)Hans de Goede1-0/+1
2013-01-08vdagentd: Fix building warningDunrong Huang1-4/+8
2012-11-26vdagentd: send monitors config to currently active agent onlyHans de Goede1-10/+9
2012-08-24Replace file-logging with syslogHans de Goede1-82/+58
2012-03-20session-info: Add a verbose parameter to session_info_create()Hans de Goede1-1/+1
2012-03-19Rename console_kit* to session_info*Hans de Goede1-22/+22
2012-01-10vdagentd: Close the virtio port when the active vdagent disconnectsHans de Goede1-0/+5
2012-01-10Add a --enable-static-uinput optionHans de Goede1-0/+14
2011-10-28vdagentd: Revert part of 571948ffb78eddd3015c456d084e0ca941f3e45d (rhbz#748760)Hans de Goede1-9/+0
2011-10-03Fix various compiler warningsHans de Goede1-1/+1
2011-09-26vdagentd: Autogenerate a Xinerama xorg.conf for multi monitor setupsHans de Goede1-0/+12
2011-09-23Make mouse handling multiple monitor aware.Hans de Goede1-5/+23
2011-09-22Change VDAGENTD_GUEST_XORG_RESOLUTION message to work with multiple monitorsHans de Goede1-3/+13
2011-09-22vdagentd: Fix a memory leak on agent message parsing errorsHans de Goede1-0/+2
2011-07-15vdagentd: some small coding style fixesHans de Goede1-4/+4
2011-07-15vdagents: add VDAGENTD_VERSION messageMarc-André Lureau1-0/+3
2011-04-18vdagentd: fix compilation without consolekitHans de Goede1-1/+1
2011-04-05vdagentd: use new virtio port write_[start,append] functionsHans de Goede1-29/+14
2011-04-04make console-kit use optionalChristophe Fergeau1-1/+40
2011-04-04autotools: move source files to a src/ subdirChristophe Fergeau1-0/+771