OpenBSD CVS

src/usr.bin/ssh/Attic/


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 / Attic

Current tag: OPENBSD_5_1_BASE


File Rev. Age Author Last log entry
[BACK] Parent Directory        
[TXT] auth-chall.c  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  1.43   14 years  djm   Add a TrustedUserCAKeys option to sshd_config to specify CA keys that are truste...
[TXT] auth-rsa.c  1.80   13 years  djm   allow AuthorizedKeysFile to specify multiple files, separated by spaces. Bring b...
[TXT] auth1.c  1.75   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[TXT] auth2-jpake.c  1.4   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] bufaux.c  1.50   13 years  djm   Add buffer_get_cstring() and related functions that verify that the string extra...
[TXT] bufbn.c  1.6   17 years  djm   memory leak on error path; from arnaud.lacombe.1 AT ulaval.ca
[TXT] bufec.c  1.1   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] buffer.c  1.32   14 years  djm   constify the arguments to buffer_len, buffer_ptr and buffer_dump
[TXT] buffer.h  1.21   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] cipher-3des1.c  1.7   13 years  djm   branches: 1.7.10; adapt to API changes in openssl-1.0.0a
[TXT] cipher-bf1.c  1.6   13 years  djm   adapt to API changes in openssl-1.0.0a
[TXT] cipher-ctr.c  1.11   13 years  djm   adapt to API changes in openssl-1.0.0a
[TXT] compress.c  1.26   13 years  deraadt   work around name-space collisions some buggy compilers (looking at you gcc, at l...
[TXT] compress.h  1.12   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] crc32.c  1.11   18 years  stevesk   remove extra spaces
[TXT] crc32.h  1.15   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] deattack.c  1.30   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[TXT] deattack.h  1.10   17 years  djm   limit maximum work performed by the CRC compensation attack detector, problem re...
[TXT] jpake.c  1.6   13 years  djm   missing #include
[TXT] jpake.h  1.2   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[TXT] kexdhc.c  1.12   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] kexdhs.c  1.12   13 years  djm   use only libcrypto APIs that are retained with OPENSSL_NO_DEPRECATED. these have...
[TXT] kexecdhc.c  1.2   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] kexecdhs.c  1.2   13 years  djm   add a KexAlgorithms knob to the client and server configuration to allow selecti...
[TXT] key.c  1.98   12 years  djm   remove explict search for \0 in packet strings, this job is now done implicitly ...
[TXT] key.h  1.33   13 years  djm   fix a possible NULL deref on loading a corrupt ECDH key store ECDH group inform...
[TXT] monitor_mm.c  1.16   14 years  dtucker   branches: 1.16.16; alphabetize includes; reduces diff vs portable and style(9)....
[TXT] monitor_mm.h  1.5   16 years  otto   garbage collect two unused fields in struct mm_master; ok markus@
[TXT] roaming.h  1.6   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] roaming_client.c  1.4   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] roaming_common.c  1.9   12 years  djm   fix some harmless and/or unreachable int overflows; reported Xi Wang, ok markus@...
[TXT] roaming_dummy.c  1.3   14 years  dtucker   Add tags for the benefit of the sync scripts
[TXT] roaming_serv.c  1.1   14 years  andreas   Dummy implementation of wait_for_roaming_reconnect() for the server side. It doe...
[TXT] rsa.c  1.29   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] rsa.h  1.16   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] sandbox-systrace.c  1.4   12 years  djm   fail open(2) with EPERM rather than SIGKILLing the whole process. libc will call...
[TXT] schnorr.c  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  1.1   15 years  djm   refactor the (disabled) Schnorr proof code to make it a little more generally us...
[TXT] ssh1.h  1.6   18 years  djm   standardise spacing in $OpenBSD$ tags; requested by deraadt@
[TXT] sshconnect1.c  1.70   17 years  markus   add missing checks for openssl return codes; with & ok djm@
[TXT] uuencode.c  1.26   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...
[TXT] uuencode.h  1.14   13 years  djm   Implement Elliptic Curve Cryptography modes for key exchange (ECDH) and host/use...