summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Add a missing word.simon2003-10-311-1/+1
| | | | | | Submitted by: Michel Lavondes <fox@vader.aacc.cc.md.us> Reviewed by: des MFC after: 1 week
* Plug a memory leak in the PAM child process. It is of no great consequencedes2003-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
* This commit was generated by cvs2svn to compensate for changes in r120952,nectar2003-10-091-3/+3
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Correct badly-formed code (missing quote) within `#if 0' section.nectar2003-10-091-3/+3
| | | | | | | | | | | | Newer versions of GCC error in such situations. Obtained from: Heimdal CVS
* | Resolve conflicts after import of Heimdal 0.6.nectar2003-10-091-27/+479
| |
* | This commit was generated by cvs2svn to compensate for changes in r120945,nectar2003-10-09304-3696/+13274
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of Heimdal 0.6.nectar2003-10-09306-3741/+13767
| |
* | Add list of files to remove from the Heimdal distribution prior tonectar2003-10-091-0/+13
| | | | | | | | each import.
* | Remove files no longer included with OpenSSL as of version 0.9.7c.nectar2003-10-011-4/+0
| |
* | Merge conflicts after import of OpenSSL 0.9.7c.nectar2003-10-015-114/+170
| |
* | This commit was generated by cvs2svn to compensate for changes in r120631,nectar2003-10-01133-545/+1450
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenSSL 0.9.7cnectar2003-10-01137-589/+1616
| | |
| * | Enable RSA blinding by default.jedgar2003-03-202-5/+30
| | | | | | | | | | | | http://www.openssl.org/news/secadv_20030317.txt
* | | Update list of files to remove prior to import of OpenSSL 0.9.7c.nectar2003-10-011-0/+9
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r120489,joe2003-09-261-4/+9
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Additional corrections to OpenSSH buffer handling.joe2003-09-262-6/+12
| | | | | | | | | | | | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar
* | | | Additional corrections to OpenSSH buffer handling.joe2003-09-261-2/+3
| | | | | | | | | | | | | | | | | | | | Obtained from: openssh.org Originally committed to head by: nectar
* | | | Update version string.des2003-09-245-5/+5
| | | |
* | | | Remove bogus calls to xfree().des2003-09-241-4/+0
| | | |
* | | | resp is a pointer to an array of structs, not an array of pointers to structs.des2003-09-241-9/+9
| | | |
* | | | Return the correct error value when a null query fails.des2003-09-241-1/+1
| | | |
* | | | Fix broken shell code.des2003-09-191-2/+2
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r120161,nectar2003-09-172-6/+9
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Correct more cases of allocation size bookkeeping being updated beforenectar2003-09-172-6/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | calling functions which can potentially fail and cause cleanups to be invoked. Submitted by: Solar Designer <solar@openwall.com>
* | | | Correct more cases of allocation size bookkeeping being updated beforenectar2003-09-173-15/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | calling functions which can potentially fail and cause cleanups to be invoked. Submitted by: Solar Designer <solar@openwall.com>
* | | | Update the OpenSSH addendum string for the buffer handling fix.nectar2003-09-161-1/+1
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r120113,nectar2003-09-161-5/+8
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Do not record expanded size before attempting to reallocate associatednectar2003-09-161-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | memory. Obtained from: OpenBSD
* | | | Very big makeover in the way telnet, telnetd and libtelnet are built.markm2003-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.
* | | | This commit was generated by cvs2svn to compensate for changes in r116791,des2003-06-241-0/+1
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Add a "return" that was missing from 3.6.1p1. Since it's been fixed indes2003-06-241-0/+1
| | | | | | | | | | | | | | | | the OpenSSH-portable CVS repo, I'm committing this on the vendor branch.
* | | | Fix off-by-one and initialization errors which prevented sshd fromdes2003-05-281-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | restarting when sent a SIGHUP. Submitted by: tegge Approved by: re (jhb)
* | | | Revert unnecessary part of previous commit.des2003-05-131-7/+7
| | | |
* | | | Rename a few functions to avoid stealing common words (error, log, debugdes2003-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)
* | | | Fix up external variables named "debug" that have a horrible habitmarkm2003-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)
* | | | Use __FBSDID vs. rcsid[]. Also protect sccs[] and copyright[] from GCC 3.3.obrien2003-05-0419-81/+79
| | | |
* | | | Remove RCSID from files which have no other diffs to the vendor branch.des2003-05-0125-25/+0
| | | |
* | | | Nit.des2003-04-231-1/+1
| | | |
* | | | Improvements to the proposed shell code.des2003-04-231-7/+6
| | | |
* | | | Regenerate.des2003-04-231-2/+42
| | | |
* | | | Resolve conflicts.des2003-04-2347-622/+827
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r113908,des2003-04-2390-1208/+3375
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of OpenSSH-portable 3.6.1p1.des2003-04-23135-1771/+4207
| | | |
* | | | - when using a child process instead of a thread, change the child'sdes2003-03-311-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | name to reflect its role - try to handle expired passwords a little better MFC after: 1 week
* | | | If an ssh1 client initiated challenge-response authentication but diddes2003-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
* | | | Merge conflictsjedgar2003-03-202-5/+30
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r112439,jedgar2003-03-201-13/+12
|\ \ \ \ | | |/ / | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of PKCS #1 security fix.jedgar2003-03-201-13/+12
| | | | | | | | | | | | | | | | http://www.openssl.org/news/secadv_20030319.txt
* | | | KerberosIV deorbit sequence: Re-entry. Thank you, faithful friend.markm2003-03-08657-148390/+0
| | | | | | | | | | | | | | | | Enjoy your retirement in ports.
* | | | Unbreak Kerberos 5 authentication in telnet.nectar2003-03-061-0/+24
| | | | | | | | | | | | | | | | | | | | | | | | (Credential forwarding is still broken.) PR: bin/45397
OpenPOWER on IntegriCloud