summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Revert to vendor version, what little was left of our local patches heredes2002-04-021-2/+2
| | | | | | was incorrect. Pointed out by: Markus Friedl <markus@openbsd.org>
* Change the FreeBSD version addendum to "FreeBSD-20020402". This shortensdes2002-04-023-2/+3
| | | | | | | | | | the version string to 28 characters, which is below the 40-character limit specified in the proposed SECSH standard. Some servers, however (like the one built into the Foundry BigIron line of switches) will hang when confronted with a version string longer than 24 characters, so some users may need to shorten it further. Sponsored by: DARPA, NAI Labs
* Make the various ssh clients understand the VersionAddendum option.des2002-04-021-1/+10
| | | | Submitted by: pb
* Switch over to using pam_login_access(8) module in sshd(8).ru2002-03-262-19/+4
| | | | | | (Fixes static compilation. Reduces diffs to OpenSSH.) Reviewed by: bde
* REALLY correct typo this time.nectar2002-03-261-2/+2
| | | | Noticed by: roam
* Fix typo (missing paren) affecting KRB4 && KRB5 case.nectar2002-03-251-1/+1
| | | | Approved by: des
* We keep moduli(5) in /etc/ssh, not /etc.des2002-03-231-1/+1
|
* Correctly set PAM_RHOST so e.g. pam_login_access(8) can do its job.des2002-03-211-0/+5
| | | | Sponsored by: DARPA, NAI Labs
* Use the "sshd" service instead of "csshd". The latter was only neededdes2002-03-211-1/+1
| | | | | | because of bugs (incorrect design decisions, actually) in Linux-PAM. Sponsored by: DARPA, NAI Labs
* Use PAM instead of S/Key (or OPIE) for SSH2.des2002-03-212-6/+341
| | | | Sponsored by: DARPA, NAI Labs
* Note that portions of this software weredes2002-03-201-0/+43
| | | | Sponsored by: DARPA, NAI Labs
* - Change the prompt from "S/Key Password: " to "OPIE Password: "des2002-03-201-1/+3
| | | | | | | - If the user doesn't have an OPIE key, don't challenge him. This is a workaround until I get PAM to work properly with ssh2. Sponsored by: DARPA, NAI Labs
* Unbreak for KRB4 ^ KRB5 case.des2002-03-191-2/+16
| | | | Sponsored by: DARPA, NAI Labs
* Revive this file (which is used for opie rather than skey)des2002-03-181-0/+97
|
* Fix conflicts.des2002-03-1851-6317/+6809
|
* This commit was generated by cvs2svn to compensate for changes in r92555,des2002-03-18115-3132/+5680
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Vendor import of OpenSSH 3.1des2002-03-18165-9014/+12507
| |
* | Diff reduction.des2002-03-162-4/+3
| | | | | | | | Sponsored by: DARPA, NAI Labs
* | Update version string.nectar2002-03-071-1/+1
| |
* | Fix off-by-one error.nectar2002-03-051-1/+1
| | | | | | | | Obtained from: OpenBSD
* | Use login_getpwclass() instead of login_getclass() so that defaultgreen2002-02-271-1/+1
| | | | | | | | | | | | | | mapping of user login classes works. Obtained from: TrustedBSD project Sponsored by: DARPA, NAI Labs
* | Update build after import of Heimdal Kerberos 2002/02/17.nectar2002-02-192-204/+1
| |
* | Remove files that were dropped from Heimdal Kerberos 2002/02/17.nectar2002-02-195-432/+0
| |
* | Resolve conflicts after import of Heimdal Kerberos 2002/02/17.nectar2002-02-197-117/+169
| |
* | This commit was generated by cvs2svn to compensate for changes in r90926,nectar2002-02-19408-19552/+34202
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Import of Heimdal Kerberos from KTH repository circa 2002/02/17.nectar2002-02-19418-19831/+34535
| | |
* | | Don't use non-signal-safe functions (exit(3) in this case) insheldonh2002-02-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | signal handlers. In this case, use _exit(2) instead, following the call to shutdown(2). This fixes rare telnetd hangs. PR: misc/33672 Submitted by: Umesh Krishnaswamy <umesh@juniper.net> MFC after: 1 month
* | | Resolve conflicts.kris2002-01-279-84/+361
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r89837,kris2002-01-27139-753/+5117
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Initial import of OpenSSL 0.9.6ckris2002-01-27149-838/+5487
| | | |
* | | | Make libssh.so useable (undefined reference to IPv4or6).ru2002-01-233-3/+3
| | | | | | | | | | | | | | | | | | | | Reviewed by: des, markm Approved by: markm
* | | | This commit was generated by cvs2svn to compensate for changes in r89402,nectar2002-01-151-6/+7
|\ \ \ \ | | |/ / | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Don't use getlogin() to determine whether we are root.nectar2002-01-151-6/+7
| | | | | | | | | | | | | | | | (Import of vendor fix.)
* | | | Fix a coredump bug occurring if ssh-keygen attempts to change the passwordgreen2002-01-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | on a DSA key. Submitted by: ian j hart <ianjhart@ntlworld.com>
* | | | mdoc(7) police: remove -r from SYNOPSIS, sort -p in DESCRIPTION.ru2001-12-141-6/+5
| | | |
* | | | Don't assume that the number of fds to select on is known quantity (injkh2001-12-091-32/+56
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | this case 16). Use dynamic FD_SETs and calculated high-water marks throughout. There are also too many versions of telnet in the tree. Obtained from: OpenBSD and Apple's Radar database MFC after: 2 days
* | | | Fixed bugs from previous revision.ru2001-12-041-1/+2
| | | | | | | | | | | | | | | | Removed -s from SYNOPSIS and restored -S in DESCRIPTION.
* | | | Update version string since we applied a fix for the UseLogin issue.nectar2001-12-031-1/+1
| | | |
* | | | Protect variables and function prototypes that are only used in the INET6jhay2001-12-031-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | case with an ifdef INET6. This make the fixit floppy compile again. Reviewed by: markm
* | | | More help for alpha WARNS=2. This code is, erm, unusual. Anyone whomarkm2001-12-031-4/+4
| | | | | | | | | | | | | | | | feels like rewriting it will meet no objection from me.
* | | | help the alphas out with the WARNS=2 stuff.markm2001-12-032-2/+2
| | | |
* | | | Do not pass user-defined environmental variables to /usr/bin/login.nectar2001-12-031-0/+2
| | | | | | | | | | | | | | | | | | | | Obtained from: OpenBSD Approved by: green
* | | | Protect names that are used elsewhere. This fixes WARNS=2 breakagemarkm2001-12-011-4/+4
| | | | | | | | | | | | | | | | in crypto telnet.
* | | | Damn. The previous mega-commit was incomplete WRT ANSIfication. Thismarkm2001-11-3013-281/+250
| | | | | | | | | | | | | | | | fixes that.
* | | | Very large style makeover.markm2001-11-3045-5317/+2469
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) ANSIfy. 2) Clean up ifdefs so that a) ones that never/always apply are appropriately either fully removed, or just the #if junk is removed. b) change #if defined(FOO) for appropiate values of FOO. (currently AUTHENTICATION and ENCRYPTION) 3) WARNS=2 fixing 4) GC other unused stuff This code can now be unifdef(1)ed to make non-crypto telnet.
* | | | In the "UseLogin yes" case we need env to be NULL to make sure itdwmalone2001-11-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | will be correctly initialised. PR: 32065 Tested by: The Anarcat <anarcat@anarcat.dyndns.org> MFC after: 3 days
* | | | Fix world by trimming an extra comment terminator.jhb2001-10-291-1/+1
| | | |
* | | | Add Berkeley copyright to SRA.nsayer2001-10-293-1/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is by the kind permission of Dave Safford, formerly of TAMU who wrote the original code. Here is an excerpt of the e-mail exchange concerning this issue: Dave Safford wrote: >Nick Sayer wrote: >> Some time ago we spoke about SRA and importing it into FreeBSD. I forgot to >> ask if you had a prefered license boilerplate for the top of the files. It >> has come up recently, and the SRA code in FreeBSD doesn't have one. >I really have no preference - use whatever is most convenient in the >FreeBSD environment. >dave safford This is the standard BSD license with clause 3 removed and clause 4 suitably renumbered. MFC after: 1 day
* | | | Diff-reduce these two.markm2001-10-271-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Really, one of them needs to disappear. I'll figure out which later. Reported by: bde
* | | | Add __FBSDID() to diff-reduce with "base" telnet.markm2001-10-0114-28/+40
| | | |
OpenPOWER on IntegriCloud