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_3_9_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] LICENCE  1.19   19 years  markus   s/keygen/keyscan/
[TXT] Makefile  1.12   20 years  grange   Use ${INSTALL} instead of install; from art's amd64 tree. ok markus@
[TXT] Makefile.inc  1.30   18 years  djm   turn on -Wstrict-prototypes -Wsign-compare -Wshadow now that we are clean
[TXT] OVERVIEW  1.8   20 years  djm   branches: 1.8.6; 1.8.8; kill some more tiny files; ok deraadt@
[TXT] README  1.6   20 years  djm   branches: 1.6.8; 1.6.10; unexpand and delete whitespace at EOL; ok markus@
[TXT] atomicio.c  1.14   18 years  otto   branches: 1.14.2; type correctness; from Ray Lai in PR 5011; ok millert@
[TXT] atomicio.h  1.6   18 years  avsm   branches: 1.6.2; 1.6.4; Switch atomicio to use a simpler interface; it now ret...
[TXT] auth-bsdauth.c  1.6   19 years  dtucker   branches: 1.6.4; 1.6.6; Have keyboard-interactive code call the drivers even f...
[TXT] auth-krb5.c  1.16   18 years  dtucker   branches: 1.16.2; Perform Kerberos calls even for invalid users to prevent leak...
[TXT] auth-options.c  1.33   18 years  reyk   branches: 1.33.2; two changes to the new ssh tunnel support. this breaks compat...
[TXT] auth-options.h  1.13   18 years  reyk   branches: 1.13.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] auth-passwd.c  1.34   18 years  otto   branches: 1.34.2; 1.34.4; auth_usercheck(3) can return NULL, so check for that...
[TXT] auth-rhosts.c  1.35   18 years  stevesk   branches: 1.35.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] auth.c  1.62   18 years  stevesk   branches: 1.62.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] auth.h  1.51   18 years  djm   branches: 1.51.2; 1.51.4; introduce a generic %foo expansion function. replace...
[TXT] auth2-chall.c  1.24   18 years  djm   branches: 1.24.2; 1.24.4; knf says that a 2nd level indent is four (not three ...
[TXT] auth2-gss.c  1.12   18 years  stevesk   branches: 1.12.2; KNF; ok djm@
[TXT] auth2-hostbased.c  1.6   20 years  markus   branches: 1.6.8; 1.6.10; fix mem leaks; some fixes from Pete Flugstad; tested ...
[TXT] auth2-kbdint.c  1.2   21 years  markus   branches: 1.2.2; 1.2.4; 1.2.18; 1.2.20; move Authmethod definitons to per-me...
[TXT] auth2-none.c  1.8   18 years  stevesk   branches: 1.8.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] auth2-passwd.c  1.5   20 years  dtucker   branches: 1.5.8; 1.5.10; Ignore password change request during password auth (...
[TXT] auth2-pubkey.c  1.10   18 years  stevesk   branches: 1.10.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] auth2.c  1.107   19 years  markus   branches: 1.107.6; 1.107.8; more s/illegal/invalid/
[TXT] authfd.c  1.67   18 years  stevesk   branches: 1.67.2; move #include <sys/un.h> out of includes.h; ok djm@
[TXT] authfd.h  1.34   20 years  djm   branches: 1.34.8; 1.34.10; unexpand and delete whitespace at EOL; ok markus@
[TXT] authfile.c  1.62   18 years  stevesk   branches: 1.62.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] authfile.h  1.10   22 years  markus   branches: 1.10.14; 1.10.16; add /usr/libexec/ssh-keysign: a setuid helper prog...
[TXT] canohost.c  1.49   18 years  stevesk   branches: 1.49.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] canohost.h  1.8   22 years  markus   branches: 1.8.18; 1.8.20; remove comments from .h, since they are cut&paste fr...
[TXT] channels.c  1.235   18 years  stevesk   branches: 1.235.2; move #include <sys/un.h> out of includes.h; ok djm@
[TXT] channels.h  1.83   18 years  reyk   branches: 1.83.2; add channel output filter interface. ok djm@, suggested by m...
[TXT] cipher.c  1.77   18 years  djm   branches: 1.77.2; 1.77.4; spacing
[TXT] cipher.h  1.35   19 years  markus   branches: 1.35.6; 1.35.8; more s/illegal/invalid/
[TXT] cleanup.c  1.1   20 years  markus   branches: 1.1.2; 1.1.4; 1.1.12; 1.1.14; replace fatal_cleanup() and linked l...
[TXT] clientloop.c  1.155   18 years  stevesk   branches: 1.155.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] clientloop.h  1.15   18 years  stevesk   branches: 1.15.2; move #include <termios.h> out of includes.h; ok markus@
[TXT] compat.c  1.71   19 years  djm   branches: 1.71.4; 1.71.6; bz#413: allow optional specification of bind address...
[TXT] compat.h  1.39   19 years  djm   branches: 1.39.4; 1.39.6; bz#413: allow optional specification of bind address...
[TXT] dh.c  1.31   19 years  djm   branches: 1.31.6; 1.31.8; return group14 when no primes found - fixes hang on ...
[TXT] dh.h  1.8   19 years  djm   branches: 1.8.6; 1.8.8; implement diffie-hellman-group14-sha1 kex method (triv...
[TXT] dispatch.c  1.16   21 years  itojun   branches: 1.16.10; 1.16.12; rename log() into logit() to avoid name conflict. ...
[TXT] dispatch.h  1.9   22 years  markus   branches: 1.9.16; 1.9.18; a single dispatch_protocol_error() that sends a mess...
[TXT] dns.c  1.16   18 years  stevesk   branches: 1.16.2; more cleanups; ok jakob@
[TXT] dns.h  1.6   18 years  stevesk   branches: 1.6.2; more cleanups; ok jakob@
[TXT] fatal.c  1.2   20 years  markus   branches: 1.2.8; 1.2.10; replace fatal_cleanup() and linked list of fatal call...
[TXT] groupaccess.c  1.6   21 years  itojun   branches: 1.6.10; 1.6.12; rename log() into logit() to avoid name conflict. m...
[TXT] groupaccess.h  1.4   22 years  markus   branches: 1.4.18; 1.4.20; remove comments from .h, since they are cut&paste fr...
[TXT] gss-genr.c  1.6   18 years  stevesk   branches: 1.6.2; KNF; ok djm@
[TXT] gss-serv-krb5.c  1.4   18 years  stevesk   branches: 1.4.2; unused declarations; ok deraadt@
[TXT] gss-serv.c  1.14   18 years  stevesk   branches: 1.14.2; small KNF
[TXT] hostfile.c  1.37   18 years  stevesk   branches: 1.37.2; "packet.h" not needed
[TXT] hostfile.h  1.15   19 years  djm   branches: 1.15.4; 1.15.6; add support for hashing host names and addresses add...
[TXT] kex.c  1.65   18 years  djm   branches: 1.65.2; remove hardcoded hash lengths in key exchange code, allowing ...
[TXT] kex.h  1.38   18 years  djm   branches: 1.38.2; remove hardcoded hash lengths in key exchange code, allowing ...
[TXT] kexdh.c  1.20   18 years  djm   branches: 1.20.2; remove hardcoded hash lengths in key exchange code, allowing ...
[TXT] kexgex.c  1.24   18 years  djm   branches: 1.24.2; remove hardcoded hash lengths in key exchange code, allowing ...
[TXT] kexgexc.c  1.3   18 years  djm   branches: 1.3.2; remove hardcoded hash lengths in key exchange code, allowing i...
[TXT] kexgexs.c  1.2   18 years  djm   branches: 1.2.2; remove hardcoded hash lengths in key exchange code, allowing i...
[TXT] log.c  1.29   20 years  markus   branches: 1.29.8; 1.29.10; replace fatal_cleanup() and linked list of fatal ca...
[TXT] log.h  1.11   19 years  djm   branches: 1.11.6; 1.11.8; mark fatal and cleanup exit as __dead; ok markus@
[TXT] mac.c  1.7   18 years  djm   branches: 1.7.2; 1.7.4; make this -Wsign-compare clean; ok avsm@ markus@
[TXT] mac.h  1.3   22 years  markus   branches: 1.3.18; 1.3.20; remove comments from .h, since they are cut&paste fr...
[TXT] match.c  1.21   18 years  stevesk   branches: 1.21.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] match.h  1.12   22 years  markus   branches: 1.12.16; 1.12.18; undo the 'delay hostname lookup' change match.c mu...
[TXT] misc.c  1.45   18 years  stevesk   branches: 1.45.2; move #include <sys/ioctl.h> out of includes.h; ok markus@
[TXT] misc.h  1.29   18 years  djm   branches: 1.29.2; fix local arbitrary command execution vulnerability on local/...
[TXT] moduli.c  1.12   18 years  djm   branches: 1.12.2; 1.12.4; knf says that a 2nd level indent is four (not three ...
[TXT] monitor.c  1.68   18 years  stevesk   branches: 1.68.2; move #include <signal.h> out of includes.h; ok markus@
[TXT] monitor.h  1.13   20 years  markus   branches: 1.13.8; 1.13.10; replace "gssapi" with "gssapi-with-mic"; from Simon...
[TXT] monitor_fdpass.c  1.6   19 years  djm   branches: 1.6.6; 1.6.8; extra check for no message case; ok markus, deraadt, h...
[TXT] monitor_fdpass.h  1.2   22 years  stevesk   branches: 1.2.4; 1.2.6; 1.2.20; 1.2.22; $OpenBSD$
[TXT] monitor_wrap.c  1.40   18 years  avsm   branches: 1.40.2; 1.40.4; Switch atomicio to use a simpler interface; it now r...
[TXT] monitor_wrap.h  1.14   19 years  avsm   branches: 1.14.6; 1.14.8; make ssh -Wshadow clean, no functional changes marku...
[TXT] msg.c  1.8   18 years  avsm   branches: 1.8.2; 1.8.4; Switch atomicio to use a simpler interface; it now ret...
[TXT] msg.h  1.3   20 years  djm   branches: 1.3.8; 1.3.10; return error on msg send/receive failure (rather than...
[TXT] myproposal.h  1.18   18 years  markus   branches: 1.18.2; 1.18.4; add a new compression method that delays compression...
[TXT] nchan.c  1.51   19 years  deraadt   branches: 1.51.6; 1.51.8; spaces
[TXT] nchan.ms  1.8   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] nchan2.ms  1.3   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] packet.c  1.121   18 years  stevesk   branches: 1.121.2; move #include <netinet/in_systm.h> and <netinet/ip.h> out of...
[TXT] packet.h  1.44   18 years  stevesk   branches: 1.44.2; move #include <termios.h> out of includes.h; ok markus@
[TXT] pathnames.h  1.15   19 years  deraadt   branches: 1.15.6; 1.15.8; spaces
[TXT] progressmeter.c  1.26   18 years  stevesk   branches: 1.26.2; move #include <signal.h> out of includes.h; ok markus@
[TXT] progressmeter.h  1.1   21 years  fgsch   branches: 1.1.4; 1.1.6; 1.1.16; 1.1.18; sftp progress meter support. origina...
[TXT] readconf.c  1.148   18 years  stevesk   branches: 1.148.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] readconf.h  1.68   18 years  reyk   branches: 1.68.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] readpass.c  1.35   18 years  stevesk   branches: 1.35.2; move #include <sys/wait.h> out of includes.h; ok markus@
[TXT] scp.1  1.39   18 years  dtucker   branches: 1.39.2; Document RekeyLimit. Based on patch from jan.iven at cern.ch...
[TXT] scp.c  1.135   18 years  stevesk   branches: 1.135.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] servconf.c  1.146   18 years  reyk   branches: 1.146.2; two changes to the new ssh tunnel support. this breaks compa...
[TXT] servconf.h  1.72   18 years  reyk   branches: 1.72.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] serverloop.c  1.127   18 years  stevesk   branches: 1.127.2; move #include <signal.h> out of includes.h; ok markus@
[TXT] serverloop.h  1.5   22 years  markus   branches: 1.5.18; 1.5.20; quick hack to make ssh2 work again.
[TXT] session.c  1.197   18 years  djm   branches: 1.197.2; fix logout recording when privilege separation is disabled, ...
[TXT] session.h  1.25   18 years  djm   branches: 1.25.2; 1.25.4; Fix a number of X11 forwarding channel leaks: 1. Ref...
[TXT] sftp-client.c  1.60   18 years  stevesk   branches: 1.60.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp-client.h  1.14   19 years  jmc   spelling correction in comment from wiz@netbsd;
[TXT] sftp-common.c  1.11   18 years  stevesk   branches: 1.11.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp-common.h  1.7   18 years  stevesk   branches: 1.7.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp-glob.c  1.17   18 years  stevesk   branches: 1.17.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp-server.8  1.10   20 years  jmc   branches: 1.10.8; 1.10.10; scp and sftp: add options list and sort options. op...
[TXT] sftp-server.c  1.52   18 years  stevesk   branches: 1.52.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp.1  1.63   18 years  dtucker   Document RekeyLimit. Based on patch from jan.iven at cern.ch from mindrot #1056...
[TXT] sftp.c  1.75   18 years  stevesk   branches: 1.75.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sftp.h  1.4   22 years  djm   branches: 1.4.16; 1.4.18; API cleanup and backwards compat for filexfer v.0 se...
[TXT] ssh-add.1  1.43   19 years  djm   OpenSSH doesn't ever look at the $HOME environment variable, so don't say that w...
[TXT] ssh-add.c  1.75   18 years  stevesk   branches: 1.75.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] ssh-agent.1  1.43   18 years  dtucker   branches: 1.43.2; Update agent socket path templates to reflect reality, correc...
[TXT] ssh-agent.c  1.129   18 years  stevesk   branches: 1.129.2; move #include <signal.h> out of includes.h; ok markus@
[TXT] ssh-dss.c  1.19   20 years  jakob   branches: 1.19.8; 1.19.10; constify. ok markus@ & djm@
[TXT] ssh-gss.h  1.5   19 years  avsm   branches: 1.5.6; 1.5.8; make ssh -Wshadow clean, no functional changes markus@...
[TXT] ssh-keygen.1  1.72   18 years  dtucker   Enforce DSA key length of exactly 1024 bits to comply with FIPS-186-2, increase ...
[TXT] ssh-keygen.c  1.136   18 years  stevesk   branches: 1.136.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] ssh-keyscan.1  1.21   18 years  jaredy   branches: 1.21.2; 1.21.6; deploy .An -nosplit; ok jmc
[TXT] ssh-keyscan.c  1.59   18 years  stevesk   branches: 1.59.2; move #include <sys/resource.h> out of includes.h; ok markus@
[TXT] ssh-keysign.8  1.8   18 years  jmc   some consistency fixes;
[TXT] ssh-keysign.c  1.20   18 years  stevesk   branches: 1.20.2; move #include <paths.h> out of includes.h; ok markus@
[TXT] ssh-rsa.c  1.32   18 years  djm   branches: 1.32.2; 1.32.4; make this -Wsign-compare clean; ok avsm@ markus@
[TXT] ssh.1  1.257   18 years  jmc   branches: 1.257.2; more consistency fixes;
[TXT] ssh.c  1.265   18 years  stevesk   branches: 1.265.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] ssh.h  1.76   19 years  dtucker   branches: 1.76.4; 1.76.6; Discard over-length authorized_keys entries rather t...
[TXT] ssh2.h  1.9   21 years  markus   branches: 1.9.10; 1.9.12; ranges for per auth method messages
[TXT] ssh_config  1.21   18 years  reyk   branches: 1.21.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] ssh_config.5  1.87   18 years  jmc   branches: 1.87.2; comma;
[TXT] sshconnect.c  1.176   18 years  stevesk   branches: 1.176.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] sshconnect.h  1.18   18 years  reyk   branches: 1.18.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] sshconnect2.c  1.146   18 years  stevesk   branches: 1.146.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sshd.8  1.230   18 years  jmc   branches: 1.230.2; more consistency fixes;
[TXT] sshd.c  1.323   18 years  stevesk   branches: 1.323.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sshd_config  1.73   18 years  reyk   branches: 1.73.2; Add support for tun(4) forwarding over OpenSSH, based on an i...
[TXT] sshd_config.5  1.55   18 years  jmc   branches: 1.55.2; subsection is pointless here;
[TXT] sshlogin.c  1.13   19 years  djm   branches: 1.13.6; 1.13.8; typo in error message, spotted by moritz AT jodeit.o...
[TXT] sshlogin.h  1.4   21 years  stevesk   branches: 1.4.14; 1.4.16; pass addrlen with sockaddr *; from Hajimu UMEMOTO <u...
[TXT] sshpty.c  1.16   18 years  stevesk   branches: 1.16.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] sshpty.h  1.6   18 years  stevesk   branches: 1.6.2; move #include <termios.h> out of includes.h; ok markus@
[TXT] sshtty.c  1.8   18 years  stevesk   branches: 1.8.2; "log.h" not needed
[TXT] ttymodes.c  1.20   18 years  stevesk   branches: 1.20.2; move #include <termios.h> out of includes.h; ok markus@
[TXT] ttymodes.h  1.13   19 years  deraadt   branches: 1.13.6; 1.13.8; spaces
[TXT] uidswap.c  1.24   20 years  deraadt   branches: 1.24.10; 1.24.12; seteuid and setegid; markus ok
[TXT] uidswap.h  1.9   22 years  markus   branches: 1.9.18; 1.9.20; remove comments from .h, since they are cut&paste fr...
[TXT] version.h  1.46   18 years  markus   branches: 1.46.2; openssh 4.3
[TXT] xmalloc.c  1.16   22 years  stevesk   branches: 1.16.18; 1.16.20; no zero size xstrdup() error; ok markus@
[TXT] xmalloc.h  1.9   21 years  deraadt   branches: 1.9.14; 1.9.16; KNF done automatically while reading....
[TXT] README.dns (in the Attic) [Hide]  1.2   20 years  jakob   branches: 1.2.8; 1.2.10; update
[TXT] README.smartcard (in the Attic) [Hide]  1.9   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] README.tun (in the Attic) [Hide]  1.3   18 years  reyk   branches: 1.3.2; 1.3.4; 1.3.6; two changes to the new ssh tunnel support. thi...
[TXT] auth-chall.c (in the Attic) [Hide]  1.9   20 years  djm   branches: 1.9.8; 1.9.10; make this a little more idiot-proof; ok markus@
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.38   18 years  djm   branches: 1.38.2; 1.38.4; knf says that a 2nd level indent is four (not three ...
[TXT] auth-rsa.c (in the Attic) [Hide]  1.64   18 years  stevesk   branches: 1.64.2; move #include <sys/stat.h> out of includes.h; ok markus@
[TXT] auth-skey.c (in the Attic) [Hide]  1.20   21 years  deraadt   branches: 1.20.14; 1.20.16; minor KNF
[TXT] auth1.c (in the Attic) [Hide]  1.62   18 years  djm   branches: 1.62.2; 1.62.4; spacing
[TXT] bufaux.c (in the Attic) [Hide]  1.37   18 years  djm   branches: 1.37.2; Fix leaks in error paths, bz #1109 and #1110 reported by krem...
[TXT] bufaux.h (in the Attic) [Hide]  1.21   19 years  deraadt   branches: 1.21.4; 1.21.6; spacing
[TXT] buffer.c (in the Attic) [Hide]  1.23   19 years  markus   branches: 1.23.4; 1.23.6; limit input buffer size for channels; bugzilla #896;...
[TXT] buffer.h (in the Attic) [Hide]  1.13   19 years  markus   branches: 1.13.4; 1.13.6; limit input buffer size for channels; bugzilla #896;...
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.2   20 years  markus   branches: 1.2.8; 1.2.10; EVP_CIPHER_CTX_cleanup() for the des contexts; pruiks...
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.1   21 years  markus   branches: 1.1.4; 1.1.6; 1.1.14; 1.1.16; split out custom EVP ciphers
[TXT] cipher-ctr.c (in the Attic) [Hide]  1.6   18 years  djm   branches: 1.6.2; 1.6.4; knf says that a 2nd level indent is four (not three or...
[TXT] compress.c (in the Attic) [Hide]  1.21   20 years  markus   branches: 1.21.8; 1.21.10; cast for portability; millert@
[TXT] compress.h (in the Attic) [Hide]  1.11   22 years  stevesk   branches: 1.11.16; 1.11.18; $OpenBSD$ and RCSID() cleanup: don't use RCSID() i...
[TXT] crc32.c (in the Attic) [Hide]  1.9   21 years  markus   branches: 1.9.12; 1.9.14; replace crc32.c with a BSD licensed version; noted b...
[TXT] crc32.h (in the Attic) [Hide]  1.14   21 years  markus   branches: 1.14.12; 1.14.14; replace crc32.c with a BSD licensed version; noted...
[TXT] deattack.c (in the Attic) [Hide]  1.20   18 years  stevesk   branches: 1.20.2; duplicate #include
[TXT] deattack.h (in the Attic) [Hide]  1.7   22 years  markus   branches: 1.7.18; 1.7.20; remove comments from .h, since they are cut&paste fr...
[TXT] getput.h (in the Attic) [Hide]  1.8   22 years  stevesk   branches: 1.8.16; 1.8.18; $OpenBSD$ and RCSID() cleanup: don't use RCSID() in ...
[TXT] includes.h (in the Attic) [Hide]  1.37   18 years  stevesk   branches: 1.37.2; move #include <ctype.h> out of includes.h; ok djm@
[TXT] kexdhc.c (in the Attic) [Hide]  1.3   18 years  djm   branches: 1.3.2; remove hardcoded hash lengths in key exchange code, allowing i...
[TXT] kexdhs.c (in the Attic) [Hide]  1.3   18 years  djm   branches: 1.3.2; remove hardcoded hash lengths in key exchange code, allowing i...
[TXT] key.c (in the Attic) [Hide]  1.58   18 years  djm   branches: 1.58.2; 1.58.4; make this -Wsign-compare clean; ok avsm@ markus@
[TXT] key.h (in the Attic) [Hide]  1.23   20 years  jakob   branches: 1.23.8; 1.23.10; constify. ok markus@ & djm@
[TXT] monitor_mm.c (in the Attic) [Hide]  1.9   20 years  deraadt   branches: 1.9.6; 1.9.8; improve some code lint did not like; djm millert ok
[TXT] monitor_mm.h (in the Attic) [Hide]  1.2   22 years  stevesk   branches: 1.2.4; 1.2.6; 1.2.20; 1.2.22; $OpenBSD$
[TXT] rsa.c (in the Attic) [Hide]  1.24   22 years  markus   branches: 1.24.16; 1.24.18; call fatal() for openssl allocation failures
[TXT] rsa.h (in the Attic) [Hide]  1.15   22 years  stevesk   branches: 1.15.16; 1.15.18; $OpenBSD$ and RCSID() cleanup: don't use RCSID() i...
[TXT] scard.c (in the Attic) [Hide]  1.29   20 years  djm   branches: 1.29.6; 1.29.8; kill a tiny header; ok deraadt@
[TXT] scard.h (in the Attic) [Hide]  1.12   20 years  markus   branches: 1.12.10; 1.12.12; add sc_get_key_label; larsch at trustcenter.de; bu...
[TXT] ssh1.h (in the Attic) [Hide]  1.5   19 years  markus   branches: 1.5.4; 1.5.6; disconnect for invalid (out of range) message types.
[TXT] sshconnect1.c (in the Attic) [Hide]  1.62   18 years  djm   branches: 1.62.2; no need to escape single quotes in comments, no binary change...
[TXT] uuencode.c (in the Attic) [Hide]  1.17   20 years  jakob   branches: 1.17.8; 1.17.10; constify. ok markus@ & djm@
[TXT] uuencode.h (in the Attic) [Hide]  1.10   20 years  jakob   branches: 1.10.8; 1.10.10; constify. ok markus@ & djm@