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_5_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.15   14 years  markus   enable PKCS#11 code; ok djm
[TXT] Makefile.inc  1.44   10 years  deraadt   Absolutely do not override base system build features in this file!! Discovered ...
[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.23   10 years  djm   mention curve25519-sha256@libssh.org key exchange algorithm
[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.2   11 years  djm   RCD IDs help us keep portable in synch
[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.26   13 years  djm   add an option per-read/write callback to atomicio factor out bandwidth limiting...
[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.11   16 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth-krb5.c  1.20   10 years  djm   fix kerberos/GSSAPI deprecation warnings and linking; "looks okay" millert@
[TXT] auth-options.c  1.62   10 years  djm   simplify freeing of source-address certificate restriction
[TXT] auth-options.h  1.20   14 years  djm   add some optional indirection to matching of principal names listed in certifica...
[TXT] auth-passwd.c  1.43   16 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth-rhosts.c  1.44   14 years  dtucker   Hold authentication debug messages until after successful authentication. Fixes ...
[TXT] auth.c  1.103   11 years  djm   Standardise logging of supplemental information during userauth. Keys and ruser ...
[TXT] auth.h  1.77   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] auth2-chall.c  1.41   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] auth2-gss.c  1.21   10 years  djm   bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep sandboxing, a...
[TXT] auth2-hostbased.c  1.17   10 years  djm   refuse RSA keys from old proprietary clients/servers that use the obsolete RSA+M...
[TXT] auth2-kbdint.c  1.6   11 years  djm   bye, bye xfree(); ok markus@
[TXT] auth2-none.c  1.16   13 years  djm   skip the initial check for access with an empty password when PermitEmptyPasswor...
[TXT] auth2-passwd.c  1.11   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] auth2-pubkey.c  1.39   10 years  djm   refuse RSA keys from old proprietary clients/servers that use the obsolete RSA+M...
[TXT] auth2.c  1.130   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] authfd.c  1.92   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] authfd.h  1.37   14 years  djm   Do not fall back to adding keys without contraints (ssh-add -c / -t ...) when th...
[TXT] authfile.c  1.103   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] authfile.h  1.17   10 years  markus   new private key format, bcrypt as KDF by default; details in PROTOCOL.key; feedb...
[TXT] canohost.c  1.70   10 years  dtucker   Cast socklen_t when comparing to size_t and use socklen_t to iterate over the ip...
[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.1   10 years  djm   Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" that combi...
[TXT] channels.c  1.331   10 years  djm   don't assume that the socks4 username is \0 terminated; spotted by Ben Hawkes; o...
[TXT] channels.h  1.113   10 years  dtucker   Add an "ABANDONED" channel state and use for mux sessions that are disconnected ...
[TXT] cipher-chachapoly.c  1.4   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] cipher-chachapoly.h  1.1   10 years  djm   Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" that combi...
[TXT] cipher.c  1.97   10 years  djm   remove some logging that makes ssh debugging output very verbose; ok markus
[TXT] cipher.h  1.44   10 years  dtucker   Add a special case for the DH group size for 3des-cbc, which has an effective st...
[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.258   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] clientloop.h  1.31   10 years  dtucker   branches: 1.31.4; 1.31.10; No need for the mux cleanup callback to be visible ...
[TXT] compat.c  1.82   10 years  djm   branches: 1.82.4; refuse RSA keys from old proprietary clients/servers that use...
[TXT] compat.h  1.44   10 years  djm   branches: 1.44.4; refuse RSA keys from old proprietary clients/servers that use...
[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.53   10 years  djm   Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com" that combi...
[TXT] dh.h  1.11   10 years  dtucker   Increase the size of the Diffie-Hellman groups requested for a each symmetric ke...
[TXT] digest-libc.c  1.2   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] digest-openssl.c  1.2   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] digest.h  1.2   10 years  markus   replace openssl HMAC with an implementation based on our ssh_digest_* ok and fee...
[TXT] dispatch.c  1.22   15 years  stevesk   remove unused #define DISPATCH_MIN; ok markus@
[TXT] dispatch.h  1.11   18 years  djm   replace the last non-sig_atomic_t flag used in a signal handler with a sig_atomi...
[TXT] dns.c  1.29   11 years  djm   bye, bye xfree(); ok markus@
[TXT] dns.h  1.12   11 years  djm   add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzil...
[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.14   11 years  djm   bye, bye xfree(); ok markus@
[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.22   10 years  djm   use calloc for all structure allocations; from markus@
[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.26   10 years  djm   bz#2107 - cache OIDs of supported GSSAPI mechanisms before privsep sandboxing, a...
[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.10   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] hmac.h  1.6   10 years  markus   replace openssl HMAC with an implementation based on our ssh_digest_* ok and fee...
[TXT] hostfile.c  1.55   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] hostfile.h  1.20   10 years  djm   fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
[TXT] kex.c  1.98   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] kex.h  1.62   10 years  markus   replace openssl HMAC with an implementation based on our ssh_digest_* ok and fee...
[TXT] kexc25519.c  1.5   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] kexdh.c  1.24   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] kexecdh.c  1.5   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] kexgex.c  1.28   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] kexgexc.c  1.17   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] kexgexs.c  1.19   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] krl.c  1.14   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] krl.h  1.2   11 years  djm   RCD IDs help us keep portable in synch
[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.28   10 years  djm   remove some logging that makes ssh debugging output very verbose; ok markus
[TXT] mac.h  1.8   10 years  dtucker   Output the effective values of Ciphers, MACs and KexAlgorithms when the default ...
[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.92   10 years  djm   refactor client config code a little: add multistate option partsing to readcon...
[TXT] misc.h  1.50   10 years  djm   refactor client config code a little: add multistate option partsing to readcon...
[TXT] moduli.c  1.28   10 years  dtucker   Periodically print progress and, if possible, expected time to completion when s...
[TXT] monitor.c  1.131   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] monitor.h  1.18   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] monitor_fdpass.c  1.19   14 years  djm   avoid spinning when fd passing on nonblocking sockets by calling poll() in the E...
[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.79   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] monitor_wrap.h  1.24   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] msg.c  1.15   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] msg.h  1.4   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] mux.c  1.44   10 years  djm   fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
[TXT] myproposal.h  1.35   10 years  markus   support ed25519 keys (hostkeys and user identities) using the public domain ed25...
[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.192   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] packet.h  1.59   10 years  djm   fix pointer-signedness warnings from clang/llvm-3.3; "seems nice" deraadt@
[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.2   10 years  djm   use full name for author, with his permission
[TXT] progressmeter.c  1.40   10 years  djm   store the initial file offset so the progress meter doesn't freak out when resum...
[TXT] progressmeter.h  1.2   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] readconf.c  1.218   10 years  djm   reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes the ho...
[TXT] readconf.h  1.101   10 years  djm   reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes the ho...
[TXT] readpass.c  1.50   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[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.61   10 years  djm   add canonicalisation options to -o lists
[TXT] scp.c  1.179   10 years  deraadt   unsigned casts for ctype macros where neccessary ok guenther millert markus
[TXT] servconf.c  1.249   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] servconf.h  1.112   10 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] serverloop.c  1.170   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] serverloop.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] session.c  1.271   10 years  djm   ignore enviornment variables with embedded '=' or '\0' characters; spotted by Ja...
[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.114   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] sftp-client.h  1.24   10 years  djm   fsync@openssh.com protocol extension for sftp-server client support to allow cal...
[TXT] sftp-common.c  1.26   10 years  guenther   When formating the time for "ls -l"-style output, show dates in the future with ...
[TXT] sftp-common.h  1.11   14 years  djm   support '-h' (human-readable units) for sftp's ls command, just like ls(1); ok d...
[TXT] sftp-glob.c  1.26   10 years  dtucker   Include stdlib.h for free() as per the man page.
[TXT] sftp-server-main.c  1.4   15 years  tobias   Added missing newlines in error messages. ok dtucker
[TXT] sftp-server.8  1.25   10 years  jmc   tweak previous; ok djm
[TXT] sftp-server.c  1.103   10 years  dtucker   fix log message statvfs. ok djm
[TXT] sftp.1  1.97   10 years  djm   add canonicalisation options to -o lists
[TXT] sftp.c  1.158   10 years  deraadt   unsigned casts for ctype macros where neccessary ok guenther millert markus
[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.59   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] ssh-add.c  1.109   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] ssh-agent.1  1.54   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] ssh-agent.c  1.183   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] ssh-dss.c  1.31   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] ssh-ecdsa.c  1.10   10 years  djm   fix memory leak; ECDSA_SIG_new() allocates 'r' and 's' for us, unlike DSA_SIG_ne...
[TXT] ssh-ed25519.c  1.3   10 years  djm   check for unsigned overflow; not reachable in OpenSSH but others might copy our ...
[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.120   10 years  naddy   tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ while...
[TXT] ssh-keygen.c  1.241   10 years  naddy   tweak synopsis: calling ssh-keygen without any arguments is fine; ok jmc@ while...
[TXT] ssh-keyscan.1  1.34   10 years  jmc   kill some bad Pa; From: Jan Stary
[TXT] ssh-keyscan.c  1.89   10 years  markus   support ed25519 keys (hostkeys and user identities) using the public domain ed25...
[TXT] ssh-keysign.8  1.14   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] ssh-keysign.c  1.39   10 years  markus   support ed25519 keys (hostkeys and user identities) using the public domain ed25...
[TXT] ssh-pkcs11-client.c  1.4   11 years  djm   bye, bye xfree(); ok markus@
[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.7   10 years  djm   use-after-free; bz#2175 patch from Loganaden Velvindron @ AfriNIC
[TXT] ssh-pkcs11.c  1.11   10 years  markus   add missing braces found by pedro
[TXT] ssh-pkcs11.h  1.2   14 years  djm   Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
[TXT] ssh-rsa.c  1.51   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[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.343   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] ssh.c  1.401   10 years  djm   bz#2205: avoid early hostname lookups unless canonicalisation is enabled; ok dtu...
[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_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.185   10 years  djm   reparse ssh_config and ~/.ssh/config if hostname canonicalisation changes the ho...
[TXT] sshconnect.c  1.246   10 years  djm   in ssh_create_socket(), only do the getaddrinfo for BindAddress when BindAddress...
[TXT] sshconnect.h  1.28   10 years  djm   Implement client-side hostname canonicalisation to allow an explicit search path...
[TXT] sshconnect2.c  1.204   10 years  djm   branches: 1.204.4; convert memset of potentially-private data to explicit_bzero...
[TXT] sshd.8  1.273   10 years  naddy   add missing mentions of ed25519; ok djm@
[TXT] sshd.c  1.420   10 years  markus   branches: 1.420.4; ssh_gssapi_prepare_supported_oids needs GSSAPI
[TXT] sshd_config  1.93   10 years  djm   the /etc/ssh/ssh_host_ed25519_key is loaded by default too
[TXT] sshd_config.5  1.172   10 years  djm   bz#2184 clarify behaviour of a keyword that appears in multiple matching Match b...
[TXT] sshlogin.c  1.28   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[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.28   16 years  stevesk   remove #if defined block not needed; ok markus@ dtucker@
[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.36   10 years  dtucker   Include stdlib.h for free() as per the man page.
[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.8   10 years  djm   use calloc for all structure allocations; from markus@
[TXT] umac.h  1.3   10 years  djm   oops, forgot to commit corresponding header change; spotted by jsg and jasper
[TXT] version.h  1.70   10 years  djm   branches: 1.70.4; openssh-6.6
[TXT] xmalloc.c  1.29   10 years  tedu   use standard types and formats for size_t like variables. ok dtucker
[TXT] xmalloc.h  1.14   11 years  djm   bye, bye xfree(); ok markus@
[TXT] auth-chall.c (in the Attic) [Hide]  1.13   11 years  djm   bye, bye xfree(); ok markus@
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.43   14 years  djm   Add a TrustedUserCAKeys option to sshd_config to specify CA keys that are truste...
[TXT] auth-rsa.c (in the Attic) [Hide]  1.86   10 years  markus   replace openssl MD5 with our ssh_digest_*; ok djm@
[TXT] auth1.c (in the Attic) [Hide]  1.80   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[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.56   10 years  djm   branches: 1.56.4; convert memset of potentially-private data to explicit_bzero(...
[TXT] bufbn.c (in the Attic) [Hide]  1.11   10 years  djm   off by one in range check
[TXT] bufec.c (in the Attic) [Hide]  1.3   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[TXT] buffer.c (in the Attic) [Hide]  1.35   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] buffer.h (in the Attic) [Hide]  1.23   10 years  djm   avoid use of OpenSSL BIGNUM type and functions for KEX with Curve25519 by adding...
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.10   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.6   13 years  djm   adapt to API changes in openssl-1.0.0a
[TXT] compress.c (in the Attic) [Hide]  1.26   13 years  deraadt   work around name-space collisions some buggy compilers (looking at you gcc, at l...
[TXT] compress.h (in the Attic) [Hide]  1.12   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[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.30   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[TXT] deattack.h (in the Attic) [Hide]  1.10   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[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.3   10 years  markus   Add Authors for the public domain ed25519/nacl code. see also http://nacl.cr.yp....
[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.4   10 years  djm   avoid use of OpenSSL BIGNUM type and functions for KEX with Curve25519 by adding...
[TXT] kexc25519s.c (in the Attic) [Hide]  1.4   10 years  djm   avoid use of OpenSSL BIGNUM type and functions for KEX with Curve25519 by adding...
[TXT] kexdhc.c (in the Attic) [Hide]  1.15   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] kexdhs.c (in the Attic) [Hide]  1.18   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] kexecdhc.c (in the Attic) [Hide]  1.7   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] kexecdhs.c (in the Attic) [Hide]  1.10   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] key.c (in the Attic) [Hide]  1.116   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] key.h (in the Attic) [Hide]  1.41   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] monitor_mm.c (in the Attic) [Hide]  1.19   10 years  tedu   use standard types and formats for size_t like variables. ok dtucker
[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] 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.7   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] roaming_common.c (in the Attic) [Hide]  1.12   10 years  djm   Introduce digest API and use it to perform all hashing operations rather than ca...
[TXT] roaming_dummy.c (in the Attic) [Hide]  1.3   14 years  dtucker   Add tags for the benefit of the sync scripts
[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.31   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[TXT] rsa.h (in the Attic) [Hide]  1.16   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] sandbox-systrace.c (in the Attic) [Hide]  1.9   10 years  tedu   replace most bzero with explicit_bzero, except a few that cna be memset ok djm d...
[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.74   10 years  djm   convert memset of potentially-private data to explicit_bzero()
[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....