summaryrefslogtreecommitdiff
path: root/src/greeter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* set PAM_TTY so that change-password prompts can workMichael Terry2012-01-031-0/+4
* Language chooser modifications:Gunnar Hjalmarsson2011-11-291-1/+1
* Fix over allocation of read buffer in greeter protocolRobert Ancell2011-10-061-1/+2
* Merge in changes from stable branchRobert Ancell2011-10-061-1/+1
* Fix multi-seat configuration picking the same display numberRobert Ancell2011-09-211-2/+2
* Automatically respond to PAM messages without promptsRobert Ancell2011-09-211-5/+18
* Add language selector into GTK greeter (disabled by default)Robert Ancell2011-09-201-0/+1
* Add ability to set the language of a user from the greeterRobert Ancell2011-09-201-2/+30
* Get ultra paranoid in checking if error objects are set before printing them outRobert Ancell2011-09-071-7/+11
* Improve greeter start session log requestRobert Ancell2011-09-071-2/+2
* Stop daemon if greeter does not startRobert Ancell2011-09-061-7/+19
* Fix bug where sessions were started when the greeter quit and the user hadn't...Robert Ancell2011-08-171-5/+6
* More refactoring...Robert Ancell2011-07-261-14/+5
* Moving authentication from Display to SessionRobert Ancell2011-07-261-32/+46
* Reworked the PAM code as ecryptfs users weren't able to log in. They can now...Robert Ancell2011-07-261-9/+6
* Fix unreffing issueRobert Ancell2011-07-251-3/+12
* Fix error unreffing PAMSessionRobert Ancell2011-07-251-4/+5
* Fix sessions starting without using requested sessionRobert Ancell2011-07-231-7/+20
* More debugginRobert Ancell2011-07-231-0/+2
* Pass the username back from the daeamon so can tell who logged in as when usi...Robert Ancell2011-07-221-10/+9
* Mucking around with guest sessionsRobert Ancell2011-07-211-18/+49
* connect_to_server -> connect_sync, start_session -> start_session_syncRobert Ancell2011-07-211-4/+5
* Really tidy up liblightdmRobert Ancell2011-07-191-4/+4
* Rename ChildProcess to ProcessRobert Ancell2011-07-191-2/+2
* Make generic hint fields for greetersRobert Ancell2011-07-181-54/+42
* Fix cancelling of PAM conversations, for some reason PAM wants to prompt us e...Robert Ancell2011-07-181-0/+4
* Tidy up greeter protocolRobert Ancell2011-07-181-25/+32
* Added a session-failed signal to indicate if the session didn't start and the...Robert Ancell2011-07-181-2/+6
* Fix guest account loginsRobert Ancell2011-07-181-41/+23
* Fix sending quit signal to greeterRobert Ancell2011-07-181-20/+0
* Add more debugging in sending messages to/from greeterRobert Ancell2011-07-181-2/+3
* Fix unref crashRobert Ancell2011-07-181-2/+2
* Rename LDM_ env variables to LIGHTDM_. Start greeter protocolRobert Ancell2011-07-181-2/+2
* Fix errors in display teardownRobert Ancell2011-07-181-35/+0
* Refactored Display and Greeter classesRobert Ancell2011-07-181-38/+73
* Rearrange configurationRobert Ancell2011-07-151-1/+1
* Move directory config into it's own sectionRobert Ancell2011-07-151-1/+1
* Remove the ill-thought-out select-user and select-guest signals. Get the gre...Robert Ancell2011-07-151-36/+26
* Check sequence number on prompt authentication messagesRobert Ancell2011-07-141-1/+2
* Added two signals: select-user and select-guest. This requires the greeter ...Robert Ancell2011-07-141-0/+21
* Fix incorrect length in CONNECTED messageRobert Ancell2011-07-141-1/+1
* Drop obsolete greeter count codeRobert Ancell2011-07-141-6/+1
* Log when writing bytes to greeterRobert Ancell2011-07-131-0/+1
* Fix error where an authentication failure from a previous session could be in...Robert Ancell2011-07-121-13/+21
* Load user defaults from client library, not by doing a round trip to the daemonRobert Ancell2011-07-121-40/+0
* Allow a NULL username to log in withRobert Ancell2011-07-111-1/+8