Commit Graph

11 Commits

Author SHA1 Message Date
gabrielg5 27e7e7478d Updating copyright banner... 2024-08-28 17:52:57 -03:00
Gabriel Gonzalez 9b4a139405 Updated Copyright to 2023 2023-07-31 11:48:28 -03:00
Marshall Hallenbeck 1492effdfa add STATUS_SMB_BAD_UID error 2023-03-24 13:21:18 -04:00
Gabriel Gonzalez 8799a1a2c4 Update file banners to reflect Fortra ownership 2022-12-14 17:28:23 -03:00
Martin Gallo cd4fe47cfc Arrange tagline, copyright and license notes across all source files
This was a pending change to:
- Use the same tagline, copyright and license notice across files.
- Remove authors' contacts that are no longer valid (due to affiliation changes).
- Update repository location.
- Update license file with missing licenses (althought those were already in source files).

This doesn't include any change on the source code, nor any change on current copyright or licenses. Just formatting and phrasing to make our and distro's maintainers life easier.
2021-07-20 10:04:27 -03:00
Arseniy Sharoglazov b0449870bb Adding rare RPC Proxy errors to nt_errors.py 2020-07-10 19:14:46 +03:00
asolino 1ad2683592 Changing Copyright notice 2018-12-05 14:34:58 -03:00
asolino 8c04d96979 Updating copyright notice. Welcome 2016 2016-01-06 14:08:30 -03:00
asolino 8b8f8a6947 Pyton imports fixups
1) Removed unnecesary imports, avoid import * whenever possible
2) Copyright updated
3) Minor typos fixed
4) File formats to Unix (LF)
2015-05-23 11:56:59 -03:00
asolino 4c2e64ad3a Second round of logging change.
Now there should be a single logger called 'impacket' the library uses.
By default is has a NullHandler so nothing is printed, but messages are
forwarded to the upstream logger.

If you are a script using the library and want to set the root logger
with a custom formatter, you can import impacket.examples.logger.

After some testing I'll merge it into master
2015-04-25 14:40:42 -03:00
bethus@gmail.com 19840a88b2 Initial implementation of SMB version 2 and 3 protocol [MS-SMB2].
1) Signing support for SMB2 done (SMB3 not yet, as well as encryption)
2) Commands implemented:
SMB2_NEGOTIATE       
SMB2_SESSION_SETUP  
SMB2_LOGOFF        
SMB2_TREE_CONNECT  
SMB2_TREE_DISCONNECT 
SMB2_CREATE         
SMB2_CLOSE         
SMB2_FLUSH        
SMB2_READ        
SMB2_WRITE      
SMB2_LOCK      
SMB2_IOCTL    
SMB2_CANCEL  
SMB2_ECHO   
SMB2_QUERY_DIRECTORY 
3 left to go.
3) DCERPC over SMB2 should work, if you change smb.SMB for smb3.SMB3 in transport (and import smb3)

We'll do a SMB protocol factory in the future to make it all transparent to the user.
2012-08-14 23:21:48 +00:00