summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in telnet.shin2000-02-151-8/+16
| | | | | | | | | Sorry there were still several bugs. -error retry at af missmatch was incomplete. -af matching for source addr option was wrong -socket was not freed at retry. Approved by: jkh
* Add more dual stack consideration.shin2000-02-101-27/+95
| | | | | | | | | | | | | | -Should retry as much as possible when some of source routing intermediate hosts' address families missmatch happened. (such as when a host has only A record, and another host has each of A and AAAA record.) -Should retry as much as possible when dest addr and source addr(specified with -s option) address family missmatch happend Approved by: jkh
* Fix telnet core dump at invalid service name specified.shin2000-02-071-0/+6
| | | | | | | | Added an error check to avoid it. Approved by: jkh Submitted by: Robert Muir <rmuir@gibralter.net>
* Add NI_NAMEREQD flag to getnameinfo() call. Without this flag,shin2000-01-291-1/+1
| | | | | | | | getnameinfo() don't return error at name resolving failure. But it is used at doaddrlookup(-N) case in telnet, error need to be returned to correctly initialize hostname buffer. Discovered at checking recent KAME repository change, noticed by itojun.
* another tcp apps IPv6 updates.(should be make world safe)shin2000-01-276-194/+396
| | | | | | | ftp, telnet, ftpd, faithd also telnet related sync with crypto, secure, kerberosIV Obtained from: KAME project
* This commit was generated by cvs2svn to compensate for changes in r56083,kris2000-01-1613-0/+2601
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import the RSA support code. There shouldn't be any actual RSAkris2000-01-1613-0/+2601
| | | | | | | | cryptography here.
| * This commit was manufactured by cvs2svn to create branchcvs2svn2000-01-101-0/+25
| | | | | | | | 'VENDOR-crypto-openssl'.
* | Fix for missing symbol in -DRSAref case.kris2000-01-161-0/+6
| |
* | Fix breakage when NO_RSA specified.kris2000-01-149-5/+54
| | | | | | | | Reviewed by: Ben Laurie <ben@openssl.org>
* | Zap NO_IDEAkris2000-01-101-6/+2
| |
* | List of files to nuke prior to import.kris2000-01-101-0/+25
| |
* | This commit was generated by cvs2svn to compensate for changes in r55714,kris2000-01-101108-0/+223134
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Initial import of OpenSSL 0.9.4, sans IDEA and RSA code for patentkris2000-01-101108-0/+223134
| | | | | | | | infringement reasons.
* | Zap the IDEA stuff - it's patented internationally (at least in somekris2000-01-1012-1656/+0
| | | | | | | | places), and we don't want people to get in trouble just for having it.
* | This commit was generated by cvs2svn to compensate for changes in r55682,markm2000-01-09753-0/+234810
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import KTH Heimdal, which will be the core of our Kerberos5.markm2000-01-09753-0/+234810
| / | | | | | | Userland to follow.
* | Fix path.markm2000-01-091-1/+3
| |
* | resolve conflicts.markm2000-01-095-336/+574
| |
* | This commit was generated by cvs2svn to compensate for changes in r55643,markm2000-01-09358-4058/+14172
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Clean import of KTH Kerberos (eBones) v1.0.markm2000-01-09363-4394/+14746
| | |
* | | Upgrade to the pam_ssh module, version 1.1..green1999-12-281-12/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (From the author:) Primarily, I have added built-in functions for manipulating the environment, so putenv() is no longer used. XDM and its variants should now work without modification. Note that the new code uses the macros in <sys/queue.h>. Submitted by: Andrew J. Korty <ajk@iu.edu>
* | | This commit was generated by cvs2svn to compensate for changes in r55099,kris1999-12-2513-0/+2145
|\ \ \ | | |/ | |/| | | | which included commits to RCS files with non-trunk default branches.
| * | Initial import of OpenSSL v0.9.4kris1999-12-2513-0/+2145
| /
* | Add the PAM SSH RSA key authentication module. For example, you can add,green1999-11-291-0/+328
| | | | | | | | | | | | | | | | | | "login auth sufficient pam_ssh.so" to your /etc/pam.conf, and users with a ~/.ssh/identity can login(1) with their SSH key :) PR: 15158 Submitted by: Andrew J. Korty <ajk@waterspout.com> Reviewed by: obrien
* | Merge anf fix for build.markm1999-09-1935-3041/+360
| |
* | This commit was generated by cvs2svn to compensate for changes in r51415,markm1999-09-19481-12270/+67276
|\ \ | |/ | | | | which included commits to RCS files with non-trunk default branches.
| * Clean import of KTH krb4-0.10.1.markm1999-09-19487-12770/+67597
| |
* | Big OpenSSL/KTH/FreeBSD merge, badly poisoned by $FreeBSD$'s.markm1999-09-1922-227/+259
| |
* | This commit was generated by cvs2svn to compensate for changes in r50894,markm1999-09-0462-1974/+8012
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import EAY's LIBSSL to fix comments, etc.markm1999-09-0464-2048/+8108
| | |
* | | Add macro originally provided externally.markm1999-09-041-0/+7
| | |
* | | Add includes to to silence warnings. Bit hackish.markm1999-09-041-7/+6
| | |
* | | Add some includes to shut up warnings.markm1999-09-042-0/+8
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r50760,markm1999-09-01101-0/+24795
|\ \ \ | |/ / | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Drat. Import this into the right place. Pass me the pointy hat.markm1999-09-01101-0/+24795
| /
* | Termcap header no longer needed.markm1999-09-011-1/+0
| |
* | $Id$ -> $FreeBSD$peter1999-08-288-8/+8
| |
* | Add virtual MAINTAINER line.markm1999-08-161-0/+2
| |
* | According to Mark Murray, Makefiles do not belong here. I guess we'rensayer1999-08-164-99/+0
| | | | | | | | going to have to figure something else out.
* | Add SRA authentication to src/crypto/telnet.nsayer1999-08-1613-6/+923
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | SRA does a Diffie-Hellmen exchange and then DES-encrypts the authentication data. If the authentication is successful, it also sets up a session key for DES encryption. SRA was originally developed at Texas A&M University. This code is probably export restricted (despite the fact that I originally found it at a University in Germany). SRA is not perfect. It is vulnerable to monkey-in-the-middle attacks and does not use tremendously large DH constants (and thus an individual exchange probably could be factored in a few days on modern CPU horsepower). It does not, however, require any changes in user or administrative behavior and foils session hijacking and sniffing. The goal of this commit is that telnet and telnetd end up in the DES distribution and that therefore an encrypted session telnet becomes standard issue for FreeBSD.
* | Fix int function without return (make consistent with neighbors)nsayer1999-08-161-0/+1
| |
* | Document the "skey" command in telnet(1).nik1999-07-301-0/+4
| | | | | | | | | | | | PR: docs/12360 Submitted by: kjm@rins.ryukoku.ac.jp (KOJIMA Hajime) Nagged by: markm :-)
* | Merge from non-crypto version:ru1999-06-175-15/+75
| | | | | | | | | | | | | | | | - "-N" option - "-E" security fix - "-s src_addr" option Requested by: markm
* | MF libexec/telnetd: Determine the host name using an array size ofbrian1999-04-081-2/+3
| | | | | | | | | | MAXHOSTNAMELEN and call trimdomain() before implementing the -u option.
* | MF libexec/telnetd: MAXHOSTNAMELEN & -u fixes.brian1999-04-072-8/+16
| |
* | Use realhostname().brian1999-04-061-39/+9
| |
* | MF src/libexec/telnetd: Verify the reverse DNS lookupbrian1999-04-061-2/+18
| | | | | | | | | | ala rlogind. Suggested by: markm
* | Old stuff laying around: Don't use getstr which can conflict with somepeter1998-12-162-6/+6
| | | | | | | | curses/termcap/terminfo implementations and causes recursion.
* | Old stuff from a source tree: copy (verbatum) the code to expand thepeter1998-12-161-2/+31
| | | | | | | | %s/%m in the default /etc/gettytab.
OpenPOWER on IntegriCloud