Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove many obsolete files. The majority of these are simply no | nectar | 2002-07-30 | 148 | -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. | nectar | 2002-07-30 | 3 | -13/+37 |
| | |||||
* | This commit was generated by cvs2svn to compensate for changes in r100928, | nectar | 2002-07-30 | 101 | -1498/+2667 |
|\ | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | Import of OpenSSL 0.9.6d. | nectar | 2002-07-30 | 104 | -1511/+2704 |
| | | |||||
* | | Update list of files to remove prior to import of OpenSSL 0.9.6d | nectar | 2002-07-30 | 1 | -15/+6 |
| | | |||||
* | | Use login_getpwclass() instead of login_getclass() so that the root | fanf | 2002-07-29 | 1 | -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. | fanf | 2002-07-26 | 3 | -7/+2 |
| | | | | | | | | Reviewed by: des | ||||
* | | Problems addressed: | ache | 2002-07-26 | 1 | -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 in | fanf | 2002-07-25 | 2 | -2/+2 |
| | | | | | | | | | | | | rev 1.2 of readconf.c. Approved by: des | ||||
* | | Whitespace nit. | des | 2002-07-23 | 1 | -1/+1 |
| | | |||||
* | | In pam_init_ctx(), register a cleanup function that will kill the child | des | 2002-07-17 | 1 | -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 the | des | 2002-07-11 | 1 | -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 is | des | 2002-07-10 | 1 | -0/+8 |
| | | | | | | | | | | already (and far better) supported by the challenge/response authentication mechanism. | ||||
* | | Don't forget to clear the buffer before reusing it. | des | 2002-07-10 | 1 | -0/+1 |
| | | |||||
* | | Rewrite to use the buffer API instead of roll-your-own messaging. | des | 2002-07-05 | 1 | -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. | des | 2002-07-05 | 1 | -1/+1 |
| | | |||||
* | | - Don't enable OpenSSH's OPIE support, since we let PAM handle OPIE. | des | 2002-07-03 | 1 | -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: | des | 2002-07-03 | 1 | -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. | des | 2002-07-02 | 1 | -1/+1 |
| | | |||||
* | | Fix a braino in mm_answer_pam_respond() which would cause sshd to abort if | des | 2002-07-02 | 1 | -1/+1 |
| | | | | | | | | PAM authentication failed due to an incorrect response. | ||||
* | | Forgot to update the addendum in the config files. | des | 2002-06-30 | 2 | -2/+2 |
| | | |||||
* | | Regenerate. | des | 2002-06-29 | 1 | -4/+7 |
| | | |||||
* | | <sys/mman.h> requires <sys/types.h>. | des | 2002-06-29 | 1 | -0/+1 |
| | | |||||
* | | Resolve conflicts. | des | 2002-06-29 | 27 | -198/+336 |
| | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | This commit was generated by cvs2svn to compensate for changes in r99060, | des | 2002-06-29 | 28 | -184/+374 |
|\ \ | | | | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Vendor import of OpenSSH 3.4p1. | des | 2002-06-29 | 55 | -381/+685 |
| | | | |||||
* | | | Commit config.h so we don't need autoconf to build world. | des | 2002-06-29 | 1 | -0/+873 |
| | | | |||||
* | | | OpenBSD lifted this code our tree. Preserve the original CVS id. | des | 2002-06-29 | 1 | -1/+1 |
| | | | |||||
* | | | Use our __RCSID(). | des | 2002-06-29 | 1 | -1/+2 |
| | | | |||||
* | | | Make sure the environment variables set by setusercontext() are passed on | des | 2002-06-29 | 1 | -9/+23 |
| | | | | | | | | | | | | | | | | | | | | | to the child process. Reviewed by: ache Sponsored by: DARPA, NAI Labs | ||||
* | | | Canonicize the host name before looking it up in the host file. | des | 2002-06-29 | 1 | -1/+19 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Apply class-imposed login restrictions. | des | 2002-06-29 | 1 | -0/+29 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | PAM support, the FreeBSD way. | des | 2002-06-29 | 6 | -10/+588 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Document FreeBSD defaults. | des | 2002-06-29 | 2 | -3/+11 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Document FreeBSD defaults and paths. | des | 2002-06-29 | 4 | -24/+41 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Remove duplicate. | des | 2002-06-29 | 1 | -59/+0 |
| | | | |||||
* | | | Apply FreeBSD's configuration defaults. | des | 2002-06-29 | 3 | -10/+34 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Add the VersionAddendum configuration variable. | des | 2002-06-29 | 3 | -1/+78 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Support OPIE as an alternative to S/Key. | des | 2002-06-29 | 6 | -0/+73 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs | ||||
* | | | Document the upgrade process. | des | 2002-06-29 | 1 | -0/+130 |
| | | | |||||
* | | | Files we don't want to import. | des | 2002-06-29 | 1 | -0/+8 |
| | | | |||||
* | | | Forcibly revert to mainline. | des | 2002-06-27 | 81 | -2523/+1701 |
| | | | |||||
* | | | This commit was generated by cvs2svn to compensate for changes in r98937, | des | 2002-06-27 | 178 | -116/+22936 |
|\ \ \ | |/ / | | | | | | | which included commits to RCS files with non-trunk default branches. | ||||
| * | | Vendor import of OpenSSH 3.3p1. | des | 2002-06-27 | 215 | -1145/+24630 |
| | | | |||||
* | | | Warnings fixes. Sort out some variable types. | markm | 2002-06-26 | 1 | -6/+7 |
| | | | |||||
* | | | Help fix warnings by marking an argument as unused. | markm | 2002-06-26 | 1 | -0/+1 |
| | | | |||||
* | | | remove declaration of authlog | dinoex | 2002-06-24 | 1 | -5/+1 |
| | | | | | | | | | | | | | | | use variable from_host Reviewed by: des | ||||
* | | | IPv4or6 is already defined in libssh. | des | 2002-06-24 | 1 | -3/+2 |
| | | | |||||
* | | | Resolve conflicts and document local changes. | des | 2002-06-23 | 4 | -1254/+113 |
| | | | |||||
* | | | Correctly export the environment variables set by setusercontext(). | des | 2002-06-23 | 2 | -8/+7 |
| | | | | | | | | | | | | Sponsored by: DARPA, NAI Labs |