Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: peter15914/sslh

Tags

v2.1.4

Toggle v2.1.4's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Fix release archive

v2.1.3

Toggle v2.1.3's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
v2.1.3: Landlock access fix

v2.1.2

Toggle v2.1.2's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Fix inetd

v2.1.1

Toggle v2.1.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Fix MacOS build error.

v2.1.0

Toggle v2.1.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
v2.1.0:

	Support for the Landlock LSM. After initial setup,
	sslh gives up all local file access rights.

	Reintroduced --ssl as an alias to --tls.

	Introduce autoconf to adapt to landlock presence.

	Close connexion without error message if remote
	client forcefully closes connexion, for Windows.

v1.23.1

Toggle v1.23.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Check accept() for failure in sslh-fork. Aborted connections otherwis…

…e result in crashes.

v1.23.0

Toggle v1.23.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Obsolete. Please use v2.0 or above. This is a branch where no new fea…

…tures will be introduced, only bugfixes to versions below 1.22.

Reintroduce --ssl as alias to --tls.

v2.0.1

Toggle v2.0.1's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
v2.0.1: fix resolve_on_forward

v2.0.0

Toggle v2.0.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
Same tag as v2.0, to satify Github's requirement for

semver-compatible tags.

	New sslh-ev: this is functionally equivalent to
	sslh-select (mono-process, only forks for specified
	protocols), but based on libev, which should make it
	scalable to large numbers of connections.

	New log system: instead of --verbose with arbitrary
	levels, there are now several message classes. Each
	message class can be set to go to stderr, syslog, or
	both. Classes are documented in example.cfg.

	UDP connections are now managed in a hash to avoid
	linear searches. The downside is that the number of
	UDP connections is a hard limit, configurable with
	the 'udp_max_connections', which defaults to 1024.
	Timeouts are managed with lists.

	inetd merges stderr output to what is sent to the
	client, which is a security issue as it might give
	information to an attacker. When inetd is activated,
	stderr is forcibly closed.

	New protocol-level option `resolve_on_forward`,
	requests that target names are resolved at each
	connection instead of at startup. Useful for dynamic
	DNS situations. (Paul Schroeder/milkpirate)

	New probe for MSRDP (akappner).

v2.0

Toggle v2.0's commit message

Verified

This tag was signed with the committer’s verified signature. The key has expired.
yrutschle Yves Rutschle
v2.0:

	New sslh-ev: this is functionally equivalent to
	sslh-select (mono-process, only forks for specified
	protocols), but based on libev, which should make it
	scalable to large numbers of connections.

	New log system: instead of --verbose with arbitrary
	levels, there are now several message classes. Each
	message class can be set to go to stderr, syslog, or
	both. Classes are documented in example.cfg.

	UDP connections are now managed in a hash to avoid
	linear searches. The downside is that the number of
	UDP connections is a hard limit, configurable with
	the 'udp_max_connections', which defaults to 1024.
	Timeouts are managed with lists.

	inetd merges stderr output to what is sent to the
	client, which is a security issue as it might give
	information to an attacker. When inetd is activated,
	stderr is forcibly closed.

	New protocol-level option `resolve_on_forward`,
	requests that target names are resolved at each
	connection instead of at startup. Useful for dynamic
	DNS situations. (Paul Schroeder/milkpirate)

	New probe for MSRDP (akappner).