Skip to content

Releases: p0dalirius/smbclient-ng

2.1.7: Bug fixes and added 'acls' command

27 Nov 21:08
2575fea
Compare
Choose a tag to compare

What's Changed

  • [enhancement] - Find module - Adding directory exclusion logic with depth-based exclusion control by @ghecko in #107
  • Add support for depth and case sensitivity in directory exclusions, by directory by @ghecko in #110
  • Update python-poetry-build.yml by @p0dalirius in #111
  • [enhancement] Unified SMB entry traversal to improve consistency and reusability by @ghecko in #112
  • [bugfix] Mitigate File Filter Recursion Issue, Support Multiple -name/-iname Options, and Improve Error Handling in Find Module by @ghecko in #114
  • [bugfix] - Fix file deletion issue by @ghecko in #115
  • [enhancement] Added acls command, show share ACLs by @rtpt-romankarwacik in #118
  • [bugfix] lbat and lcat used the wrong function to resolve wildcards. by @rtpt-romankarwacik in #116
  • [enhancement] Add typing hints for most functions, which makes it easier to use IDEs for programming by @rtpt-romankarwacik in #117

New Contributors

Full Changelog: 2.1.6...2.1.7

2.1.6: Added custom hostname and minor bug fixes

04 Oct 07:08
8fba2f7
Compare
Choose a tag to compare

What's Changed

  • [enhancement] Implemented --timeout for SMB session with better defaults by @Xre0uS in #102
  • [bug] Fixed #103 Bug in ping_smb_session() logic is considering all sessions as disconnected by @p0dalirius in #104
  • [enhancement] Implemented #84 Modify hostname advertised by client by @p0dalirius in #105

New Contributors

Full Changelog: 2.1.5...2.1.6

2.1.5: Bug fixes and minor improvements

14 Aug 06:52
08be340
Compare
Choose a tag to compare

What's Changed

  • [enhancement] adding-explicit-consent-to-test-write-access by @p0dalirius in #93
  • [bugfix] Pass the Hash, Fixed #95 by @p0dalirius in #96
  • [enhancement] Changed symbol in prompt for compatibility by @p0dalirius in #97
  • Update debug messages for loading modules by @p0dalirius in #98
  • [enhancement] Add credentials check in Users module by @owalid in #99

New Contributors

Full Changelog: 2.1.4...2.1.5

2.1.4: Bug Fixes

22 Jul 16:47
4f64e0e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.3...2.1.4

2.1.3: Minor improvements

15 Jul 10:07
969df94
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.1.2...2.1.3

2.1.2: Bug fixes

03 Jul 17:27
4c1457e
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0...2.1.2

2.0: Introducing multi sessions

25 Jun 15:01
11fe924
Compare
Choose a tag to compare

What's Changed

  • [enhancement] Add READ/WRITE rights in the output table of 'shares' command by @p0dalirius in #31
  • [bugfix] add nargs for password arg to prompt if only -p is passed in by @Marshall-Hallenbeck in #32
  • [bugfix] PWD stays the same when changing share by @p0dalirius in #34
  • [enhancement] Implemented wildcards in get command, resolves #28 by @p0dalirius in #36
  • [enhancement] Implemented wildcards in pu command, resolves #35 by @p0dalirius in #37
  • [enhancement] Implemented wildcards in 'rm' command, resolves #38 by @p0dalirius in #44
  • [bugfix] Fix missing backslash at the end of prompt fixes #45 by @p0dalirius in #46
  • [enhancement] Refactoring arguments parsing and implementing wildcards by @p0dalirius in #47
  • [bugfix] Putting folder in remote subdirectory results in error and local file… by @p0dalirius in #49
  • [enhancement] Add feature option --port by @StopThatTalace in #52
  • [enhancement] Add option to read interactive commands from a file by @p0dalirius in #54
  • [bugfix] CWD was added twice (in self.mkdir and in self.put_file_recursively by @NudistBeaaach in #53
  • [bugfix] Fixed variable config.startup_script by @p0dalirius in #55
  • [bugfix] Fixed double backslashes in paths printed by module find by @p0dalirius in #57
  • [enhancement] Add sessions manager by @p0dalirius in #58
  • [enhancement] Add logger class by @p0dalirius in #61
  • [enhancement] Add lines from startup script to history file, Fixes #59 by @p0dalirius in #62
  • [bugfix] Using option -h on modules exits the command line, Fixes #60 by @p0dalirius in #63
  • [bugfix] Various bugfixes by @p0dalirius in #64
  • [enhancement] Improved output of SessionsManager commands by @p0dalirius in #65
  • [enhancement] Refactored parts of CommandCompleter by @p0dalirius in #67
  • [enhancement] Refactored parts of CommandCompleter by @p0dalirius in #68
  • [enhancement] Add error message when port is closed or authentication failed, fixes #66 by @p0dalirius in #69
  • [bugfix] Fixed cannot access local variable 'options' where it is not associated with a value by @p0dalirius in #70
  • Release 2.0 by @p0dalirius in #71

New Contributors

Full Changelog: 1.4...2.0

1.4: New commands and bug fixes

13 Jun 17:25
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.1...1.4

1.3.1: Minor bug fixes

03 Jun 09:53
Compare
Choose a tag to compare

What's Changed

  • [bug] Missing requirement "rich" by @lefayjey in #2
  • [bug] Prepend current directory to dir/ls argument by @Hackndo in #4

New Contributors

Full Changelog: 1.3...1.3.1

1.3: Added cat and bat commands

03 Jun 08:57
Compare
Choose a tag to compare
  • Added new commands:

    • bat: Pretty prints the contents of a file. Syntax: bat <file>
    • cat: Get the contents of a file. Syntax: cat <file>
  • Minor bug fixes

Full Changelog: 1.2...1.3