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_5_7


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.15   14 years  markus   enable PKCS#11 code; ok djm
[TXT] Makefile.inc  1.47   9 years  djm   add SSH1 Makefile knob to make it easier to build without SSH1 support; ok marku...
[TXT] OVERVIEW  1.11   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] PROTOCOL  1.27   9 years  djm   UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh...
[TXT] PROTOCOL.agent  1.7   11 years  djm   correct format description for SSH_AGENTC_ADD_RSA_ID_CONSTRAINED bz#2051 from da...
[TXT] PROTOCOL.certkeys  1.9   12 years  djm   explain certificate extensions/crit split rationale. Mention requirement that ea...
[TXT] PROTOCOL.chacha20poly1305  1.2   10 years  djm   typo; from Jon Cave
[TXT] PROTOCOL.key  1.1   10 years  markus   new private key format, bcrypt as KDF by default; details in PROTOCOL.key; feedb...
[TXT] PROTOCOL.krl  1.3   9 years  djm   permit KRLs that revoke certificates by serial number or key ID without scoping ...
[TXT] PROTOCOL.mux  1.9   11 years  djm   correct types of port numbers (integers, not strings); bz#2004 from bert.wesarg ...
[TXT] README  1.7   18 years  djm   $OpenBSD$ in here too
[TXT] addrmatch.c  1.9   10 years  dtucker   Cast the sizeof to socklen_t so it'll work even if the supplied len is negative....
[TXT] atomicio.c  1.27   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] atomicio.h  1.11   13 years  djm   add an option per-read/write callback to atomicio factor out bandwidth limiting...
[TXT] auth-bsdauth.c  1.13   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] auth-krb5.c  1.20   10 years  djm   fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
[TXT] auth-options.c  1.65   9 years  markus   swith auth-options to new sshbuf/sshkey; ok djm@
[TXT] auth-options.h  1.21   9 years  markus   swith auth-options to new sshbuf/sshkey; ok djm@
[TXT] auth-passwd.c  1.44   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] auth-rhosts.c  1.46   9 years  djm   KNF and add a little more debug()
[TXT] auth.c  1.110   9 years  djm   don't leak validity of user in "too many authentication failures" disconnect mes...
[TXT] auth.h  1.82   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] auth2-chall.c  1.42   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] auth2-gss.c  1.22   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] auth2-hostbased.c  1.24   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] auth2-kbdint.c  1.7   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] auth2-none.c  1.18   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] auth2-passwd.c  1.12   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] auth2-pubkey.c  1.47   9 years  djm   Regression: I broke logging of public key fingerprints in 1.46. Pointed out by P...
[TXT] auth2.c  1.135   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] authfd.c  1.94   9 years  djm   move authfd.c and its tentacles to the new buffer/key API; ok markus@
[TXT] authfd.h  1.38   9 years  djm   move authfd.c and its tentacles to the new buffer/key API; ok markus@
[TXT] authfile.c  1.111   9 years  djm   add an XXX to remind me to improve sshkey_load_public
[TXT] authfile.h  1.21   9 years  djm   deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refac...
[TXT] bitmap.c  1.3   9 years  djm   remove commented-out test code now that it has moved to a proper unit test
[TXT] bitmap.h  1.1   9 years  djm   avoid BIGNUM in KRL code by using a simple bitmap; feedback and ok markus
[TXT] canohost.c  1.72   9 years  millert   Make sure we only call getnameinfo() for AF_INET or AF_INET6 sockets. getpeernam...
[TXT] canohost.h  1.11   14 years  andreas   Add clear_cached_addr(), needed for upcoming changes allowing the peer address t...
[TXT] chacha.c  1.1   10 years  djm   Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" that combi...
[TXT] chacha.h  1.3   10 years  djm   revert __bounded change; it causes way more problems for portable than it solves...
[TXT] channels.c  1.341   9 years  millert   SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T...
[TXT] channels.h  1.116   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] cipher-aesctr.c  1.2   9 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] cipher-aesctr.h  1.1   10 years  markus   re-add our own aesctr implementation; ok djm@
[TXT] cipher-chachapoly.c  1.7   9 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] cipher-chachapoly.h  1.4   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] cipher.c  1.100   9 years  djm   make non-OpenSSL aes-ctr work on sshd w/ privsep; ok markus@
[TXT] cipher.h  1.47   9 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] cleanup.c  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] clientloop.c  1.272.2.1   8 years  sthen   MFC changes by djm@cvs.openbsd.org, 2016/01/13 16:04:47 "eliminate fallback fro...
[TXT] clientloop.h  1.31.4.1   8 years  sthen   MFC changes by djm@cvs.openbsd.org, 2016/01/13 16:04:47 "eliminate fallback fro...
[TXT] compat.c  1.87   9 years  markus   store compat flags in struct ssh; ok djm@
[TXT] compat.h  1.46   9 years  markus   store compat flags in struct ssh; ok djm@
[TXT] crypto_api.h  1.3   10 years  markus   I've assempled the header file by cut&pasting from generated headers and the sou...
[TXT] dh.c  1.55   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] dh.h  1.12   9 years  markus   adapt kex to sshbuf and struct ssh; ok djm@
[TXT] digest-libc.c  1.4   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] digest-openssl.c  1.5   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] digest.h  1.7   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] dispatch.c  1.26   9 years  dtucker   Prevent sshd spamming syslog with "ssh_dispatch_run_fatal: disconnected". ok mar...
[TXT] dispatch.h  1.12   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] dns.c  1.34   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] dns.h  1.14   9 years  djm   sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mo...
[TXT] ed25519.c  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] fatal.c  1.7   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] groupaccess.c  1.15   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] groupaccess.h  1.8   15 years  djm   support negation of groups in "Match group" block (bz#1315); ok dtucker@
[TXT] gss-genr.c  1.23   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] gss-serv-krb5.c  1.8   10 years  djm   fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
[TXT] gss-serv.c  1.28   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] hash.c  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] hmac.c  1.11   9 years  markus   switch to sshbuf
[TXT] hmac.h  1.9   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] hostfile.c  1.64   9 years  djm   Refactor hostkeys_foreach() and dependent code Deal with IP addresses (i.e. Chec...
[TXT] hostfile.h  1.24   9 years  djm   Refactor hostkeys_foreach() and dependent code Deal with IP addresses (i.e. Chec...
[TXT] kex.c  1.105   9 years  djm   fix ssh protocol 1, spotted by miod@
[TXT] kex.h  1.71   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] kexc25519.c  1.8   9 years  markus   adapt kex to sshbuf and struct ssh; ok djm@
[TXT] kexdh.c  1.25   9 years  markus   adapt kex to sshbuf and struct ssh; ok djm@
[TXT] kexecdh.c  1.6   9 years  markus   adapt kex to sshbuf and struct ssh; ok djm@
[TXT] kexgex.c  1.29   9 years  markus   adapt kex to sshbuf and struct ssh; ok djm@
[TXT] kexgexc.c  1.20   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexgexs.c  1.24   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] krl.c  1.31   9 years  djm   permit KRLs that revoke certificates by serial number or key ID without scoping ...
[TXT] krl.h  1.4   9 years  djm   sync changes from libopenssh; prepared by markus@ mostly debug output tweaks, a ...
[TXT] log.c  1.45   11 years  dtucker   Fix some "unused result" warnings found via clang and -portable. ok markus@
[TXT] log.h  1.20   11 years  dtucker   Add -E option to ssh and sshd to append debugging logs to a specified file inste...
[TXT] mac.c  1.32   9 years  naddy   handle UMAC128 initialization like UMAC; ok djm@ markus@
[TXT] mac.h  1.9   9 years  markus   adapt mac.c to ssherr.h return codes (de-fatal) and simplify dependencies ok djm...
[TXT] match.c  1.29   10 years  deraadt   unsigned casts for ctype macros where neccessary ok guenther millert markus
[TXT] match.h  1.15   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] misc.c  1.96   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] misc.h  1.54   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] moduli.c  1.30   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] monitor.c  1.145   9 years  djm   UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh...
[TXT] monitor.h  1.19   9 years  markus   update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api...
[TXT] monitor_fdpass.c  1.20   9 years  djm   zero cmsgbuf before use; we initialise the bits we use but valgrind still spams ...
[TXT] monitor_fdpass.h  1.4   16 years  djm   make file descriptor passing code return an error rather than call fatal() when ...
[TXT] monitor_wrap.c  1.84   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] monitor_wrap.h  1.26   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] msg.c  1.16   9 years  djm   sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mo...
[TXT] msg.h  1.5   9 years  djm   sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mo...
[TXT] mux.c  1.50.2.1   8 years  sthen   MFC changes by djm@cvs.openbsd.org, 2016/01/13 16:04:47 "eliminate fallback fro...
[TXT] myproposal.h  1.41   9 years  tedu   by popular demand, add back hamc-sha1 to server proposal for better compat with ...
[TXT] nchan.c  1.63   14 years  djm   rewrite ssh(1) multiplexing code to a more sensible protocol. The new multiplex...
[TXT] nchan.ms  1.8   20 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] nchan2.ms  1.4   16 years  djm   document eow message in ssh protocol 2 channel state machine; feedback and ok ma...
[TXT] packet.c  1.208   9 years  markus   make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
[TXT] packet.h  1.66   9 years  djm   avoid more fatal/exit in the packet.c paths that ssh-keyscan uses; feedback and ...
[TXT] pathnames.h  1.24   10 years  markus   support ed25519 keys (hostkeys and user identities) using the public domain ed25...
[TXT] pkcs11.h  1.3   10 years  deraadt   cleanup 1 << 31 idioms. Resurrection of this issue pointed out by Eitan Adler o...
[TXT] poly1305.c  1.3   10 years  djm   use full name for author, with his permission
[TXT] poly1305.h  1.4   10 years  djm   revert __bounded change; it causes way more problems for portable than it solves...
[TXT] progressmeter.c  1.41   9 years  djm   update sftp client and server to new buffer API. pretty much just mechanical cha...
[TXT] progressmeter.h  1.3   9 years  djm   update sftp client and server to new buffer API. pretty much just mechanical cha...
[TXT] readconf.c  1.232.2.1   8 years  sthen   MFC changes by: deraadt@cvs.openbsd.org 2016/01/14 07:34:34 Disable experimenta...
[TXT] readconf.h  1.109   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] readpass.c  1.50   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] rijndael.c  1.19   9 years  mikeb   Sync AES code to the one shipped in OpenSSL/LibreSSL. This includes a commit ma...
[TXT] rijndael.h  1.14   10 years  markus   re-add our own aesctr implementation; ok djm@
[TXT] sandbox-rlimit.c  1.3   12 years  djm   rename sandbox.h => ssh-sandbox.h to make things easier for portable
[TXT] scp.1  1.66   9 years  djm   Add a ssh_config HostbasedKeyType option to control which host public key types ...
[TXT] scp.c  1.181   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] servconf.c  1.260   9 years  deraadt   increasing encounters with difficult DNS setups in darknets has convinced me Use...
[TXT] servconf.h  1.116   9 years  djm   add sshd_config HostbasedAcceptedKeyTypes and PubkeyAcceptedKeyTypes options to ...
[TXT] serverloop.c  1.178   9 years  djm   UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh...
[TXT] serverloop.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] session.c  1.277.2.1   8 years  djm   MFC: revision 1.282 sanitise characters destined for xauth reported by github.co...
[TXT] session.h  1.31   10 years  djm   Add logging of session starts in a useful format; ok markus@ feedback and ok dtu...
[TXT] sftp-client.c  1.117   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sftp-client.h  1.26   9 years  djm   update sftp client and server to new buffer API. pretty much just mechanical cha...
[TXT] sftp-common.c  1.28   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sftp-common.h  1.12   9 years  djm   update sftp client and server to new buffer API. pretty much just mechanical cha...
[TXT] sftp-glob.c  1.27   9 years  djm   update sftp client and server to new buffer API. pretty much just mechanical cha...
[TXT] sftp-server-main.c  1.4   15 years  tobias   Added missing newlines in error messages. ok dtucker
[TXT] sftp-server.8  1.27   9 years  djm   Make manual reflect reality: sftp-server's -d option accepts a "%d" option, not ...
[TXT] sftp-server.c  1.105   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sftp.1  1.101   9 years  djm   Add a ssh_config HostbasedKeyType option to control which host public key types ...
[TXT] sftp.c  1.170   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sftp.h  1.9   15 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] smult_curve25519_ref.c  1.2   10 years  markus   add missing $OpenBSD$ tags
[TXT] ssh-add.1  1.61   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] ssh-add.c  1.120   9 years  halex   make "ssh-add -d" properly remove a corresponding certificate, and also not whin...
[TXT] ssh-agent.1  1.57   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] ssh-agent.c  1.199   9 years  djm   make ssh-add -D work with !SSH1 agent
[TXT] ssh-dss.c  1.32   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] ssh-ecdsa.c  1.11   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] ssh-ed25519.c  1.6   9 years  markus   remove xmalloc, switch to sshbuf
[TXT] ssh-gss.h  1.11   10 years  djm   bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep sandboxing, a...
[TXT] ssh-keygen.1  1.125   9 years  naddy   add -v (show ASCII art) to -l's synopsis; ok djm@
[TXT] ssh-keygen.c  1.266   9 years  djm   don't printf NULL key comments; reported by Tom Christensen
[TXT] ssh-keyscan.1  1.36   9 years  sobrado   improve capitalization for the Ed25519 public-key signature system. ok djm@
[TXT] ssh-keyscan.c  1.99   9 years  djm   set a timeout to prevent hangs when talking to busted servers; ok markus@
[TXT] ssh-keysign.8  1.14   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] ssh-keysign.c  1.47   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] ssh-pkcs11-client.c  1.5   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] ssh-pkcs11-helper.8  1.4   10 years  schwarze   use .Mt for email addresses; from Jan Stary <hans at stare dot cz>; ok jmc@
[TXT] ssh-pkcs11-helper.c  1.10   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] ssh-pkcs11.c  1.17   9 years  deraadt   missing ; djm and mlarkin really having great interactions recently
[TXT] ssh-pkcs11.h  1.4   9 years  djm   sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mo...
[TXT] ssh-rsa.c  1.52   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] ssh-sandbox.h  1.1   12 years  djm   rename sandbox.h => ssh-sandbox.h to make things easier for portable
[TXT] ssh.1  1.356   9 years  djm   Allow "ssh -Q protocol-version" to list supported SSH protocol versions. Useful ...
[TXT] ssh.c  1.416.2.1   8 years  sthen   MFC changes by djm@cvs.openbsd.org, 2016/01/13 16:04:47 "eliminate fallback fro...
[TXT] ssh.h  1.79   13 years  djm   bz#1327: remove hardcoded limit of 100 permitopen clauses and port forwards per ...
[TXT] ssh2.h  1.15   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] ssh_api.c  1.4   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] ssh_api.h  1.1   9 years  markus   add experimental api for packet layer; ok djm@
[TXT] ssh_config  1.28   10 years  sthen   Remove gssapi config parts from ssh_config, as was already done for sshd_config....
[TXT] ssh_config.5  1.205   9 years  djm   UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh...
[TXT] sshbuf-getput-basic.c  1.4   9 years  djm   avoid BIGNUM in KRL code by using a simple bitmap; feedback and ok markus
[TXT] sshbuf-getput-crypto.c  1.4   9 years  djm   avoid BIGNUM in KRL code by using a simple bitmap; feedback and ok markus
[TXT] sshbuf-misc.c  1.3   9 years  millert   Include stdint.h, not limits.h to get SIZE_MAX. OK guenther@
[TXT] sshbuf.c  1.3   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sshbuf.h  1.4   9 years  djm   avoid BIGNUM in KRL code by using a simple bitmap; feedback and ok markus
[TXT] sshconnect.c  1.259   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] sshconnect.h  1.28   10 years  djm   Implement client-side hostname canonicalisation to allow an explicit search path...
[TXT] sshconnect2.c  1.223   9 years  djm   Add a ssh_config HostbasedKeyType option to control which host public key types ...
[TXT] sshd.8  1.278   9 years  bentley   Reduce instances of `` '' in manuals. troff displays these as typographic quote...
[TXT] sshd.c  1.444   9 years  djm   UpdateHostKeys fixes: I accidentally changed the format of the hostkeys@openssh...
[TXT] sshd_config  1.94   9 years  deraadt   increasing encounters with difficult DNS setups in darknets has convinced me Use...
[TXT] sshd_config.5  1.194   9 years  djm   sort options useable under Match case-insensitively; prodded jmc@
[TXT] ssherr.c  1.4   9 years  djm   Revise hostkeys@openssh.com hostkey learning extension. The client will not ask...
[TXT] ssherr.h  1.3   9 years  djm   avoid more fatal/exit in the packet.c paths that ssh-keyscan uses; feedback and ...
[TXT] sshkey.c  1.15   9 years  djm   fix sshkey_certify() return value for unsupported key types; ok markus@ deraadt@...
[TXT] sshkey.h  1.5   9 years  djm   small refactor and add some convenience functions; ok markus
[TXT] sshlogin.c  1.31   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sshlogin.h  1.8   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sshpty.c  1.29.2.1   8 years  sthen   MFC sshpty.c r1.30, "fix pty permissions; patch from Nikolay Edigaryev; ok deraa...
[TXT] sshpty.h  1.12   14 years  djm   quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we usually don't...
[TXT] sshtty.c  1.14   14 years  djm   quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we usually don't...
[TXT] ttymodes.c  1.29   15 years  stevesk   protocol 2 tty modes support is now 7.5 years old so remove these debug3()s; ok ...
[TXT] ttymodes.h  1.14   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] uidswap.c  1.37   9 years  deraadt   Replace <sys/param.h> with <limits.h> and other less dirty headers where possibl...
[TXT] uidswap.h  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] umac.c  1.11   9 years  guenther   Convert from <sys/endian.h> to the shiney new <endian.h> ok dtucker@, who also ...
[TXT] umac.h  1.3   10 years  djm   oops, forgot to commit corresponding header change; spotted by jsg and jasper
[TXT] version.h  1.72   9 years  djm   crank; ok markus, deraadt
[TXT] xmalloc.c  1.31   9 years  millert   SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T...
[TXT] xmalloc.h  1.14   11 years  djm   bye, bye xfree(); ok markus@
[TXT] auth-chall.c (in the Attic) [Hide]  1.14   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.44   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] auth-rsa.c (in the Attic) [Hide]  1.90   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] auth1.c (in the Attic) [Hide]  1.82   9 years  millert   Add support for Unix domain socket forwarding. A remote TCP port may be forward...
[TXT] blocks.c (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] bufaux.c (in the Attic) [Hide]  1.60   10 years  djm   New buffer API; the first installment of the conversion/replacement of OpenSSH's...
[TXT] bufbn.c (in the Attic) [Hide]  1.12   10 years  djm   New buffer API; the first installment of the conversion/replacement of OpenSSH's...
[TXT] bufec.c (in the Attic) [Hide]  1.4   10 years  djm   New buffer API; the first installment of the conversion/replacement of OpenSSH's...
[TXT] buffer.c (in the Attic) [Hide]  1.36   10 years  djm   New buffer API; the first installment of the conversion/replacement of OpenSSH's...
[TXT] buffer.h (in the Attic) [Hide]  1.25   10 years  djm   New buffer API; the first installment of the conversion/replacement of OpenSSH's...
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.12   9 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.7   9 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] crc32.c (in the Attic) [Hide]  1.11   18 years  stevesk   remove extra spaces
[TXT] crc32.h (in the Attic) [Hide]  1.15   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] deattack.c (in the Attic) [Hide]  1.32   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] deattack.h (in the Attic) [Hide]  1.11   9 years  markus   update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api...
[TXT] fe25519.c (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] fe25519.h (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] ge25519.c (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] ge25519.h (in the Attic) [Hide]  1.4   9 years  miod   Declare ge25519_base as extern, to prevent it from becoming a common. Gets us ri...
[TXT] ge25519_base.data (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] kexc25519c.c (in the Attic) [Hide]  1.7   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexc25519s.c (in the Attic) [Hide]  1.8   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexdhc.c (in the Attic) [Hide]  1.18   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexdhs.c (in the Attic) [Hide]  1.22   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexecdhc.c (in the Attic) [Hide]  1.10   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] kexecdhs.c (in the Attic) [Hide]  1.14   9 years  djm   correctly match ECDSA subtype (== curve) for offered/recevied host keys. Fixes c...
[TXT] key.c (in the Attic) [Hide]  1.127   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] key.h (in the Attic) [Hide]  1.47   9 years  djm   update to new API (key_fingerprint => sshkey_fingerprint) check sshkey_fingerpri...
[TXT] monitor_mm.c (in the Attic) [Hide]  1.21   9 years  millert   SIZE_MAX is standard, we should be using it in preference to the obsolete SIZE_T...
[TXT] monitor_mm.h (in the Attic) [Hide]  1.6   10 years  tedu   use standard types and formats for size_t like variables. ok dtucker
[TXT] opacket.c (in the Attic) [Hide]  1.3   9 years  djm   avoid more fatal/exit in the packet.c paths that ssh-keyscan uses; feedback and ...
[TXT] opacket.h (in the Attic) [Hide]  1.4   9 years  markus   make rekey_limit for sshd w/privsep work; ok djm@ dtucker@
[TXT] roaming.h (in the Attic) [Hide]  1.6   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] roaming_client.c (in the Attic) [Hide]  1.9   9 years  okan   Since r1.2 removed the use of PRI* macros, inttypes.h is no longer required. ok...
[TXT] roaming_common.c (in the Attic) [Hide]  1.13   9 years  okan   Since r1.2 removed the use of PRI* macros, inttypes.h is no longer required. ok...
[TXT] roaming_dummy.c (in the Attic) [Hide]  1.4   9 years  markus   update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api...
[TXT] roaming_serv.c (in the Attic) [Hide]  1.1   14 years  andreas   Dummy implementation of wait_for_roaming_reconnect() for the server side. It doe...
[TXT] rsa.c (in the Attic) [Hide]  1.32   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] rsa.h (in the Attic) [Hide]  1.17   9 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] sandbox-systrace.c (in the Attic) [Hide]  1.14   9 years  deraadt   Reduce use of <sys/param.h> and transition to <limits.h> throughout. ok djm mark...
[TXT] sc25519.c (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] sc25519.h (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[TXT] ssh1.h (in the Attic) [Hide]  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] sshconnect1.c (in the Attic) [Hide]  1.77   9 years  djm   move authfd.c and its tentacles to the new buffer/key API; ok markus@
[TXT] uuencode.c (in the Attic) [Hide]  1.27   11 years  djm   bye, bye xfree(); ok markus@
[TXT] uuencode.h (in the Attic) [Hide]  1.14   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] verify.c (in the Attic) [Hide]  1.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....