]> rtime.felk.cvut.cz Git - sojka/lightdm.git/history - src
Language chooser modifications:
[sojka/lightdm.git] / src /
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...
2011-10-06 Robert AncellIgnore the bus being acquired if already shutting down
2011-10-06 Robert AncellDestroy session if a script cancels it
2011-10-06 Robert AncellMake sure objects are cleaned up on exit, Fix minor...
2011-10-06 Robert AncellFix over allocation of read buffer in greeter protocol
2011-10-06 Robert AncellMerge changes from 1.0 branch
2011-10-06 Robert AncellMerge in changes from stable branch
2011-10-05 Robert AncellMerge in utility path fix
2011-10-05 Michael Terryinsert utility path into PATH in correct place (after...
2011-10-04 Robert AncellMerge in translations
2011-10-04 Robert AncellMerge guest session lockdown
2011-10-04 Robert AncellMerge translations
2011-10-04 Robert AncellSet correct permissions on session log files
2011-09-30 Martin PittIntroduce a lightdm-guest-session-wrapper session comma...
2011-09-29 Robert AncellRemove --greeter-session option
2011-09-29 Robert AncellRemove unused --minimum-display-number option
2011-09-29 Robert AncellFix grammer in --help text
2011-09-29 Robert AncellRemove unused --minimum-vt option
2011-09-29 Robert AncellRemove unused --user-session option
2011-09-29 Robert AncellMake a test session wrapper and remove --session-wrappe...
2011-09-29 Robert AncellRename test-xserver to X and remove --xserver-command...
2011-09-29 Robert AncellUse LD_PRELOAD to intercept system calls for testing
2011-09-29 Robert AncellSwitching to a user without a password bypasses the...
2011-09-29 Robert AncellRemove unused function
2011-09-29 Robert AncellRemove GetSeatForCookie and GetSessionForCookie D-Bus...
2011-09-28 Robert AncellMerge translations
2011-09-28 Robert AncellFix whitespace
2011-09-28 Robert AncellMove log messages inside drop privileges
2011-09-28 Robert AncellMove user/log file code outside of process.c, get PAM...
2011-09-28 Robert AncellRemove unused started signal
2011-09-27 Robert AncellPut system binary directory into path when running...
2011-09-22 Robert AncellMerge translations
2011-09-22 Robert AncellRun pam_setcred inside the session process so pam_group...
2011-09-22 Robert AncellSplit session setup into pre and post PAM session sections
2011-09-21 Robert AncellFix multi-seat configuration picking the same display...
2011-09-21 Robert AncellMake X server logs consistent with greeter logs
2011-09-21 Robert AncellSet PAM environment and LANG after PAM session opened
2011-09-21 Robert AncellLoad default properties for LocalX seats
2011-09-21 Robert AncellPut back GetSeatForCookie and GetSessionForCookie for now
2011-09-21 Robert AncellRefactor the session/process relationship so we can...
2011-09-21 Robert AncellCreate 'AddLocalXSeat' D-Bus method, and require root...
2011-09-21 Robert AncellSet XDG_SESSION_COOKIE in the correct location
2011-09-21 Robert AncellMerge translations
2011-09-21 Robert AncellWrite ~/.Xauthority in the daemon to be more consistent...
2011-09-21 Robert AncellAdd checks for args to xauth_write
2011-09-21 Robert AncellAutomatically respond to PAM messages without prompts
2011-09-21 Robert AncellFix CK sessions being immediately closed
2011-09-21 Robert AncellAllow --version to work without root access
2011-09-20 Robert AncellAllow TCP/IP connections if xserver-allow-tcp is true
2011-09-20 Robert AncellAdd language selector into GTK greeter (disabled by...
2011-09-20 Robert AncellSet LANG variable based on the user language
2011-09-20 Robert AncellAdd ability to set the language of a user from the...
2011-09-20 Robert AncellRename user functions to accounts functions
2011-09-20 Robert AncellRename user.c to accounts.c
2011-09-16 Robert AncellMerge translations
2011-09-16 Robert AncellHandle stopping displays where the session hasn't started
2011-09-16 Robert AncellRearrange code
2011-09-16 Robert AncellRearrange code
2011-09-16 Robert AncellImprove script hook tests
2011-09-16 Robert AncellPass test env vars to scripting hooks for regression...
2011-09-16 Robert AncellTest display setup script
2011-09-16 Robert AncellEmit the right signals when waiting for a process to...
2011-09-16 Robert AncellFix scripts not working
2011-09-16 Robert AncellTidy up blocking process code
2011-09-16 Robert AncellFix bug setting env with scripts
2011-09-16 Robert Ancellmove script code into the correct layers so seat.c...
2011-09-16 Robert AncellFix uninitialized varariable
2011-09-16 Robert AncellDon't call pam_set_item when using the passwd file
2011-09-16 Robert AncellRefactor X code out of display.c and seat.c. Drop...
2011-09-16 Robert AncellMove PAM_TTY into xsession
2011-09-15 Robert AncellSet PAM_TTY to the display name, not the tty device
2011-09-15 Robert AncellFix privilege dropping logic
2011-09-15 Robert AncellRefactor privilege code
2011-09-15 Robert AncellDo not write ~/.dmrc and ~/.Xauthority as root. [CVE...
2011-09-15 Robert AncellSet PAM_TTY and PAM_XDISPLAY when opening PAM session
2011-09-15 Robert AncellFix coding style
2011-09-15 Robert AncellAdd note about why we have an empty check on log write
2011-09-15 Robert AncellDon't sync logs, it slows everything down
2011-09-15 Robert AncellMerge translations
2011-09-13 Martin PittDo not write ~/.dmrc and ~/.Xauthority as root. [CVE...
2011-09-13 Robert AncellWrite ~/.Xauthority inside the session process so it...
2011-09-13 Robert AncellMake log file not system readable
2011-09-13 Robert AncellOnly unlock displays if switched to from greeter
2011-09-11 Robert AncellDon't try and disable unix connections with xvnc, the...
2011-09-11 Robert AncellAdd missing vnc files
2011-09-11 Robert AncellDelete authority files on X server exit, don't modify...
2011-09-11 Robert AncellCheck if Xvnc exists before starting VNC server
next