summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-07-21dist bzip by defaultWilliam Jon McCann1-1/+1
2008-07-21fix up signal definitionWilliam Jon McCann1-2/+2
2008-06-11fix UnixUser to be uintWilliam Jon McCann3-11/+8
Pointed out by Lennart Poettering
2008-06-11use object paths instead of strings for signalsWilliam Jon McCann1-2/+2
Pointed out by Lennart Poettering
2008-05-05cleanly shutdown event logging threadWilliam Jon McCann2-4/+32
2008-05-05export login session id to the busWilliam Jon McCann7-6/+38
2008-05-05exit with the bus now that we're activated by the busWilliam Jon McCann1-57/+8
2008-04-20allow retaining authorizations for {stop,restart}-multiple-usersDavid Zeuthen1-2/+2
2008-04-19make sure to add all override parametersWilliam Jon McCann2-9/+23
2008-04-19fix the script to work with recent dbus-python api changesWilliam Jon McCann2-11/+10
2008-04-19always try to detect parameters for sessionWilliam Jon McCann4-45/+155
Treat the parameters passed in via OpenSessionWithParameters as overrides.
2008-04-18oops one more placeWilliam Jon McCann1-1/+1
2008-04-18install scripts into $(prefix)/lib instead of $libdirWilliam Jon McCann6-7/+7
We don't want scripts going into lib64...
2008-04-16return PolicyKit results when not privileged for actionWilliam Jon McCann1-2/+3
2008-04-16fix typoWilliam Jon McCann1-1/+1
2008-04-03initial login session id supportWilliam Jon McCann8-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
2008-02-29display uid as unix-user to match apiWilliam Jon McCann1-1/+1
2008-02-29fix packaging of policy fileWilliam Jon McCann1-1/+1
2008-02-26rename policy fileWilliam Jon McCann1-0/+0
2008-02-25post release version bumpWilliam Jon McCann1-1/+1
2008-02-25update for releaseWilliam Jon McCann1-0/+14
2008-02-25always create the directories we needWilliam Jon McCann3-40/+95
2008-02-25properly get display device on SolarisSimon Zheng1-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
2008-02-25fix solaris x11-display-device when no vt availableBrian Cameron1-0/+11
This patch fixes ConsoleKit so it sets x11-display-device to "/dev/console" when not using VT.
2008-02-25solaris doesn't like printing nullBrian Cameron1-1/+1
2008-02-25fix display of active vt when vt is disabledBrian Cameron1-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.
2008-02-25fix solaris vt handling to work when no vt availableBrian Cameron1-3/+5
This fixes the patch that Simon Zhang sent you earlier so that it builds on machines without VT.
2008-02-19improve supporting Solaris VT switchingSimon Zheng2-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.
2008-02-19don't include paths.h on systems that don't have itWilliam Jon McCann2-1/+5
2008-02-13create the log file with S_IROTH and don't touch the log on buildWilliam Jon McCann2-3/+2
2008-02-12post release version bumpWilliam Jon McCann1-1/+1
2008-02-12update for releaseWilliam Jon McCann2-1/+4
2008-02-12ck_seat_get_active_session shouldn't return a null ssidWilliam Jon McCann3-24/+35
Da bus no likey nulls for object paths. Return false and set error if there is no active session.
2008-02-12guard against writing null string to keyfileWilliam Jon McCann3-10/+48
Also make criticals fatal when starting with --debug.
2008-02-12reverse the sense of the dbus policyWilliam Jon McCann3-20/+598
Deny first and then allow. Add a simple test script to check method access policy.
2008-02-11add a ck-launch-session toolWilliam Jon McCann4-1/+100
This tool opens a session with ConsoleKit and runs a command in it.
2008-02-11don't set the session-type to the command nameWilliam Jon McCann1-6/+0
2008-02-11post release version bumpWilliam Jon McCann1-1/+1
2008-02-11update for releaseWilliam Jon McCann2-0/+13
2008-02-11add tools to log restart and stop eventsWilliam Jon McCann3-0/+368
This should probably be used by init instead of logging the event from CK.
2008-02-11fix typo in dbus policy fileWilliam Jon McCann2-2/+2
2008-02-07touch the history file to create it for people not using packagesWilliam Jon McCann1-0/+2
2008-02-06mkdir /var/log/ConsoleKit at install timeWilliam Jon McCann1-0/+1
2008-02-05set a global flag so that D-Bus does not change the SIGPIPE handler in the ↵William Jon McCann1-2/+7
PAM module
2008-02-01when a parsing error occurs don't return an empty eventWilliam Jon McCann2-14/+19
2008-01-30post release version bumpWilliam Jon McCann1-1/+1
2008-01-30update for 0.2.7 releaseWilliam Jon McCann1-0/+15
2008-01-29update gitignore filesWilliam Jon McCann3-1/+5
2008-01-29add a helper to write a system start record to the CK historyWilliam Jon McCann3-1/+188
2008-01-29add support for logging start/stop/restartWilliam Jon McCann4-169/+564
Also enable reporting this information with ck-history.