1. 10 Feb, 2015 3 commits
  2. 03 Feb, 2015 1 commit
    • Adds Kerberos authentication to winrm if available · d9562f9c
      If the `kerberos` module is available, winrm will attempt to establish a
      Kerberized connection to a Windows server. This allows use of Windows
      domain accounts, which are quite often the only kinds of accounts
      enabled on enterprise networks.
      
      This also pulls the `transport_schemes` variable up into the
      `winrm.Connection` class. This lets tests or future modifications alter
      the list of available schemas without reaching into
      `Connection.__init__`.
      Kirk Strauser committed
  3. 04 Dec, 2014 14 commits
  4. 28 Nov, 2014 1 commit
  5. 27 Nov, 2014 4 commits
  6. 25 Nov, 2014 17 commits