Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.
Diese Freigabe verbessert die queryIPForName() im nmb.NetBIOS und Nmb.NBNSProtocol Klassen nur Server zurückzugebenden Maschine Namen und Workgroup-Namen zu ignorieren.
This release improves queryIPForName() in the nmb.NetBIOS and nmb.NBNSProtocol classes to return only server machine names and ignore workgroup names.
Diese Version fügt Unterstützung für Python3 und Abrufen einer Liste von Schattenkopien (auch bekannt als "vorherige Versionen" unter Windows). Beachten Sie, dass nicht alle Windows-Editionen Schattenkopien unterstützt.
This release adds support for Python3 and for retrieving a list of shadow copies (also known as "previous versions" in Windows). Note that not all Windows editions support shadow copies.
Dieses Release bringt eine SMB2-Protokollimplementierung mit Unterzeichnung für ausgehende Nachrichten in SMB2. Pysmb nutzen SMB2-Protokoll-Server die SMB2 zu unterstützen (z. B. Windows Vista, Windows 7 und Samba-3). Wenn der Remoteserver SMB2 nicht unterstützt, wird Pysmb automatisch zurückgreifen mit dem SMB1 Protokoll.
This release adds an SMB2 protocol implementation with signing for outgoing SMB2 messages. pysmb will utilize SMB2 protocol with servers which support SMB2 (e.g., Windows Vista, Windows 7, and Samba 3). If the remote server does not support SMB2, pysmb will automatically fall back to using the SMB1 protocol.
Diese Version fügt Unterstützung für SMB-Nachrichtensignaturen. Pysmb werden alle SMB-Nachrichten aus der CIFS-Client an den Server anmelden, aber es wird nicht überprüft, die Signaturen der SMB-Nachrichten vom Server.
This release adds supports for SMB message signing. pysmb will sign all SMB messages from the CIFS client to the server, but it does not verify the signatures of the SMB messages from the server.
Unterstützung für diese Version hinzugefügt "Smb: / /" URLs im urllib2 Python-Paket für das Abrufen oder Hochladen von Dateien von/auf Remoteservern CIFS. Dokumentation wurde verbessert.
This release added support for "smb://" URLs in the urllib2 Python package for retrieving or uploading files from/to remote CIFS servers. Documentation was improved.