summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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
| | | | |
* | | | | This man page has not been referenced by anything for a while,nectar2002-07-301-509/+0
| | | | | | | | | | | | | | | | | | | | and is not part of the OpenSSL distribution. Remove it.
* | | | | Remove many obsolete files. The majority of these are simply nonectar2002-07-30148-28550/+0
| | | | | | | | | | | | | | | | | | | | | | | | | longer included as part of the OpenSSL distribution. However, a few we just don't need and are explicitly excluded in FREEBSD-Xlist.
* | | | | Resolve conflicts after import of OpenSSL 0.9.6d.nectar2002-07-303-13/+37
| | | | |
* | | | | This commit was generated by cvs2svn to compensate for changes in r100928,nectar2002-07-30101-1498/+2667
|\ \ \ \ \ | |/ / / / | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | | Import of OpenSSL 0.9.6d.nectar2002-07-30104-1511/+2704
| | | | |
* | | | | Update list of files to remove prior to import of OpenSSL 0.9.6dnectar2002-07-301-15/+6
| | | | |
* | | | | Use login_getpwclass() instead of login_getclass() so that the rootfanf2002-07-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | vs. default login class distinction is made correctly. PR: 37416 Approved by: des MFC after: 4 days
* | | | | FreeBSD doesn't use the host RSA key by default.fanf2002-07-263-7/+2
| | | | | | | | | | | | | | | | | | | | Reviewed by: des
* | | | | Problems addressed:ache2002-07-261-2/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1) options.print_lastlog was not honored. 2) "Last login: ..." was printed twice. 3) "copyright" was not printed 4) No newline was before motd. Reviewed by: maintainer's silence in 2 weeks (with my constant reminders)
* | | | | Document the FreeBSD default for CheckHostIP, which was changed infanf2002-07-252-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | rev 1.2 of readconf.c. Approved by: des
* | | | | Whitespace nit.des2002-07-231-1/+1
| | | | |
* | | | | In pam_init_ctx(), register a cleanup function that will kill the childdes2002-07-171-0/+13
| | | | | | | | | | | | | | | | | | | | process if a fatal error occurs. Deregister it in pam_free_ctx().
* | | | | Use realhostname_sa(3) so the IP address will be used instead of thedes2002-07-111-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | hostname if the latter is too long for utmp. Submitted by: ru MFC after: 3 days
* | | | | Do not try to use PAM for password authentication, as it isdes2002-07-101-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | already (and far better) supported by the challenge/response authentication mechanism.
OpenPOWER on IntegriCloud