| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | The previous commit contained a stupid mistake: ctxt->pam_[cp]sock was | des | 2002-12-21 | 1 | -2/+2 |
* | | If possible, use pthreads instead of a child process for PAM. | des | 2002-12-14 | 2 | -65/+334 |
* | | Add a missing #include "canohost.h". | des | 2002-12-14 | 1 | -0/+1 |
* | | Remove code related to the PAMAuthenticationViaKbdInt option (which we've | des | 2002-12-14 | 1 | -4/+1 |
* | | Back out a lastlog-related change which is no longer relevant. | des | 2002-12-14 | 1 | -1/+1 |
* | | Fix a rounding error in the block size calculation. | des | 2002-12-14 | 1 | -2/+2 |
* | | Since OpenSSH drops privileges before calling pam_open_session(3), | des | 2002-12-03 | 2 | -170/+202 |
* | | Add caveats regarding the effect of PAM on PasswordAuthentication and | des | 2002-11-06 | 1 | -0/+23 |
* | | Document the current default for VersionAddendum. | des | 2002-11-05 | 1 | -0/+2 |
* | | Accurately reflect our local changes and additions. | des | 2002-11-05 | 1 | -11/+9 |
* | | Document the current default value for VersionAddendum. | des | 2002-11-05 | 2 | -2/+2 |
* | | Switch to two-clause license, with NAI's permission. | des | 2002-11-02 | 1 | -3/+0 |
* | | Resolve conflicts. | des | 2002-10-29 | 57 | -526/+1253 |
* | | Protect against tag expansion + fix some brainos. | des | 2002-10-29 | 1 | -6/+6 |
* | | Some tricks I use when I upgrade. | des | 2002-10-29 | 1 | -0/+20 |
* | | Correct shell code to expand globs in FREEBSD-Xlist | des | 2002-10-29 | 1 | -1/+1 |
* | | More cruft. | des | 2002-10-29 | 1 | -0/+2 |
* | | This commit was generated by cvs2svn to compensate for changes in r106121, | des | 2002-10-29 | 78 | -1597/+3674 |
|\ \
| |/ |
|
| * | Vendor import of OpenSSH-portable 3.5p1. | des | 2002-10-29 | 133 | -2117/+4911 |
* | | sshd didn't handle actual size of struct sockaddr correctly, | ume | 2002-09-09 | 4 | -12/+13 |
* | | Fix typo (s@src/crypto/openssh-portable@src/crypto/openssh@). | kuriyama | 2002-09-09 | 1 | -1/+1 |
* | | Do login cap calls _before_ descriptors are hardly closed because close may | ache | 2002-08-05 | 1 | -1/+8 |
* | | Use login_getpwclass() instead of login_getclass() so that the root | fanf | 2002-07-29 | 1 | -1/+2 |
* | | FreeBSD doesn't use the host RSA key by default. | fanf | 2002-07-26 | 3 | -7/+2 |
* | | Problems addressed: | ache | 2002-07-26 | 1 | -2/+21 |
* | | Document the FreeBSD default for CheckHostIP, which was changed in | fanf | 2002-07-25 | 2 | -2/+2 |
* | | 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 |
* | | Use realhostname_sa(3) so the IP address will be used instead of the | des | 2002-07-11 | 1 | -1/+3 |
* | | Do not try to use PAM for password authentication, as it is | des | 2002-07-10 | 1 | -0/+8 |
* | | 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 |
* | | (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 |
* | | Two FreeBSD-specific nits in comments: | des | 2002-07-03 | 1 | -5/+1 |
* | | 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 |
* | | 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 |
* | | This commit was generated by cvs2svn to compensate for changes in r99060, | des | 2002-06-29 | 28 | -184/+374 |
|\ \
| |/ |
|
| * | 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 |
* | | Canonicize the host name before looking it up in the host file. | des | 2002-06-29 | 1 | -1/+19 |
* | | Apply class-imposed login restrictions. | des | 2002-06-29 | 1 | -0/+29 |
* | | PAM support, the FreeBSD way. | des | 2002-06-29 | 6 | -10/+588 |