summaryrefslogtreecommitdiff
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing word.Simon L. B. Nielsen2003-10-311-1/+1
| | | | | | | | | Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> Reviewed by: des MFC after: 1 week Notes: svn path=/head/; revision=121824
* Plug a memory leak in the PAM child process. It is of no great consequenceDag-Erling Smørgrav2003-10-231-0/+8
| | | | | | | | | | as the process is short-lived, and the leak occurs very rarely and always shortly before the process terminates. MFC after: 3 days Notes: svn path=/head/; revision=121420
* This commit was generated by cvs2svn to compensate for changes in r120952,Jacques Vidrine2003-10-091-3/+3
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120953
| * Correct badly-formed code (missing quote) within `#if 0' section.Jacques Vidrine2003-10-091-3/+3
| | | | | | | | | | | | | | | | | | Newer versions of GCC error in such situations. Obtained from: Heimdal CVS Notes: svn path=/vendor-crypto/heimdal/dist/; revision=120952
* | Resolve conflicts after import of Heimdal 0.6.Jacques Vidrine2003-10-091-27/+479
| | | | | | | | Notes: svn path=/head/; revision=120948
* | This commit was generated by cvs2svn to compensate for changes in r120945,Jacques Vidrine2003-10-09304-3673/+13251
|\| | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120946
| * Vendor import of Heimdal 0.6.Jacques Vidrine2003-10-09306-3718/+13744
| | | | | | | | Notes: svn path=/vendor-crypto/heimdal/dist/; revision=120945
* | Add list of files to remove from the Heimdal distribution prior toJacques Vidrine2003-10-091-0/+13
| | | | | | | | | | | | | | each import. Notes: svn path=/head/; revision=120944
* | Remove files no longer included with OpenSSL as of version 0.9.7c.Jacques Vidrine2003-10-011-4/+0
| | | | | | | | Notes: svn path=/head/; revision=120636
* | Merge conflicts after import of OpenSSL 0.9.7c.Jacques Vidrine2003-10-015-114/+170
| | | | | | | | Notes: svn path=/head/; revision=120635
* | This commit was generated by cvs2svn to compensate for changes in r120631,Jacques Vidrine2003-10-01133-545/+1450
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120632
| * | Vendor import of OpenSSL 0.9.7cJacques Vidrine2003-10-01137-589/+1616
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=120631
| * | Enable RSA blinding by default.Chris D. Faulhaber2003-03-202-5/+30
| | | | | | | | | | | | | | | | | | | | | http://www.openssl.org/news/secadv_20030317.txt Notes: svn path=/vendor-crypto/openssl/dist/; revision=112442
* | | Update list of files to remove prior to import of OpenSSL 0.9.7c.Jacques Vidrine2003-10-011-0/+9
| | | | | | | | | | | | Notes: svn path=/head/; revision=120630
* | | This commit was generated by cvs2svn to compensate for changes in r120489,Josef Karthauser2003-09-261-4/+9
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120490
| * | | Additional corrections to OpenSSH buffer handling.Josef Karthauser2003-09-262-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar Notes: svn path=/vendor-crypto/openssh/dist/; revision=120489
* | | | Additional corrections to OpenSSH buffer handling.Josef Karthauser2003-09-261-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar Notes: svn path=/head/; revision=120489
* | | | Update version string.Dag-Erling Smørgrav2003-09-245-5/+5
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120413
* | | | Remove bogus calls to xfree().Dag-Erling Smørgrav2003-09-241-4/+0
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120411
* | | | resp is a pointer to an array of structs, not an array of pointers to structs.Dag-Erling Smørgrav2003-09-241-9/+9
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120406
* | | | Return the correct error value when a null query fails.Dag-Erling Smørgrav2003-09-241-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120405
* | | | Fix broken shell code.Dag-Erling Smørgrav2003-09-191-2/+2
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120230
* | | | This commit was generated by cvs2svn to compensate for changes in r120161,Jacques Vidrine2003-09-172-6/+9
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120162
| * | | Correct more cases of allocation size bookkeeping being updated beforeJacques Vidrine2003-09-172-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling functions which can potentially fail and cause cleanups to be invoked. Submitted by: Solar Designer <solar@openwall.com> Notes: svn path=/vendor-crypto/openssh/dist/; revision=120161
* | | | Correct more cases of allocation size bookkeeping being updated beforeJacques Vidrine2003-09-173-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | calling functions which can potentially fail and cause cleanups to be invoked. Submitted by: Solar Designer <solar@openwall.com> Notes: svn path=/head/; revision=120161
* | | | Update the OpenSSH addendum string for the buffer handling fix.Jacques Vidrine2003-09-161-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=120125
* | | | This commit was generated by cvs2svn to compensate for changes in r120113,Jacques Vidrine2003-09-161-5/+8
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=120114
| * | | Do not record expanded size before attempting to reallocate associatedJacques Vidrine2003-09-161-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | memory. Obtained from: OpenBSD Notes: svn path=/vendor-crypto/openssh/dist/; revision=120113
* | | | Very big makeover in the way telnet, telnetd and libtelnet are built.Mark Murray2003-07-1651-25404/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously, there were two copies of telnet; a non-crypto version that lived in the usual places, and a crypto version that lived in crypto/telnet/. The latter was built in a broken manner somewhat akin to other "contribified" sources. This meant that there were 4 telnets competing with each other at build time - KerberosIV, Kerberos5, plain-old-secure and base. KerberosIV is no longer in the running, but the other three took it in turns to jump all over each other during a "make buildworld". As the crypto issue has been clarified, and crypto _calls_ are not a problem, crypto/telnet has been repo-copied to contrib/telnet, and with this commit, all telnets are now "contribified". The contrib path was chosen to not destroy history in the repository, and differs from other contrib/ entries in that it may be worked on as "normal" BSD code. There is no dangerous crypto in these sources, only a very weak system less strong than enigma(1). Kerberos5 telnet and Secure telnet are now selected by using the usual macros in /etc/make.conf, and the build process is unsurprising and less treacherous. Notes: svn path=/head/; revision=117675
* | | | This commit was generated by cvs2svn to compensate for changes in r116791,Dag-Erling Smørgrav2003-06-241-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=116792
| * | | Add a "return" that was missing from 3.6.1p1. Since it's been fixed inDag-Erling Smørgrav2003-06-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | the OpenSSH-portable CVS repo, I'm committing this on the vendor branch. Notes: svn path=/vendor-crypto/openssh/dist/; revision=116791
* | | | Fix off-by-one and initialization errors which prevented sshd fromDag-Erling Smørgrav2003-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | restarting when sent a SIGHUP. Submitted by: tegge Approved by: re (jhb) Notes: svn path=/head/; revision=115372
* | | | Revert unnecessary part of previous commit.Dag-Erling Smørgrav2003-05-131-7/+7
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=114972
* | | | Rename a few functions to avoid stealing common words (error, log, debugDag-Erling Smørgrav2003-05-121-7/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | etc.) from the application namespace for programs that use pam_ssh(8). Use #defines to avoid changing the actual source code. Approved by: re (rwatson) Notes: svn path=/head/; revision=114955
* | | | Fix up external variables named "debug" that have a horrible habitMark Murray2003-05-115-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | of conflicting with other, similarly named functions in static libraries. This is done mostly by renaming the var if it is shared amongst modules, or making it static otherwise. OK'ed by: re(scottl) Notes: svn path=/head/; revision=114911
* | | | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.David E. O'Brien2003-05-0419-81/+79
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=114630
* | | | Remove RCSID from files which have no other diffs to the vendor branch.Dag-Erling Smørgrav2003-05-0125-25/+0
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=114426
* | | | Nit.Dag-Erling Smørgrav2003-04-231-1/+1
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=113914
* | | | Improvements to the proposed shell code.Dag-Erling Smørgrav2003-04-231-7/+6
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=113913
* | | | Regenerate.Dag-Erling Smørgrav2003-04-231-2/+42
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=113912
* | | | Resolve conflicts.Dag-Erling Smørgrav2003-04-2347-622/+827
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=113911
* | | | This commit was generated by cvs2svn to compensate for changes in r113908,Dag-Erling Smørgrav2003-04-2390-1204/+3371
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=113909
| * | | Vendor import of OpenSSH-portable 3.6.1p1.Dag-Erling Smørgrav2003-04-23135-1767/+4203
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/openssh/dist/; revision=113908
* | | | - when using a child process instead of a thread, change the child'sDag-Erling Smørgrav2003-03-311-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | name to reflect its role - try to handle expired passwords a little better MFC after: 1 week Notes: svn path=/head/; revision=112871
* | | | If an ssh1 client initiated challenge-response authentication but didDag-Erling Smørgrav2003-03-313-1/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not respond to challenge, and later successfully authenticated itself using another method, the kbdint context would never be released, leaving the PAM child process behind even after the connection ended. Fix this by automatically releasing the kbdint context if a packet of type SSH_CMSG_AUTH_TIS is follwed by anything but a packet of type SSH_CMSG_AUTH_TIS_RESPONSE. MFC after: 1 week Notes: svn path=/head/; revision=112870
* | | | Merge conflictsChris D. Faulhaber2003-03-202-5/+30
| | | | | | | | | | | | | | | | Notes: svn path=/head/; revision=112446
* | | | This commit was generated by cvs2svn to compensate for changes in r112439,Chris D. Faulhaber2003-03-201-13/+12
|\ \ \ \ | | |/ / | |/| | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=112440
| * | | Import of PKCS #1 security fix.Chris D. Faulhaber2003-03-201-13/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | http://www.openssl.org/news/secadv_20030319.txt Notes: svn path=/vendor-crypto/openssl/dist/; revision=112439
* | | | KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.Mark Murray2003-03-08657-148390/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Enjoy your retirement in ports. Notes: svn path=/head/; revision=111993
* | | | Unbreak Kerberos 5 authentication in telnet.Jacques Vidrine2003-03-061-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (Credential forwarding is still broken.) PR: bin/45397 Notes: svn path=/head/; revision=111946