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_6_2_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/        
[TXT] LICENCE  1.20   7 years  djm   remove the (in)famous SSHv1 CRC compensation attack detector. Despite your came...
[TXT] Makefile  1.15   14 years  markus   enable PKCS#11 code; ok djm
[TXT] Makefile.inc  1.55   6 years  djm   rationalise the long list of manual CDIAGFLAGS that we add; most of these were r...
[TXT] OVERVIEW  1.12   8 years  markus   compress.c is gone
[TXT] PROTOCOL  1.31   6 years  djm   fix references to obsolete v00 cert format; spotted by Jakub Jelen
[TXT] PROTOCOL.agent  1.12   6 years  djm   Now that we no longer support SSHv1, replace the contents of this file with a po...
[TXT] PROTOCOL.certkeys  1.12   6 years  djm   spell out that custom options/extensions should follow the usual SSH naming rule...
[TXT] PROTOCOL.chacha20poly1305  1.3   8 years  djm   clarify ordering of subkeys; pointed out by ietf-ssh AT stbuehler.de
[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.10   8 years  djm   describe magic for setting up Unix domain socket fowards via the mux channel; bz...
[TXT] README  1.7   18 years  djm   $OpenBSD$ in here too
[TXT] addrmatch.c  1.13   7 years  djm   Revert two recent changes to negated address matching. The new behaviour offers ...
[TXT] atomicio.c  1.28   7 years  djm   better bounds check on iovcnt (we only ever use fixed, positive values)
[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.14   8 years  mmcc   Compare pointers to NULL rather than 0. ok djm@
[TXT] auth-krb5.c  1.22   8 years  markus   move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
[TXT] auth-options.c  1.74   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] auth-options.h  1.23   6 years  markus   make sure we don't pass a NULL string to vfprintf (triggered by the principals-c...
[TXT] auth-passwd.c  1.45   7 years  dtucker   Skip passwords longer than 1k in length so clients can't easily DoS sshd by send...
[TXT] auth-rhosts.c  1.48   7 years  markus   remove ssh1 server code; ok djm@
[TXT] auth.c  1.124   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] auth.h  1.93   6 years  djm   Move several subprocess-related functions from various locations to misc.c. Exte...
[TXT] auth2-chall.c  1.48   6 years  markus   switch auth2 to ssh_dispatch API; ok djm@
[TXT] auth2-gss.c  1.26   6 years  djm   refactor authentication logging optionally record successful auth methods and p...
[TXT] auth2-hostbased.c  1.31   6 years  djm   refactor authentication logging optionally record successful auth methods and p...
[TXT] auth2-kbdint.c  1.8   6 years  markus   switch auth2 to ssh_dispatch API; ok djm@
[TXT] auth2-none.c  1.20   6 years  markus   switch auth2 to ssh_dispatch API; ok djm@
[TXT] auth2-passwd.c  1.14   6 years  markus   switch auth2 to ssh_dispatch API; ok djm@
[TXT] auth2-pubkey.c  1.71   6 years  djm   typo in comment
[TXT] auth2.c  1.143   6 years  djm   refactor authentication logging optionally record successful auth methods and p...
[TXT] authfd.c  1.105   6 years  djm   remove post-SSHv1 removal dead code from rsa.c and merge the remaining bit that ...
[TXT] authfd.h  1.41   6 years  djm   Allow ssh-keygen to use a key held in ssh-agent as a CA when signing certificate...
[TXT] authfile.c  1.127   6 years  djm   remove post-SSHv1 removal dead code from rsa.c and merge the remaining bit that ...
[TXT] authfile.h  1.21   9 years  djm   deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refac...
[TXT] bitmap.c  1.8   6 years  djm   no need to bzero allocated space now that we use use recallocarray; ok deraadt@
[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.73   8 years  djm   refactor canohost.c: move functions that cache results closer to the places that...
[TXT] canohost.h  1.12   8 years  djm   refactor canohost.c: move functions that cache results closer to the places that...
[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.4   7 years  guenther   Pull in <stdlib.h> for NULL ok deraadt@
[TXT] channels.c  1.375   6 years  djm   fix inverted test on channel open failure path that "upgraded" a transient failu...
[TXT] channels.h  1.130   6 years  markus   Add 'reverse' dynamic forwarding which combines dynamic forwarding (-D) with rem...
[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.8   7 years  djm   small refactor of cipher.c: make ciphercontext opaque to callers feedback and ok...
[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.107   7 years  djm   As promised in last release announcement: remove support for Blowfish, RC4 and C...
[TXT] cipher.h  1.52   7 years  djm   As promised in last release announcement: remove support for Blowfish, RC4 and C...
[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.305   6 years  djm   fix use-after-free in ~^Z escape handler path, introduced in channels.c refactor...
[TXT] clientloop.h  1.34   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] compat.c  1.104   6 years  dtucker   Make WinSCP patterns for SSH_OLD_DHGEX more specific to exclude WinSCP 5.10.x an...
[TXT] compat.h  1.49   7 years  djm   remove compat20/compat13/compat15 variables ok markus@
[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.62   7 years  dtucker   Fix text in error message. Patch from zev at bewilderbeest.net.
[TXT] dh.h  1.15   8 years  djm   add support for additional fixed DH groups from draft-ietf-curdle-ssh-kex-sha2-0...
[TXT] digest-libc.c  1.6   7 years  djm   remove hmac-ripemd160; ok dtucker
[TXT] digest-openssl.c  1.7   7 years  djm   remove hmac-ripemd160; ok dtucker
[TXT] digest.h  1.8   7 years  djm   remove hmac-ripemd160; ok dtucker
[TXT] dispatch.c  1.31   6 years  markus   remove now obsolete ctx from ssh_dispatch_run; ok djm@
[TXT] dispatch.h  1.14   6 years  markus   remove now obsolete ctx from ssh_dispatch_run; ok djm@
[TXT] dns.c  1.37   6 years  djm   Revert commitid: gJtIN6rRTS3CHy9b. ------------- identify the case where SSHFP ...
[TXT] dns.h  1.17   6 years  djm   Revert commitid: gJtIN6rRTS3CHy9b. ------------- identify the case where SSHFP ...
[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.16   9 years  djm   Remove pattern length argument from match_pattern_list(), we only ever use it fo...
[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.24   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[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.30   6 years  djm   refactor authentication logging optionally record successful auth methods and p...
[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.12   9 years  markus   correct fmt-string for size_t as noted by Nicholas Lemonias; ok djm@
[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.71   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[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.134   6 years  djm   Do not require that unknown EXT_INFO extension values not contain \0 characters....
[TXT] kex.h  1.83   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] kexc25519.c  1.10   8 years  djm   fix signed/unsigned errors reported by clang-3.7; add sshbuf_dup_string() to rep...
[TXT] kexdh.c  1.26   8 years  djm   add support for additional fixed DH groups from draft-ietf-curdle-ssh-kex-sha2-0...
[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.25   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] kexgexs.c  1.31   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] krl.c  1.40   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[TXT] krl.h  1.5   8 years  djm   unused prototype
[TXT] log.c  1.50   7 years  djm   allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
[TXT] log.h  1.22   7 years  djm   allow LogLevel in sshd_config Match blocks; ok dtucker bz#2717
[TXT] mac.c  1.34   7 years  djm   remove hmac-ripemd160; ok dtucker
[TXT] mac.h  1.10   7 years  djm   Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. Previou...
[TXT] match.c  1.37   7 years  djm   make hostname matching really insensitive to case; bz#2685, reported by Petr Cer...
[TXT] match.h  1.17   7 years  djm   support =- for removing methods from algorithms lists, e.g. Ciphers=-*cbc; sugge...
[TXT] misc.c  1.113   6 years  djm   add a "quiet" flag to exited_cleanly() that supresses errors about exit status (...
[TXT] misc.h  1.63   6 years  djm   add a "quiet" flag to exited_cleanly() that supresses errors about exit status (...
[TXT] moduli.c  1.31   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] monitor.c  1.174   6 years  djm   Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
[TXT] monitor.h  1.20   7 years  djm   Remove support for pre-authentication compression. Doing compression early in th...
[TXT] monitor_fdpass.c  1.21   8 years  jca   Print ssize_t with %zd; ok deraadt@ mmcc@
[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.94   6 years  djm   Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
[TXT] monitor_wrap.h  1.35   6 years  markus   clear session keys from memory; ok djm@
[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.69   6 years  dtucker   Use strsignal in debug message instead of casting for the benefit of portable wh...
[TXT] myproposal.h  1.55   7 years  djm   Don't offer CBC ciphers by default in the client. ok markus@
[TXT] nchan.c  1.67   6 years  djm   Make remote channel ID a u_int Previously we tracked the remote channel IDs in ...
[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.264   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] packet.h  1.82   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] pathnames.h  1.27   7 years  naddy   more simplification and removal of SSHv1-related code; ok djm@
[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.45   7 years  dtucker   Explicitly check for 100% completion to avoid potential floating point rounding ...
[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.279   6 years  markus   Add 'reverse' dynamic forwarding which combines dynamic forwarding (-D) with rem...
[TXT] readconf.h  1.123   6 years  djm   Expand ssh_config's StrictModes option with two new settings: StrictModes=accep...
[TXT] readpass.c  1.51   8 years  mmcc   Pass (char *)NULL rather than (char *)0 to execl and execlp. ok dtucker@
[TXT] rijndael.c  1.20   9 years  djm   #if 0 some more arrays used only for decrypting (we don't use since we only need...
[TXT] rijndael.h  1.14   10 years  markus   re-add our own aesctr implementation; ok djm@
[TXT] sandbox-pledge.c  1.1   8 years  deraadt   Change all tame callers to namechange to pledge(2).
[TXT] sandbox-rlimit.c  1.4   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] scp.1  1.74   7 years  naddy   restore mistakenly deleted description of the ConnectionAttempts option ok marku...
[TXT] scp.c  1.192   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[TXT] servconf.c  1.312   6 years  djm   branches: 1.312.2; Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt...
[TXT] servconf.h  1.126   6 years  djm   Fix PermitOpen crash; spotted by benno@, ok dtucker@ deraadt@
[TXT] serverloop.c  1.198   6 years  djm   Make remote channel ID a u_int Previously we tracked the remote channel IDs in ...
[TXT] serverloop.h  1.8   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] session.c  1.292   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] session.h  1.35   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] sftp-client.c  1.127   6 years  djm   don't print verbose error message when ssh disconnects under sftp; bz#2750; ok d...
[TXT] sftp-client.h  1.27   9 years  djm   moar whitespace at eol
[TXT] sftp-common.c  1.30   6 years  djm   print '?' instead of incorrect link count (that the protocol doesn't provide) fo...
[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.5   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[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.111   7 years  djm   disallow creation (of empty files) in read-only mode; reported by Michal Zalewsk...
[TXT] sftp.1  1.110   7 years  naddy   restore mistakenly deleted description of the ConnectionAttempts option ok marku...
[TXT] sftp.c  1.180   6 years  djm   implement sorting for globbed ls; bz#2649 ok dtucker@
[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.66   6 years  jmc   sort options;
[TXT] ssh-add.c  1.134   6 years  dlg   add a -q option to ssh-add to make it quiet on success. if you want to silence ...
[TXT] ssh-agent.1  1.64   7 years  jmc   tweak previous; while here fix up FILES and AUTHORS;
[TXT] ssh-agent.c  1.224   6 years  djm   g/c unused variable; make a little more portable
[TXT] ssh-dss.c  1.35   8 years  djm   make argument == NULL tests more consistent
[TXT] ssh-ecdsa.c  1.13   8 years  djm   make argument == NULL tests more consistent
[TXT] ssh-ed25519.c  1.7   8 years  djm   make argument == NULL tests more consistent
[TXT] ssh-gss.h  1.12   6 years  djm   refactor authentication logging optionally record successful auth methods and p...
[TXT] ssh-keygen.1  1.144   6 years  jmc   slightly rework previous, to avoid an article issue;
[TXT] ssh-keygen.c  1.307   6 years  djm   When generating all hostkeys (ssh-keygen -A), clobber existing keys if they exis...
[TXT] ssh-keyscan.1  1.40   7 years  jmc   rsa1 is no longer valid;
[TXT] ssh-keyscan.c  1.115   6 years  dtucker   Only call close once in confree(). ssh_packet_close will close the FD so only e...
[TXT] ssh-keysign.8  1.15   8 years  jmc   since these pages now clearly tell folks to avoid v1, normalise the docs from a ...
[TXT] ssh-keysign.c  1.52   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[TXT] ssh-pkcs11-client.c  1.7   6 years  markus   switch from Key typedef with struct sshkey; ok djm@
[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.13   6 years  markus   switch from Key typedef with struct sshkey; ok djm@
[TXT] ssh-pkcs11.c  1.25   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[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.62   6 years  djm   remove post-SSHv1 removal dead code from rsa.c and merge the remaining bit that ...
[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.384   6 years  markus   Add 'reverse' dynamic forwarding which combines dynamic forwarding (-D) with rem...
[TXT] ssh.c  1.464   6 years  markus   Add 'reverse' dynamic forwarding which combines dynamic forwarding (-D) with rem...
[TXT] ssh.h  1.87   7 years  djm   Refuse RSA keys <1024 bits in length. Improve reporting for keys that do not mee...
[TXT] ssh2.h  1.18   8 years  markus   move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
[TXT] ssh_api.c  1.8   7 years  djm   remove compat20/compat13/compat15 variables ok markus@
[TXT] ssh_api.h  1.1   9 years  markus   add experimental api for packet layer; ok djm@
[TXT] ssh_config  1.33   7 years  djm   As promised in last release announcement: remove support for Blowfish, RC4 and C...
[TXT] ssh_config.5  1.256   6 years  markus   Add 'reverse' dynamic forwarding which combines dynamic forwarding (-D) with rem...
[TXT] sshbuf-getput-basic.c  1.7   6 years  djm   fix casts re constness
[TXT] sshbuf-getput-crypto.c  1.5   8 years  djm   use explicit_bzero() more liberally in the buffer code; ok deraadt
[TXT] sshbuf-misc.c  1.6   8 years  djm   fix signed/unsigned errors reported by clang-3.7; add sshbuf_dup_string() to rep...
[TXT] sshbuf.c  1.11   6 years  djm   unconditionally zero init size of buffer; ok markus@ deraadt@
[TXT] sshbuf.h  1.9   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] sshconnect.c  1.287   6 years  djm   Revert commitid: gJtIN6rRTS3CHy9b. ------------- identify the case where SSHFP ...
[TXT] sshconnect.h  1.31   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] sshconnect2.c  1.266   6 years  dtucker   Increase the buffer sizes for user prompts to ensure that they won't be truncate...
[TXT] sshd.8  1.291   6 years  jmc   word fix;
[TXT] sshd.c  1.492   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] sshd_config  1.101   7 years  djm   Mark the sshd_config UsePrivilegeSeparation option as deprecated, effectively ma...
[TXT] sshd_config.5  1.253   6 years  jmc   tweak EposeAuthinfo; diff from lars nooden tweaked by sthen; ok djm dtucker
[TXT] ssherr.c  1.7   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] ssherr.h  1.5   6 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] sshkey.c  1.56   6 years  djm   Switch from aes256-cbc to aes256-ctr for encrypting new-style private keys. The ...
[TXT] sshkey.h  1.21   6 years  djm   remove post-SSHv1 removal dead code from rsa.c and merge the remaining bit that ...
[TXT] sshlogin.c  1.32   8 years  guenther   Use pread/pwrite instead separate lseek+read/write for lastlog. Cast to off_t be...
[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.31   7 years  dtucker   Factor out code to disconnect from controlling terminal into its own function. ...
[TXT] sshpty.h  1.13   7 years  dtucker   Factor out code to disconnect from controlling terminal into its own function. ...
[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.32   7 years  djm   purge the last traces of SSHv1 from the TTY modes handling code ok markus
[TXT] ttymodes.h  1.16   7 years  djm   purge the last traces of SSHv1 from the TTY modes handling code ok markus
[TXT] uidswap.c  1.39   8 years  dtucker   Revert previous commit. We still want to call setgroups in the case where there...
[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.12   6 years  markus   clear session keys from memory; ok djm@
[TXT] umac.h  1.3   10 years  djm   oops, forgot to commit corresponding header change; spotted by jsg and jasper
[TXT] utf8.c  1.7   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[TXT] utf8.h  1.1   7 years  schwarze   To prevent screwing up terminal settings when printing to the terminal, for ASCI...
[TXT] version.h  1.80   6 years  djm   openssh-7.6; ok deraadt@
[TXT] xmalloc.c  1.34   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[TXT] xmalloc.h  1.17   6 years  deraadt   Switch to recallocarray() for a few operations. Both growth and shrinkage are h...
[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.13   7 years  djm   remove SSHv1 support from packet and buffer APIs ok markus@
[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.26   7 years  djm   remove SSHv1 support from packet and buffer APIs ok markus@
[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] 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.8   6 years  djm   one more void *ctx => struct ssh *ssh conversion
[TXT] kexc25519s.c (in the Attic) [Hide]  1.11   6 years  djm   one more void *ctx => struct ssh *ssh conversion
[TXT] kexdhc.c (in the Attic) [Hide]  1.20   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] kexdhs.c (in the Attic) [Hide]  1.25   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] kexecdhc.c (in the Attic) [Hide]  1.11   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] kexecdhs.c (in the Attic) [Hide]  1.16   6 years  markus   protocol handlers all get struct ssh passed; ok djm@
[TXT] key.c (in the Attic) [Hide]  1.131   6 years  markus   remove unused wrapper functions from key.[ch]; ok djm@
[TXT] key.h (in the Attic) [Hide]  1.51   6 years  markus   remove unused wrapper functions from key.[ch]; ok djm@
[TXT] opacket.c (in the Attic) [Hide]  1.6   7 years  djm   unifdef WITH_SSH1 ok markus@
[TXT] opacket.h (in the Attic) [Hide]  1.11   6 years  markus   clear session keys from memory; ok djm@
[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] uuencode.c (in the Attic) [Hide]  1.28   9 years  deraadt   2*len -> use xreallocarray() ok djm
[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....