udscs: add functions to associate per connection data with a connection
[vd_agent.git] / TODO
blobbd601aec027aea418b1c01e464970d99e2c7e82c
1 Well everything really, but this is here to add things
2 which we certainly must not forget:
4 !!SECURITY!!
6 We need to come up with some sort of security concept for the
7 vdagent daemon and the vdagent clients communication.
9 Yes client_s_  as there can be multiple xorg sessions running
10 when for example the switch user functionality is used. But we
11 don't want Bob to be getting access to Alice's clipboard through
12 vdagent!
14 One possible option is to ask ConsoleKit who the current Console
15 owner is and then only send messages to / accept messages from
16 agents whose unix domain socket has the same uid.
18 Various things:
19 -make uinput communication non blocking
20 -patch xorg driver to allow adding "random" resolutions
21 -make vdagent xorg client try to add "random" resolutions
22 -fedora package
23 -file or syslog logging
24 -only realloc capabilities array if size changes
26 Maybe:
27 -Add support for selections with a target of STRING, which are
28  ISO Latin-1 strings, which we could support through iconv