Skip to content
  1. Feb 07, 2012
  2. Jan 29, 2012
  3. Jan 25, 2012
  4. Jan 10, 2012
  5. Jan 08, 2012
  6. Jan 05, 2012
  7. Dec 22, 2011
  8. Dec 20, 2011
  9. Nov 25, 2011
  10. Nov 19, 2011
  11. Nov 12, 2011
  12. Nov 09, 2011
  13. Nov 04, 2011
  14. Nov 03, 2011
  15. Oct 30, 2011
  16. Oct 24, 2011
    • Ray Strode's avatar
      worker: don't block SIGTERM · 9c874ee6
      Ray Strode authored
      If the slave tells us to go away, we should go away,
      not wait a PAM module decides to let us get back to the
      main loop.
      9c874ee6
    • Ray Strode's avatar
      daemon: Don't emit session-exited when non-authenticated worker fails · 9c354795
      Ray Strode authored
      Sometimes PAM modules are finicky and don't die when you tell them to.
      Instead they fail some seconds later.
      
      If a user successfully logs in with one stack and another stack is
      being troublesome, then we'll get notified about it finishing up
      after the user is already logged in.
      
      When that happens, we erroneously assume the stack finishing is the
      stack the user's session is running on and then proceed to log the
      user out.
      
      This commit makes us be a little more careful about our bookkeeping
      so we can ignore failures from slow PAM modules.
      9c354795
  17. Oct 23, 2011
  18. Oct 22, 2011
  19. Oct 21, 2011
  20. Oct 20, 2011