aboutsummaryrefslogtreecommitdiff
path: root/crypto
Commit message (Expand)AuthorAgeFilesLines
* Don't risk catching a signal while handling a signal for a dying child, as weJuli Mallett2002-05-271-0/+8
* Remove _PATH_CP now that it is defined in paths.hChris D. Faulhaber2002-05-121-3/+0
* unbreak build:Alfred Perlstein2002-05-115-3/+7
* Resurrect as an empty file to unbreak the build. We have everything weDag-Erling Smørgrav2002-05-081-0/+1
* Fix an external declaration that was causing telnetd to core dump.Mark Murray2002-05-061-1/+1
* Usual after-import fixup of SCM IDs.David E. O'Brien2002-05-012-2/+2
* Back out previous commit.Dag-Erling Smørgrav2002-04-252-3/+3
* Change default challenge/response behavior of sshd by popular demand.Jordan K. Hubbard2002-04-252-3/+3
* 1) Proberly conditionalize PAM "last login" printout.Andrey A. Chernov2002-04-231-14/+11
* Don't report last login time in PAM case. (perforce change 10057)Dag-Erling Smørgrav2002-04-221-4/+6
* Fix warnings + wait for child so it doesn't go zombie (perforce change 10122)Dag-Erling Smørgrav2002-04-221-4/+3
* Move LOGIN_CAP calls before all file descriptors are closed hard, since someAndrey A. Chernov2002-04-211-2/+15
* Fix TZ & TERM handling for use_login case of rev. 1.24Andrey A. Chernov2002-04-201-4/+6
* 1) Surprisingly, "CheckMail" handling code completely removed from thisAndrey A. Chernov2002-04-202-2/+24
* 1) Fix overlook in my prev. commit - forget HAVE_ prefix in one place in oldAndrey A. Chernov2002-04-201-4/+11
* Please repeat after me: setusercontext() modifies _current_ environment, butAndrey A. Chernov2002-04-201-24/+58
* Fix some warnings. Don't record logins twice in USE_PAM case. StripDag-Erling Smørgrav2002-04-141-4/+22
* Back out previous backout. It seems I was right to begin with, and DSA isDag-Erling Smørgrav2002-04-121-2/+0
* Knowledgeable persons assure me that RSA is preferable to DSA and that weDag-Erling Smørgrav2002-04-111-0/+2
* Prefer DSA to RSA if both are available.Dag-Erling Smørgrav2002-04-111-1/+2
* Do not attempt to load an ssh2 RSA host key by default.Dag-Erling Smørgrav2002-04-111-2/+0
* Align for const poisoning in -lutil.Ruslan Ermilov2002-04-081-1/+1
* Nuke stale copy of the pam_ssh(8) source code.Dag-Erling Smørgrav2002-04-061-497/+0
* Revert to vendor version, what little was left of our local patches hereDag-Erling Smørgrav2002-04-021-2/+2
* Change the FreeBSD version addendum to "FreeBSD-20020402". This shortensDag-Erling Smørgrav2002-04-023-2/+3
* Make the various ssh clients understand the VersionAddendum option.Dag-Erling Smørgrav2002-04-021-1/+10
* Switch over to using pam_login_access(8) module in sshd(8).Ruslan Ermilov2002-03-262-19/+4
* REALLY correct typo this time.Jacques Vidrine2002-03-261-2/+2
* Fix typo (missing paren) affecting KRB4 && KRB5 case.Jacques Vidrine2002-03-251-1/+1
* We keep moduli(5) in /etc/ssh, not /etc.Dag-Erling Smørgrav2002-03-231-1/+1
* Correctly set PAM_RHOST so e.g. pam_login_access(8) can do its job.Dag-Erling Smørgrav2002-03-211-0/+5
* Use the "sshd" service instead of "csshd". The latter was only neededDag-Erling Smørgrav2002-03-211-1/+1
* Use PAM instead of S/Key (or OPIE) for SSH2.Dag-Erling Smørgrav2002-03-212-6/+341
* Note that portions of this software wereDag-Erling Smørgrav2002-03-201-0/+43
* - Change the prompt from "S/Key Password: " to "OPIE Password: "Dag-Erling Smørgrav2002-03-201-1/+3
* Unbreak for KRB4 ^ KRB5 case.Dag-Erling Smørgrav2002-03-191-2/+16
* Revive this file (which is used for opie rather than skey)Dag-Erling Smørgrav2002-03-181-0/+97
* Fix conflicts.Dag-Erling Smørgrav2002-03-1851-6317/+6809
* This commit was generated by cvs2svn to compensate for changes in r92555,Dag-Erling Smørgrav2002-03-18115-3132/+5680
|\
| * Vendor import of OpenSSH 3.1Dag-Erling Smørgrav2002-03-18165-8807/+12549
* | Diff reduction.Dag-Erling Smørgrav2002-03-162-4/+3
* | Update version string.Jacques Vidrine2002-03-071-1/+1
* | Fix off-by-one error.Jacques Vidrine2002-03-051-1/+1
* | Use login_getpwclass() instead of login_getclass() so that defaultBrian Feldman2002-02-271-1/+1
* | Update build after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-192-204/+1
* | Remove files that were dropped from Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-195-432/+0
* | Resolve conflicts after import of Heimdal Kerberos 2002/02/17.Jacques Vidrine2002-02-197-117/+169
* | This commit was generated by cvs2svn to compensate for changes in r90926,Jacques Vidrine2002-02-19408-19552/+34202
|\ \
| * | Import of Heimdal Kerberos from KTH repository circa 2002/02/17.Jacques Vidrine2002-02-19418-19831/+34535
* | | Don't use non-signal-safe functions (exit(3) in this case) inSheldon Hearn2002-02-051-1/+1