summaryrefslogtreecommitdiff
path: root/liblightdm-gobject/greeter.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Added first Qt regression testRobert Ancell2011-07-211-10/+10
|
* connect_to_server -> connect_sync, start_session -> start_session_syncRobert Ancell2011-07-211-143/+105
|
* Really tidy up liblightdmRobert Ancell2011-07-191-699/+23
|
* Get rid of lightdm_greeter_get_user_listRobert Ancell2011-07-191-22/+0
|
* Use AccountsService if it is availableRobert Ancell2011-07-191-2/+0
|
* liblightdm-gobject splits UserList into its own classRobert Ancell2011-07-191-360/+37
|
* Face images are now local paths not URIsRobert Ancell2011-07-191-13/+8
|
* liblightdm-gobject now uses lightdm_ prefix instead of ldm_Robert Ancell2011-07-191-329/+329
|
* Improve liblightdm-gobject documentationRobert Ancell2011-07-191-16/+16
|
* Remove priv variables from liblightdm-gobjectRobert Ancell2011-07-191-113/+166
|
* Support hide-users hintRobert Ancell2011-07-181-13/+11
|
* Show users by defaultRobert Ancell2011-07-181-1/+3
|
* Fix crash on greeter connectRobert Ancell2011-07-181-2/+3
|
* Make generic hint fields for greetersRobert Ancell2011-07-181-73/+249
|
* Tidy up greeter protocolRobert Ancell2011-07-181-7/+30
|
* Added a session-failed signal to indicate if the session didn't start and ↵Robert Ancell2011-07-181-0/+27
| | | | the greeter should try authorizing again
* Don't log error if user config emptyRobert Ancell2011-07-181-1/+2
|
* Fix uninitialized variableRobert Ancell2011-07-181-1/+1
|
* use gsize instead of gintRobert Ancell2011-07-181-1/+1
|
* Tidy up constant stringRobert Ancell2011-07-181-2/+3
|
* Add more debugging in sending messages to/from greeterRobert Ancell2011-07-181-0/+4
|
* Remove unnecessary g_clear_errorRobert Ancell2011-07-181-1/+0
|
* Rename LDM_ env variables to LIGHTDM_. Start greeter protocolRobert Ancell2011-07-181-4/+4
|
* Drop theme codeRobert Ancell2011-07-181-111/+6
|
* Split the user accounts configuration into /etc/lightdm/users.conf so the ↵Robert Ancell2011-07-171-68/+19
| | | | main config can be private
* Remove the ill-thought-out select-user and select-guest signals. Get the ↵Robert Ancell2011-07-151-64/+10
| | | | greeter to set the default user when switching. Always close existing greeters when starting new ones
* Ignore any PROMPT_AUTHENTICATION messages if requested to cancelRobert Ancell2011-07-141-0/+11
|
* Check sequence number on prompt authentication messagesRobert Ancell2011-07-141-51/+92
|
* Added two signals: select-user and select-guest. This requires the greeter ↵Robert Ancell2011-07-141-0/+44
| | | | to select a user account for logging in
* Drop obsolete greeter count codeRobert Ancell2011-07-141-5/+2
|
* Drop ldm_greeter_get_is_first() - it was added for testing and doesn't work wellRobert Ancell2011-07-141-15/+0
|
* show-message signal now has a MessageType field and takes over behaviour of ↵Robert Ancell2011-07-121-25/+9
| | | | show-error signal
* Fix new show_prompt signalRobert Ancell2011-07-121-1/+1
|
* show_prompt signal now has a PromptType fieldRobert Ancell2011-07-121-3/+41
|
* Remove complex use of const, fix annotations on list ownershipRobert Ancell2011-07-121-8/+8
|
* Update example greeter to new API, fix some introspection bindingsRobert Ancell2011-07-121-3/+3
|
* Fix error where an authentication failure from a previous session could be ↵Robert Ancell2011-07-121-11/+25
| | | | interpreted as a failure in the current session
* Load user defaults from client library, not by doing a round trip to the daemonRobert Ancell2011-07-121-49/+1
|
* Rename ldm_greeter_provide_secret to ldm_greeter_respond - responses may not ↵Robert Ancell2011-07-121-10/+10
| | | | be secrets
* Add ldm_greeter_login_with_user_prompt as an alias for ldm_greeter_login ↵Robert Ancell2011-07-121-0/+12
| | | | (greeter, NULL)
* Fix up allowing logins without a usernameRobert Ancell2011-07-121-1/+1
|
* Allow null username to be used for login requestsRobert Ancell2011-07-111-2/+4
|
* Fix crash when user accounts changeRobert Ancell2011-06-301-2/+2
|
* Change greeter library API, starting a session no longer has a language optionRobert Ancell2011-06-291-9/+5
|
* Make connecting to the system bus optional for testingRobert Ancell2011-06-161-2/+6
|
* Allow the greeter to know if this is the first greeter on this displayRobert Ancell2011-06-161-2/+20
|
* Use org.freedesktop.DisplayManager instead of org.lightdm.LightDisplayManagerRobert Ancell2011-06-141-3/+3
|
* Copy greeter protocol block writing to daemonRobert Ancell2011-06-101-3/+3
|
* Write greeter messages in blocksRobert Ancell2011-06-101-40/+70
|
* Use guint8 instead of gchar when filling buffersRobert Ancell2011-06-101-2/+2
|