summaryrefslogtreecommitdiff
path: root/src/greeter.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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