summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | Reenable the SIGPIPE signal handler default in all cases for spawnedgreen2001-03-111-2/+6
| | | | | | | | | | | | | | | | | | | | sessions.
* | | | | Remove stuff that is really "ports material", generated files andmarkm2001-03-049-1402/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | stuff for other OS's. Also remove stuff (libraries) that are already present in FreeBSD and must not get mixed up in our code.
* | | | | Trim down the source tree a bit. We shouldn't have blatantlymarkm2001-03-044-513/+0
| | | | | | | | | | | | | | | | | | | | | | | | | uncompilable bits in here (like X stuff), nor should we have too much "ports material".
* | | | | Add code for being compatible with ssh.com's krb5 authentication.assar2001-03-0413-178/+165
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is done by using the same ssh messages for v4 and v5 authentication (since the ssh.com does not now anything about v4) and looking at the contents after unpacking it to see if it is v4 or v5. Based on code from Björn Grönvall <bg@sics.se> PR: misc/20504
* | | | | Resolve conflictskris2001-02-186-72/+247
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r72613,kris2001-02-18147-286/+5416
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10kris2001-02-18154-359/+5666
| | | | |
* | | | | Make ConnectionsPerPeriod non-fatal for real.ps2001-02-181-0/+1
| | | | |
* | | | | Fix a "make world"-breaking inconsistency for those folks makingmarkm2001-02-141-1/+3
| | | | | | | | | | | | | | | | | | | | a world with both KRB4 and KRB5.
* | | | | nuke conflict markersassar2001-02-131-4/+0
| | | | |
* | | | | update to new heimdal libkrb5assar2001-02-131-2/+2
| | | | |
* | | | | fix conflicts in heimdal 0.3e importassar2001-02-136-144/+817
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r72445,assar2001-02-13579-31499/+97092
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | import of heimdal 0.3eassar2001-02-13585-31649/+97911
| | | | |
* | | | | Patches backported from later development version of OpenSSH which preventkris2001-02-125-28/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (instead of just mitigating through connection limits) the Bleichenbacher attack which can lead to guessing of the server key (not host key) by regenerating it when an RSA failure is detected. Reviewed by: rwatson
* | | | | Note that crypto/ is not used to build in, people should see secure/kris2001-02-101-2/+6
| | | | | | | | | | | | | | | | | | | | instead.
* | | | | Synch: Add $FreeBSD$.asmodai2001-02-071-0/+1
| | | | |
* | | | | Fix typo: compatability -> compatibility.asmodai2001-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | Compatability is not an existing english word.
* | | | | Fix typo: seperate -> separate.asmodai2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris
* | | | | Fix typo: wierd -> weird.asmodai2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | There is no such thing as wierd in the english language.
* | | | | Correctly fill in the sun_len for a sockaddr_sun.green2001-02-041-1/+2
| | | | | | | | | | | | | | | | | | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net>
* | | | | MFS: Don't use the canonical hostname here, too.green2001-02-041-0/+2
| | | | |
* | | | | MFF: Make ConnectionsPerPeriod usage a warning, not fatal.green2001-02-041-1/+1
| | | | |
* | | | | mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-012-36/+38
| | | | |
* | | | | Actually propagate back to the rest of the application that a commandgreen2001-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | was specified when using -t mode with the SSH client. Submitted by: Dima Dorfman <dima@unixfreak.org>
* | | | | /Really/ deprecate ConnectionsPerPeriod, ripping out the code for itgreen2001-01-134-102/+2
| | | | | | | | | | | | | | | | | | | | and giving a dire error to its lingering users.
* | | | | Prepare for mdoc(7)NG.ru2001-01-102-5/+11
| | | | |
* | | | | Fix a long-standing bug that resulted in a dropped session sometimesgreen2001-01-061-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | when an X11-forwarded client was closed. For some reason, sshd didn't disable the SIGPIPE exit handler and died a horrible death (well, okay, a silent death really). Set SIGPIPE's handler to SIG_IGN.
* | | | | fix conflicts from mergeassar2000-12-299-137/+251
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r70494,assar2000-12-29113-1462/+5381
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | import krb4-1.0.5assar2000-12-29124-1611/+5644
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r69836,assar2000-12-101-14/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | merge fix from vendor for not overwriting old ticket fileassar2000-12-101-14/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r69833,assar2000-12-101-0/+3
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | merge fix from vendor for removing buffer overrunassar2000-12-101-0/+3
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r69830,assar2000-12-101-25/+0
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | merge fix from vendor for not looking at environment variablesassar2000-12-101-25/+0
| | | | |
* | | | | (scrub_env): change to only accept a listed set of variables,assar2000-12-101-23/+37
| | | | | | | | | | | | | | | | | | | | including only non-filename contents for TERMCAP
* | | | | Update to OpenSSH 2.3.0 with FreeBSD modifications. OpenSSH 2.3.0green2000-12-0534-861/+2289
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | new features description elided in favor of checking out their website. Important new FreeBSD-version stuff: PAM support has been worked in, partially from the "Unix" OpenSSH version, and a lot due to the work of Eivind Eklend, too. This requires at least the following in pam.conf: sshd auth sufficient pam_skey.so sshd auth required pam_unix.so try_first_pass sshd session required pam_permit.so Parts by: Eivind Eklend <eivind@FreeBSD.org>
* | | | | Forgot to remove the old line in the last commit.green2000-12-051-1/+0
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r69587,green2000-12-0545-648/+2407
|\ \ \ \ \ | | |_|_|/ | |/| | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSH 2.3.0 (virgin OpenBSD source release).green2000-12-0572-1442/+3643
| | | | |
* | | | | Remove duplicate linebrian2000-12-041-1/+0
| | | | | | | | | | | | | | | | | | | | Not responded to by: kris, then green
* | | | | Add more environment variables to be filtered through scrub_env().asmodai2000-11-301-0/+7
| | | | | | | | | | | | | | | | | | | | Synched from normal telnet.
* | | | | String paranoia fix. Synched from normal telnet.asmodai2000-11-301-2/+2
| | | | |
* | | | | String paranoia. Merged from regular telnet.asmodai2000-11-301-2/+2
| | | | |
* | | | | Correct definition of MAXHOSTNAMELEN in ifdef'ed code.kris2000-11-262-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | Submitted by: Edwin Groothuis <mavetju@chello.nl> PR: bin/22787
* | | | | In env_destroy(), it is a bad idea to env_swap(self, 0) to switchgreen2000-11-251-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | back to the original environ unconditionally. The setting of the variable to save the previous environ is conditional; it happens when ENV.e_committed is set. Therefore, don't try to swap the env back unless the previous env has been initialized. PR: bin/22670 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp>
* | | | | Correct an arguement to ssh_add_identity, this matches what is currentlybillf2000-11-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | in ports/security/openssh/files/pam_ssh.c PR: 22164 Submitted by: Takanori Saneto <sanewo@ba2.so-net.ne.jp> Reviewed by: green Approved by: green
* | | | | mdoc(7) police: use the new features of the Nm macro.ru2000-11-202-42/+42
| | | | |
OpenPOWER on IntegriCloud