Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move tools out of linux subdirectory since they apparently work on solaris | William Jon McCann | 2007-08-14 | 1 | -410/+0 |
| | |||||
* | deprecate the user properties and add unix-user properties | William Jon McCann | 2007-03-13 | 1 | -1/+1 |
| | | | | | Also added deprecated notes to the docs. New code should be using GetUnixUser instead of GetUser etc. | ||||
* | rename host-name to remote-host-name to make it more intuitive | William Jon McCann | 2007-03-05 | 1 | -6/+6 |
| | |||||
* | add x11-display-device attribute | William Jon McCann | 2007-03-05 | 1 | -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 info | William Jon McCann | 2007-03-05 | 1 | -2/+9 |
| | | | | | Use an async helper job to collect session info for the OpenSession() method. | ||||
* | add linux backends for collecting session information | William Jon McCann | 2007-03-02 | 1 | -0/+390 |
These tools will be used to generate and verify the parameters used to open a session. |