summaryrefslogtreecommitdiffstats
path: root/crypto/openssh/version.c
Commit message (Collapse)AuthorAgeFilesLines
* Add support for dynamically adjusted buffers to allow the full use ofbrooks2011-08-031-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | the bandwidth of long fat pipes (i.e. 100Mbps+ trans-oceanic or trans-continental links). Bandwidth-delay products up to 64MB are supported. Also add support (not compiled by default) for the None cypher. The None cypher can only be enabled on non-interactive sessions (those without a pty where -T was not used) and must be enabled in both the client and server configuration files and on the client command line. Additionally, the None cypher will only be activated after authentication is complete. To enable the None cypher you must add -DNONE_CIPHER_ENABLED to CFLAGS via the make command line or in /etc/make.conf. This code is a style(9) compliant version of these features extracted from the patches published at: http://www.psc.edu/networking/projects/hpn-ssh/ Merging this patch has been a collaboration between me and Bjoern. Reviewed by: bz Approved by: re (kib), des (maintainer)
* Ugh. Set svn:mergeinfo correctly.des2008-08-011-0/+1
|
* Add missing #include for strlen()des2008-07-311-0/+3
|
* Resolve conflictsdes2004-10-281-1/+0
|
* Resolve conflicts.des2002-10-291-1/+1
|
* Remove duplicate.des2002-06-291-59/+0
|
* Add the VersionAddendum configuration variable.des2002-06-291-0/+59
| | | | Sponsored by: DARPA, NAI Labs
* Add a "VersionAddendum" configuration setting for sshd which allowsgreen2001-05-031-0/+59
anyone to easily change the part of the OpenSSH version after the main version number. The FreeBSD-specific version banner could be disabled that way, for example: # Call ourselves plain OpenSSH VersionAddendum
OpenPOWER on IntegriCloud