History log of /dragonfly/crypto/openssh/README.DRAGONFLY (Results 1 – 17 of 17)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 2c81fb9c 28-Nov-2022 Antonio Huete Jimenez <tuxillo@quantumachine.net>

openssh: Adjustments after import

- Adjust README.DELETED and README.DRAGONFLY
- Update openbsd-compat
- Regen config.h , adjusting several defines manually because the
configure script seems

openssh: Adjustments after import

- Adjust README.DELETED and README.DRAGONFLY
- Update openbsd-compat
- Regen config.h , adjusting several defines manually because the
configure script seems to not detect everything correctly.
- Add some required source files to SRCS in various programs.

Basic testing done:
- sshd runs and works, i.e. accepts incoming connections, allows different
auth methods (interactive, key).
- X-Forwarding works.
- Can ssh to other OSes.

show more ...


Revision tags: v6.2.2, v6.2.1, v6.2.0, v6.3.0
# 44aab0ab 09-Oct-2021 Sascha Wildner <saw@online.de>

Local adjustments for OpenSSH-8.3p1.


Revision tags: v6.0.1, v6.0.0, v6.0.0rc1, v6.1.0, v5.8.3, v5.8.2
# bc9cc675 28-Jul-2020 Daniel Fojt <df@neosystem.org>

Upgrade openssh. 2/2

- update README.{DELETED,DRAGONFLY)
- adapt Makefiles
- regenerate config.h and openbsd-compat/


Revision tags: v5.8.1, v5.8.0, v5.9.0, v5.8.0rc1, v5.6.3
# eef623fc 09-Oct-2019 Sascha Wildner <saw@online.de>

openssh: Adjust README.DRAGONFLY for recent pam_ssh removal.


Revision tags: v5.6.2, v5.6.1, v5.6.0, v5.6.0rc1, v5.7.0, v5.4.3
# fccfc4a1 19-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

OpenSSH: Document contrib local changes.


Revision tags: v5.4.2
# 7b1120e5 18-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

Adjust makefiles for OpenSSH 8.0p1 update.

Update pam_ssh module to use new sshkey api.
The pkcs11 support explicitly disabled to avoid use of dlopen().
If security token/card support is needed it c

Adjust makefiles for OpenSSH 8.0p1 update.

Update pam_ssh module to use new sshkey api.
The pkcs11 support explicitly disabled to avoid use of dlopen().
If security token/card support is needed it can be enabled back.

This update brings several backwards compatibilty breakages.
More in official release notes.

show more ...


# c064958f 18-Apr-2019 zrj <rimvydas.jasinskas@gmail.com>

OpenSSH: Update READMEs.


Revision tags: v5.4.1, v5.4.0, v5.5.0, v5.4.0rc1, v5.2.2, v5.2.1, v5.2.0, v5.3.0, v5.2.0rc, v5.0.2
# 569f4b03 11-Nov-2017 zrj <rimvydas.jasinskas@gmail.com>

Adjust path after libpam changes.

Reported-by: swildner


Revision tags: v5.0.1, v5.0.0, v5.0.0rc2, v5.1.0, v5.0.0rc1, v4.8.1, v4.8.0, v4.6.2, v4.9.0, v4.8.0rc
# 3b5eca52 06-Nov-2016 Sascha Wildner <saw@online.de>

Adjust various things after the removal of secure/.

* Fix etc/Makefile: This brings back installation of /etc/ssh_config
and /etc/sshd_config to our IMG/ISO.

* Add back DES and Blowfish functio

Adjust various things after the removal of secure/.

* Fix etc/Makefile: This brings back installation of /etc/ssh_config
and /etc/sshd_config to our IMG/ISO.

* Add back DES and Blowfish functions to libcrypt.

* Remove installation of CA.pl/CA.sh. They don't seem to be part of
LibreSSL.

* Remove obsolete paths from whereis(1).

* Adjust hier(7) manual page.

* Adjust openssh upgrade instructions.

* While here, fix a typo in Makefile.ssh.common.

show more ...


Revision tags: v4.6.1
# 4bde49b7 13-Aug-2016 Peter Avalos <pavalos@dragonflybsd.org>

sshd(8): Disable tunneled cleartext passwords.

This was previously our default that got wiped away when I removed our
local changes to OpenSSH. It's unlikely that anyone running master saw
any chang

sshd(8): Disable tunneled cleartext passwords.

This was previously our default that got wiped away when I removed our
local changes to OpenSSH. It's unlikely that anyone running master saw
any change to their sshd behavior, because they likely had the
PasswordAuthentication line uncommented in their configuration file.

show more ...


# e5c0b1f7 04-Aug-2016 Peter Avalos <pavalos@dragonflybsd.org>

Update files for OpenSSH-7.3p1 import.


# f0ea6a7a 04-Aug-2016 Peter Avalos <pavalos@dragonflybsd.org>

Remove most local modifications from OpenSSH.

This primarily removes the HPN patches. It's become too cumbersome to
maintain these patches as demonstrated by the fact that we haven't
updated OpenSSH

Remove most local modifications from OpenSSH.

This primarily removes the HPN patches. It's become too cumbersome to
maintain these patches as demonstrated by the fact that we haven't
updated OpenSSH in quite some time. If people want additional
functionality in their OpenSSH, it's available in dports
(security/openssh).

Instead of just silently ignoring removed options in people's
configurations, I decided to treat these as errors so that the admin
will need to decide to remove it from their configuration or install the
dport to get the functionality back.

show more ...


Revision tags: v4.6.0, v4.6.0rc2, v4.6.0rc, v4.7.0, v4.4.3, v4.4.2, v4.4.1, v4.4.0, v4.5.0, v4.4.0rc, v4.2.4, v4.3.1, v4.2.3, v4.2.1, v4.2.0, v4.0.6, v4.3.0, v4.2.0rc, v4.0.5, v4.0.4
# 4923debc 25-Jan-2015 Peter Avalos <pavalos@dragonflybsd.org>

openssh: Fix version stuff.

The previous code was trying to get too fancy by trying to use
configuration options in places where those options weren't sent yet.

Fix a case in sshconnect.c where ver

openssh: Fix version stuff.

The previous code was trying to get too fancy by trying to use
configuration options in places where those options weren't sent yet.

Fix a case in sshconnect.c where version_addendum wasn't being used.

Update README.DRAGONFLY to reflect the latest upgrade instructions.

show more ...


Revision tags: v4.0.3, v4.0.2, v4.0.1, v4.0.0, v4.0.0rc3, v4.0.0rc2, v4.0.0rc, v4.1.0, v3.8.2, v3.8.1, v3.6.3, v3.8.0, v3.8.0rc2, v3.9.0, v3.8.0rc, v3.6.2, v3.6.1, v3.6.0, v3.7.1, v3.6.0rc, v3.7.0, v3.4.3, v3.4.2, v3.4.0, v3.4.1, v3.4.0rc, v3.5.0, v3.2.2
# a3775bf2 28-Oct-2012 Peter Avalos <pavalos@dragonflybsd.org>

Update files for OpenSSH-6.1p1 import.


Revision tags: v3.2.1, v3.2.0, v3.3.0, v3.0.3, v3.0.2, v3.0.1, v3.1.0, v3.0.0
# 86d7f5d3 26-Nov-2011 John Marino <draco@marino.st>

Initial import of binutils 2.22 on the new vendor branch

Future versions of binutils will also reside on this branch rather
than continuing to create new binutils branches for each new version.


Revision tags: v2.12.0, v2.13.0
# fa7cb8ce 20-Sep-2011 Peter Avalos <pavalos@dragonflybsd.org>

Update files for OpenSSH-5.9p1 import.


Revision tags: v2.10.1, v2.11.0, v2.10.0
# ecc6d00a 09-Apr-2011 Peter Avalos <pavalos@dragonflybsd.org>

Update files for OpenSSH-5.8p1 import.