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_4_8_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.36   14 years  markus   unbreak build for NOPIC systems; noticed, help and ok deraadt@
[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.15   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] PROTOCOL.agent  1.5   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] PROTOCOL.certkeys  1.7   13 years  djm   tighten the rules for certificate encoding by requiring that options appear in l...
[TXT] PROTOCOL.mux  1.2   14 years  markus   mux support for remote forwarding with dynamic port allocation, use with LPORT=...
[TXT] README  1.7   18 years  djm   $OpenBSD$ in here too
[TXT] addrmatch.c  1.5   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] atomicio.c  1.25   16 years  dtucker   Include <poll.h> like the man page says rather than <sys/poll.h>. ok djm@
[TXT] atomicio.h  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[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.52   14 years  djm   Move the permit-* options to the non-critical "extensions" field for v01 certifi...
[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.89   13 years  djm   enable certificates for hostbased authentication, from Iain Morgan; "looks ok" m...
[TXT] auth.h  1.66   14 years  djm   add some optional indirection to matching of principal names listed in certifica...
[TXT] auth2-chall.c  1.34   15 years  djm   replace by-hand string building with xasprinf(); ok deraadt@
[TXT] auth2-gss.c  1.16   16 years  dtucker   Allow build without -DGSSAPI; ok deraadt@
[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.26   13 years  djm   allow key options (command="..." and friends) in AuthorizedPrincipals; ok markus...
[TXT] auth2.c  1.121   14 years  dtucker   alphabetize includes; reduces diff vs portable and style(9). ok stevesk djm
[TXT] authfd.c  1.83   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[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.82   13 years  djm   commited the wrong version of the hostbased certificate diff; this version repla...
[TXT] authfile.h  1.15   13 years  djm   enable certificates for hostbased authentication, from Iain Morgan; "looks ok" m...
[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.309   13 years  djm   Fix a trio of bugs in the local/remote window calculation for datagram data chan...
[TXT] channels.h  1.104   14 years  djm   Pause the mux channel while waiting for reply from aynch callbacks. Prevents mis...
[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.222   13 years  djm   add a "ControlPersist" option that automatically starts a background ssh(1) mult...
[TXT] clientloop.h  1.25   13 years  djm   Add X11ForwardTimeout option to specify timeout for untrusted X11 authentication...
[TXT] compat.c  1.78   15 years  markus   only send eow and no-more-sessions requests to openssh 5 and newer; fixes intero...
[TXT] compat.h  1.42   15 years  markus   only send eow and no-more-sessions requests to openssh 5 and newer; fixes intero...
[TXT] dh.c  1.48   14 years  grunk   fix a cast ok djm@ 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.26   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] dns.h  1.11   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[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.22   16 years  djm   Implement a channel success/failure status confirmation callback mechanism. Each...
[TXT] hostfile.c  1.48   14 years  djm   Add a TrustedUserCAKeys option to sshd_config to specify CA keys that are truste...
[TXT] hostfile.h  1.18   14 years  djm   Add a TrustedUserCAKeys option to sshd_config to specify CA keys that are truste...
[TXT] kex.c  1.82   14 years  andreas   Let the client detect if the server supports roaming by looking for the resume@a...
[TXT] kex.h  1.49   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[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] 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.11   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] kexgexs.c  1.13   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] log.c  1.41   15 years  dtucker   Add extended test mode (-T) and connection parameters for test mode (-C). -T cau...
[TXT] log.h  1.17   15 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] mac.c  1.15   15 years  dtucker   upcast another size_t to u_long to match format
[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.80   13 years  djm   sync timingsafe_bcmp() with the one dempsky@ committed to sys/lib/libkern
[TXT] misc.h  1.43   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[TXT] moduli.c  1.21   15 years  djm   when loading moduli from /etc/moduli in sshd(8), check that they are of the expe...
[TXT] monitor.c  1.108   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[TXT] monitor.h  1.15   15 years  djm   Add support for an experimental zero-knowledge password authentication method us...
[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.69   14 years  dtucker   Hold authentication debug messages until after successful authentication. Fixes ...
[TXT] monitor_wrap.h  1.22   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[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.21   13 years  djm   Add X11ForwardTimeout option to specify timeout for untrusted X11 authentication...
[TXT] myproposal.h  1.25   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[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.168   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[TXT] packet.h  1.52   14 years  andreas   packet_bacup_state() and packet_restore_state() will be used to temporarily save...
[TXT] pathnames.h  1.19   14 years  djm   correct comment
[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.187   13 years  djm   add a "ControlPersist" option that automatically starts a background ssh(1) mult...
[TXT] readconf.h  1.86   13 years  djm   add a "ControlPersist" option that automatically starts a background ssh(1) mult...
[TXT] readpass.c  1.47   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] scp.1  1.50   14 years  markus   replace our obsolete smartcard code with PKCS#11. ftp://ftp.rsasecurity.com/pub...
[TXT] scp.c  1.166   13 years  millert   Fix a longstanding problem where if you suspend scp at the password/passphrase p...
[TXT] servconf.c  1.209   13 years  djm   expose some more sshd_config options inside Match blocks: AuthorizedKeysFile A...
[TXT] servconf.h  1.93   14 years  djm   add some optional indirection to matching of principal names listed in certifica...
[TXT] serverloop.c  1.159   14 years  andreas   Keep track of number of bytes read and written. Needed for upcoming changes. Mos...
[TXT] serverloop.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] session.c  1.256   13 years  djm   bz#1750: fix requirement for /dev/null inside ChrootDirectory for internal-sftp ...
[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.92   13 years  djm   bz#1797: fix swapped args in upload_dir_internal(), breaking recursive upload de...
[TXT] sftp-client.h  1.18   14 years  djm   recursive transfer support for get/put and on the commandline work mostly by car...
[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.22   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[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.91   14 years  djm   support '-h' (human-readable units) for sftp's ls command, just like ls(1); ok d...
[TXT] sftp.1  1.83   14 years  markus   replace our obsolete smartcard code with PKCS#11. ftp://ftp.rsasecurity.com/pub...
[TXT] sftp.c  1.125   13 years  djm   unbreak ls in working directories that contains globbing characters in their pat...
[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.52   14 years  djm   mention loading of certificate files from [private]-cert.pub when they are prese...
[TXT] ssh-add.c  1.96   14 years  djm   check that the certificate matches the corresponding private key before grafting...
[TXT] ssh-agent.1  1.50   14 years  tedu   Correct and clarify ssh-add's password asking behavior. Improved text dtucker an...
[TXT] ssh-agent.c  1.166   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[TXT] ssh-dss.c  1.26   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[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.98   13 years  djm   Support CA keys in PKCS#11 tokens; feedback and ok markus@
[TXT] ssh-keygen.c  1.197   13 years  djm   Support CA keys in PKCS#11 tokens; feedback and ok markus@
[TXT] ssh-keyscan.1  1.28   14 years  dtucker   Remove RoutingDomain from ssh since it's now not needed. It can be replaced wit...
[TXT] ssh-keyscan.c  1.82   13 years  djm   replace verbose and overflow-prone Linebuf code with read_keyfile_line() based o...
[TXT] ssh-keysign.8  1.11   13 years  jmc   use the same template for all FILES sections; i.e. -compact/.Pp where we have mu...
[TXT] ssh-keysign.c  1.32   13 years  djm   clean for -Wuninitialized
[TXT] ssh-pkcs11-client.c  1.2   14 years  djm   Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
[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.3   14 years  djm   Add $OpenBSD$ tags in comments, our portable-syncing scripts use these
[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.44   13 years  djm   more timing paranoia - compare all parts of the expected decrypted data before r...
[TXT] ssh.1  1.309   13 years  jmc   use the same template for all FILES sections; i.e. -compact/.Pp where we have mu...
[TXT] ssh.c  1.348   13 years  djm   backout previous temporarily; discussed with deraadt@
[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.13   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[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.138   13 years  djm   Remove mentions of weird "addr/port" alternate address format for IPv6 addresses...
[TXT] sshconnect.c  1.224   14 years  djm   oops, %r => remote username, not %u
[TXT] sshconnect.h  1.25   14 years  andreas   Un-static ssh_exchange_identification(), part of a larger change from Martin For...
[TXT] sshconnect2.c  1.183   14 years  djm   bz#1502: authctxt.success is declared as an int, but passed by reference to func...
[TXT] sshd.8  1.258   13 years  jmc   use the same template for all FILES sections; i.e. -compact/.Pp where we have mu...
[TXT] sshd.c  1.375   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[TXT] sshd_config  1.81   14 years  markus   disable protocol 1 by default (after a transition period of about 10 years) ok d...
[TXT] sshd_config.5  1.125   13 years  jmc   tweak previous;
[TXT] sshlogin.c  1.26   16 years  gilles   use strcspn to properly overwrite '\n' in fgets returned buffer ok pyr@, ray@, ...
[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.3   16 years  pvalchev   Ensure nh_result lies on a 64-bit boundary (fixes warnings observed on Itanium o...
[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.59   13 years  djm   crank to 5.6
[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.78   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[TXT] auth1.c (in the Attic) [Hide]  1.74   13 years  djm   skip the initial check for access with an empty password when PermitEmptyPasswor...
[TXT] auth2-jpake.c (in the Attic) [Hide]  1.3   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[TXT] bufaux.c (in the Attic) [Hide]  1.49   14 years  djm   allow buffer_get_int_ret/buffer_get_int64_ret to take a NULL pointer argument to...
[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] 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.19   14 years  djm   constify the arguments to buffer_len, buffer_ptr and buffer_dump
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.6   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.5   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] cipher-ctr.c (in the Attic) [Hide]  1.10   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] compress.c (in the Attic) [Hide]  1.25   17 years  stevesk   "zlib.h" can be <zlib.h>; ok djm@ markus@
[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.4   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[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.11   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] kexdhs.c (in the Attic) [Hide]  1.11   14 years  djm   Add support for certificate key types for users and hosts. OpenSSH certificate ...
[TXT] key.c (in the Attic) [Hide]  1.90   13 years  djm   s/timing_safe_cmp/timingsafe_bcmp/g
[TXT] key.h (in the Attic) [Hide]  1.30   14 years  djm   revised certificate format ssh-{dss,rsa}-cert-v01@openssh.com with the following...
[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.5   14 years  andreas   Declarations needed for upcoming changes. ok markus@
[TXT] roaming_client.c (in the Attic) [Hide]  1.3   14 years  dtucker   s/long long unsigned/unsigned long long/, from tim via portable
[TXT] roaming_common.c (in the Attic) [Hide]  1.8   14 years  djm   delete with extreme prejudice a debug() that fired with every keypress; ok dtuck...
[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] schnorr.c (in the Attic) [Hide]  1.3   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[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.25   15 years  djm   document what these functions do so I don't ever have to recuse into b64_pton/nt...
[TXT] uuencode.h (in the Attic) [Hide]  1.13   17 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...