Skip to content

Conversation

@nobody-Justheader
Copy link

Major changes:

  • relay.py: Convert all protocol constants to bytes literals
  • client.py: Migrate exception handling, dict iteration, print, hex encoding
  • server.py: Migrate exception handling, print, bytes indexing fixes
  • ntlm_auth/compute_hash.py: Replace .decode('hex') with bytes.fromhex()
  • ntlm_auth/compute_response.py: Remove Python 2.6 workaround
  • ntlm_auth/target_info.py: Use stdlib OrderedDict directly
  • ntlm_auth/ntlm.py: Fix escape sequence warning in docstring
  • README.md: Update documentation for Python 3.12+
  • Delete ordereddict.py and six.py (no longer needed)

Tested: All modules import successfully, server/client help commands work

Major changes:
- relay.py: Convert all protocol constants to bytes literals
- client.py: Migrate exception handling, dict iteration, print, hex encoding
- server.py: Migrate exception handling, print, bytes indexing fixes
- ntlm_auth/compute_hash.py: Replace .decode('hex') with bytes.fromhex()
- ntlm_auth/compute_response.py: Remove Python 2.6 workaround
- ntlm_auth/target_info.py: Use stdlib OrderedDict directly
- ntlm_auth/ntlm.py: Fix escape sequence warning in docstring
- README.md: Update documentation for Python 3.12+
- Delete ordereddict.py and six.py (no longer needed)

Tested: All modules import successfully, server/client help commands work
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant