Thanks to visit codestin.com
Credit goes to cvsweb.openbsd.org

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


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-auth/        
[DIR] sshd-session/        
[TXT] LICENCE  1.20   8 years  djm   remove the (in)famous SSHv1 CRC compensation attack detector. Despite your came...
[TXT] Makefile  1.19   10 months  djm   Split per-connection sshd-session binary This splits the user authentication co...
[TXT] Makefile.inc  1.101   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] OVERVIEW  1.15   6 years  djm   refer to OpenSSL not SSLeay; we're old, but we don't have to act it
[TXT] PROTOCOL  1.59   5 weeks  dtucker   Improve sentence. ok djm@
[TXT] PROTOCOL.agent  1.25   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] PROTOCOL.key  1.4   17 months  djm   in OpenSSH private key format, correct type for subsequent private keys in blob....
[TXT] PROTOCOL.krl  1.7   2 years  djm   remove vestigal support for KRL signatures When the KRL format was originally d...
[TXT] PROTOCOL.mux  1.14   20 months  djm   Remove outdated note from PROTOCOL.mux Port forward close by control master is ...
[TXT] PROTOCOL.sshsig  1.4   5 years  djm   Add RCS IDs to the few files that are missing them; from Pedro Martelletto
[TXT] PROTOCOL.u2f  1.26   5 years  djm   when writing an attestation blob for a FIDO key, record all the data needed to v...
[TXT] README  1.7   19 years  djm   $OpenBSD$ in here too
[TXT] addr.c  1.9   10 months  djm   remove addr.[ch] functions that are unused and visbility-restrict ones that are ...
[TXT] addr.h  1.3   10 months  djm   remove addr.[ch] functions that are unused and visbility-restrict ones that are ...
[TXT] addrmatch.c  1.17   4 years  djm   highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on ...
[TXT] atomicio.c  1.30   6 years  dtucker   Check for both EAGAIN and EWOULDBLOCK. This is a no-op in OpenBSD (they are the...
[TXT] atomicio.h  1.12   6 years  djm   move client/server SSH-* banners to buffers under ssh->kex and factor out the ba...
[TXT] auth-bsdauth.c  1.15   7 years  markus   sshd: switch authentication to sshbuf API; ok djm@
[TXT] auth-krb5.c  1.24   4 years  djm   highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on ...
[TXT] auth-options.c  1.101   2 years  dtucker   Include stdint.h for SIZE_MAX. Fixes OPENSSL=no build.
[TXT] auth-options.h  1.31   4 years  djm   make authorized_keys environment="..." directives first-match-wins and more stri...
[TXT] auth-passwd.c  1.49   4 months  tedu   convert a last quad_t to int64_t. ok deraadt djm
[TXT] auth-rhosts.c  1.58   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] auth.c  1.162   11 months  djm   add a "Match invalid-user" predicate to sshd_config Match options. This allows ...
[TXT] auth.h  1.108   15 months  jsg   remove prototypes with no matching function; ok djm@
[TXT] auth2-chall.c  1.54   4 years  djm   use the new variant log macros instead of prepending __func__ and appending ssh_...
[TXT] auth2-gss.c  1.36   15 months  djm   g/c unused variable
[TXT] auth2-hostbased.c  1.55   4 weeks  dtucker   Cast serial no for %lld to prevent compiler warnings on some platforms.
[TXT] auth2-kbdint.c  1.15   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] auth2-methods.c  1.3   15 months  djm   typos
[TXT] auth2-none.c  1.26   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] auth2-passwd.c  1.22   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] auth2-pubkey.c  1.124   4 weeks  dtucker   Cast serial no for %lld to prevent compiler warnings on some platforms.
[TXT] auth2-pubkeyfile.c  1.6   4 weeks  dtucker   Cast serial no for %lld to prevent compiler warnings on some platforms.
[TXT] auth2.c  1.170   7 months  dtucker   Fix debug logging of user specific delay. Patch from Achim Leitner (fjl5) via g...
[TXT] authfd.c  1.136   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] authfd.h  1.53   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] authfile.c  1.147   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] authfile.h  1.25   5 years  djm   factor out reading/writing sshbufs to dedicated functions; feedback and ok marku...
[TXT] bitmap.c  1.9   7 years  djm   add RCSIDs to these; they make syncing portable a bit easier
[TXT] bitmap.h  1.2   7 years  djm   add RCSIDs to these; they make syncing portable a bit easier
[TXT] canohost.c  1.77   2 years  dtucker   Return immediately from get_sock_port if sock <0 so we don't call getsockname on...
[TXT] canohost.h  1.12   9 years  djm   refactor canohost.c: move functions that cache results closer to the places that...
[TXT] chacha.c  1.2   2 years  djm   move other RCSIDs to before their respective license blocks too no code change
[TXT] chacha.h  1.5   4 years  djm   whitespace (tab after space)
[TXT] channels.c  1.448   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] channels.h  1.160   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] cipher-aesctr.c  1.2   10 years  markus   remove unneeded includes, sync my copyright across files & whitespace; ok djm@
[TXT] cipher-aesctr.h  1.1   11 years  markus   re-add our own aesctr implementation; ok djm@
[TXT] cipher-chachapoly-libcrypto.c  1.2   2 years  djm   move other RCSIDs to before their respective license blocks too no code change
[TXT] cipher-chachapoly.c  1.10   2 years  djm   move other RCSIDs to before their respective license blocks too no code change
[TXT] cipher-chachapoly.h  1.5   5 years  djm   make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a larger diff at...
[TXT] cipher.c  1.125   10 days  djm   simplify algorithm list functions using xextendf(); ok dtucker@
[TXT] cipher.h  1.56   23 months  tb   Garbage collect cipher_get_keyiv_len() This is a compat20 leftover, unused sinc...
[TXT] cleanup.c  1.5   19 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] clientloop.c  1.414   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] clientloop.h  1.38   15 months  jsg   remove prototypes with no matching function; ok djm@
[TXT] compat.c  1.126   2 years  dtucker   Refactor creation of KEX proposal. This adds kex_proposal_populate_entries (and...
[TXT] compat.h  1.62   2 years  dtucker   Refactor creation of KEX proposal. This adds kex_proposal_populate_entries (and...
[TXT] crypto_api.h  1.9   12 months  djm   Add experimental support for hybrid post-quantum key exchange ML-KEM768 with ECD...
[TXT] dh.c  1.75   9 months  dtucker   Remove fallback to compiled-in gropup for dhgex when the moduli file exists, but...
[TXT] dh.h  1.19   4 years  dtucker   Add ModuliFile keyword to sshd_config to specify the location of the "moduli" fi...
[TXT] digest-libc.c  1.8   8 days  dtucker   Remove unused rmd160.h header. ripemd160 support was removed in 2017.
[TXT] digest-openssl.c  1.9   4 years  djm   whitespace; no code change
[TXT] digest.h  1.8   8 years  djm   remove hmac-ripemd160; ok dtucker
[TXT] dispatch.c  1.34   3 months  djm   use logit_f("...") instead of logit("func: ...")
[TXT] dispatch.h  1.15   6 years  djm   remove last traces of old packet API! with & ok markus@
[TXT] dns.c  1.46   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] dns.h  1.21   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ed25519.c  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] ed25519.sh  1.2   15 months  jsg   spelling; ok djm@
[TXT] fatal.c  1.11   4 years  djm   fix SEGV on fatal() errors spotted by dtucker@
[TXT] groupaccess.c  1.18   10 months  jca   Ignore extra groups that don't fit in the buffer passed to getgrouplist(3) Our ...
[TXT] groupaccess.h  1.8   17 years  djm   support negation of groups in "Match group" block (bz#1315); ok dtucker@
[TXT] gss-genr.c  1.29   19 months  djm   whitespace
[TXT] gss-serv-krb5.c  1.9   7 years  markus   sshd: switch GSSAPI to sshbuf API; ok djm@
[TXT] gss-serv.c  1.32   5 years  djm   spelling errors in comments; no code change from https://fossies.org/linux/misc/...
[TXT] hash.c  1.6   5 years  djm   perform hashing directly in crypto_hash_sha512() using libcrypto or libc SHA512 ...
[TXT] hmac.c  1.15   7 days  dtucker   Order headers as per KNF. Also removes diff vs -portable.
[TXT] hmac.h  1.9   11 years  djm   New key API: refactor key-related functions to be more library-like, existing AP...
[TXT] hostfile.c  1.99   4 months  djm   finally remove DSA signature support from OpenSSH. feedback/ok tb@, ok deraadt@...
[TXT] hostfile.h  1.29   4 years  djm   make struct hostkeys public; I have no idea why I made it opaque originally. ok...
[TXT] kex-names.c  1.6   10 days  djm   simplify algorithm list functions using xextendf(); ok dtucker@
[TXT] kex.c  1.188   4 weeks  djm   ssh(1): add a warning when the connection negotiates a non-post quantum safe key...
[TXT] kex.h  1.127   4 weeks  djm   ssh(1): add a warning when the connection negotiates a non-post quantum safe key...
[TXT] kexc25519.c  1.18   12 months  djm   Add experimental support for hybrid post-quantum key exchange ML-KEM768 with ECD...
[TXT] kexdh.c  1.34   4 years  djm   memleak of DH public bignum; found with libfuzzer
[TXT] kexecdh.c  1.10   6 years  djm   rename kex->kem_client_pub -> kex->client_pub now that KEM has been renamed to k...
[TXT] kexgen.c  1.10   12 months  djm   pull post-quantum ML-KEM/x25519 key exchange out from compile-time flag now than...
[TXT] kexgex.c  1.32   6 years  djm   pass most arguments to the KEX hash functions as sshbuf rather than pointer+leng...
[TXT] kexgexc.c  1.38   3 years  djm   Record session ID, host key and sig at intital KEX These will be used later for...
[TXT] kexgexs.c  1.47   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] kexmlkem768x25519.c  1.2   10 months  djm   explicitly include endian.h
[TXT] kexsntrup761x25519.c  1.3   11 months  djm   update the Streamlined NTRU Prime code from the "ref" implementation in SUPERCOP...
[TXT] krl.c  1.61   7 days  dtucker   Order headers as per KNF. Removes diff vs portable.
[TXT] krl.h  1.10   2 years  djm   remove vestigal support for KRL signatures When the KRL format was originally d...
[TXT] libcrux_mlkem768_sha3.h  1.2   10 months  djm   fix ML-KEM768x25519 KEX on big-endian systems; spotted by jsg@ feedback/ok deraa...
[TXT] log.c  1.65   10 days  djm   grammar and typos in comments
[TXT] log.h  1.35   9 months  djm   add infrastructure for ratelimited logging; feedback/ok dtucker
[TXT] mac.c  1.37   7 days  dtucker   Order headers as per KNF.
[TXT] mac.h  1.10   9 years  djm   Improve crypto ordering for Encrypt-then-MAC (EtM) mode MAC algorithms. Previou...
[TXT] match.c  1.45   12 months  djm   make parsing user@host consistently look for the last '@' in the string rather t...
[TXT] match.h  1.20   5 years  djm   some language improvements; ok markus
[TXT] misc-agent.c  1.6   2 months  djm   fix leak on error path; Coverity CID 481976
[TXT] misc.c  1.206   9 days  djm   fix rtrim() function to not attempt to delete whitespace inside a string, just a...
[TXT] misc.h  1.111   4 months  djm   Move agent listener sockets from /tmp to under ~/.ssh/agent for both ssh-agent(1...
[TXT] mlkem768.sh  1.3   10 months  djm   fix ML-KEM768x25519 KEX on big-endian systems; spotted by jsg@ feedback/ok deraa...
[TXT] moduli.c  1.40   3 months  dtucker   Remove ssh-keygen's moduli screen -Omemory option. This vaguely made sense 20 y...
[TXT] monitor.c  1.247   9 months  jsg   spelling; ok djm@
[TXT] monitor.h  1.25   10 months  djm   Split per-connection sshd-session binary This splits the user authentication co...
[TXT] monitor_fdpass.c  1.22   4 years  djm   use the new variant log macros instead of prepending __func__ and appending ssh_...
[TXT] monitor_fdpass.h  1.4   18 years  djm   make file descriptor passing code return an error rather than call fatal() when ...
[TXT] monitor_wrap.c  1.141   7 days  dtucker   Order headers as per KNF. Removes diff vs portable.
[TXT] monitor_wrap.h  1.53   2 months  djm   the messaging layer between sshd-session and sshd-auth had a maximum message siz...
[TXT] msg.c  1.21   15 months  djm   Start the process of splitting sshd into separate binaries. This step splits ssh...
[TXT] msg.h  1.5   10 years  djm   sync ssh-keysign, ssh-keygen and some dependencies to the new buffer/key API; mo...
[TXT] mux.c  1.105   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] myproposal.h  1.77   9 months  djm   unbreak
[TXT] nchan.c  1.76   13 months  djm   Fix proxy multiplexing (-O proxy) bug If a mux started with ControlPersist then...
[TXT] nchan.ms  1.8   21 years  djm   unexpand and delete whitespace at EOL; ok markus@
[TXT] nchan2.ms  1.4   17 years  djm   document eow message in ssh protocol 2 channel state machine; feedback and ok ma...
[TXT] packet.c  1.322   3 weeks  job   Delete unused accessor function OK dtucker@
[TXT] packet.h  1.101   3 weeks  job   Delete unused accessor function OK dtucker@
[TXT] pathnames.h  1.36   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] pkcs11.h  1.4   7 weeks  djm   update our PKCS#11 API header to v3.0; feedback/ok tb@
[TXT] poly1305.c  1.4   2 years  djm   move other RCSIDs to before their respective license blocks too no code change
[TXT] poly1305.h  1.4   11 years  djm   revert __bounded change; it causes way more problems for portable than it solves...
[TXT] progressmeter.c  1.56   3 months  dtucker   Remove dead code ternary. We always report at least KB/s, so B/s is never used....
[TXT] progressmeter.h  1.5   6 years  dtucker   Have progressmeter force an update at the beginning and end of each transfer. F...
[TXT] readconf.c  1.406   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] readconf.h  1.161   4 weeks  djm   ssh(1): add a warning when the connection negotiates a non-post quantum safe key...
[TXT] readpass.c  1.72   3 months  dtucker   Improve termination condition of while loop to compare size_t's. Assuming read(...
[TXT] rijndael.c  1.20   10 years  djm   #if 0 some more arrays used only for decrypting (we don't use since we only need...
[TXT] rijndael.h  1.15   3 years  dtucker   Make prototype for rijndaelEncrypt match function including the bounds. Fixes er...
[TXT] scp.1  1.114   5 months  jmc   rework the text for -3 to make it clearer what default behaviour is, and adjust ...
[TXT] scp.c  1.265   10 days  djm   grammar and typos in comments
[TXT] servconf.c  1.434   10 days  djm   GssStrictAcceptor was missing from sshd -T output; fix
[TXT] servconf.h  1.169   10 months  djm   Split per-connection sshd-session binary This splits the user authentication co...
[TXT] serverloop.c  1.243   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] serverloop.h  1.8   8 years  djm   refactor channels.c Move static state to a "struct ssh_channels" that is alloca...
[TXT] session.c  1.343   3 weeks  djm   Make ssh(1) and sshd(8) set IP QoS (aka IP_TOS, IPV6_TCLASS) continually at runt...
[TXT] session.h  1.37   2 years  djm   Add channel_force_close() This will forcibly close an open channel by simulatin...
[TXT] sftp-client.c  1.178   11 days  djm   replace remaining cases where we manually included __func__ in a debug or error ...
[TXT] sftp-client.h  1.39   2 years  djm   the sftp code was one of my first contributions to OpenSSH and it shows - the fu...
[TXT] sftp-common.c  1.34   2 years  djm   don't attempt to decode a ridiculous number of attributes; harmless because of b...
[TXT] sftp-common.h  1.13   2 years  djm   extend sftp-common.c:extend ls_file() to support supplied user/group names; ok m...
[TXT] sftp-glob.c  1.33   2 years  djm   rename remote_glob() -> sftp_glob() to match other API
[TXT] sftp-realpath.c  1.2   4 years  deraadt   sys/param.h is not needed for any visible reason
[TXT] sftp-server-main.c  1.6   6 years  otto   Replace calls to ssh_malloc_init() by a static init of malloc_options. Prepares ...
[TXT] sftp-server.8  1.31   4 years  jmc   standardise the grammar in the options list; issue reported by debian at helgefj...
[TXT] sftp-server.c  1.149   11 days  djm   replace remaining cases where we manually included __func__ in a debug or error ...
[TXT] sftp-usergroup.c  1.2   2 years  djm   the sftp code was one of my first contributions to OpenSSH and it shows - the fu...
[TXT] sftp-usergroup.h  1.1   2 years  djm   use [email protected] sftp-server extension (when available) to fil...
[TXT] sftp.1  1.144   9 months  djm   sync -o option lists with ssh.1; requested jmc@
[TXT] sftp.c  1.241   10 days  djm   grammar and typos in comments
[TXT] sftp.h  1.9   17 years  dtucker   replace __dead with __attribute__((noreturn)), makes things a little easier to p...
[TXT] sk-api.h  1.15   3 years  djm   when enrolling a resident key on a security token, check if a credential with ma...
[TXT] sk-usbhid.c  1.48   4 months  tb   Use EC_POINT_[sg]et_affine_coordinates() It is available in all supported OpenS...
[TXT] smult_curve25519_ref.c  1.2   11 years  markus   add missing $OpenBSD$ tags
[TXT] sntrup761.c  1.8   11 months  djm   use 64 bit math to avoid signed underflow. upstream code relies on using -fwrapv...
[TXT] sntrup761.sh  1.9   11 months  djm   use 64 bit math to avoid signed underflow. upstream code relies on using -fwrapv...
[TXT] srclimit.c  1.12   11 days  djm   replace remaining cases where we manually included __func__ in a debug or error ...
[TXT] srclimit.h  1.4   11 months  djm   Add a "refuseconnection" penalty class to sshd_config PerSourcePenalties This a...
[TXT] ssh-add.1  1.88   2 days  djm   When adding certificates to an agent, set the expiry to the certificate expiry t...
[TXT] ssh-add.c  1.178   2 days  djm   correct getopt() string
[TXT] ssh-agent.1  1.85   3 months  djm   Correct FILES section to mention new default path to agent sockets. Spotted by /...
[TXT] ssh-agent.c  1.313   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ssh-ecdsa-sk.c  1.19   12 months  djm   Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains unconverted...
[TXT] ssh-ecdsa.c  1.28   7 weeks  djm   Help OpenSSH's PKCS#11 support kick its meth habit. The PKCS#11 code in OpenSSH...
[TXT] ssh-ed25519-sk.c  1.15   2 years  djm   refactor sshkey_private_deserialize feedback/ok markus@
[TXT] ssh-ed25519.c  1.20   7 weeks  djm   factor out encoding of a raw ed25519 signature into its ssh form into a separate...
[TXT] ssh-gss.h  1.16   15 months  jsg   remove prototypes with no matching function; ok djm@
[TXT] ssh-keygen.1  1.235   3 months  dtucker   Remove ssh-keygen's moduli screen -Omemory option. This vaguely made sense 20 y...
[TXT] ssh-keygen.c  1.482   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ssh-keyscan.1  1.52   14 months  djm   disable the DSA signature algorithm by default; ok markus@ (yes, I know this ex...
[TXT] ssh-keyscan.c  1.167   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ssh-keysign.8  1.18   14 months  djm   disable the DSA signature algorithm by default; ok markus@ (yes, I know this ex...
[TXT] ssh-keysign.c  1.77   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ssh-pkcs11-client.c  1.24   6 weeks  dtucker   Plug leak in case where sigp is passed as NULL. Coverity CID 483725, ok djm@
[TXT] ssh-pkcs11-helper.8  1.7   3 years  djm   mention that the helpers are used by ssh(1), ssh-agent(1) and ssh-keygen(1). Pre...
[TXT] ssh-pkcs11-helper.c  1.29   6 weeks  djm   unbreak WITH_OPENSSL=no builds, also allowing ed25519 keys to be used via PKCS#1...
[TXT] ssh-pkcs11.c  1.69   6 weeks  djm   unbreak WITH_OPENSSL=no builds, also allowing ed25519 keys to be used via PKCS#1...
[TXT] ssh-pkcs11.h  1.9   6 weeks  djm   unbreak WITH_OPENSSL=no builds, also allowing ed25519 keys to be used via PKCS#1...
[TXT] ssh-rsa.c  1.81   7 weeks  djm   Help OpenSSH's PKCS#11 support kick its meth habit. The PKCS#11 code in OpenSSH...
[TXT] ssh-sk-client.c  1.13   6 months  djm   Fix cases where error codes were not correctly set Reported by the Qualys Secu...
[TXT] ssh-sk-helper.8  1.4   3 years  djm   mention that the helpers are used by ssh(1), ssh-agent(1) and ssh-keygen(1). Pre...
[TXT] ssh-sk-helper.c  1.15   7 weeks  djm   Help OpenSSH's PKCS#11 support kick its meth habit. The PKCS#11 code in OpenSSH...
[TXT] ssh-sk.c  1.41   12 months  djm   Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains unconverted...
[TXT] ssh-sk.h  1.11   3 years  djm   When downloading resident keys from a FIDO token, pass back the user ID that was...
[TXT] ssh.1  1.444   9 months  djm   sync the list of options accepted by -o with ssh_config.5 prompted by bz3455
[TXT] ssh.c  1.617   9 days  djm   Improve rules for %-expansion of username. Usernames passed on the commandline ...
[TXT] ssh.h  1.91   11 months  jsg   remove some unused defines; ok djm@
[TXT] ssh2.h  1.22   23 months  djm   Reserve a range of "local extension" message numbers that OpenSSH promises not t...
[TXT] ssh_api.c  1.32   10 months  djm   in _ssh_order_hostkeyalgs() consider ECDSA curve type when arranging the hostkey...
[TXT] ssh_api.h  1.2   7 years  djm   lots of typos in comments/docs. Patch from Karsten Weiss after checking with cod...
[TXT] ssh_config  1.37   4 months  djm   finally remove DSA signature support from OpenSSH. feedback/ok tb@, ok deraadt@...
[TXT] ssh_config.5  1.419   3 weeks  caspar   ssh_config.5: say "post-quantum" instead of "post quantum safe", and rephrase th...
[TXT] sshbuf-getput-basic.c  1.13   3 years  djm   revert previous; it was broken (spotted by Theo)
[TXT] sshbuf-getput-crypto.c  1.12   12 months  djm   Convert RSA and ECDSA key to the libcrypto EVP_PKEY API. DSA remains unconverted...
[TXT] sshbuf-io.c  1.2   5 years  djm   tidy headers; some junk snuck into sshbuf-misc.c and sshbuf-io.c doesn't need SS...
[TXT] sshbuf-misc.c  1.22   9 days  djm   fix sshbuf_dtourlb64() to not choke on empty buffers; previously it incorrectly ...
[TXT] sshbuf.c  1.23   12 months  tobias   Reorder calloc arguments The first argument should be the amount, the second ar...
[TXT] sshbuf.h  1.32   10 days  djm   fix comment on sshbuf_froms() - it *returns* an error code, the allocated buffer...
[TXT] sshconnect.c  1.374   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshconnect.h  1.49   6 months  dtucker   Allow %-token and environment variable expansion in User, with the exception of ...
[TXT] sshconnect2.c  1.377   6 months  djm   Fix cases where error codes were not correctly set Reported by the Qualys Secu...
[TXT] sshd-auth.c  1.8   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshd-debug.sh  1.2   9 months  jsg   spelling; ok djm@
[TXT] sshd-session.c  1.15   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshd.8  1.327   11 months  djm   document Match invalid-user
[TXT] sshd.c  1.622   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshd_config  1.105   9 months  dtucker   Improve description of KbdInteractiveAuthentication. Based on bz#3658, fixes jm...
[TXT] sshd_config.5  1.384   5 weeks  job   Use the operating system default DSCP marking for non-interactive traffic It se...
[TXT] ssherr.c  1.10   5 years  djm   improve the error message for u2f enrollment errors by making ssh-keygen be sole...
[TXT] ssherr.h  1.8   5 years  djm   improve the error message for u2f enrollment errors by making ssh-keygen be sole...
[TXT] sshkey.c  1.154   7 days  dtucker   Order includes as per KNF and add time.h. Removes diff vs portable.
[TXT] sshkey.h  1.70   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshlogin.c  1.35   4 years  djm   use the new variant log macros instead of prepending __func__ and appending ssh_...
[TXT] sshlogin.h  1.8   19 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] sshpty.c  1.34   6 years  deraadt   fatal() if getgrnam() cannot find "tty"
[TXT] sshpty.h  1.13   8 years  dtucker   Factor out code to disconnect from controlling terminal into its own function. ...
[TXT] sshsig.c  1.38   6 months  djm   Fix cases where error codes were not correctly set Reported by the Qualys Secu...
[TXT] sshsig.h  1.11   3 years  djm   Add ssh-keygen -Y match-principals operation to perform matching of principals n...
[TXT] sshtty.c  1.14   15 years  djm   quell tc[gs]etattr warnings when forcing a tty (ssh -tt), since we usually don't...
[TXT] ttymodes.c  1.36   4 years  djm   remove global variable used to stash compat flags and use the purpose-built ssh-...
[TXT] ttymodes.h  1.16   8 years  djm   purge the last traces of SSHv1 from the TTY modes handling code ok markus
[TXT] uidswap.c  1.42   6 years  deraadt   When system calls indicate an error they return -1, not some arbitrary value < 0...
[TXT] uidswap.h  1.14   7 years  dtucker   Remove support for running ssh(1) setuid and fatal if attempted. Do not link uid...
[TXT] umac.c  1.27   7 days  dtucker   Tabs->spaces. Removes diff vs portable.
[TXT] umac.h  1.5   3 years  jsg   spelling ok dtucker@
[TXT] umac128.c  1.2   7 years  dtucker   Rename struct umac_ctx to umac128_ctx too. In portable some linkers complain ab...
[TXT] utf8.c  1.11   5 years  djm   expose vasnmprintf(); ok (as part of other commit) markus deraadt
[TXT] utf8.h  1.4   4 years  djm   highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on ...
[TXT] version.h  1.105   5 months  djm   openssh-10.0
[TXT] xmalloc.c  1.38   3 months  deraadt   use "const char * const" for malloc_options here also
[TXT] xmalloc.h  1.20   4 years  djm   highly polished whitespace, mostly fixing spaces-for-tab and bad indentation on ...
[TXT] COPYING.Ylonen (in the Attic) [Hide]  1.7   25 years  deraadt   cleanup copyright notices on all files. I have attempted to be accurate with th...
[TXT] ChangeLog (in the Attic) [Hide]  1.2   25 years  deraadt   noone needs this anymore
[TXT] INSTALL (in the Attic) [Hide]  1.2   25 years  deraadt   correct for our ssh
[TXT] Makefile.in (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] PROTOCOL.certkeys (in the Attic) [Hide]  1.21   4 months  djm   Now that there's an I-D for certificate keys, refer to that instead of the much ...
[TXT] PROTOCOL.chacha20poly1305 (in the Attic) [Hide]  1.6   5 weeks  djm   a bunch of the protocol extensions we support now have RFCs and I-Ds that are mo...
[TXT] README.AFS-KERBEROS (in the Attic) [Hide]  1.2   25 years  deraadt   noone is going to read this, anything i delete with this command belongs in a ma...
[TXT] README.DEATTACK (in the Attic) [Hide]  1.2   25 years  dugsong   include licensing info
[TXT] README.dns (in the Attic) [Hide]  1.3   19 years  deraadt   these files should not exist. the developers have been given ample time and war...
[TXT] README.openssh2 (in the Attic) [Hide]  1.10   25 years  markus   bye bye
[TXT] README.smartcard (in the Attic) [Hide]  1.10   15 years  markus   obsolete
[TXT] README.tun (in the Attic) [Hide]  1.5   19 years  deraadt   these files should not exist. the developers have been given ample time and war...
[TXT] RFC (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] RFC.nroff (in the Attic) [Hide]  1.3   22 years  markus   bad license; deraadt
[TXT] acconfig.h (in the Attic) [Hide]  1.2   25 years  deraadt   trash
[TXT] auth-chall.c (in the Attic) [Hide]  1.15   9 years  markus   remove ssh1 server code; ok djm@
[TXT] auth-krb4.c (in the Attic) [Hide]  1.31   22 years  markus   remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henn...
[TXT] auth-rh-rsa.c (in the Attic) [Hide]  1.46   9 years  markus   remove ssh1 server code; ok djm@
[TXT] auth-rsa.c (in the Attic) [Hide]  1.91   9 years  markus   remove ssh1 server code; ok djm@
[TXT] auth-skey.c (in the Attic) [Hide]  1.28   17 years  djm   unifdef -DBSD_AUTH unifdef -USKEY These options have been in use for some years...
[TXT] auth1.c (in the Attic) [Hide]  1.83   9 years  markus   remove ssh1 server code; ok djm@
[TXT] auth2-jpake.c (in the Attic) [Hide]  1.7   11 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] auth2-krb5.c (in the Attic) [Hide]  1.3   22 years  markus   nuke "[email protected]"
[TXT] auth2-skey.c (in the Attic) [Hide]  1.4   24 years  markus   rename *-skey.c *-chall.c since the files are not skey specific
[TXT] aux.c (in the Attic) [Hide]  1.5   25 years  provos   rename aux.c to util.c to help with cygwin port
[TXT] bf_enc.c (in the Attic) [Hide]  1.2   25 years  deraadt   remove local blowfish code
[TXT] bf_locl.h (in the Attic) [Hide]  1.2   25 years  deraadt   remove local blowfish code
[TXT] bf_pi.h (in the Attic) [Hide]  1.2   25 years  deraadt   remove local blowfish code
[TXT] bf_skey.c (in the Attic) [Hide]  1.2   25 years  deraadt   remove local blowfish code
[TXT] blocks.c (in the Attic) [Hide]  1.4   7 years  naddy   Replace ED25519's private SHA-512 implementation with a call to the regular dige...
[TXT] blowfish.h (in the Attic) [Hide]  1.2   25 years  deraadt   remove local blowfish code
[TXT] bufaux.c (in the Attic) [Hide]  1.61   7 years  markus   remove legacy buffer API emulation layer; ok djm@
[TXT] bufaux.h (in the Attic) [Hide]  1.23   19 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] bufbn.c (in the Attic) [Hide]  1.14   7 years  markus   remove legacy buffer API emulation layer; ok djm@
[TXT] bufec.c (in the Attic) [Hide]  1.5   7 years  markus   remove legacy buffer API emulation layer; ok djm@
[TXT] buffer.c (in the Attic) [Hide]  1.37   7 years  markus   remove legacy buffer API emulation layer; ok djm@
[TXT] buffer.h (in the Attic) [Hide]  1.27   7 years  markus   remove legacy buffer API emulation layer; ok djm@
[TXT] channel-auth.c (in the Attic) [Hide]  1.2   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel-close.c (in the Attic) [Hide]  1.2   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel-core.c (in the Attic) [Hide]  1.2   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel-input.c (in the Attic) [Hide]  1.2   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel-tcpfwd.c (in the Attic) [Hide]  1.3   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel-x11.c (in the Attic) [Hide]  1.2   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel.c (in the Attic) [Hide]  1.3   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] channel.h (in the Attic) [Hide]  1.3   24 years  markus   undo the .c file split, just merge the header and keep the cvs history
[TXT] check-fds.c (in the Attic) [Hide]  1.2   25 years  deraadt   trash
[TXT] cipher-3des1.c (in the Attic) [Hide]  1.13   8 years  djm   remove SSHv1 ciphers; ok markus@
[TXT] cipher-aes.c (in the Attic) [Hide]  1.3   20 years  djm   remove fallback AES support for old OpenSSL, as OpenBSD has had it for many year...
[TXT] cipher-bf1.c (in the Attic) [Hide]  1.8   8 years  djm   remove SSHv1 ciphers; ok markus@
[TXT] cipher-ctr.c (in the Attic) [Hide]  1.12   12 years  naddy   use OpenSSL's EVP_aes_{128,192,256}_ctr() API and remove our hand-rolled counter...
[TXT] cli.c (in the Attic) [Hide]  1.15   24 years  markus   switch to readpassphrase(3) 2.7/8-stable needs readpassphrase.[ch] from libc
[TXT] cli.h (in the Attic) [Hide]  1.6   24 years  markus   switch to readpassphrase(3) 2.7/8-stable needs readpassphrase.[ch] from libc
[TXT] closefrom.c (in the Attic) [Hide]  1.1   21 years  brad   branches: 1.1.2; file closefrom.c was initially added on branch OPENBSD_3_4.
[TXT] compress.c (in the Attic) [Hide]  1.27   10 years  markus   update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api...
[TXT] compress.h (in the Attic) [Hide]  1.13   10 years  markus   update packet.c & isolate, introduce struct ssh a) switch packet.c to buffer api...
[TXT] config.cache (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.guess (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.h (in the Attic) [Hide]  1.12   25 years  deraadt   even smaller
[TXT] config.h.in (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.log (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.sample (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.status (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] config.sub (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] configure (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] configure.in (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] crc32.c (in the Attic) [Hide]  1.12   6 years  dtucker   Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. Patch fro...
[TXT] crc32.h (in the Attic) [Hide]  1.16   6 years  dtucker   Remove crc32.{c,h} which were only used by the now-gone SSH1 protocol. Patch fro...
[TXT] deattack.c (in the Attic) [Hide]  1.34   8 years  djm   don't know why cvs didn't exterminate these the first time around, I use rm -f a...
[TXT] deattack.h (in the Attic) [Hide]  1.13   8 years  djm   don't know why cvs didn't exterminate these the first time around, I use rm -f a...
[TXT] digest.c (in the Attic) [Hide]  1.5   11 years  markus   rename digest.c to digest-openssl.c and add libc variant; ok djm@
[TXT] dsa.c (in the Attic) [Hide]  1.12   24 years  markus   add support for RSA to SSH2. please test. there are now 3 types of keys: RSA1 ...
[TXT] dsa.h (in the Attic) [Hide]  1.4   24 years  markus   add support for RSA to SSH2. please test. there are now 3 types of keys: RSA1 ...
[TXT] fdlim.h (in the Attic) [Hide]  1.3   25 years  markus   removed AUTH_FD residua.
[TXT] fe25519.c (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] fe25519.h (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] fingerprint.c (in the Attic) [Hide]  1.8   25 years  markus   add SSH2/DSA support to the agent and some other DSA related cleanups. (note tha...
[TXT] fingerprint.h (in the Attic) [Hide]  1.5   25 years  markus   add SSH2/DSA support to the agent and some other DSA related cleanups. (note tha...
[TXT] ge25519.c (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] ge25519.h (in the Attic) [Hide]  1.5   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] ge25519_base.data (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] gen_minfd.c (in the Attic) [Hide]  1.2   25 years  deraadt   more shrinking
[TXT] getput.h (in the Attic) [Hide]  1.10   19 years  djm   replace {GET,PUT}_XXBIT macros with functionally similar functions, silencing a ...
[TXT] host_config.sample (in the Attic) [Hide]  1.2   25 years  deraadt   distribution target
[TXT] includes.h (in the Attic) [Hide]  1.59   19 years  deraadt   almost entirely get rid of the culture of ".h files that include .h files" ok dj...
[TXT] install-sh (in the Attic) [Hide]  1.2   25 years  deraadt   build ssh components using our build model
[TXT] int32_minmax.inc (in the Attic) [Hide]  1.2   4 years  dtucker   estructure sntrup761.sh to process all files in a single list, which will make i...
[TXT] jpake.c (in the Attic) [Hide]  1.9   11 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] jpake.h (in the Attic) [Hide]  1.3   11 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] kexc25519c.c (in the Attic) [Hide]  1.14   6 years  djm   use KEM API for vanilla c25519 KEX
[TXT] kexc25519s.c (in the Attic) [Hide]  1.17   6 years  djm   use KEM API for vanilla c25519 KEX
[TXT] kexdhc.c (in the Attic) [Hide]  1.30   6 years  djm   use KEM API for vanilla DH KEX from markus@ ok djm@
[TXT] kexdhs.c (in the Attic) [Hide]  1.36   6 years  djm   use KEM API for vanilla DH KEX from markus@ ok djm@
[TXT] kexecdhc.c (in the Attic) [Hide]  1.17   6 years  djm   nothing shall escape this purge
[TXT] kexecdhs.c (in the Attic) [Hide]  1.22   6 years  djm   use KEM API for vanilla ECDH from markus@ ok djm@
[TXT] kexkemc.c (in the Attic) [Hide]  1.6   6 years  djm   nothing shall escape this purge
[TXT] kexkems.c (in the Attic) [Hide]  1.6   6 years  djm   merge kexkem[cs] into kexgen from markus@ ok djm@
[TXT] kexsntrup4591761x25519.c (in the Attic) [Hide]  1.5   4 years  djm   Update/replace the experimental post-quantim hybrid key exchange method based on...
[TXT] key.c (in the Attic) [Hide]  1.133   7 years  markus   remove legacy key emulation layer; ok djm@
[TXT] key.h (in the Attic) [Hide]  1.53   7 years  markus   remove legacy key emulation layer; ok djm@
[TXT] log-client.c (in the Attic) [Hide]  1.16   24 years  markus   log*.c -> log.c
[TXT] log-server.c (in the Attic) [Hide]  1.21   24 years  markus   log*.c -> log.c
[TXT] login.c (in the Attic) [Hide]  1.18   24 years  djm   Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid header c...
[TXT] login.h (in the Attic) [Hide]  1.3   24 years  djm   branches: 1.3.2; Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch]...
[TXT] md-sha256.c (in the Attic) [Hide]  1.7   17 years  djm   gc unused file (obseleted by libcrypto update)
[TXT] minfd.c (in the Attic) [Hide]  1.3   25 years  markus   nuke minfd/AUTH_FD
[TXT] moduli.h (in the Attic) [Hide]  1.2   21 years  djm   zap another tiny header; ok deraadt@
[TXT] monitor_mm.c (in the Attic) [Hide]  1.22   8 years  djm   Remove support for pre-authentication compression. Doing compression early in th...
[TXT] monitor_mm.h (in the Attic) [Hide]  1.7   8 years  djm   Remove support for pre-authentication compression. Doing compression early in th...
[TXT] mpaux.c (in the Attic) [Hide]  1.17   21 years  djm   kill some more tiny files; ok deraadt@
[TXT] mpaux.h (in the Attic) [Hide]  1.13   21 years  djm   kill some more tiny files; ok deraadt@
[TXT] nchan.h (in the Attic) [Hide]  1.13   24 years  markus   channel layer cleanup: merge header files and split .c files
[TXT] opacket.c (in the Attic) [Hide]  1.10   6 years  djm   remove last traces of old packet API! with & ok markus@
[TXT] opacket.h (in the Attic) [Hide]  1.14   6 years  djm   remove last traces of old packet API! with & ok markus@
[TXT] pty.c (in the Attic) [Hide]  1.23   24 years  djm   Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid header c...
[TXT] pty.h (in the Attic) [Hide]  1.9   24 years  djm   Rename pty.[ch] -> sshpty.[ch] and login.[ch] to sshlogin.[ch] to avoid header c...
[TXT] radix.c (in the Attic) [Hide]  1.23   22 years  markus   remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henn...
[TXT] radix.h (in the Attic) [Hide]  1.5   22 years  markus   remove (already disabled) KRB4/AFS support, re-enable -k in ssh(1); test+ok henn...
[TXT] random.c (in the Attic) [Hide]  1.2   25 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] randoms.c (in the Attic) [Hide]  1.2   25 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] randoms.h (in the Attic) [Hide]  1.2   25 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] rc4.c (in the Attic) [Hide]  1.2   25 years  deraadt   no longer using rc4
[TXT] rc4.h (in the Attic) [Hide]  1.2   25 years  deraadt   no longer using rc4
[TXT] readpass.h (in the Attic) [Hide]  1.8   21 years  djm   kill a tiny header; ok deraadt@
[TXT] readpassphrase.c (in the Attic) [Hide]  1.1   23 years  miod   branches: 1.1.2; 1.1.4; file readpassphrase.c was initially added on branch OP...
[TXT] readpassphrase.h (in the Attic) [Hide]  1.1   23 years  miod   branches: 1.1.2; 1.1.4; file readpassphrase.h was initially added on branch OP...
[TXT] remove.c (in the Attic) [Hide]  1.2   25 years  deraadt   remove.c
[TXT] rfc-pg.c (in the Attic) [Hide]  1.2   25 years  deraadt   trash
[TXT] rijndael_boxes.h (in the Attic) [Hide]  1.2   24 years  markus   no longer used
[TXT] roaming.h (in the Attic) [Hide]  1.7   9 years  markus   remove roaming support; ok djm@
[TXT] roaming_client.c (in the Attic) [Hide]  1.10   9 years  markus   remove roaming support; ok djm@
[TXT] roaming_common.c (in the Attic) [Hide]  1.14   9 years  markus   remove roaming support; ok djm@
[TXT] roaming_dummy.c (in the Attic) [Hide]  1.5   9 years  markus   remove roaming support; ok djm@
[TXT] roaming_serv.c (in the Attic) [Hide]  1.2   9 years  markus   remove roaming support; ok djm@
[TXT] rsa.c (in the Attic) [Hide]  1.34   8 years  djm   actually remove these files
[TXT] rsa.h (in the Attic) [Hide]  1.19   8 years  djm   actually remove these files
[TXT] sandbox-pledge.c (in the Attic) [Hide]  1.4   5 days  jsg   remove unused 0-sized files; ok deraadt@
[TXT] sandbox-rlimit.c (in the Attic) [Hide]  1.7   5 days  jsg   remove unused 0-sized files; ok deraadt@
[TXT] sandbox-systrace.c (in the Attic) [Hide]  1.19   9 years  deraadt   systrace is dead. long live systrace.
[TXT] sandbox-tame.c (in the Attic) [Hide]  1.3   9 years  deraadt   Change all tame callers to namechange to pledge(2).
[TXT] sandbox.h (in the Attic) [Hide]  1.3   14 years  djm   rename sandbox.h => ssh-sandbox.h to make things easier for portable
[TXT] sc25519.c (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] sc25519.h (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] scard.c (in the Attic) [Hide]  1.37   15 years  markus   remove obsole scard code
[TXT] scard.h (in the Attic) [Hide]  1.15   15 years  markus   remove obsole scard code
[TXT] schnorr.c (in the Attic) [Hide]  1.11   11 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] schnorr.h (in the Attic) [Hide]  1.3   11 years  djm   remove experimental, never-enabled JPAKE code; ok markus@
[TXT] scp-common.c (in the Attic) [Hide]  1.2   24 years  mouring   branches: 1.2.2; Move colon() and cleanhost() to misc.c where I should I have p...
[TXT] scp-common.h (in the Attic) [Hide]  1.2   24 years  mouring   branches: 1.2.2; Move colon() and cleanhost() to misc.c where I should I have p...
[TXT] server_config.sample (in the Attic) [Hide]  1.2   25 years  deraadt   distribution target
[TXT] sftp-glob.h (in the Attic) [Hide]  1.10   21 years  djm   Remove useless headers; ok deraadt@
[TXT] sftp-int.c (in the Attic) [Hide]  1.70   21 years  djm   sftp.c and sftp-int.c, together at last; ok markus@
[TXT] sftp-int.h (in the Attic) [Hide]  1.8   21 years  djm   Remove useless headers; ok deraadt@
[TXT] sntrup4591761.c (in the Attic) [Hide]  1.4   4 years  djm   Update/replace the experimental post-quantim hybrid key exchange method based on...
[TXT] sntrup4591761.sh (in the Attic) [Hide]  1.4   4 years  djm   Update/replace the experimental post-quantim hybrid key exchange method based on...
[TXT] ssh-askpass.wish (in the Attic) [Hide]  1.2   25 years  provos   convert all uses of gmp to SSL bignum convert all used of rsa to SSL rsa functio...
[TXT] ssh-dss.c (in the Attic) [Hide]  1.51   4 months  djm   finally remove DSA signature support from OpenSSH. feedback/ok tb@, ok deraadt@...
[TXT] ssh-dss.h (in the Attic) [Hide]  1.7   22 years  markus   merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
[TXT] ssh-rsa.h (in the Attic) [Hide]  1.7   22 years  markus   merge ssh-dss.h ssh-rsa.h into key.h; ok deraadt@
[TXT] ssh-sandbox.h (in the Attic) [Hide]  1.3   5 days  jsg   remove unused 0-sized files; ok deraadt@
[TXT] ssh-xmss.c (in the Attic) [Hide]  1.15   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] ssh.1.in (in the Attic) [Hide]  1.2   25 years  deraadt   trash
[TXT] ssh1.h (in the Attic) [Hide]  1.9   8 years  djm   don't know why cvs didn't exterminate these the first time around, I use rm -f a...
[TXT] ssh_md5.c (in the Attic) [Hide]  1.3   25 years  deraadt   use libc md5
[TXT] ssh_md5.h (in the Attic) [Hide]  1.4   25 years  deraadt   use libc md5
[TXT] sshconnect1.c (in the Attic) [Hide]  1.81   8 years  djm   this one I did forget to "cvs rm"
[TXT] sshd.8.in (in the Attic) [Hide]  1.2   25 years  deraadt   trash
[TXT] sshkey-xmss.c (in the Attic) [Hide]  1.13   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshkey-xmss.h (in the Attic) [Hide]  1.5   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] sshtty.h (in the Attic) [Hide]  1.4   21 years  deraadt   make two tiny header files go away; djm ok
[TXT] tildexpand.c (in the Attic) [Hide]  1.16   20 years  djm   replace tilde_expand_filename with a simpler implementation, ahead of more whack...
[TXT] tildexpand.h (in the Attic) [Hide]  1.5   21 years  deraadt   make two tiny header files go away; djm ok
[TXT] tree.h (in the Attic) [Hide]  1.1   23 years  miod   branches: 1.1.2; 1.1.4; file tree.h was initially added on branch OPENBSD_3_0....
[TXT] util.c (in the Attic) [Hide]  1.7   24 years  markus   split ssh.h and try to cleanup the #include mess. remove unnecessary #includes. ...
[TXT] uuencode.c (in the Attic) [Hide]  1.29   6 years  djm   remove mostly vestigal uuencode.[ch]; moving the only unique functionality there...
[TXT] uuencode.h (in the Attic) [Hide]  1.15   6 years  djm   remove mostly vestigal uuencode.[ch]; moving the only unique functionality there...
[TXT] verify.c (in the Attic) [Hide]  1.4   2 years  djm   update OpenSSH's Ed25519 code to the last version of SUPERCOP (20221122) and cha...
[TXT] xmss_commons.c (in the Attic) [Hide]  1.3   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_commons.h (in the Attic) [Hide]  1.4   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_fast.c (in the Attic) [Hide]  1.4   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_fast.h (in the Attic) [Hide]  1.3   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_hash.c (in the Attic) [Hide]  1.5   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_hash.h (in the Attic) [Hide]  1.3   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_hash_address.c (in the Attic) [Hide]  1.3   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_hash_address.h (in the Attic) [Hide]  1.3   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_wots.c (in the Attic) [Hide]  1.4   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus
[TXT] xmss_wots.h (in the Attic) [Hide]  1.4   2 weeks  djm   remove experimental support for XMSS keys; ok deraadt markus