Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | undo0.3.0 | William Jon McCann | 2008-07-30 | 1 | -2/+2 |
| | |||||
* | post release version bump | William Jon McCann | 2008-07-30 | 1 | -1/+1 |
| | |||||
* | update for 0.3.0 release | William Jon McCann | 2008-07-30 | 3 | -2/+44 |
| | |||||
* | don't allow reboot if PolicyKit and RBAC are disabled | William Jon McCann | 2008-07-30 | 2 | -14/+24 |
| | |||||
* | fix path in includes | William Jon McCann | 2008-07-30 | 1 | -6/+6 |
| | |||||
* | reorganize the docs a bit | William Jon McCann | 2008-07-30 | 14 | -64/+55 |
| | |||||
* | pull updated DTD and xsl from DeviceKit-disks | William Jon McCann | 2008-07-24 | 2 | -34/+141 |
| | |||||
* | fix distcheck | William Jon McCann | 2008-07-24 | 2 | -1/+2 |
| | |||||
* | still having problems using xinclude | William Jon McCann | 2008-07-24 | 2 | -11/+17 |
| | |||||
* | fix the includes | William Jon McCann | 2008-07-23 | 3 | -19/+10 |
| | |||||
* | add missing bits | William Jon McCann | 2008-07-23 | 2 | -0/+25 |
| | |||||
* | use spec files directly as introspection xml and try to generate docs on the fly | William Jon McCann | 2008-07-23 | 18 | -875/+23 |
| | | | | | | At one point we had to strip out the docs because dbus-glib didn't support unknown tags. Apparently this is now fixed. Also install the xml to /usr/share/dbus-1/interfaces. | ||||
* | use object paths for seat added/removed signals per spec | William Jon McCann | 2008-07-22 | 1 | -4/+4 |
| | |||||
* | regenerate the docs and xml from the spec | William Jon McCann | 2008-07-22 | 2 | -1/+8 |
| | |||||
* | add GetLoginSessionId to exported interface | William Jon McCann | 2008-07-22 | 1 | -0/+13 |
| | |||||
* | fix use of unix-user as int | William Jon McCann | 2008-07-22 | 1 | -6/+6 |
| | |||||
* | use fortify source flag when building from git | William Jon McCann | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | fix location of scripts again | William Jon McCann | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | dist bzip by default | William Jon McCann | 2008-07-21 | 1 | -1/+1 |
| | |||||
* | fix up signal definition | William Jon McCann | 2008-07-21 | 1 | -2/+2 |
| | |||||
* | fix UnixUser to be uint | William Jon McCann | 2008-06-11 | 3 | -11/+8 |
| | | | | Pointed out by Lennart Poettering | ||||
* | use object paths instead of strings for signals | William Jon McCann | 2008-06-11 | 1 | -2/+2 |
| | | | | Pointed out by Lennart Poettering | ||||
* | cleanly shutdown event logging thread | William Jon McCann | 2008-05-05 | 2 | -4/+32 |
| | |||||
* | export login session id to the bus | William Jon McCann | 2008-05-05 | 7 | -6/+38 |
| | |||||
* | exit with the bus now that we're activated by the bus | William Jon McCann | 2008-05-05 | 1 | -57/+8 |
| | |||||
* | allow retaining authorizations for {stop,restart}-multiple-users | David Zeuthen | 2008-04-20 | 1 | -2/+2 |
| | |||||
* | make sure to add all override parameters | William Jon McCann | 2008-04-19 | 2 | -9/+23 |
| | |||||
* | fix the script to work with recent dbus-python api changes | William Jon McCann | 2008-04-19 | 2 | -11/+10 |
| | |||||
* | always try to detect parameters for session | William Jon McCann | 2008-04-19 | 4 | -45/+155 |
| | | | | | Treat the parameters passed in via OpenSessionWithParameters as overrides. | ||||
* | oops one more place | William Jon McCann | 2008-04-18 | 1 | -1/+1 |
| | |||||
* | install scripts into $(prefix)/lib instead of $libdir | William Jon McCann | 2008-04-18 | 6 | -7/+7 |
| | | | | We don't want scripts going into lib64... | ||||
* | return PolicyKit results when not privileged for action | William Jon McCann | 2008-04-16 | 1 | -2/+3 |
| | |||||
* | fix typo | William Jon McCann | 2008-04-16 | 1 | -1/+1 |
| | |||||
* | initial login session id support | William Jon McCann | 2008-04-03 | 8 | -0/+151 |
| | | | | | | | | Linux audit session id support. Still TODO: * determine if session id should be hidden * export to bus * add to event log * figure out how to add it to non-generated sessions | ||||
* | display uid as unix-user to match api | William Jon McCann | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | fix packaging of policy file | William Jon McCann | 2008-02-29 | 1 | -1/+1 |
| | |||||
* | rename policy file | William Jon McCann | 2008-02-26 | 1 | -0/+0 |
| | |||||
* | post release version bump | William Jon McCann | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | update for release0.2.10 | William Jon McCann | 2008-02-25 | 1 | -0/+14 |
| | |||||
* | always create the directories we need | William Jon McCann | 2008-02-25 | 3 | -40/+95 |
| | |||||
* | properly get display device on Solaris | Simon Zheng | 2008-02-25 | 1 | -4/+12 |
| | | | | | | | | | | | | | | Mapping between device path and (major, minor). "/dev/vt" -- (15,*) "/dev/pts" -- (24,*) "/dev/console" -- (0,0) "NO_TTY_VALUE" - (-1,-1) Also, solaris VT device is named like this. /dev/console --- VT #1 /dev/vt/2 --- VT #2 /dev/vt/3 --- VT #3 /dev/vt/N --- VT #4 | ||||
* | fix solaris x11-display-device when no vt available | Brian Cameron | 2008-02-25 | 1 | -0/+11 |
| | | | | | | This patch fixes ConsoleKit so it sets x11-display-device to "/dev/console" when not using VT. | ||||
* | solaris doesn't like printing null | Brian Cameron | 2008-02-25 | 1 | -1/+1 |
| | |||||
* | fix display of active vt when vt is disabled | Brian Cameron | 2008-02-25 | 1 | -2/+6 |
| | | | | | | | | | This fixes the Active device so it is set to "/dev/console" when not using VT. Without this patch, the syslog reports messages like: Active device: /dev/vt/3508388860 Which is obviously wrong if not using VT at all. | ||||
* | fix solaris vt handling to work when no vt available | Brian Cameron | 2008-02-25 | 1 | -3/+5 |
| | | | | | | This fixes the patch that Simon Zhang sent you earlier so that it builds on machines without VT. | ||||
* | improve supporting Solaris VT switching | Simon Zheng | 2008-02-19 | 2 | -1/+60 |
| | | | | | | | | | | | | | | | Here's a patch for ConsoleKit to improve supporting Solaris VT. Two changes are made. - Solaris supports synchronous event notification in STREAMS. Using this, we can avoid creating many threads for idle VTs. By setting the S_MSG flag in an I_SETSIG STREAMS ioctl, applications can get a synchronous notification of VT switching. In other words, these processes are able to receive a SIGPOLL signal when a VT switching succeeds. - Change a little command line of getting maximum vt console numbers. | ||||
* | don't include paths.h on systems that don't have it | William Jon McCann | 2008-02-19 | 2 | -1/+5 |
| | |||||
* | create the log file with S_IROTH and don't touch the log on build | William Jon McCann | 2008-02-13 | 2 | -3/+2 |
| | |||||
* | post release version bump | William Jon McCann | 2008-02-12 | 1 | -1/+1 |
| | |||||
* | update for release0.2.9 | William Jon McCann | 2008-02-12 | 2 | -1/+4 |
| |