]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src
Launchpad automatic translations update.
[sojka/lightdm.git] / src /
2013-01-30 Michael Terryselectively lock memory rather than calling mlockall...
2013-01-28 Michael Terrybut do use mlockall in session-child mode
2013-01-28 Michael TerryUse libgcrypt to selectively secure password memory...
2013-01-18 Robert AncellStop deprecation warnings from glib >= 2.36
2012-11-28 Robert AncellMerge with trunk
2012-11-28 Robert AncellCorrectly work out the active display from the active...
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-09-11 Michael TerryAdd greeter-show-remote-login hint
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 AncellPut remote sessions in /usr/share/lightdm/remote-sessions
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-08-17 Michael Terrymerge from trunk
2012-08-02 Robert AncellCorrectly reap unused authentication sessions
2012-07-23 Robert AncellSet utmp ut_host field to the X display address
2012-07-13 Robert AncellOnly add utmp entry after child has forked (and have...
2012-06-21 Robert AncellFix compilation with GCC 4.7
2012-06-21 Robert AncellHandle clearenv() not being defined
2012-06-12 Robert AncellHandle setresgid and setresuid not being available
2012-06-12 Robert AncellRun greeters inside the "lightdm-greeter" PAM service
2012-06-12 Robert AncellWrite utmp records for sessions
2012-06-06 Matthew Fischerfixes 999713: setresuid/setresgid don't work on some...
2012-06-05 Robert AncellFix usage of g_open so it works on all platforms
2012-06-05 Matthew Fischerfixing 999718
2012-05-29 Lauri TirkkonenUpdate utmpx for user sessions
2012-05-16 Michael Terryadd lock-memory option to prevent paging memory to...
2012-05-15 Robert AncellDon't set PAM_XDISPLAY or PAM_XAUTHDATA if not supported
2012-05-14 Michael Terryadd lock-memory config key, enabled by default, to...
2012-04-10 Aurélien GâteauReturn the user face as a QIcon rather than a QPixmap
2012-04-05 Robert AncellChange XDMCP manage timeout from 10ms to 126s (maximum...
2012-04-05 Robert AncellFix PAM conversations after authentication from locking...
2012-04-04 Robert AncellFix gdmflexiserver not being added to the path (broken...
2012-04-04 Robert AncellOpen log files in append mode
2012-03-28 Robert AncellMerge with trunk
2012-03-28 Robert AncellHandle failures in pam_setcred
2012-03-26 Robert AncellBackup .xsession-errors on login
2012-03-20 Robert AncellRemove LIGHTDM_TEST_STATUS_SOCKET variable - just use...
2012-03-20 Robert AncellRemove LIGHTDM_TEST_CONFIG variable - just use LIGHTDM_...
2012-03-20 Robert AncellCall initgroups before pam_setcred - this allows pam_se...
2012-03-15 Robert AncellHandle PAM interactions that have more than one message...
2012-03-08 Robert AncellAdd a seat option greeter-show-manual-login which hints...
2012-03-08 Robert AncellAdd a seat option greeter-allow-guest which controls...
2012-03-06 Robert AncellFix session wrapper working the same as it did in 1.1.3
2012-03-05 Robert AncellStop file descriptors leaking into the session processes
2012-03-02 Chow Loong JinRename show-guest option to greeter-allow-guest
2012-03-01 Robert AncellRestructure session code so the PAM authentication...
2012-03-01 Robert AncellUse gsize for length field in xauth
2012-02-29 Chow Loong JinAdd show-guest config option to SeatDefaults
2012-02-29 Robert AncellChange session directory once user permissions are...
2012-02-28 Robert AncellDon't send session stdout to .xsession-errors, add...
2012-02-28 Robert AncellTweak the way sessions and display servers are stopped
2012-02-28 Robert AncellSimplify ConsoleKit code
2012-02-15 Robert AncellAdd a session lock D-Bus call that makes the greeter...
2012-02-15 Robert AncellDetect and handle correctly PAM modules that return...
2012-02-10 Michael Terryadd lightdm_user_get_layouts
2012-02-10 Robert AncellAutomatically lock sessions when switching away from...
2012-02-09 Robert AncellMerge with trunk
2012-02-09 Robert AncellAdd Lock D-Bus method that locks the seat and provides...
2012-02-08 Michael Terrymerge keyboard layout/variants fix-ups branch
2012-02-06 Robert AncellFix lightdm_greeter_start_session_sync () blocking...
2012-02-06 Robert AncellPass GI_TYPELIB_DIR through to sessions
2012-01-31 Robert AncellWait for the VT to become active when switching to...
2012-01-24 Aurélien GâteauMerged in lp:~agateau/lightdm/expose-session-roles
2012-01-24 Robert AncellTest if language can be retrieved when accounts service...
2012-01-17 Robert AncellMerge with trunk
2012-01-17 Robert AncellInstall lightdm-guest-session-wrapper into PKGLIBEXEC dir
2012-01-13 Robert AncellControl more of D-Bus in the regression tests
2012-01-09 Robert AncellMerge with trunk
2012-01-09 Michael TerrySupport PAM requesting a change of password
2012-01-09 Robert AncellFix crash calling lightdm_get_layout
2012-01-06 Martin PittDo not call deprecated g_thread_init(), already covered...
2012-01-06 Gunnar Hjalmarssonsrc/lightdm.c: g_thread_init() deprecated, so removed.
2012-01-04 Michael Terryset PAM_TTY so that change-password prompts can work
2011-12-21 Robert AncellRemove temporary debugging
2011-12-21 Robert AncellFix crash when quitting with newer GLib
2011-12-21 Robert AncellFix --debug working with new glib
2011-12-12 Aurelien GateauMerged more-user-roles branch
2011-12-12 Aurelien GateauMerged fix-tests-when-building-out-of-tree branch
2011-12-12 Robert AncellMerge with master
2011-12-12 Robert AncellAdd missing header to remove compile warning
2011-11-30 Robert AncellMerge in liblightdm-qt-2 changes
2011-11-29 Gunnar HjalmarssonLanguage chooser modifications:
2011-11-15 Marc DeslauriersDrop privileges when reading ~/.dmrc
2011-10-26 Robert AncellConnect up Xvnc geometry configuration
2011-10-25 Robert AncellDon't set USERNAME
2011-10-25 Robert AncellMerge changes
2011-10-20 Robert AncellMerge in VNC tests
2011-10-18 Robert AncellSet default resolution of VNC to 1024x768, add settings...
2011-10-18 Robert AncellUse previous session for automatic login or if greeter...
2011-10-18 Robert Ancellmerge in changes from stable branch
2011-10-18 Robert Ancellmerge in changes from stable branch
2011-10-07 Robert AncellUse absolute path for session so regression tests work...
2011-10-07 Robert AncellMake guest session wrapper handle errors better
2011-10-07 Robert AncellFix reference counting issue in ConsoleKit code
2011-10-07 Mikkel Kamstrup... Sink floating ref on variants in session_set_console_ki...
next