OpenBSD CVS

src/usr.bin/ssh/


Click on a directory to enter that directory. Click on a file to display its revision history and to get a chance to display diffs between revisions.

Current directory: [local] / src / usr.bin / ssh

Current tag: OPENBSD_2_6_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[DIR] lib/        
[DIR] moduli-gen/        
[DIR] scard/        
[DIR] scp/        
[DIR] sftp/        
[DIR] sftp-server/        
[DIR] ssh/        
[DIR] ssh-add/        
[DIR] ssh-agent/        
[DIR] ssh-keygen/        
[DIR] ssh-keyscan/        
[DIR] ssh-keysign/        
[DIR] ssh-pkcs11-helper/        
[DIR] ssh-sk-helper/        
[DIR] sshd/        
[DIR] sshd-session/        
[TXT] Makefile  1.4   24 years  deraadt   fix distribution target
[TXT] Makefile.inc  1.10   24 years  markus   add skey to sshd: 1) pass *pw to auth_password() not user_name, do_authenticati...
[TXT] OVERVIEW  1.2   24 years  deraadt   remove lies
[TXT] README  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] auth-passwd.c  1.8   24 years  deraadt   stop leak; after branch, builders take note
[TXT] auth-rhosts.c  1.5   24 years  deraadt   use strcasecmp()
[TXT] authfd.c  1.8   24 years  markus   fix old connect() race security-bug for ssh-agent and agent-forwarding by removi...
[TXT] authfd.h  1.3   24 years  markus   fix old connect() race security-bug for ssh-agent and agent-forwarding by removi...
[TXT] authfile.c  1.7   24 years  markus   make sure ~/.ssh/authorized_keys is not writable for group/world (sshd) don't lo...
[TXT] canohost.c  1.3   24 years  deraadt   "ssh is a very large program" -- anonymous
[TXT] channels.c  1.16   24 years  markus   re-implement the proto-1.5 channel close protocol, see nchan.ms.
[TXT] channels.h  1.3   24 years  markus   re-implement the proto-1.5 channel close protocol, see nchan.ms.
[TXT] cipher.c  1.11   24 years  provos   better cipher name fix.
[TXT] cipher.h  1.7   24 years  deraadt   remove local blowfish code
[TXT] clientloop.c  1.7   24 years  deraadt   snprintf
[TXT] compat.c  1.2   24 years  markus   add CVS tags, fix comments and whitespace
[TXT] compat.h  1.2   24 years  markus   add CVS tags, fix comments and whitespace
[TXT] hostfile.c  1.3   24 years  provos   add code to detect DNS spoofing: the main idea is to not only store the host ke...
[TXT] match.c  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] nchan.c  1.3   24 years  markus   re-implement the proto-1.5 channel close protocol, see nchan.ms.
[TXT] nchan.ms  1.1   24 years  markus   re-implement the proto-1.5 channel close protocol, see nchan.ms.
[TXT] packet.c  1.9   24 years  dugsong   crc32 compensation attack fix from CORE-SDI. "it's not crypto..." -- deraadt@
[TXT] packet.h  1.2   24 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] readconf.c  1.12   24 years  markus   typo: s/UsePrivilegedPorts/UsePrivilegedPort/
[TXT] readconf.h  1.7   24 years  markus   -P/UsePrivilegedPort from 1.2.27, it turns of allocation of priv. port and disab...
[TXT] readpass.c  1.4   24 years  markus   we do not ship ssh-askpass
[TXT] scp.1  1.4   24 years  markus   typo: -P port
[TXT] scp.c  1.13   24 years  aaron   Print out the progress meter for 0 length files, too; deraadt@
[TXT] servconf.c  1.18   24 years  dugsong   default KerberosOrLocalPassword to 'yes'
[TXT] servconf.h  1.10   24 years  dugsong   remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replace w...
[TXT] serverloop.c  1.6   24 years  markus   fix shutdown() for sockets, the last one has to close the socket
[TXT] ssh-add.1  1.6   24 years  aaron   Remove some redundant .Pp.
[TXT] ssh-add.c  1.6   24 years  dugsong   -Wall, get rid of unused headers/vars
[TXT] ssh-agent.1  1.6   24 years  deraadt   update trailer, and copy to other pages
[TXT] ssh-agent.c  1.12   24 years  markus   fix old connect() race security-bug for ssh-agent and agent-forwarding by removi...
[TXT] ssh-keygen.1  1.7   24 years  aaron   Remove some redundant .Pp.
[TXT] ssh-keygen.c  1.6   24 years  provos   get rid of references to randomseedfile we dont need it. for sshd just spit out...
[TXT] ssh.1  1.22   24 years  provos   mention that verbose mode can be used s/key authentication
[TXT] ssh.c  1.24   24 years  markus   fix old connect() race security-bug for ssh-agent and agent-forwarding by removi...
[TXT] ssh.h  1.13   24 years  markus   support for SSH protocol 1.5 which is poorly documented, the RFC.troff lies. int...
[TXT] ssh_config  1.2   24 years  provos   document CheckHostIP
[TXT] sshconnect.c  1.22   24 years  markus   refuse to talk to protocol < 1.3
[TXT] sshd.8  1.20   24 years  dugsong   default KerberosOrLocalPassword to 'yes'
[TXT] sshd.c  1.40   24 years  markus   OpenSSH-1.2, read my lips: no more patches
[TXT] sshd_config  1.12   24 years  dugsong   remove AllowHosts, DenyHosts, SilentDeny server access control cruft - replace w...
[TXT] ttymodes.c  1.2   24 years  deraadt   cull more ancient garbage from pre-POSIX days
[TXT] ttymodes.h  1.4   24 years  deraadt   i screwed up the ttymode handling
[TXT] uidswap.c  1.2   24 years  deraadt   even smaller
[TXT] uidswap.h  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] version.h  1.4   24 years  markus   OpenSSH-1.2, read my lips: no more patches
[TXT] xmalloc.c  1.3   24 years  deraadt   more culling
[TXT] xmalloc.h  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] COPYING.Ylonen (in the Attic) [Hide]  1.6   24 years  dugsong   branches: 1.6.4; include licensing info
[TXT] ChangeLog (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] RFC.nroff (in the Attic) [Hide]  1.1   24 years  deraadt   branches: 1.1.4; i bet a lot of people didn't know what ssh 1.2.16 had a nice l...
[TXT] auth-krb4.c (in the Attic) [Hide]  1.4   24 years  deraadt   s/long/int/
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.2   24 years  provos   add code to detect DNS spoofing: the main idea is to not only store the host ke...
[TXT] auth-rsa.c (in the Attic) [Hide]  1.5   24 years  provos   the session key is only the least significant 256-bits, mask the rest away
[TXT] auth-skey.c (in the Attic) [Hide]  1.2   24 years  deraadt   snprintf
[TXT] bufaux.c (in the Attic) [Hide]  1.2   24 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] bufaux.h (in the Attic) [Hide]  1.2   24 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] buffer.c (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] buffer.h (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] compress.c (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] compress.h (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] crc32.c (in the Attic) [Hide]  1.2   24 years  deraadt   s/long/int/
[TXT] crc32.h (in the Attic) [Hide]  1.2   24 years  deraadt   s/long/int/
[TXT] deattack.c (in the Attic) [Hide]  1.3   24 years  markus   move auth-sockets to private dir delete minfd residua
[TXT] deattack.h (in the Attic) [Hide]  1.2   24 years  dugsong   include licensing info
[TXT] getput.h (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] includes.h (in the Attic) [Hide]  1.8   24 years  deraadt   even smaller
[TXT] log-client.c (in the Attic) [Hide]  1.2   24 years  markus   the logging output needs \r, say "debug: " when debuggin
[TXT] log-server.c (in the Attic) [Hide]  1.5   24 years  dugsong   -Wall, get rid of unused headers/vars
[TXT] login.c (in the Attic) [Hide]  1.7   24 years  deraadt   off_t, but needs more looking at later
[TXT] mpaux.c (in the Attic) [Hide]  1.3   24 years  deraadt   use libc md5
[TXT] mpaux.h (in the Attic) [Hide]  1.2   24 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] nchan.h (in the Attic) [Hide]  1.3   24 years  markus   re-implement the proto-1.5 channel close protocol, see nchan.ms.
[TXT] pty.c (in the Attic) [Hide]  1.5   24 years  deraadt   snprintf
[TXT] pty.h (in the Attic) [Hide]  1.1   24 years  deraadt   i bet a lot of people didn't know what ssh 1.2.16 had a nice license. well, exce...
[TXT] radix.c (in the Attic) [Hide]  1.3   24 years  deraadt   s/long/int/
[TXT] rsa.c (in the Attic) [Hide]  1.5   24 years  provos   public exponent needs to be odd.
[TXT] rsa.h (in the Attic) [Hide]  1.2   24 years  deraadt   test for RSA in the ssl library, real early on
[TXT] tildexpand.c (in the Attic) [Hide]  1.2   24 years  deraadt   spelling