summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)AuthorFilesLines
2007-10-19a few fixes for last patchWilliam Jon McCann1-4/+25
2007-10-19add a last compatible outout format to ck-historyWilliam Jon McCann1-6/+169
2007-10-17add a basic ck-history commandWilliam Jon McCann3-29/+196
Refactor some event logging code to share with ck-history. At the moment the command only prints the events.
2007-08-17a few fixes for peer cred stuffWilliam Jon McCann2-8/+9
2007-08-16move peercred stuff into sysdeps. add solaris support.William Jon McCann2-52/+13
2007-08-16move all proc stuff into ck-sysdepsWilliam Jon McCann3-30/+30
2007-08-14move tools out of linux subdirectory since they apparently work on solarisWilliam Jon McCann6-32/+39
2007-08-14make a lt library for proc stuffWilliam Jon McCann1-4/+3
2007-07-20Add --display option to tool.William Jon McCann1-4/+18
2007-07-18Add new helper for getting tty from DISPLAYWilliam Jon McCann2-0/+149
2007-03-26use xlib directly instead of via gdkWilliam Jon McCann1-7/+32
2007-03-13deprecate the user properties and add unix-user propertiesWilliam Jon McCann2-2/+2
Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
2007-03-08update all .gitignore filesWilliam Jon McCann2-1/+10
2007-03-05rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2-12/+12
2007-03-05add x11-display-device to ck-list-sessionsWilliam Jon McCann1-6/+22
2007-03-05add x11-display-device attributeWilliam Jon McCann1-8/+21
In certain cases it is necessary to distinguish the display-device (tty of session leader) from the x11-display-device (tty of xorg process).
2007-03-05use an async job to collect session infoWilliam Jon McCann1-2/+9
Use an async helper job to collect session info for the OpenSession() method.
2007-03-02add linux backends for collecting session informationWilliam Jon McCann3-1/+487
These tools will be used to generate and verify the parameters used to open a session.
2007-02-28add framework for backend toolsWilliam Jon McCann2-0/+41
System dependent tools will be built in subdirectories under tools.
2007-02-27install the list-sessions tool as ck-list-sessionsWilliam Jon McCann1-4/+4
2007-02-20rename idle methods and signal to indicate they are hintsWilliam Jon McCann1-6/+6
Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
2007-02-15split list-sessions output onto separate linesWilliam Jon McCann1-3/+3
It was getting impossible to read all on one line.
2007-02-15add creation and idle-since timesWilliam Jon McCann1-2/+15
Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
2006-10-27Add .gitignore files and rename tool.William Jon McCann3-4/+12
2006-10-27Actually remove files and remember to use commit -a.William Jon McCann1-632/+0
2006-10-25Initial importWilliam Jon McCann3-0/+1036