summaryrefslogtreecommitdiffstats
path: root/crypto
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* | | Don't forget to clear the buffer before reusing it.des2002-07-101-0/+1
| | |
* | | Rewrite to use the buffer API instead of roll-your-own messaging.des2002-07-051-116/+65
| | | | | | | | | | | | | | | Suggested by: Markus Friedl <markus@openbsd.org> Sponsored by: DARPA, NAI Labs
* | | (forgot to commit) We don't need --with-opie since PAM takes care of it.des2002-07-051-1/+1
| | |
* | | - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE.des2002-07-031-6/+6
| | | | | | | | | | | | | | | - We don't have setutent(3) etc., and I have no idea why configure ever thought we did.
* | | Two FreeBSD-specific nits in comments:des2002-07-031-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | - ChallengeResponseAuthentication controls PAM, not S/Key - We don't honor PAMAuthenticationViaKbdInt, because the code path it controls doesn't make sense for us, so don't mention it. Sponsored by: DARPA, NAI Labs
* | | Version bump for mm_answer_pam_respond() fix.des2002-07-021-1/+1
| | |
* | | Fix a braino in mm_answer_pam_respond() which would cause sshd to abort ifdes2002-07-021-1/+1
| | | | | | | | | | | | PAM authentication failed due to an incorrect response.
* | | Forgot to update the addendum in the config files.des2002-06-302-2/+2
| | |
* | | Regenerate.des2002-06-291-4/+7
| | |
* | | <sys/mman.h> requires <sys/types.h>.des2002-06-291-0/+1
| | |
* | | Resolve conflicts.des2002-06-2927-198/+336
| | | | | | | | | | | | Sponsored by: DARPA, NAI Labs
* | | This commit was generated by cvs2svn to compensate for changes in r99060,des2002-06-2928-184/+374
|\ \ \ | | | | | | | | | | | | which included commits to RCS files with non-trunk default branches.
| * | | Vendor import of OpenSSH 3.4p1.des2002-06-2955-381/+685
| | | |
* | | | Commit config.h so we don't need autoconf to build world.des2002-06-291-0/+873
| | | |
* | | | OpenBSD lifted this code our tree. Preserve the original CVS id.des2002-06-291-1/+1
| | | |
* | | | Use our __RCSID().des2002-06-291-1/+2
| | | |
OpenPOWER on IntegriCloud