summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* This commit was generated by cvs2svn to compensate for changes in r107207,nectar2002-11-24110-1442/+1246
|\ | | | | | | which included commits to RCS files with non-trunk default branches.
| * Import of Heimdal 0.5.1.nectar2002-11-24110-1442/+1246
| | | | | | | | Approved by: re
* | Add caveats regarding the effect of PAM on PasswordAuthentication anddes2002-11-061-0/+23
| | | | | | | | | | | | | | PermitRootLogin. PR: docs/43776 MFC after: 1 week
* | Document the current default for VersionAddendum.des2002-11-051-0/+2
| |
* | Accurately reflect our local changes and additions.des2002-11-051-11/+9
| |
* | Document the current default value for VersionAddendum.des2002-11-052-2/+2
| |
* | Switch to two-clause license, with NAI's permission.des2002-11-021-3/+0
| |
* | Resolve conflicts.des2002-10-2957-526/+1253
| |
* | Protect against tag expansion + fix some brainos.des2002-10-291-6/+6
| |
* | Some tricks I use when I upgrade.des2002-10-291-0/+20
| |
* | Correct shell code to expand globs in FREEBSD-Xlistdes2002-10-291-1/+1
| |
* | More cruft.des2002-10-291-0/+2
| |
* | This commit was generated by cvs2svn to compensate for changes in r106121,des2002-10-2978-1597/+3674
|\ \ | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | Vendor import of OpenSSH-portable 3.5p1.des2002-10-29133-2117/+4911
| | |
* | | This commit was generated by cvs2svn to compensate for changes in r105765,assar2002-10-231-2/+11
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | import 1.29 to fix buffer overflow:assar2002-10-231-2/+11
| | | | | | | | | | | | | | | | | | | | | | | | check the length of the authenticator and rlen Obtained from: Heimdal CVS
* | | | This commit was generated by cvs2svn to compensate for changes in r105672,assar2002-10-221-1/+8
|\ \ \ \ | | |_|/ | |/| | | | | | which included commits to RCS files with non-trunk default branches.
| * | | import 1.27 to fix buffer overflow:assar2002-10-221-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | check size of rlen Obtained from: Heimdal CVS
* | | | Permit the argument to the -s option to be a hostname. I see nodd2002-10-021-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | reason to restrict this to a numeric address. PR: 41841 Submitted by: Dmitry Pryanishnikov <dmitry@atlantis.dp.ua>, Maxim Maximov <mcsi@agava.com>
* | | | This commit was generated by cvs2svn to compensate for changes in r104204,nectar2002-09-301-2/+2
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Fix an annoying bug that causes a spurious error message when changingnectar2002-09-301-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | passwords, even when the operation actually succeeded. % k5passwd luser@REA.LM's Password: ************** New password: ************** Verifying password - New password: ************** k5passwd: krb5_change_password: unable to reach any changepw server in realm REA.LM [In reality, the password was changed.] Obtained from: Heimdal CVS
* | | | Catch up with "base" telnet.markm2002-09-251-3/+3
| | | | | | | | | | | | | | | | s/FALL THROUGH/FALLTHROUGH/ for lint(1).
* | | | Catch up with "base" telnet.markm2002-09-253-12/+8
| | | | | | | | | | | | | | | | | | | | s/FALL THROUGH/FALLTHROUGH/ for lint(1). s/Usage/usage/ for consistency.
* | | | From the requestor:markm2002-09-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | "Could you do me a favor and fix sys_bsd.c to get the howmany() macro from <sys/param.h>, instead of <sys/types.h>? This will save me from having to worry about the unsync'd bits before making the change." Requested by: mike
* | | | These RFCs and internet-drafts are not really needed in the basenectar2002-09-1860-103705/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | system, and I've not been importing them lately. cvs rm them now so they can be cleaned out of the attic later. Requested by: obrien
* | | | Resolve conflicts.nectar2002-09-167-77/+29
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r103423,nectar2002-09-16101-3883/+6985
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of Heimdal Kerberos from KTH repository circa 2002/09/16.nectar2002-09-16112-4046/+7133
| | | |
* | | | sshd didn't handle actual size of struct sockaddr correctly,ume2002-09-094-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | and did copy it as long as just size of struct sockaddr. So, If connection is via IPv6, sshd didn't log hostname into utmp correctly. This problem occured only under FreeBSD because of our hack. However, this is potential problem of OpenSSH-portable, and they agreed to fix this. Though, there is no fixed version of OpenSSH-portable available yet, since this problem is serious for IPv6 users, I commit the fix. Reported by: many people Reviewed by: current@ and stable@ (no objection) MFC after: 3 days
* | | | Fix typo (s@src/crypto/openssh-portable@src/crypto/openssh@).kuriyama2002-09-091-1/+1
| | | |
* | | | Pass the pointy hat! Remove accidently imported files.nectar2002-08-30126-85067/+0
| | | |
* | | | Remove some parts of the Heimdal distribution which we do not usenectar2002-08-30131-30717/+0
| | | | | | | | | | | | | | | | and have never used.
* | | | Remove files no longer relevant after latest import.nectar2002-08-3028-3634/+0
| | | |
* | | | Resolve conflicts after import of Heimdal Kerberos circa 2002/08/29.nectar2002-08-302-28/+45
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r102644,nectar2002-08-30513-21423/+130256
|\ \ \ \ | |/ / / | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Import of Heimdal Kerberos from KTH repository circa 2002/08/29.nectar2002-08-30515-21451/+130301
| | | |
* | | | Encrypted strings (after hex decoding) aren't null terminated, becausensayer2002-08-221-4/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 0 might simply be part of the ciphertext. PR: bin/40266 Submitted by: andr@dgap.mipt.ru MFC after: 3 days
* | | | Resolve conflicts.nectar2002-08-104-34/+100
| | | |
* | | | This commit was generated by cvs2svn to compensate for changes in r101618,nectar2002-08-109-12/+27
|\ \ \ \ | | | | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6g.nectar2002-08-109-12/+27
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r101615,nectar2002-08-109-8/+34
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6f.nectar2002-08-1013-42/+134
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r101613,nectar2002-08-1018-39/+66
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6f.nectar2002-08-1019-61/+92
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r101386,nectar2002-08-051-1/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Correct a bug in the ASN.1 decoder which was introduced with thenectar2002-08-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | recent OpenSSL update. Obtained from: OpenSSL CVS
* | | | | Do login cap calls _before_ descriptors are hardly closed because close mayache2002-08-051-1/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | invalidate login cap descriptor. Reviewed by: des
* | | | | Resolve conflicts after import of OpenSSL 0.9.6e.nectar2002-07-306-8/+36
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r100936,nectar2002-07-30104-325/+934
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6e.nectar2002-07-30110-329/+968
| | | | |
OpenPOWER on IntegriCloud