summaryrefslogtreecommitdiff
path: root/src/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Tidy up finalize methodsRobert Ancell2015-10-161-3/+1
* Initialize file descriptor handles so we don't attempt to close stdin by acci...Robert Ancell2015-03-161-0/+2
* Close greeter pipe when greeter exits - this was leaking file descriptors for...Robert Ancell2015-03-091-8/+17
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-10/+10
* Remove trailing whitespaceRobert Ancell2014-09-191-10/+10
* Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+9
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-041-3/+21
* Make resettable a construction property that is sent as part of the connect m...Robert Ancell2014-04-291-9/+10
* Small nits from reviewMichael Terry2014-04-281-3/+5
* Add a bunch of tests; fix some small bugsMichael Terry2014-04-241-1/+1
* First pass at reset supportMichael Terry2014-04-241-0/+53
* Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-5/+7
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-3/+5
* Make directory creation synchronousMichael Terry2014-02-181-2/+17
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-1/+8
* Forget about greeter IO watch when it is complete so we don't try and remove ...Robert Ancell2013-12-101-0/+5
* Fix overallocation of array for strings from greeterRobert Ancell2013-09-051-1/+1
* Use new SET_NEXT_SESSION command for u-s-c to tell it to place a session unde...Michael Terry2013-08-261-0/+58
|\
| * Drop create-session username/session argument, we'll do it via active-usernam...Michael Terry2013-08-251-3/+3
| * Merge from trunkMichael Terry2013-08-251-27/+27
| |\
| * | Add active-username property to GreeterMichael Terry2013-08-251-0/+58
| * | Merge from trunkMichael Terry2013-08-141-32/+53
| |\ \
* | | | Remove input watches when Greeter / SeatUnity finalizedRobert Ancell2013-08-261-1/+4
| |_|/ |/| |
* | | add session PID to Session (including Greeter) log messagesa7x2013-08-141-27/+27
| |/ |/|
* | Don't subclass Session - we can't know the type until it has authenticatedRobert Ancell2013-07-241-0/+6
* | Merge with trunkRobert Ancell2013-07-211-4/+3
|\ \
| * | Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-4/+3
| |/
* | Make greeter shutdown more reliable fixing testsRobert Ancell2013-07-191-0/+13
* | Fix up some failure casesRobert Ancell2013-07-161-0/+11
* | Make Greeter a subclass of sessionRobert Ancell2013-07-161-38/+14
* | Start connecting up greetersRobert Ancell2013-07-141-13/+18
* | Connect up some autologin codeRobert Ancell2013-07-141-3/+14
|/
* Fix compile warningsRobert Ancell2013-06-181-1/+1
* Fix authentication cancel regression caused in 1.5.2Robert Ancell2013-04-031-8/+8
* Use G_MAXUINT32 instead of 0xFFFFFFFFRobert Ancell2013-03-191-1/+1
* Correctly check overflow for n_secretsRobert Ancell2013-03-191-2/+3
* Use 32 bit type for n_secrets so can detect overflowRobert Ancell2013-03-191-2/+2
* Handle over/underflows when reading from greeterRobert Ancell2013-03-181-10/+33
* Use libgcrypt to selectively secure password memory instead of the big-hammer...Michael Terry2013-01-281-8/+62
* Correctly implement and test autologin timeoutsRobert Ancell2012-09-201-2/+21
* Run remote sessions when selected from the greeterRobert Ancell2012-08-271-5/+20
* Working and passing testsRobert Ancell2012-08-241-3/+3
* Fix small bugs in remote authentication prompts not coming backRobert Ancell2012-08-241-3/+7
* Add some tests and more work on remote sessionsRobert Ancell2012-08-211-4/+7
* Start work on supporting remote session typesRobert Ancell2012-08-201-1/+79
* Stop file descriptors leaking into the session processesRobert Ancell2012-03-051-28/+41
* Restructure session code so the PAM authentication is run in its own process.Robert Ancell2012-03-011-115/+118
* Detect and handle correctly PAM modules that return user accounts that don't ...Robert Ancell2012-02-151-1/+9
* Fix lightdm_greeter_start_session_sync () blocking on successRobert Ancell2012-02-061-22/+5