summaryrefslogtreecommitdiffstats
path: root/crypto/openssh
Commit message (Expand)AuthorAgeFilesLines
* The previous commit contained a stupid mistake: ctxt->pam_[cp]sock wasdes2002-12-211-2/+2
* If possible, use pthreads instead of a child process for PAM.des2002-12-142-65/+334
* Add a missing #include "canohost.h".des2002-12-141-0/+1
* Remove code related to the PAMAuthenticationViaKbdInt option (which we'vedes2002-12-141-4/+1
* Back out a lastlog-related change which is no longer relevant.des2002-12-141-1/+1
* Fix a rounding error in the block size calculation.des2002-12-141-2/+2
* Since OpenSSH drops privileges before calling pam_open_session(3),des2002-12-032-170/+202
* Add caveats regarding the effect of PAM on PasswordAuthentication anddes2002-11-061-0/+23
* 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
|\
| * Vendor import of OpenSSH-portable 3.5p1.des2002-10-29133-2117/+4911
* | sshd didn't handle actual size of struct sockaddr correctly,ume2002-09-094-12/+13
* | Fix typo (s@src/crypto/openssh-portable@src/crypto/openssh@).kuriyama2002-09-091-1/+1
* | Do login cap calls _before_ descriptors are hardly closed because close mayache2002-08-051-1/+8
* | Use login_getpwclass() instead of login_getclass() so that the rootfanf2002-07-291-1/+2
* | FreeBSD doesn't use the host RSA key by default.fanf2002-07-263-7/+2
* | Problems addressed:ache2002-07-261-2/+21
* | Document the FreeBSD default for CheckHostIP, which was changed infanf2002-07-252-2/+2
* | Whitespace nit.des2002-07-231-1/+1
* | In pam_init_ctx(), register a cleanup function that will kill the childdes2002-07-171-0/+13
* | Use realhostname_sa(3) so the IP address will be used instead of thedes2002-07-111-1/+3
* | Do not try to use PAM for password authentication, as it isdes2002-07-101-0/+8
* | 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
* | (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
* | Two FreeBSD-specific nits in comments:des2002-07-031-5/+1
* | 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
* | 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
* | This commit was generated by cvs2svn to compensate for changes in r99060,des2002-06-2928-184/+374
|\ \ | |/
| * 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
* | Make sure the environment variables set by setusercontext() are passed ondes2002-06-291-9/+23
* | Canonicize the host name before looking it up in the host file.des2002-06-291-1/+19
* | Apply class-imposed login restrictions.des2002-06-291-0/+29
* | PAM support, the FreeBSD way.des2002-06-296-10/+588
OpenPOWER on IntegriCloud