summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Re-add IDEA. This is not actually built unless asked for by the user.markm2000-06-192-0/+513
| | | | | | | | | | | | | | | | | | | | (To avoid patent hassles).
* | | | | Fix syntax error in previous commit.kris2000-06-111-2/+3
| | | | | | | | | | | | | | | | | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de>
* | | | | Fix security botch in "UseLogin Yes" case: commands are executed withkris2000-06-101-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | uid 0. Obtained from: OpenBSD
* | | | | Make `ssh-agent -k' work for csh(1)-like shells.ru2000-06-101-1/+1
| | | | |
* | | | | Allow "DenyUsers" to function.green2000-06-061-0/+1
| | | | |
* | | | | Resolve conflictskris2000-06-035-80/+33
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r61209,kris2000-06-038-159/+204
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Initial import of OpenSSH snapshot from 2000/05/30kris2000-06-0313-239/+237
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | Resolve conflictskris2000-06-031-1/+7
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r61206,kris2000-06-031-0/+36
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import from vendor repository.kris2000-06-032-1/+43
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD
* | | | | Bring vendor patches onto the main branch, and resolve conflicts.kris2000-06-035-30/+72
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r61201,kris2000-06-031-2/+2
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import vendor patches: the first is written bykris2000-06-034-10/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Brian Feldman <green@FreeBSD.org> * Remove the gratuitous dependency on OpenSSL 0.9.5a (preparation for MFC) * Disable agent forwarding by default in the client (security risk) Submitted by: green Obtained from: OpenBSD
* | | | | This commit was generated by cvs2svn to compensate for changes in r61199,kris2000-06-032-25/+17
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import vendor patch originally submitted by the below author: don'tkris2000-06-033-38/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | treat failure to create the authentication agent directory in /tmp as a fatal error, but disable agent forwarding. Submitted by: Jan Koum <jkb@yahoo-inc.com>
| * | | | Import vendor fix: "fix key_read() for uuencoded keys w/o '='"kris2000-06-031-7/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This bug caused OpenSSH not to recognise some of the DSA keys it generated. Submitted by: Christian Weisgerber <naddy@mips.inka.de> Obtained from: OpenBSD
* | | | | Update to the version of pam_ssh corresponding to OpenSSH 2.1 (takenkris2000-05-301-19/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | from the openssh port) Submitted by: Hajimu UMEMOTO <ume@mahoroba.org>
* | | | | Back out the previous change to the queue(3) interface.jake2000-05-261-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was not discussed and should probably not happen. Requested by: msmith and others
* | | | | Change the way that the queue(3) structures are declared; don't assume thatjake2000-05-231-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the type argument to *_HEAD and *_ENTRY is a struct. Suggested by: phk Reviewed by: phk Approved by: mdodd
* | | | | Turn on CheckMail to be more login-compatible by defaultache2000-05-231-1/+1
| | | | |
* | | | | Don't USE_PIPESbrian2000-05-221-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Spammed by: peter Submitted by: mkn@uk.FreeBSD.org
* | | | | Correct two stupid typos in the DSA key location.kris2000-05-181-1/+1
| | | | | | | | | | | | | | | | | | | | Submitted by: Udo Schweigert <ust@cert.siemens.de>
* | | | | Unbreak Kerberos5 compilation. This still remains untested.kris2000-05-174-8/+12
| | | | | | | | | | | | | | | | | | | | Noticed by: obrien
* | | | | Oops, rename S/Key to Opie in line with FreeBSD usage.kris2000-05-151-1/+1
| | | | |
* | | | | Create a DSA host key if one does not already exist, and teach sshd_configkris2000-05-151-0/+1
| | | | | | | | | | | | | | | | | | | | about it.
* | | | | Resolve conflicts and update for FreeBSD.kris2000-05-1539-4195/+2801
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r60573,kris2000-05-1570-1547/+9125
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Initial import of OpenSSH v2.1.kris2000-05-15102-5065/+11263
| | | | |
* | | | | Note that X11 Forwarding is off by default.nik2000-04-301-4/+5
| | | | | | | | | | | | | | | | | | | | | | | | | PR: docs/17566 Submitted by: Keith Stevenson <ktstev01@louisville.edu>
* | | | | MFF: catch up with FreeFallmarkm2000-04-191-90/+0
| | | | |
* | | | | If stderr is closed, report the error message about missing librarieskris2000-04-182-11/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | via syslog instead. Reviewed by: jkh
* | | | | Internat diff reducer.markm2000-04-161-0/+1
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r59281,markm2000-04-161-0/+90
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of OpenSSL v0.9.5amarkm2000-04-164-5/+97
| | | | |
* | | | | Resolve conflicts.kris2000-04-1317-167/+420
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r59191,kris2000-04-13696-9434/+55806
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Initial import of OpenSSL 0.9.5akris2000-04-13713-9597/+56254
| | | | |
* | | | | Correct a typo and interchanged library nameskris2000-04-051-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Ben Rosengart <ben@narcissus.net> Matthew D. Fuller <fullermd@futuresouth.com>
* | | | | Fix a memory leak.kris2000-03-291-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | PR: 17360 Submitted by: Andrew J. Korty <ajk@iu.edu>
* | | | | #include <ssl/foo.h> -> #include <openssl/foo.h>kris2000-03-263-7/+11
| | | | |
* | | | | Resolve conflicts.kris2000-03-2616-544/+684
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r58582,kris2000-03-2624-272/+628
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Virgin import of OpenSSH sources dated 2000/03/25kris2000-03-2641-839/+1340
| | | | |
* | | | | Don't refer to the openssl handbook chapter by name - the doc guys keepkris2000-03-252-2/+2
| | | | | | | | | | | | | | | | | | | | jamming new chapters in front of it :)
* | | | | Use pipe() instead of socketpair() in sshd when communicatingbrian2000-03-241-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with the client. This allows ppp/ssh style tunnels to function again. Ok'd by: markk Submitted by: markk@knigma.org
* | | | | Fix a few spelling errors.mpp2000-03-242-3/+3
| | | | |
* | | | | IgnoreUserKnownHosts is a boolean flag, not an integer value.sheldonh2000-03-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The fix submitted in the attributed PR is identical to the one adopted by OpenBSD. PR: 17027 Submitted by: David Malone <dwmalone@maths.tcd.ie> Obtained from: OpenBSD
* | | | | Add a new function stub to libcrypto() which resolves to a symbol inkris2000-03-135-2/+71
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the librsa* library and reports which version of the library (OpenSSL/RSAREF) is being used. This is then used in openssh to detect the failure case of RSAREF and a RSA key >1024 bits, to print a more helpful error message than 'rsa_public_encrypt() fai led.' This is a 4.0-RELEASE candidate.
* | | | | Various manpage style/grammar/formatting cleanupskris2000-03-131-28/+46
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Peter Jeremy <peter.jeremy@alcatel.com.au>, jedgar PR: 17292 (remainder of)
OpenPOWER on IntegriCloud