Skip to content

Commit

Permalink
Merge pull request #65 from jmk-foofus/update-documentation-release
Browse files Browse the repository at this point in the history
Update documentation release
  • Loading branch information
jmk-foofus authored Mar 31, 2024
2 parents 1d6194c + ad195cb commit fcbb959
Show file tree
Hide file tree
Showing 16 changed files with 121 additions and 840 deletions.
13 changes: 12 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
================================================================
Version 2.3
Version 2.3 (2024/04)
================================================================

Medusa Core Updates:
- General code clean-up and compiler warning squashing
- Updated OpenSSL calls from 1.x to 3.x
- Log timestamps on password checks
- Multiple bugfixes from contributors (see commit log)

Module Updates:

RDP
- FreeRDP 2.0 support

SMBNT
- SMBv2/3 and SMB signing support (libsmb2)

VNC
- Removed UltraVNC MS-Logon I/II support due to OpenSSL updates

================================================================
Version 2.2
Expand Down
7 changes: 0 additions & 7 deletions Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -256,10 +256,8 @@ DEFS = @DEFS@
ECHO_C = @ECHO_C@
ECHO_N = @ECHO_N@
ECHO_T = @ECHO_T@
EGREP = @EGREP@
ETAGS = @ETAGS@
EXEEXT = @EXEEXT@
GREP = @GREP@
INSTALL = @INSTALL@
INSTALL_DATA = @INSTALL_DATA@
INSTALL_PROGRAM = @INSTALL_PROGRAM@
Expand All @@ -268,8 +266,6 @@ INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
LDFLAGS = @LDFLAGS@
LIBOBJS = @LIBOBJS@
LIBS = @LIBS@
LIBSMB2_CFLAGS = @LIBSMB2_CFLAGS@
LIBSMB2_LIBS = @LIBSMB2_LIBS@
LTLIBOBJS = @LTLIBOBJS@
MAKEINFO = @MAKEINFO@
MKDIR_P = @MKDIR_P@
Expand All @@ -283,9 +279,6 @@ PACKAGE_TARNAME = @PACKAGE_TARNAME@
PACKAGE_URL = @PACKAGE_URL@
PACKAGE_VERSION = @PACKAGE_VERSION@
PATH_SEPARATOR = @PATH_SEPARATOR@
PKG_CONFIG = @PKG_CONFIG@
PKG_CONFIG_LIBDIR = @PKG_CONFIG_LIBDIR@
PKG_CONFIG_PATH = @PKG_CONFIG_PATH@
SET_MAKE = @SET_MAKE@
SHELL = @SHELL@
STRIP = @STRIP@
Expand Down
Loading

0 comments on commit fcbb959

Please sign in to comment.