aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* Toss into attic stuff we don't use.Mark Murray2001-04-144-940/+0
| | | | Notes: svn path=/head/; revision=75505
* mdoc(7) police: removed hard sentence breaks introduced in rev.1.10.Ruslan Ermilov2001-04-131-4/+5
| | | | Notes: svn path=/head/; revision=75465
* Clean up telnet's argument processing a bit. autologin and encryption isNick Sayer2001-04-062-34/+23
| | | | | | | | | | now the default, so ignore the arguments that turn it on. Add a new -y argument to turn off encryption in case someone wants to do that. Sync these changes with the man page (including removing the now obsolete statement about availability only in the US and Canada). Notes: svn path=/head/; revision=75263
* Reactivate SRA.Nick Sayer2001-04-051-0/+18
| | | | | | | | Make handling of SIGINT and SIGQUIT follow SIGTSTP in TerminalNewMode(). This allows people to break out of SRA authentication if they wish to. Notes: svn path=/head/; revision=75236
* Suggested by kris, OpenSSH shall have a version designated to note thatBrian Feldman2001-03-201-1/+2
| | | | | | | it's not "plain" OpenSSH 2.3.0. Notes: svn path=/head/; revision=74503
* Make password attacks based on traffic analysis harder by requiring thatBrian Feldman2001-03-209-5/+74
| | | | | | | | | | "non-echoed" characters are still echoed back in a null packet, as well as pad passwords sent to not give hints to the length otherwise. Obtained from: OpenBSD Notes: svn path=/head/; revision=74500
* Fix core noted in -stable with 'auth disable SRA'.Nick Sayer2001-03-181-2/+2
| | | | | | | | I just mistakenly commited this to RELENG_4. I have contacted Jordan to see about how to fix this. Pass the pointy hat. Notes: svn path=/head/; revision=74411
* Fix double mention of ssh.Jeroen Ruigrok van der Werven2001-03-151-1/+1
| | | | | | | | | | | This file is already off the vendorbranch, nonetheless it needs to be submitted back to the OpenSSH people. PR: 25743 Submitted by: David Wolfskill <dhw@whistle.com> Notes: svn path=/head/; revision=74291
* Don't dump core when an attempt is made to login using protocol 2 withBrian Feldman2001-03-151-0/+1
| | | | | | | an invalid user name. Notes: svn path=/head/; revision=74278
* (try_krb5_authentication): simplify code. from joda@netbsd.orgAssar Westerlund2001-03-131-47/+4
| | | | Notes: svn path=/head/; revision=74197
* Fix LP64 problem in Kerberos 5 TGT passing.Assar Westerlund2001-03-121-1/+3
| | | | | | | Obtained from: NetBSD (done by thorpej@netbsd.org) Notes: svn path=/head/; revision=74147
* enable auto-negotiation of encrypt and decryptAssar Westerlund2001-03-121-0/+13
| | | | Notes: svn path=/head/; revision=74138
* initialize pointers to NULL and sized to 0 to avoid free:ing invalid memory.Assar Westerlund2001-03-121-8/+15
| | | | | | | PR: bin/20779 Notes: svn path=/head/; revision=74136
* Reenable the SIGPIPE signal handler default in all cases for spawnedBrian Feldman2001-03-111-2/+6
| | | | | | | sessions. Notes: svn path=/head/; revision=74090
* Remove stuff that is really "ports material", generated files andMark Murray2001-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. Notes: svn path=/head/; revision=73432
* Trim down the source tree a bit. We shouldn't have blatantlyMark Murray2001-03-044-513/+0
| | | | | | | | uncompilable bits in here (like X stuff), nor should we have too much "ports material". Notes: svn path=/head/; revision=73426
* Add code for being compatible with ssh.com's krb5 authentication.Assar Westerlund2001-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 Notes: svn path=/head/; revision=73400
* Resolve conflictsKris Kennaway2001-02-186-72/+247
| | | | Notes: svn path=/head/; revision=72616
* This commit was generated by cvs2svn to compensate for changes in r72613,Kris Kennaway2001-02-18147-286/+5416
|\ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=72614
| * Import of OpenSSL 0.9.6-STABLE snapshot dated 2001-02-10Kris Kennaway2001-02-18154-359/+5666
| | | | | | | | Notes: svn path=/vendor-crypto/openssl/dist/; revision=72613
* | Make ConnectionsPerPeriod non-fatal for real.Paul Saab2001-02-181-0/+1
| | | | | | | | Notes: svn path=/head/; revision=72586
* | Fix a "make world"-breaking inconsistency for those folks makingMark Murray2001-02-141-1/+3
| | | | | | | | | | | | | | a world with both KRB4 and KRB5. Notes: svn path=/head/; revision=72494
* | nuke conflict markersAssar Westerlund2001-02-131-4/+0
| | | | | | | | Notes: svn path=/head/; revision=72463
* | update to new heimdal libkrb5Assar Westerlund2001-02-131-2/+2
| | | | | | | | Notes: svn path=/head/; revision=72451
* | fix conflicts in heimdal 0.3e importAssar Westerlund2001-02-136-144/+817
| | | | | | | | Notes: svn path=/head/; revision=72448
* | This commit was generated by cvs2svn to compensate for changes in r72445,Assar Westerlund2001-02-13579-31499/+97092
|\ \ | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=72446
| * | import of heimdal 0.3eAssar Westerlund2001-02-13585-31649/+97911
| | | | | | | | | | | | Notes: svn path=/vendor-crypto/heimdal/dist/; revision=72445
* | | Patches backported from later development version of OpenSSH which preventKris Kennaway2001-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 Notes: svn path=/head/; revision=72397
* | | Note that crypto/ is not used to build in, people should see secure/Kris Kennaway2001-02-101-2/+6
| | | | | | | | | | | | | | | | | | | | | instead. Notes: svn path=/head/; revision=72285
* | | Synch: Add $FreeBSD$.Jeroen Ruigrok van der Werven2001-02-071-0/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=72139
* | | Fix typo: compatability -> compatibility.Jeroen Ruigrok van der Werven2001-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | Compatability is not an existing english word. Notes: svn path=/head/; revision=72093
* | | Fix typo: seperate -> separate.Jeroen Ruigrok van der Werven2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | Seperate does not exist in the english language. Submitted to look at by: kris Notes: svn path=/head/; revision=72089
* | | Fix typo: wierd -> weird.Jeroen Ruigrok van der Werven2001-02-062-2/+2
| | | | | | | | | | | | | | | | | | | | | There is no such thing as wierd in the english language. Notes: svn path=/head/; revision=72083
* | | Correctly fill in the sun_len for a sockaddr_sun.Brian Feldman2001-02-041-1/+2
| | | | | | | | | | | | | | | | | | | | | Submitted by: Alexander Leidinger <Alexander@leidinger.net> Notes: svn path=/head/; revision=72023
* | | MFS: Don't use the canonical hostname here, too.Brian Feldman2001-02-041-0/+2
| | | | | | | | | | | | Notes: svn path=/head/; revision=72021
* | | MFF: Make ConnectionsPerPeriod usage a warning, not fatal.Brian Feldman2001-02-041-1/+1
| | | | | | | | | | | | Notes: svn path=/head/; revision=72020
* | | mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-012-36/+38
| | | | | | | | | | | | Notes: svn path=/head/; revision=71899
* | | Actually propagate back to the rest of the application that a commandBrian Feldman2001-01-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | was specified when using -t mode with the SSH client. Submitted by: Dima Dorfman <dima@unixfreak.org> Notes: svn path=/head/; revision=71317
* | | /Really/ deprecate ConnectionsPerPeriod, ripping out the code for itBrian Feldman2001-01-134-102/+2
| | | | | | | | | | | | | | | | | | | | | and giving a dire error to its lingering users. Notes: svn path=/head/; revision=70990
* | | Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-102-5/+11
| | | | | | | | | | | | Notes: svn path=/head/; revision=70890
* | | Fix a long-standing bug that resulted in a dropped session sometimesBrian Feldman2001-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. Notes: svn path=/head/; revision=70726
* | | fix conflicts from mergeAssar Westerlund2000-12-299-137/+251
| | | | | | | | | | | | Notes: svn path=/head/; revision=70497
* | | This commit was generated by cvs2svn to compensate for changes in r70494,Assar Westerlund2000-12-29113-1462/+5381
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=70495
| * | | import krb4-1.0.5Assar Westerlund2000-12-29124-1611/+5644
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=70494
* | | | This commit was generated by cvs2svn to compensate for changes in r69836,Assar Westerlund2000-12-101-14/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69837
| * | | merge fix from vendor for not overwriting old ticket fileAssar Westerlund2000-12-101-14/+0
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69836
* | | | This commit was generated by cvs2svn to compensate for changes in r69833,Assar Westerlund2000-12-101-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69834
| * | | merge fix from vendor for removing buffer overrunAssar Westerlund2000-12-101-0/+3
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69833
* | | | This commit was generated by cvs2svn to compensate for changes in r69830,Assar Westerlund2000-12-101-25/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches. Notes: svn path=/head/; revision=69831
| * | | merge fix from vendor for not looking at environment variablesAssar Westerlund2000-12-101-25/+0
| | | | | | | | | | | | | | | | Notes: svn path=/vendor-crypto/kerberosIV/dist/; revision=69830