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_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/        
[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.39   13 years  djm   turn off -g too
[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.17   13 years  djm   add a protocol extension to support a hard link operation. It is available throu...
[TXT] PROTOCOL.agent  1.6   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] PROTOCOL.certkeys  1.9   12 years  djm   explain certificate extensions/crit split rationale. Mention requirement that ea...
[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.6   11 years  dtucker   fix strlcpy truncation check. from carsten at debian org, ok markus
[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.19   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-options.c  1.56   12 years  djm   remove explict search for \0 in packet strings, this job is now done implicitly ...
[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.96   12 years  dtucker   Add "Match LocalAddress" and "Match LocalPort" to sshd and adjust tests to match...
[TXT] auth.h  1.69   12 years  djm   allow AuthorizedKeysFile to specify multiple files, separated by spaces. Bring b...
[TXT] auth2-chall.c  1.34   15 years  djm   replace by-hand string building with xasprinf(); ok deraadt@
[TXT] auth2-gss.c  1.17   13 years  djm   allow GSSAPI authentication to detect when a server-side failure causes authenti...
[TXT] auth2-hostbased.c  1.14   13 years  djm   enable certificates for hostbased authentication, from Iain Morgan; "looks ok" m...
[TXT] auth2-kbdint.c  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[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.9   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth2-pubkey.c  1.30   12 years  djm   improve the AuthorizedPrincipalsFile debug log message to include file and line ...
[TXT] auth2.c  1.124   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] authfd.c  1.86   12 years  tedu   branches: 1.86.8; bzero the agent address. the kernel was for a while very cra...
[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.93   12 years  markus   memleak in key_load_file(); from Jan Klemkow
[TXT] authfile.h  1.16   13 years  djm   allow "ssh-add - < key"; feedback and ok markus@
[TXT] canohost.c  1.66   14 years  dtucker   Make HostBased authentication work with a ProxyCommand. bz #1569, patch from im...
[TXT] canohost.h  1.11   14 years  andreas   Add clear_cached_addr(), needed for upcoming changes allowing the peer address t...
[TXT] channels.c  1.318   12 years  djm   fix function proto/source mismatch
[TXT] channels.h  1.111   12 years  djm   don't spin in accept() when out of fds (ENFILE/ENFILE) - back off for a while; o...
[TXT] cipher.c  1.82   15 years  markus   Work around the CPNI-957037 Plaintext Recovery Attack by always reading 256K of ...
[TXT] cipher.h  1.37   15 years  markus   Work around the CPNI-957037 Plaintext Recovery Attack by always reading 256K of ...
[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.240   11 years  djm   initialise accept() backoff timer to avoid EINVAL from select(2) in rekeying
[TXT] clientloop.h  1.29   12 years  djm   support for cancelling local and remote port forwards via the multiplex socket. ...
[TXT] compat.c  1.79   12 years  markus   unbreak remote portforwarding with dynamic allocated listen ports: 1) send the a...
[TXT] compat.h  1.43   12 years  markus   unbreak remote portforwarding with dynamic allocated listen ports: 1) send the a...
[TXT] dh.c  1.49   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] dh.h  1.10   15 years  djm   when loading moduli from /etc/moduli in sshd(8), check that they are of the expe...
[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.28   11 years  djm   add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzil...
[TXT] dns.h  1.12   11 years  djm   add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzil...
[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.13   15 years  djm   support negation of groups in "Match group" block (bz#1315); ok dtucker@
[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.20   14 years  dtucker   branches: 1.20.16; alphabetize includes; reduces diff vs portable and style(9)....
[TXT] gss-serv-krb5.c  1.7   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] gss-serv.c  1.23   12 years  markus   prevent post-auth resource exhaustion (int overflow leading to 4GB malloc); repo...
[TXT] hostfile.c  1.50   13 years  djm   fix fd leak; spotted and ok dtucker@
[TXT] hostfile.h  1.19   13 years  djm   automatically order the hostkeys requested by the client based on which hostkeys...
[TXT] kex.c  1.86   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] kex.h  1.52   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] kexdh.c  1.23   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] kexecdh.c  1.3   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] kexgex.c  1.27   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] kexgexc.c  1.12   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] kexgexs.c  1.14   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] log.c  1.42   12 years  djm   make the pre-auth privsep slave log via a socketpair shared with the monitor rat...
[TXT] log.h  1.18   12 years  djm   make the pre-auth privsep slave log via a socketpair shared with the monitor rat...
[TXT] mac.c  1.18   11 years  dtucker   Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from d...
[TXT] mac.h  1.6   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] match.c  1.27   15 years  djm   support CIDR address matching in .ssh/authorized_keys from="..." stanzas ok and...
[TXT] match.h  1.15   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] misc.c  1.86   12 years  djm   fix typo in IPQoS parsing: there is no "AF14" class, but there is an "AF21" clas...
[TXT] misc.h  1.48   13 years  stevesk   print ipqos friendly string for sshd -T; ok markus # sshd -Tf sshd_config|grep ...
[TXT] moduli.c  1.26   11 years  dtucker   Add options to specify starting line number and number of lines to process when ...
[TXT] monitor.c  1.117   11 years  dtucker   remove dead code following 'for (;;)' loops. From Steve.McClellan at radisys com...
[TXT] monitor.h  1.16   12 years  djm   make the pre-auth privsep slave log via a socketpair shared with the monitor rat...
[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.73   12 years  djm   make the pre-auth privsep slave log via a socketpair shared with the monitor rat...
[TXT] monitor_wrap.h  1.23   12 years  djm   make the pre-auth privsep slave log via a socketpair shared with the monitor rat...
[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.36   11 years  djm   fix memory leak of passed-in environment variables and connection context when n...
[TXT] myproposal.h  1.29   11 years  dtucker   Remove hmac-sha2-256-96 and hmac-sha2-512-96 MACs since they were removed from d...
[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.176   12 years  markus   packet_read_poll() is not used anymore.
[TXT] packet.h  1.57   12 years  markus   packet_read_poll() is not used anymore.
[TXT] pathnames.h  1.22   12 years  djm   allow AuthorizedKeysFile to specify multiple files, separated by spaces. Bring b...
[TXT] pkcs11.h  1.2   14 years  djm   Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
[TXT] progressmeter.c  1.37   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] progressmeter.h  1.2   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] readconf.c  1.194   12 years  markus   unbreak remote portforwarding with dynamic allocated listen ports: 1) send the a...
[TXT] readconf.h  1.91   12 years  markus   unbreak remote portforwarding with dynamic allocated listen ports: 1) send the a...
[TXT] readpass.c  1.48   13 years  djm   fix ControlMaster=ask regression reset SIGCHLD handler before fork (and restore...
[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.58   12 years  jmc   knock out a useless Ns;
[TXT] scp.c  1.171   12 years  djm   suppress adding '--' to remote commandlines when the first argument does not sta...
[TXT] servconf.c  1.229   11 years  dtucker   handle long comments in config files better. bz#2025, ok markus
[TXT] servconf.h  1.103   11 years  djm   Turn on systrace sandboxing of pre-auth sshd by default for new installs by ship...
[TXT] serverloop.c  1.162   11 years  djm   initialise accept() backoff timer to avoid EINVAL from select(2) in rekeying
[TXT] serverloop.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] session.c  1.260   12 years  guenther   root should always be excluded from the test for /etc/nologin instead of having ...
[TXT] session.h  1.30   16 years  djm   Make the maximum number of sessions run-time controllable via a sshd_config MaxS...
[TXT] sftp-client.c  1.97   11 years  dtucker   branches: 1.97.4; fix a couple of "assigned but not used" warnings. ok markus@...
[TXT] sftp-client.h  1.20   13 years  djm   add a protocol extension to support a hard link operation. It is available throu...
[TXT] sftp-common.c  1.23   14 years  markus   unused
[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.23   12 years  djm   branches: 1.23.6; silence error spam for "ls */foo" in directory with files; bz...
[TXT] sftp-server-main.c  1.4   15 years  tobias   Added missing newlines in error messages. ok dtucker
[TXT] sftp-server.8  1.19   14 years  jmc   bad place to forget a comma...
[TXT] sftp-server.c  1.94   12 years  djm   the protocol version should be unsigned; bz#1913 reported by mb AT smartftp.com
[TXT] sftp.1  1.91   12 years  djm   mention ControlPersist and KbdInteractiveAuthentication in the -o verbiage in th...
[TXT] sftp.c  1.136   11 years  dtucker   Remove unused variable leftover from tab-completion changes. From Steve.McClella...
[TXT] sftp.h  1.9   15 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] ssh-add.1  1.56   12 years  djm   new "ssh-add -k" option to load plain keys (skipping certificates); "looks ok" m...
[TXT] ssh-add.c  1.103   12 years  djm   add -k to usage(); reminded by jmc@
[TXT] ssh-agent.1  1.53   13 years  djm   honour $TMPDIR for client xauth and ssh-agent temporary directories; feedback an...
[TXT] ssh-agent.c  1.172   12 years  dtucker   Check current parent process ID against saved one to determine if the parent has...
[TXT] ssh-dss.c  1.27   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[TXT] ssh-ecdsa.c  1.5   12 years  miod   Fix memory leak in ssh_ecdsa_verify(); from Loganaden Velvindron, ok markus@
[TXT] ssh-gss.h  1.10   16 years  djm   relocate server-only GSSAPI code from libssh to server; bz #1225 patch from simo...
[TXT] ssh-keygen.1  1.109   11 years  dtucker   Add options to specify starting line number and number of lines to process when ...
[TXT] ssh-keygen.c  1.216   11 years  jmc   missing full stop in usage();
[TXT] ssh-keyscan.1  1.30   12 years  djm   now that sshd defaults to offering ECDSA keys, ssh-keyscan should also look for ...
[TXT] ssh-keyscan.c  1.86   12 years  djm   now that sshd defaults to offering ECDSA keys, ssh-keyscan should also look for ...
[TXT] ssh-keysign.8  1.12   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] ssh-keysign.c  1.36   13 years  djm   make hostbased auth with ECDSA keys work correctly. Based on patch by harvey.ene...
[TXT] ssh-pkcs11-client.c  1.3   12 years  miod   Fix a memory leak in pkcs11_rsa_private_encrypt(), reported by Jan Klemkow. Whil...
[TXT] ssh-pkcs11-helper.8  1.3   14 years  markus   pkcs#11 is no longer optional; improve wording; ok jmc@
[TXT] ssh-pkcs11-helper.c  1.4   11 years  dtucker   fix a couple of "assigned but not used" warnings. ok markus@
[TXT] ssh-pkcs11.c  1.6   13 years  markus   check length of value returned C_GetAttributValue for != 0 from mdrtbugzilla@co...
[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.45   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[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.326   11 years  dtucker   Clarify description of -W. Noted by Steve.McClellan at radisys com, ok jmc
[TXT] ssh.c  1.370   11 years  djm   move setting of tty_flag to after config parsing so RequestTTY options are corre...
[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.14   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] ssh_config  1.26   14 years  dtucker   Add a 'netcat mode' (ssh -W). This connects stdio on the client to a single por...
[TXT] ssh_config.5  1.157   11 years  naddy   match the documented MAC order of preference to the actual one; ok dtucker@
[TXT] sshconnect.c  1.234   12 years  djm   Remove undocumented legacy options UserKnownHostsFile2 and GlobalKnownHostsFile2...
[TXT] sshconnect.h  1.27   13 years  djm   automatically order the hostkeys requested by the client based on which hostkeys...
[TXT] sshconnect2.c  1.189   11 years  dtucker   remove dead code following 'for (;;)' loops. From Steve.McClellan at radisys com...
[TXT] sshd.8  1.266   11 years  dtucker   Remove mention of 'three' key files since there are now four. From Steve.McClel...
[TXT] sshd.c  1.393   11 years  djm   Turn on systrace sandboxing of pre-auth sshd by default for new installs by ship...
[TXT] sshd_config  1.87   11 years  djm   Turn on systrace sandboxing of pre-auth sshd by default for new installs by ship...
[TXT] sshd_config.5  1.144   11 years  naddy   match the documented MAC order of preference to the actual one; ok dtucker@
[TXT] sshlogin.c  1.27   13 years  djm   fd leak on error paths; from zinovik@
[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.35   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[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.4   12 years  djm   branches: 1.4.6; typo in comment; patch from Michael W. Bombardieri
[TXT] umac.h  1.1   16 years  pvalchev   Add a new MAC algorithm for data integrity, UMAC-64 (not default yet, must speci...
[TXT] version.h  1.65   11 years  markus   openssh 6.1
[TXT] xmalloc.c  1.27   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] xmalloc.h  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] auth-chall.c (in the Attic) [Hide]  1.12   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[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.80   12 years  djm   allow AuthorizedKeysFile to specify multiple files, separated by spaces. Bring b...
[TXT] auth1.c (in the Attic) [Hide]  1.75   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[TXT] auth2-jpake.c (in the Attic) [Hide]  1.4   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] bufaux.c (in the Attic) [Hide]  1.50   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[TXT] bufbn.c (in the Attic) [Hide]  1.6   16 years  djm   memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca
[TXT] bufec.c (in the Attic) [Hide]  1.1   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] buffer.c (in the Attic) [Hide]  1.32   14 years  djm   constify the arguments to buffer_len, buffer_ptr and buffer_dump
[TXT] buffer.h (in the Attic) [Hide]  1.21   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.7   13 years  djm   branches: 1.7.10; adapt to API changes in openssl-1.0.0a
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.6   13 years  djm   adapt to API changes in openssl-1.0.0a
[TXT] cipher-ctr.c (in the Attic) [Hide]  1.11   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] jpake.c (in the Attic) [Hide]  1.7   11 years  dtucker   correct sizeof usage. patch from saw at online.de, ok deraadt
[TXT] jpake.h (in the Attic) [Hide]  1.2   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[TXT] kexdhc.c (in the Attic) [Hide]  1.12   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] kexdhs.c (in the Attic) [Hide]  1.12   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] kexecdhc.c (in the Attic) [Hide]  1.2   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] kexecdhs.c (in the Attic) [Hide]  1.2   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] key.c (in the Attic) [Hide]  1.99   11 years  djm   add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzil...
[TXT] key.h (in the Attic) [Hide]  1.34   11 years  djm   add support for RFC6594 SSHFP DNS records for ECDSA key types. patch from bugzil...
[TXT] monitor_mm.c (in the Attic) [Hide]  1.16   14 years  dtucker   branches: 1.16.16; alphabetize includes; reduces diff vs portable and style(9)....
[TXT] monitor_mm.h (in the Attic) [Hide]  1.5   16 years  otto   garbage collect two unused fields in struct mm_master; ok markus@
[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.4   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] roaming_common.c (in the Attic) [Hide]  1.9   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[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.29   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[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.6   11 years  markus   fix a during the load of the sandbox policies (child can still make the read-sys...
[TXT] schnorr.c (in the Attic) [Hide]  1.5   13 years  djm   branches: 1.5.10; check that g^x^q === 1 mod p; recommended by JPAKE author Fen...
[TXT] schnorr.h (in the Attic) [Hide]  1.1   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[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.70   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] uuencode.c (in the Attic) [Hide]  1.26   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] uuencode.h (in the Attic) [Hide]  1.14   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...