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_1


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.50   8 years  djm   Compile-time disable SSH v.1 again
[TXT] OVERVIEW  1.12   8 years  markus   compress.c is gone
[TXT] PROTOCOL  1.30   8 years  djm   We accidentally send an empty string and a zero uint32 with every direct-streaml...
[TXT] PROTOCOL.agent  1.11   8 years  djm   fix type of ed25519 values
[TXT] PROTOCOL.certkeys  1.10   8 years  djm   correct some typos and remove a long-stale XXX note. add specification for ed25...
[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.72   7 years  djm   When a forced-command appears in both a certificate and an authorized keys/princ...
[TXT] auth-options.h  1.22   7 years  djm   When a forced-command appears in both a certificate and an authorized keys/princ...
[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.119   7 years  dtucker   Add missing braces in DenyUsers code. Patch from zev at bewilderbeest.net, ok d...
[TXT] auth.h  1.89   7 years  markus   remove ssh1 server code; ok djm@
[TXT] auth2-chall.c  1.44   8 years  djm   fix signed/unsigned errors reported by clang-3.7; add sshbuf_dup_string() to rep...
[TXT] auth2-gss.c  1.22   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] auth2-hostbased.c  1.26   8 years  djm   refactor canohost.c: move functions that cache results closer to the places that...
[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.62   7 years  djm   revise keys/principals command hang fix (bz#2655) to consume entire output, avoi...
[TXT] auth2.c  1.137   7 years  djm   use ssh_packet_set_log_preamble() to include connection username in packet log m...
[TXT] authfd.c  1.100   8 years  markus   implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) b...
[TXT] authfd.h  1.39   8 years  markus   implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) b...
[TXT] authfile.c  1.123   7 years  deraadt   incorrect renditions of this quote bother me
[TXT] authfile.h  1.21   9 years  djm   deprecate key_load_private_pem() and sshkey_load_private_pem() interfaces. Refac...
[TXT] bitmap.c  1.4   8 years  guenther   Use explicit_bzero() when zeroing before free() from Michael McConville (mmccon...
[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.357   7 years  dtucker   Return true reason for port forwarding failures where feasible rather than alway...
[TXT] channels.h  1.121   7 years  dtucker   Return true reason for port forwarding failures where feasible rather than alway...
[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.102   7 years  djm   small refactor of cipher.c: make ciphercontext opaque to callers feedback and ok...
[TXT] cipher.h  1.49   7 years  djm   small refactor of cipher.c: make ciphercontext opaque to callers feedback and ok...
[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.291   7 years  djm   When updating hostkeys, accept RSA keys if HostkeyAlgorithms contains any RSA ke...
[TXT] clientloop.h  1.33   7 years  markus   ssh proxy mux mode (-O proxy; idea from Simon Tatham): - mux client speaks the s...
[TXT] compat.c  1.100   7 years  djm   support =- for removing methods from algorithms lists, e.g. Ciphers=-*cbc; sugge...
[TXT] compat.h  1.48   8 years  dtucker   Cap DH-GEX group size at 4kbits for Cisco implementations. Some of them will ch...
[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.5   9 years  jsg   use the sizeof the struct not the sizeof a pointer to the struct in ssh_digest_s...
[TXT] digest-openssl.c  1.6   7 years  dtucker   Validate digest arg in ssh_digest_final; from jjelen at redhat.com via bz#2687, ...
[TXT] digest.h  1.7   9 years  djm   Add FingerprintHash option to control algorithm used for key fingerprints. Defau...
[TXT] dispatch.c  1.27   9 years  djm   refactor ssh_dispatch_run_fatal() to use sshpkt_fatal() to better report error c...
[TXT] dispatch.h  1.12   9 years  markus   move dispatch to struct ssh; ok djm@
[TXT] dns.c  1.35   8 years  deraadt   Do not cast result of malloc/calloc/realloc* if stdlib.h is in scope ok krw mill...
[TXT] dns.h  1.15   9 years  djm   moar whitespace at eol
[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.29   8 years  djm   add knob to relax GSSAPI host credential check for multihomed hosts bz#928, patc...
[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.68   7 years  djm   ensure hostname is lower-case before hashing it; bz#2591 reported by Griff Mille...
[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.131   7 years  markus   disallow KEXINIT before NEWKEYS; ok djm; report by vegard.nossum at oracle.com
[TXT] kex.h  1.81   7 years  djm   put back some pre-auth zlib bits that I shouldn't have removed - they are still ...
[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.23   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] kexgexs.c  1.30   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] krl.c  1.39   7 years  dtucker   krl.c
[TXT] krl.h  1.5   8 years  djm   unused prototype
[TXT] log.c  1.49   7 years  djm   don't truncate off \r\n from long stderr lines; bz#2688, reported by Brian Dyson...
[TXT] log.h  1.21   7 years  dtucker   Reduce the syslog level of some relatively common protocol events from LOG_CRIT ...
[TXT] mac.c  1.33   7 years  djm   Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. Previou...
[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.109   7 years  dtucker   Fix convtime() overflow test on boundary condition, spotted by & ok djm.
[TXT] misc.h  1.61   7 years  dtucker   On startup, check to see if sshd is already daemonized and if so, skip the call ...
[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.167   7 years  djm   use ssh_packet_set_log_preamble() to include connection username in packet log m...
[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.89   7 years  markus   remove ssh1 server code; ok djm@
[TXT] monitor_wrap.h  1.32   7 years  djm   Remove support for pre-authentication compression. Doing compression early in th...
[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.64   7 years  guenther   The POSIX APIs that that sockaddrs all ignore the s*_len field in the incoming s...
[TXT] myproposal.h  1.54   7 years  djm   Remove support for pre-authentication compression. Doing compression early in th...
[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.247   7 years  markus   Don't count the initial block twice when computing how many bytes to discard for...
[TXT] packet.h  1.76   7 years  djm   add ssh_packet_set_log_preamble() to allow inclusion of a preamble string in dis...
[TXT] pathnames.h  1.25   8 years  dtucker   Remove fallback from moduli to "primes" file that was deprecated in 2001 and fix...
[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.270   7 years  djm   better match sshd config parser behaviour: fatal() if line is overlong, increase...
[TXT] readconf.h  1.117   7 years  djm   Add a ProxyJump ssh_config(5) option and corresponding -J ssh(1) command-line fl...
[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.71   7 years  jmc   - add proxyjump to the options list - formatting fixes - update usage() ok djm
[TXT] scp.c  1.187   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] servconf.c  1.306   7 years  djm   Mark the sshd_config UsePrivilegeSeparation option as deprecated, effectively ma...
[TXT] servconf.h  1.123   7 years  djm   Add a sshd_config DisableForwaring option that disables X11, agent, TCP, tunnel ...
[TXT] serverloop.c  1.191   7 years  dtucker   Return true reason for port forwarding failures where feasible rather than alway...
[TXT] serverloop.h  1.7   7 years  markus   remove ssh1 server code; ok djm@
[TXT] session.c  1.286   7 years  djm   Add a sshd_config DisableForwaring option that disables X11, agent, TCP, tunnel ...
[TXT] session.h  1.33   7 years  markus   remove ssh1 server code; ok djm@
[TXT] sftp-client.c  1.126   7 years  djm   check number of entries in SSH2_FXP_NAME response; avoids unreachable overflow l...
[TXT] sftp-client.h  1.27   9 years  djm   moar whitespace at eol
[TXT] sftp-common.c  1.29   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[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.110   7 years  deraadt   Add MAXIMUM(), MINIMUM(), and ROUNDUP() to misc.h, then use those definitions ra...
[TXT] sftp.1  1.105   7 years  jmc   - add proxyjump to the options list - formatting fixes - update usage() ok djm
[TXT] sftp.c  1.178   7 years  djm   fix division by zero crash in "df" output when server returns zero total filesys...
[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.62   9 years  jmc   ssh-askpass(1) is the default, overridden by SSH_ASKPASS; diff originally from j...
[TXT] ssh-add.c  1.128   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[TXT] ssh-agent.1  1.64   7 years  jmc   tweak previous; while here fix up FILES and AUTHORS;
[TXT] ssh-agent.c  1.218   7 years  deraadt   accidents happen to the best of us; ok djm
[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.11   10 years  djm   bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep sandboxing, a...
[TXT] ssh-keygen.1  1.133   7 years  jmc   keys stored in openssh format can have comments too; diff from yonas yanfa, twea...
[TXT] ssh-keygen.c  1.299   7 years  djm   ensure hostname is lower-case before hashing it; bz#2591 reported by Griff Mille...
[TXT] ssh-keyscan.1  1.38   8 years  jmc   -c before -H, in SYNOPSIS and usage();
[TXT] ssh-keyscan.c  1.109   7 years  djm   ensure hostname is lower-case before hashing it; bz#2591 reported by Griff Mille...
[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.6   8 years  mmcc   Pass (char *)NULL rather than (char *)0 to execl and execlp. ok dtucker@
[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.12   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[TXT] ssh-pkcs11.c  1.23   7 years  djm   Improve pkcs11_add_provider() logging: demote some excessively verbose error()s ...
[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.60   7 years  djm   handle certs in rsa_hash_alg_from_ident(), saving an unnecessary special case el...
[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.376   7 years  jmc   - add proxyjump to the options list - formatting fixes - update usage() ok djm
[TXT] ssh.c  1.451   7 years  djm   fix regression in 7.4 server-sig-algs, where we were accidentally excluding SHA2...
[TXT] ssh.h  1.83   8 years  djm   use SSH_MAX_PUBKEY_BYTES consistently as buffer size when reading key files. Inc...
[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.7   8 years  markus   move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
[TXT] ssh_api.h  1.1   9 years  markus   add experimental api for packet layer; ok djm@
[TXT] ssh_config  1.30   8 years  sobrado   set ssh(1) protocol version to 2 only. ok djm@
[TXT] ssh_config.5  1.242   7 years  jmc   errant dot; from klemens nanni
[TXT] sshbuf-getput-basic.c  1.6   7 years  dtucker   Include stdarg.h for va_copy as per man page.
[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.8   7 years  djm   split allocation out of sshbuf_reserve() into a separate sshbuf_allocate() funct...
[TXT] sshbuf.h  1.8   7 years  djm   split allocation out of sshbuf_reserve() into a separate sshbuf_allocate() funct...
[TXT] sshconnect.c  1.273   7 years  dtucker   Plug descriptor leaks of auth_sock. From jjelen at redhat.com via bz#2687, ok d...
[TXT] sshconnect.h  1.29   8 years  jcs   Add an AddKeysToAgent client option which can be set to 'yes', 'no', 'ask', or '...
[TXT] sshconnect2.c  1.255   7 years  djm   allow ssh to use certificates accompanied by a private key file but no correspon...
[TXT] sshd.8  1.288   7 years  dtucker   Small correction to the known_hosts section on when it is updated. Patch from lk...
[TXT] sshd.c  1.485   7 years  deraadt   accidents happen to the best of us; ok djm
[TXT] sshd_config  1.101   7 years  djm   Mark the sshd_config UsePrivilegeSeparation option as deprecated, effectively ma...
[TXT] sshd_config.5  1.243   7 years  djm   Mark the sshd_config UsePrivilegeSeparation option as deprecated, effectively ma...
[TXT] ssherr.c  1.5   8 years  tim   - Fix error message: passphrase needs to be at least 5 characters, not 4. - Remo...
[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.45   7 years  djm   fix regression in 7.4 server-sig-algs, where we were accidentally excluding SHA2...
[TXT] sshkey.h  1.15   7 years  djm   fix regression in 7.4 server-sig-algs, where we were accidentally excluding SHA2...
[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.30   8 years  markus   move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
[TXT] ttymodes.h  1.15   8 years  dtucker   Implement IUTF8 as per draft-sgtatham-secsh-iutf8-00. Patch from Simon Tatham, ...
[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.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] utf8.c  1.5   7 years  djm   Add a common nl_langinfo(CODESET) alias for US-ASCII "ANSI_X3.4-1968" that is us...
[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.79   7 years  djm   openssh-7.5
[TXT] xmalloc.c  1.33   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[TXT] xmalloc.h  1.16   8 years  dtucker   Add a function to enable security-related malloc_options. With and ok deraadt@,...
[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.10   8 years  markus   implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) b...
[TXT] kexdhc.c (in the Attic) [Hide]  1.19   8 years  djm   add support for additional fixed DH groups from draft-ietf-curdle-ssh-kex-sha2-0...
[TXT] kexdhs.c (in the Attic) [Hide]  1.24   8 years  djm   add support for additional fixed DH groups from draft-ietf-curdle-ssh-kex-sha2-0...
[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.15   8 years  markus   implement SHA2-{256,512} for RSASSA-PKCS1-v1_5 signatures (user and host auth) b...
[TXT] key.c (in the Attic) [Hide]  1.130   8 years  djm   support SHA256 and SHA512 RSA signatures in certificates; ok markus@
[TXT] key.h (in the Attic) [Hide]  1.50   7 years  djm   list all supported signature algorithms in the server-sig-algs Reported by mb AT...
[TXT] opacket.c (in the Attic) [Hide]  1.5   8 years  markus   remove roaming support; ok djm@
[TXT] opacket.h (in the Attic) [Hide]  1.9   7 years  markus   ssh proxy mux mode (-O proxy; idea from Simon Tatham): - mux client speaks the s...
[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] 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.7   8 years  markus   move SSH_MSG_NONE, so we don't have to include ssh1.h; ok deraadt@
[TXT] sshconnect1.c (in the Attic) [Hide]  1.80   7 years  dtucker   Check for NULL return value from key_new. Patch from jjelen at redhat.com via b...
[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....