summaryrefslogtreecommitdiff
path: root/src/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* Fix: Don't disconnect signals on cancel before the session actually endsPaul Wolneykien2022-11-211-1/+14
* Work around a race with password-less logins and double clicksEdgar Fuß2022-07-041-0/+17
* Use a size_t to resolve a compile warningRobert Ancell2021-02-161-3/+3
* Use more modern *_get_instance_private() method for storing private dataRobert Ancell2018-08-301-140/+191
* Remove use of deprecated g_type_class_add_privateRobert Ancell2018-08-301-3/+1
* Move variable declarations from the start of function blocks.Robert Ancell2018-01-121-158/+126
* Remove unnecessary semicolons on the end of macrosRobert Ancell2017-12-111-1/+1
* Use g_auto to automatically free memoryRobert Ancell2017-09-271-44/+39
* Add an API version to the greeter protocol so we can easily add new dataRobert Ancell2016-11-171-12/+37
* Fix greeter being killing a started session once if a new authentication is s...Robert Ancell2016-08-111-2/+10
* GObject property coding style fixesRobert Ancell2016-08-021-2/+1
* Rename some functions for consistencyRobert Ancell2016-07-141-6/+6
* Allow in-session greeters to reconnectRobert Ancell2016-07-141-0/+12
* Treat EOF from greeter as connection closedRobert Ancell2016-07-131-1/+7
* Allow greeters to run in-sessionRobert Ancell2016-06-281-29/+8
* Refactor GreeterSession and Greeter into separate modules. This is to allow i...Robert Ancell2016-05-191-101/+89
* 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