Skip to content
  1. Dec 05, 2013
    • Ray Strode's avatar
      daemon: support launching sessions on separate VT · 899ff950
      Ray Strode authored
      If an xsession file sets X-GDM-NeedsVT to true, then GDM will
      now automatically allocate a new VT for that session and jump to
      it before starting the session.  Once the session completes, the
      worker will automatically jump back to the VT it started on.
      
      This will be useful for getting mutter-launch to be able to launch
      a gnome-shell wayland sesssion.  Longer term, I think mutter-launch
      will go away and its functionality will get moved into logind.
      899ff950
  2. Sep 19, 2013
  3. Sep 10, 2013
  4. Sep 09, 2013
  5. Sep 08, 2013
  6. Sep 07, 2013
  7. Sep 05, 2013
  8. Sep 04, 2013
  9. Sep 01, 2013
  10. Aug 30, 2013
  11. Aug 28, 2013
  12. Aug 27, 2013
  13. Aug 25, 2013
  14. Aug 24, 2013
  15. Aug 22, 2013
  16. Aug 21, 2013
  17. Aug 20, 2013
    • Piotr Drąg's avatar
      Updated Polish translation · 61f32796
      Piotr Drąg authored
      61f32796
    • Michel Dänzer's avatar
      worker: Fix memory corruption error/crasher · 9755ca3a
      Michel Dänzer authored
      gdm_session_worker_process_pam_message() contains this code:
      
                               *response_text = strndup (user_answer,
      PAM_MAX_RESP_SIZE - 1);
                              (*response_text)[PAM_MAX_RESP_SIZE - 1] = '\0';
      
      If the string pointed to by user_answer is shorter than PAM_MAX_RESP_SIZE - 1
      (which will generally be the case), the second line clobbers unrelated memory.
      On this powerpc laptop, that causes gdm-session-worker to crash while verifying
      the password, leaving me unable to log into any user session.
      
      strndup() already ensures that the resulting string is 0-terminated anyway, so
      this commit just removes the second line.
      9755ca3a
    • Ray Strode's avatar
      configure: bump to 3.9.90 · 7df9c406
      Ray Strode authored
      3.9.90
      7df9c406
    • Ray Strode's avatar
      NEWS: update for release · f3e8da3f
      Ray Strode authored
      f3e8da3f
  18. Aug 19, 2013
  19. Aug 17, 2013