Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix the user prop type | William Jon McCann | 2007-03-09 | 1 | -9/+9 |
| | |||||
* | add a few more parameters to session idl | William Jon McCann | 2007-03-09 | 1 | -0/+8 |
| | |||||
* | add uuid to cookie | William Jon McCann | 2007-03-09 | 1 | -1/+9 |
| | |||||
* | add a tool to autogenerate dbus object ref docs | William Jon McCann | 2007-03-09 | 3 | -8/+25 |
| | | | | | | | I hope I didn't reinvent a wheel but it seems to work much better than hand coding these refentries. Still need to add support for comments and actual descriptions ala gtk-doc. | ||||
* | remove debug noise | William Jon McCann | 2007-03-06 | 1 | -1/+1 |
| | |||||
* | add very basic idle monitoring of text sessions and rework parameter parsing | William Jon McCann | 2007-03-06 | 2 | -23/+205 |
| | | | | | Rework the parameter parsing so it is a bit more robust and so that parameters can get passed to the constructor. | ||||
* | use paths.h if available | William Jon McCann | 2007-03-06 | 3 | -12/+37 |
| | |||||
* | exit if we can't acquire name at startup and fix a glib warning | William Jon McCann | 2007-03-06 | 1 | -9/+32 |
| | |||||
* | check for empty strings as well as null | William Jon McCann | 2007-03-06 | 1 | -7/+9 |
| | |||||
* | use a slightly more sophisticated rule for adding sessions to static seat | William Jon McCann | 2007-03-06 | 2 | -5/+33 |
| | |||||
* | allow for the possibility of matching multiple sessions for device | William Jon McCann | 2007-03-06 | 1 | -15/+145 |
| | | | | | | | In the event that there is more than one session that matches a particular tty when the VT changes we use the following rule: 1. take the oldest session where display-device == active VT device 2. take the oldest session where x11-display-device == active VT device | ||||
* | add x11-display-device to parse table | William Jon McCann | 2007-03-05 | 2 | -6/+9 |
| | |||||
* | rename host-name in one more place | William Jon McCann | 2007-03-05 | 1 | -6/+6 |
| | |||||
* | rename host-name to remote-host-name to make it more intuitive | William Jon McCann | 2007-03-05 | 3 | -27/+32 |
| | |||||
* | add two more proc sysdep functions | William Jon McCann | 2007-03-05 | 2 | -0/+57 |
| | |||||
* | add x11-display-device attribute | William Jon McCann | 2007-03-05 | 3 | -92/+143 |
| | | | | | | 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 | 4 | -76/+672 |
| | | | | | 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 | 2 | -9/+68 |
| | | | | | These tools will be used to generate and verify the parameters used to open a session. | ||||
* | lay the groundwork for making open session async | William Jon McCann | 2007-02-28 | 1 | -118/+252 |
| | | | | | | | | | | Restructure things a bit so that we can be completely async about creating sessions. We want to do this so we can use callouts to gather session info or to verify info. Also make the OpenSession create a parameter list and then create the session rather than creating the session and changing attributes. This is less racy and the session will be complete and correct before any signals are emitted. | ||||
* | don't rely on evironment getting updated in python scripts | William Jon McCann | 2007-02-28 | 1 | -1/+4 |
| | |||||
* | update news for release0.1.2 | William Jon McCann | 2007-02-26 | 1 | -1/+2 |
| | | | | Also fix a distcheck error. | ||||
* | rename some items in proc.h api; add some more error checking | William Jon McCann | 2007-02-26 | 3 | -64/+99 |
| | | | | | Make the proc.h API more coherent. Convert some warnings to debug statements. Fix two leaks. Add more error checking. | ||||
* | add support for glib < 2.12 | William Jon McCann | 2007-02-21 | 2 | -3/+49 |
| | | | | Copy the iso8601 function from glib to support versions less than 2.12. | ||||
* | make separate test scripts for open session methods | William Jon McCann | 2007-02-21 | 3 | -0/+45 |
| | |||||
* | don't use null parameters | William Jon McCann | 2007-02-21 | 1 | -15/+17 |
| | |||||
* | add a system-idle-hint and system-idle-since-hint | William Jon McCann | 2007-02-20 | 3 | -22/+166 |
| | | | | | The system idle hint is TRUE when there are no busy (ie non-idle) sessions. So the system is idle when there are no sessions or all sessions are idle. | ||||
* | make the idle hint getters sync dbus methods | William Jon McCann | 2007-02-20 | 3 | -11/+20 |
| | | | | | This makes it easier to use from C code. Also fix a bug where we weren't emitting the argument in the idle-hint-changed signal. | ||||
* | rename idle methods and signal to indicate they are hints | William Jon McCann | 2007-02-20 | 3 | -49/+49 |
| | | | | | Rename GetIdle to GetIdleHint (etc) to make it clear that these are not authoritative properties. | ||||
* | limit the use of errno | William Jon McCann | 2007-02-19 | 1 | -5/+10 |
| | | | | Try to limit the use of errno in case it can change. | ||||
* | handle the no console fd case better | William Jon McCann | 2007-02-19 | 2 | -10/+38 |
| | | | | | Don't spew warnings when getfd() can't find a suitable console fd. Also add a comment to note where getfd.c comes from. | ||||
* | improve thread safety | William Jon McCann | 2007-02-19 | 1 | -52/+174 |
| | | | | | | Change to using an async queue for events from VT watching threads. Add mutex protection to shared data. Compress the event queue when possible by discarding all but the most recent VT activation event. | ||||
* | add creation and idle-since times | William Jon McCann | 2007-02-15 | 3 | -0/+61 |
| | | | | | Added GetCreationTime and GetIdleSince methods. And added the output to the list-sessions tool. | ||||
* | implement get/set idle methods | William Jon McCann | 2007-02-15 | 3 | -11/+173 |
| | | | | | Add the GetIdle and SetIdle methods, and the IdleChanged signal. SetIdle is restricted to the uid of the session in question. | ||||
* | restrict access to CloseSession | William Jon McCann | 2007-02-15 | 1 | -0/+77 |
| | | | | Only allow the uid and pid that opened the session to close it. | ||||
* | convert all tabs to spaces | William Jon McCann | 2007-02-15 | 3 | -93/+93 |
| | |||||
* | fix compiler warning | William Jon McCann | 2007-02-15 | 1 | -3/+6 |
| | |||||
* | fix warning from missing include | William Jon McCann | 2007-02-13 | 2 | -5/+6 |
| | |||||
* | create and delete pid file | S.Çağlar Onur | 2007-02-13 | 1 | -1/+24 |
| | | | | | While try to play with ConsoleKit i realize it cannot create its pid file, so if needed attached patch adds that with copy/paste from PolicyKit :). | ||||
* | use the supplied vt number when updating active session | William Jon McCann | 2007-02-12 | 1 | -12/+19 |
| | | | | | Just the use vt number given by the vt-manager instead of asking for the current vt again. A little bit less racy this way. | ||||
* | Bump thread stack size up to 64k | William Jon McCann | 2007-02-08 | 1 | -1/+1 |
| | | | | | The minimum stack size 16k seems to crash glibc when we do printf in debug. | ||||
* | support for reconnecting to the system bus | William Jon McCann | 2007-02-07 | 1 | -45/+153 |
| | | | | | Instead of exiting on disconnect this attempts to reconnect. Based on patch from: Timo Hoenig <thoenig@suse.de> | ||||
* | reduce the debug buffer size | William Jon McCann | 2007-02-07 | 1 | -6/+6 |
| | | | | Reduce the buffer size in the debugging code. | ||||
* | Don't keep last session active when switching to a VT without | William Jon McCann | 2007-02-06 | 1 | -3/+1 |
| | | | | | a session registered on it. Patch from: David Zeuthen | ||||
* | Add some more debugging output | William Jon McCann | 2007-02-06 | 2 | -2/+10 |
| | |||||
* | Make threads use minimum stack size rather than the default. | William Jon McCann | 2007-02-06 | 1 | -1/+1 |
| | | | | Patch from: mclasen@redhat.com | ||||
* | Fix some small leaks. Add --timed-exit to daemon for valgrinding. | William Jon McCann | 2006-11-06 | 5 | -5/+18 |
| | |||||
* | Show message even when error is NULL. Fix valgrind script. | William Jon McCann | 2006-11-06 | 3 | -3/+6 |
| | |||||
* | Add a script to test FUS related functionality. | William Jon McCann | 2006-10-31 | 3 | -10/+71 |
| | | | | Fix a problem where error was reported twice. | ||||
* | Add .gitignore files and rename tool. | William Jon McCann | 2006-10-27 | 1 | -0/+13 |
| | |||||
* | Actually remove files and remember to use commit -a. | William Jon McCann | 2006-10-27 | 6 | -1403/+0 |
| |