Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 08:03:51 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] bye bye -d | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 06:43:55 | Ben Lindstrom | |
[ssh-keygen.1 ssh-keygen.c] document -d, and -t defaults to rsa1 | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/22 04:29:37 | Ben Lindstrom | |
[servconf.c] grammar; slade@shore.net | |||
2001-03-05 | - stevesk@cvs.openbsd.org 2001/02/21 21:14:04 | Ben Lindstrom | |
[ssh.c] -i supports DSA identities now; ok markus@ | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 09:12:56 | Ben Lindstrom | |
[sftp-server.c] careful with & and &&; markus ok | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 09:05:54 | Ben Lindstrom | |
[authfile.c] improve fd handling | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/21 07:37:04 | Ben Lindstrom | |
[ssh-keyscan.c] inline -> __inline__, and some indent | |||
2001-03-05 | - deraadt@cvs.openbsd.org 2001/02/17 23:48:48 | Ben Lindstrom | |
[sshd.8] it's the OpenSSH one | |||
2001-03-05 | - (bal) CVS ID touch up on sshpty.[ch] and sshlogin.[ch] | Ben Lindstrom | |
2001-03-03 | - (bal) Updated contrib/README to remove 'make-ssh-known-hosts' and | Ben Lindstrom | |
give Mark Roth credit for mdoc2man.pl | |||
2001-03-03 | - (bal) Remove make-ssh-known-hosts.1 since it's no longer valid. | Ben Lindstrom | |
2001-03-04 | - Allow PRNGd entropy collection from localhost TCP socket. Replace | Damien Miller | |
"--with-egd-pool" configure option with "--with-prngd-socket" and "--with-prngd-port" options. Debugged and improved by Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2001-03-04 | mode doc | Damien Miller | |
2001-03-04 | - Document PAM ChallengeResponseAuthentication in sshd.8 | Damien Miller | |
- Disable and comment ChallengeResponseAuthentication in sshd_config | |||
2001-03-03 | - Remove make-ssh-known-hosts.pl, ssh-keyscan is better. | Damien Miller | |
2001-03-01 | - (djm) Released 2.5.1p2 | Damien Miller | |
2001-03-01 | - (djm) Cygwin needs pw->pw_gecos copied too. Patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> | |||
2001-03-01 | - (djm) Force standard PAM conversation function in a few more places. | Damien Miller | |
Patch from Redhat 2.5.1p1-2 RPM, probably Nalin Dahyabhai <nalin@redhat.com> | |||
2001-03-01 | - (djm) Properly add -lcrypt if needed. | Damien Miller | |
2001-02-28 | - (djm) Remove /tmp from EGD socket search list | Damien Miller | |
2001-02-28 | - (djm) EGD detection patch from Tim Rice <tim@multitalents.net> | Damien Miller | |
2001-02-28 | - (djm) Fully revert PAM session patch (again). All PAM session init is | Damien Miller | |
now done before the final fork(). | |||
2001-02-28 | - (djm) Fully revert PAM session patch. All PAM session init is now done | Damien Miller | |
before the final fork(). | |||
2001-02-28 | - (djm) Detect endianness in configure and use it in rijndael.c. Fixes | Damien Miller | |
"Bad packet length" bugs. | |||
2001-02-27 | doh | Damien Miller | |
2001-02-27 | - (djm) Open Server 5 doesn't need BROKEN_SAVED_UIDS. Patch from Tim Rice | Damien Miller | |
<tim@multitalents.net> - (djm) Avoid multiple definition of _PATH_LS. Patch from Tim Rice <tim@multitalents.net> | |||
2001-02-27 | - (djm) Avoid warnings for missing broken IP_TOS. Patch from Mark Miller | Damien Miller | |
<markm@swoon.net> | |||
2001-02-27 | avoid warning | Damien Miller | |
2001-02-27 | - (djm) Remove 'noreplace' flag from sshd_config in RPM spec files. This | Damien Miller | |
change is being made as 2.5.x configfiles are not back-compatible with 2.3.x. | |||
2001-02-27 | - (djm) Fix PAM fix | Damien Miller | |
2001-02-27 | Bump spec versions too | Damien Miller | |
2001-02-27 | Bump version to 2.5.1p2 so I can generate new test RPMs | Damien Miller | |
2001-02-27 | - (djm) Warning fix on entropy.c saved uid stuff. Patch from Mark Miller | Damien Miller | |
<markm@swoon.net> | |||
2001-02-27 | - (djm) Move PAM init to after fork for non-Solaris derived PAMs | Damien Miller | |
2001-02-27 | - (djm) fatal() on OpenSSL version mismatch | Damien Miller | |
2001-02-27 | whitspace | Damien Miller | |
2001-02-26 | Second Ooops... =) I started with the wrong date. | Ben Lindstrom | |
2001-02-27 | doh | Damien Miller | |
2001-02-27 | - (djm) Fix up POSIX saved uid support. Report from Mark Miller | Damien Miller | |
<markm@swoon.net> - (djm) Search for -lcrypt on FreeBSD too | |||
2001-02-26 | - (bal) sshd.init support for all Redhat release. Patch by Jim Knoble | Ben Lindstrom | |
<jmknoble@jmknoble.cx> | |||
2001-02-26 | - markus@cvs.openbsd.org 2001/02/23 15:37:45 | Ben Lindstrom | |
[session.c] handle SSH_PROTOFLAG_SCREEN_NUMBER for buggy clients | |||
2001-02-26 | - (bal) Applied shutdown() patch for sftp.c by Corinna Vinschen | Ben Lindstrom | |
<vinschen@redhat.com> | |||
2001-02-26 | - (djm) Some systems (SCO3, NeXT) have weird saved uid semantics. | Damien Miller | |
Based on patch from Tim Rice <tim@multitalents.net> | |||
2001-02-25 | - (bal) Fixed bsd-snprinf.c so it now honors 'BROKEN_SNPRINTF' again. | Ben Lindstrom | |
2001-02-25 | - (bal) Replace 'unsigned long long' to 'u_int64_t' since not every | Ben Lindstrom | |
platform defines u_int64_t as being that. | |||
2001-02-25 | - (djm) Use %{_libexecdir} rather than hardcoded path in RPM specfile | Damien Miller | |
Patch from Adrian Ho <lexfiend@usa.net> | |||
2001-02-24 | - (bal) Missed part of the UNIX sockets patch. Patch by Corinna | Ben Lindstrom | |
Vinschen <vinschen@redhat.com> - (bal) Reorder where 'strftime' is detected to resolve linking issues on SCO. Patch by Tim Rice <tim@multitalents.net> | |||
2001-02-24 | cleanups. | Kevin Steves | |
2001-02-24 | - (bal) Generalize lack of UNIX sockets since this also effects Cray | Ben Lindstrom | |
not just Cygwin. Based on patch by Wendy Palm <wendyp@cray.com> | |||
2001-02-24 | - (bal) Renamed sigaction.[ch] to sigact.[ch]. Causes problems with | Ben Lindstrom | |
some platforms. |