Skip to content
Snippets Groups Projects
  1. Apr 26, 2012
  2. Feb 22, 2012
  3. Dec 21, 2011
  4. Aug 30, 2011
  5. Nov 03, 2010
  6. Oct 29, 2010
  7. Oct 13, 2010
  8. Oct 07, 2010
  9. Sep 13, 2010
  10. Sep 10, 2010
  11. Sep 07, 2010
  12. Jul 02, 2010
  13. Jun 04, 2010
  14. May 03, 2010
  15. Mar 30, 2010
  16. Mar 10, 2010
    • Michael Hanselmann's avatar
      http.auth: Fix bug with checking hashed passwords · 23ccba04
      Michael Hanselmann authored
      
      When username and password were sent for a resource not requiring
      authentication, it wouldn't be accepted if the user in question had a
      hashed password. The reason was that the function GetAuthRealm used to
      return None if no authentication was necessary. However, the
      authentication realm is necessary to verify hashed passwords. This is
      fixed by requiring GetAuthRealm to always return a realm and separating
      the decision whether to require authentication or not to a separate
      function.
      
      Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
      Reviewed-by: default avatarIustin Pop <iustin@google.com>
      23ccba04
  17. Jan 22, 2010
  18. Jan 04, 2010
  19. Dec 01, 2009
  20. Oct 29, 2009
  21. Aug 25, 2009
  22. Jul 26, 2009
  23. Jul 25, 2009
    • Guido Trotter's avatar
      Collapse daemon's main function · 04ccf5e9
      Guido Trotter authored
      
      With three ganeti daemons, and one or two more coming, the daemon's main
      function started becoming too much cut&pasted code. Collapsing most of
      it in a daemon.GenericMain function. Some more code could be collapsed
      between the two http-based daemons, but since the new daemons won't be
      http-based we won't do it right now.
      
      As a bonus a functionality for overriding the network port on the
      command line for all network based nodes is added.
      
      Signed-off-by: default avatarGuido Trotter <ultrotter@google.com>
      04ccf5e9
  24. Jul 24, 2009
  25. Jul 23, 2009
Loading