]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src/greeter.c
Use new SET_NEXT_SESSION command for u-s-c to tell it to place a session underneath...
[sojka/lightdm.git] / src / greeter.c
2013-08-26 Michael TerryUse new SET_NEXT_SESSION command for u-s-c to tell...
2013-08-26 Robert AncellRemove input watches when Greeter / SeatUnity finalized.
2013-08-26 Robert AncellRemove input watches when Greeter / SeatUnity finalized
2013-08-25 Michael TerryDrop create-session username/session argument, we'll...
2013-08-25 Michael TerryMerge from trunk
2013-08-25 Michael TerryAdd active-username property to Greeter
2013-08-21 Robert AncellMerge with trunk
2013-08-21 a7xExtend logging to make it easier to troubleshoot multis...
2013-08-21 Michael TerryLand from trunk
2013-08-19 Robert AncellMerge with trunk
2013-08-15 Michael TerryMerge from trunk
2013-08-14 a7xadd session PID to Session (including Greeter) log...
2013-07-24 Robert AncellCorrectly disable local sessions for xlocal seats using...
2013-07-24 Robert AncellDon't subclass Session - we can't know the type until...
2013-07-24 Robert AncellDon't subclass Session - we can't know the type until...
2013-07-24 Robert AncellMerge with trunk
2013-07-24 Robert AncellMerge in X module renaming changes
2013-07-23 Robert AncellDon't subclass session - we don't know the session...
2013-07-23 Robert AncellUse a SessionConfig class for the session .desktop...
2013-07-23 Robert AncellMerge with trunk
2013-07-21 Robert AncellKill the Display class and just use Seat. Display was...
2013-07-21 Robert AncellSet LANG and GDM_LANG for sessions
2013-07-21 Robert AncellMerge with trunk
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellSynchronise X server starting.
2013-07-20 Robert AncellMerge with trunk
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30.
2013-07-20 Robert AncellStop generating glib marshals by using glib >= 2.30
2013-07-19 Robert AncellMerge with trunk
2013-07-19 Robert AncellCheck seats/sessions are registered on DBus
2013-07-19 Robert AncellMake greeter shutdown more reliable fixing tests
2013-07-19 Robert AncellMerge with trunk
2013-07-17 Robert AncellMerge with trunk
2013-07-17 Robert AncellMerge with trunk
2013-07-16 Robert AncellFix up some failure cases
2013-07-16 Robert AncellMake Greeter a subclass of session
2013-07-14 Robert AncellStart connecting up greeters
2013-07-14 Robert AncellConnect up some autologin code
2013-07-09 Robert AncellUse a session type for different types of sessions
2013-07-09 Robert AncellMerge with trunk
2013-07-09 Robert AncellMerge with trunk
2013-06-28 Robert AncellMerge with trunk
2013-06-19 Christopher James... Fixes for lightdm-set-defaults.
2013-06-17 Robert AncellMerge with trunk
2013-06-17 Robert AncellFix compile warnings
2013-06-04 Robert AncellStart work on Mir sessions
2013-05-09 Robert AncellMerge with trunk
2013-04-16 Iain LaneMerge lp:~cavalier/lightdm/logind-support
2013-04-12 Michael TerryRegister enums with QObject meta type system.
2013-04-08 Robert AncellMerge with trunk
2013-04-03 Robert AncellFix authentication cancel regression caused in 1.5.2
2013-03-27 Robert AncellMerge with trunk
2013-03-18 Robert AncellUse G_MAXUINT32 instead of 0xFFFFFFFF
2013-03-18 Robert AncellCorrectly check overflow for n_secrets
2013-03-18 Robert AncellUse 32 bit type for n_secrets so can detect overflow
2013-03-18 Robert AncellHandle over/underflows when reading from greeter
2013-03-06 Robert AncellMerge with trunk
2013-01-30 Michael Terryselectively lock memory rather than calling mlockall...
2013-01-28 Michael TerryUse libgcrypt to selectively secure password memory...
2012-10-05 Robert AncellChanges to QLightDM
2012-10-01 Robert AncellAdd greeter-show-remote-login hint
2012-09-20 Robert AncellCorrectly implement and test autologin timeouts
2012-08-29 Robert AncellAdd remote sessions
2012-08-27 Robert AncellRun remote sessions when selected from the greeter
2012-08-24 Robert AncellWorking and passing tests
2012-08-24 Robert AncellFix small bugs in remote authentication prompts not...
2012-08-21 Robert AncellAdd some tests and more work on remote sessions
2012-08-20 Robert AncellStart work on supporting remote session types
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-03-08 Robert AncellAdd a seat option greeter-allow-guest which controls...
2012-03-05 Robert AncellStop file descriptors leaking into the session processes
2012-03-01 Robert AncellRestructure session code so the PAM authentication...
2012-02-15 Robert AncellDetect and handle correctly PAM modules that return...
2012-02-08 Michael Terrymerge keyboard layout/variants fix-ups branch
2012-02-06 Robert AncellFix lightdm_greeter_start_session_sync () blocking...
2012-01-09 Robert AncellMerge with trunk
2012-01-09 Michael TerrySupport PAM requesting a change of password
2012-01-04 Michael Terryset PAM_TTY so that change-password prompts can work
2011-11-30 Robert AncellMerge in liblightdm-qt-2 changes
2011-11-29 Gunnar HjalmarssonLanguage chooser modifications:
2011-10-06 Robert AncellFix over allocation of read buffer in greeter protocol
2011-10-06 Robert AncellMerge in changes from stable branch
2011-09-21 Robert AncellFix multi-seat configuration picking the same display...
2011-09-21 Robert AncellAutomatically respond to PAM messages without prompts
2011-09-20 Robert AncellAdd language selector into GTK greeter (disabled by...
2011-09-20 Robert AncellAdd ability to set the language of a user from the...
2011-09-07 Robert AncellMerge in translations
2011-09-07 Robert AncellGet ultra paranoid in checking if error objects are...
2011-09-07 Robert AncellImprove greeter start session log request
2011-09-06 Robert AncellStop daemon if greeter does not start
2011-08-18 Robert AncellMerge mterrys changes to the PATH mangling for gdmflexi...
2011-08-17 Robert Ancellmerge translations
2011-08-17 Robert AncellFix bug where sessions were started when the greeter...
2011-08-08 Robert AncellMerge with master
2011-07-26 Robert AncellMore refactoring...
2011-07-26 Robert AncellMoving authentication from Display to Session
2011-07-26 Robert AncellMerge in translations
2011-07-26 Robert AncellReworked the PAM code as ecryptfs users weren't able...
2011-07-24 Robert AncellFix unreffing issue
2011-07-24 Robert AncellFix error unreffing PAMSession
next