summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* deprecate the user properties and add unix-user propertiesWilliam Jon McCann2007-03-132-2/+2
| | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc.
* update all .gitignore filesWilliam Jon McCann2007-03-082-1/+10
|
* rename host-name to remote-host-name to make it more intuitiveWilliam Jon McCann2007-03-052-12/+12
|
* add x11-display-device to ck-list-sessionsWilliam Jon McCann2007-03-051-6/+22
|
* add x11-display-device attributeWilliam Jon McCann2007-03-051-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).
* use an async job to collect session infoWilliam Jon McCann2007-03-051-2/+9
| | | | | Use an async helper job to collect session info for the OpenSession() method.
* add linux backends for collecting session informationWilliam Jon McCann2007-03-023-1/+487
| | | | | These tools will be used to generate and verify the parameters used to open a session.
* add framework for backend toolsWilliam Jon McCann2007-02-282-0/+41
| | | | System dependent tools will be built in subdirectories under tools.
* install the list-sessions tool as ck-list-sessionsWilliam Jon McCann2007-02-271-4/+4
|
* rename idle methods and signal to indicate they are hintsWilliam Jon McCann2007-02-201-6/+6
| | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties.
* split list-sessions output onto separate linesWilliam Jon McCann2007-02-151-3/+3
| | | | It was getting impossible to read all on one line.
* add creation and idle-since timesWilliam Jon McCann2007-02-151-2/+15
| | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool.
* Add .gitignore files and rename tool.William Jon McCann2006-10-273-4/+12
|
* Actually remove files and remember to use commit -a.William Jon McCann2006-10-271-632/+0
|
* Initial importWilliam Jon McCann2006-10-253-0/+1036