summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* Use g_object_clear where we can for readibilityRobert Ancell2015-10-161-2/+1
* Generate .vapi from GIR files and in the process fix a number of annotation i...Robert Ancell2015-08-101-8/+44
* Fix small errors detected by scan-build (clang)Robert Ancell2015-03-191-1/+2
* Refactored code to replace hardcoded signal identification strings by constants.Jesús González2014-09-301-6/+6
* Remove trailing whitespaceRobert Ancell2014-09-191-6/+6
* Print error messages if fail to set channel encodingsRobert Ancell2014-09-151-2/+12
* Make socket writing code used between greeter and daemon more robustRobert Ancell2014-09-041-8/+22
* liblightdm-gobject: Enabled the library for lower Glib I/O versionsOlivier Martin2014-06-271-7/+0
* Fix a whole bunch of warnings generated by Clang.Christopher James Halse Rogers2014-05-281-1/+1
* Rename lightdm_greeter_connect to lightdm_greeter_connect_to_daemon as it con...Robert Ancell2014-05-061-9/+26
* Remove dead codeRobert Ancell2014-04-291-3/+0
* Simplify request slightlyRobert Ancell2014-04-291-14/+10
* Merge with trunkRobert Ancell2014-04-291-4/+109
|\
| * Fix up some coding style errors in liblightdm-gobjectRobert Ancell2014-04-291-24/+37
| * Handle unexpected messages during synchronous calls. This is taken from an un...Robert Ancell2014-04-291-104/+243
| |\
| | * Handle unexpected messages during synchronous calls. This is taken from an un...Robert Ancell2014-04-291-97/+230
| * | Make resettable a construction property that is sent as part of the connect m...Robert Ancell2014-04-291-27/+24
| * | First pass at reset supportMichael Terry2014-04-241-0/+99
| |/
* | Fix Request object not inheriting from GObjectRobert Ancell2014-04-291-1/+2
* | Add asynchronous liblightdm-gobject methodsRobert Ancell2014-04-041-153/+505
|/
* Give meaningful return value if trying to create shared data directory for us...Robert Ancell2014-02-251-0/+7
* Fix reading response to ensure shared dir requestRobert Ancell2014-02-241-0/+1
* Read created directory from response, not sent message.Robert Ancell2014-02-211-1/+1
|\
| * Read created directory from response, not send messageRobert Ancell2014-02-211-1/+1
* | Make new shared dir code match existing coding style. Add some debugging mess...Robert Ancell2014-02-211-2/+3
|/
* explicitly provide shared dir path to sessionsMichael Terry2014-02-191-14/+15
* Make directory creation synchronousMichael Terry2014-02-181-5/+26
* Add liblightdm function to ensure a shared data directoryMichael Terry2014-02-181-1/+36
* Stop generating glib marshals by using glib >= 2.30Robert Ancell2013-07-201-40/+4
* Fix compile warningsRobert Ancell2013-06-181-1/+1
* Clarify form of language stringsRobert Ancell2013-04-241-1/+1
* Relicense liblightdm to LGPL-2/LGPL-3 so GPL-2 code can link against itRobert Ancell2013-02-011-3/+2
* Add greeter-show-remote-login hintRobert Ancell2012-10-011-0/+32
|\
| * Add greeter-show-remote-login hintMichael Terry2012-09-111-0/+32
* | Correctly implement and test autologin timeoutsRobert Ancell2012-09-201-0/+18
|/
* Start work on supporting remote session typesRobert Ancell2012-08-201-2/+42
* queue up responses in greeter and send them at once to lightdm daemonMichael Terry2012-08-171-10/+36
* snapshot workMichael Terry2012-08-171-22/+9
* handle multiple responses encoded in a single string when passed to lightdm_g...Michael Terry2012-04-241-4/+22
* refuse to write malformed packets to lightdm daemonMichael Terry2012-04-021-16/+29
* Update documentation for lightdm_greeter_get_hide_users_hintRobert Ancell2012-03-081-1/+7
* Add a seat option greeter-show-manual-login which hints to a greeter if it sh...Robert Ancell2012-03-081-0/+34
* Add Lock D-Bus method that locks the seat and provides a hint to the greeter ...Robert Ancell2012-02-091-1/+32
* Use paranoid error checking in liblightdm-gobjectRobert Ancell2011-10-081-4/+6
* Add language selector into GTK greeter (disabled by default)Robert Ancell2011-09-201-1/+1
* Add ability to set the language of a user from the greeterRobert Ancell2011-09-201-1/+27
* Put some asserts to check if connectedRobert Ancell2011-07-251-3/+22
* Add GErrors to liblightdm-gobjectRobert Ancell2011-07-241-2/+4
* Fix authentication greeter issuesRobert Ancell2011-07-221-16/+22
* Pass the username back from the daeamon so can tell who logged in as when usi...Robert Ancell2011-07-221-7/+27