summaryrefslogtreecommitdiffstats
path: root/src/ck-session-leader.c
Commit message (Collapse)AuthorAgeFilesLines
* make CK database world readableLennart Poettering2009-08-111-1/+0
| | | | | | | | The CK database shall be readable by the D-Bus daemon which runs under its own user id hence make sure it is readable for non-root processes. To make sure this leaks no information this drops the session cookie from the database.
* make sure to add all override parametersWilliam Jon McCann2008-04-191-8/+22
|
* always try to detect parameters for sessionWilliam Jon McCann2008-04-191-3/+117
| | | | | Treat the parameters passed in via OpenSessionWithParameters as overrides.
* initial login session id supportWilliam Jon McCann2008-04-031-0/+1
| | | | | | | | 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
* dump session leader infoWilliam Jon McCann2007-10-221-3/+12
|
* move session leader stuff into a separate classWilliam Jon McCann2007-10-221-0/+558
This will make it easier to dump/restore.