summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
* Merge log-mode.h into log-file.hRobert Ancell2015-10-281-1/+1
* Use logrotate to handle files in the default log directoryAlexandros Frantzis2015-10-201-1/+2
* Merged changes from parent branchJesús González2014-10-141-0/+4
|\
| * Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-0/+4
| * Remove trailing whitespaceRobert Ancell2014-09-191-1/+1
* | Refactored code to add seat_find_session_by_login1_id() for better SOLID prac...Jesús González2014-09-201-1/+1
* | Fixes a bug that prevents session locking if the session was unlocked after ...Jesús González2014-09-191-1/+3
|/
* Add a new session type 'mir-container' that allows the session to run inside ...Robert Ancell2014-08-211-1/+4
* Flesh out support for activating sessions with CK or logind to be more explicitMichael Terry2014-03-171-0/+2
* Merge from trunkMichael Terry2013-10-281-6/+0
|\
| * Remove some codeRobert Ancell2013-10-221-6/+0
* | Don't attach the name to the display server, instead attach it to the Mir ses...Robert Ancell2013-10-281-0/+2
|/
* have Session implement the Logger interfacea7x2013-08-141-0/+1
* Make Mir tests pass, break VNC and XDMCP tests..Robert Ancell2013-07-261-0/+2
* Merge in X module renaming changesRobert Ancell2013-07-241-2/+2
|\
| * Name X modules with standard naming formatRobert Ancell2013-07-241-2/+2
* | Don't subclass session - we don't know the session type until after authentic...Robert Ancell2013-07-231-2/+8
* | Merge with trunkRobert Ancell2013-07-231-4/+25
|\ \ | |/
| * Compile with -Wall, fix associated bugsRobert Ancell2013-07-231-0/+2
| * Make greeter shutdown more reliable fixing testsRobert Ancell2013-07-191-1/+3
| * Fix returning to existing sessionsRobert Ancell2013-07-181-1/+1
| * Fix XDMCP testsRobert Ancell2013-07-171-1/+1
| * Fix up some failure casesRobert Ancell2013-07-161-0/+2
| * Make Greeter a subclass of sessionRobert Ancell2013-07-161-0/+1
| * Connect up some autologin codeRobert Ancell2013-07-141-2/+14
| * CompilingRobert Ancell2013-07-121-0/+2
* | Half baked code before merge with trunkRobert Ancell2013-07-231-0/+2
* | Use a session type for different types of sessionsRobert Ancell2013-07-091-2/+1
* | Merge with trunkRobert Ancell2013-07-091-0/+4
|\ \ | |/
| * Get session to switch display serversRobert Ancell2013-06-301-0/+4
* | Start work on Mir sessionsRobert Ancell2013-06-041-1/+2
|/
* Use C standard compliant names for header guardsRobert Ancell2013-04-231-3/+3
* Run remote sessions when selected from the greeterRobert Ancell2012-08-271-0/+6
* Working and passing testsRobert Ancell2012-08-241-1/+1
* Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-20/+38
* Tweak the way sessions and display servers are stoppedRobert Ancell2012-02-281-1/+3
* Automatically lock sessions when switching away from themRobert Ancell2012-02-101-0/+2
* Merge in changes from stable branchRobert Ancell2011-10-061-1/+1
* Move user/log file code outside of process.c, get PAM environment after pam_s...Robert Ancell2011-09-281-1/+5
* Split session setup into pre and post PAM session sectionsRobert Ancell2011-09-221-1/+2
* Put back GetSeatForCookie and GetSessionForCookie for nowRobert Ancell2011-09-211-0/+2
* Refactor the session/process relationship so we can have sessions running rem...Robert Ancell2011-09-211-0/+4
* Rename user.c to accounts.cRobert Ancell2011-09-201-1/+1
* Refactor X code out of display.c and seat.c. Drop obsolete GetSeatForCookie ...Robert Ancell2011-09-161-3/+3
* Moving authentication from Display to SessionRobert Ancell2011-07-261-1/+4
* Rename ChildProcess to ProcessRobert Ancell2011-07-191-3/+3
* Refactored Display and Greeter classesRobert Ancell2011-07-181-1/+7
* Make display generic and create an XDisplayRobert Ancell2011-07-171-9/+9
* Reworked X authority codeRobert Ancell2011-07-151-1/+1
* Make session take a User object so it's not so confusing when using the defau...Robert Ancell2011-06-161-2/+3