summaryrefslogtreecommitdiff
path: root/src/session.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Update copyright yearRobert Ancell2011-06-031-1/+1
* Move greeter code into greeter.crobert.ancell@canonical.com2011-03-131-2/+6
* Use a private pipe for greeter<->server communication instead of D-Bus (needs...robert.ancell@canonical.com2011-02-201-1/+1
* Split child process code out from session/xserverrobert.ancell@canonical.com2011-02-131-12/+3
* Write greeter/session/xserver logs to filesrobert.ancell@gmail.com2010-07-301-0/+4
* Use better login APIrobert.ancell@gmail.com2010-07-261-0/+2
* Don't go into a respawn loop when the greeter failsrobert.ancell@gmail.com2010-07-211-1/+2
* Store authorization in filesrobert.ancell@gmail.com2010-07-181-0/+5
* Make --test-mode which runs as the current userrobert.ancell@gmail.com2010-07-161-1/+1
* Split session into separate filerobert.ancell@gmail.com2010-07-121-0/+51