Age | Commit message (Collapse) | Author | |
---|---|---|---|
2001-02-23 | - (bal) Double -I for OpenSSL on SCO. Patch by Tim Rice | Ben Lindstrom | |
<tim@multitalents.net> | |||
2001-02-23 | - (bal) Patch to force OpenSSH rpm to require the same version of OpenSSL | Ben Lindstrom | |
that it was compiled against. Patch by Pekka Savola <pekkas@netcore.fi> | |||
2001-02-23 | - (bal) Fix --define rh7 in openssh.spec file. Patch by Steve Tell | Ben Lindstrom | |
<tell@telltronics.org> | |||
2001-02-22 | - (stevesk) remove erroneous #ifdef sgi code. | Kevin Steves | |
Michael Stone <mstone@cs.loyola.edu> | |||
2001-02-22 | - (bal) Added mdoc2man.pl from Mark Roth <roth@feep.net> | Ben Lindstrom | |
- (bal) Removed reference to liblogin from contrib/README. It was integrated into OpenSSH a long while ago. | |||
2001-02-21 | - (bal) Corrected SCO luid patch by svaughan <svaughan@asterion.com> | Ben Lindstrom | |
2001-02-21 | - (stevesk) session.c: back out to where we were before: | Kevin Steves | |
- (djm) Move PAM session initialisation until after fork in sshd. Patch from Nalin Dahyabhai <nalin@redhat.com> | |||
2001-02-21 | - (bal) Reverted out of 2001/02/15 patch by djm below because it | Ben Lindstrom | |
breaks Solaris. - (djm) Move PAM session setup back to before setuid to user. fixes problems on Solaris-drived PAMs. | |||
2001-02-21 | - (bal) Fixed OpenSSL rework to use $saved_*. Patch by Tim Rice | Ben Lindstrom | |
<tim@multitalents.net> | |||
2001-02-20 | - (bal) Removed -L/usr/ucblib -R/usr/ucblib for Solaris platform. | Ben Lindstrom | |
2001-02-20 | - deraadt@cvs.openbsd.org 2001/02/19 23:09:05 | Ben Lindstrom | |
[sshd.c] clarify message to make it not mention "ident" | |||
2001-02-19 | - (bal) Fix mixed up params to memmove() from Jan 5th in setenv.c and | Ben Lindstrom | |
getcwd.c. | |||
2001-02-19 | - Update versions in RPM spec files | Damien Miller | |
- Release 2.5.1p1 | |||
2001-02-19 | - OpenBSD CVS Sync: | Damien Miller | |
- reinhard@cvs.openbsd.org 2001/02/17 08:24:40 [sftp.1] typo - deraadt@cvs.openbsd.org 2001/02/17 16:28:58 [ssh.c] cleanup -V output; noted by millert - deraadt@cvs.openbsd.org 2001/02/17 16:48:48 [sshd.8] it's the OpenSSH one - markus@cvs.openbsd.org 2001/02/18 11:33:54 [dispatch.c] typo, SSH2_MSG_KEXINIT, from aspa@kronodoc.fi - markus@cvs.openbsd.org 2001/02/19 02:53:32 [compat.c compat.h serverloop.c] ssh-1.2.{18-22} has broken handling of ignore messages; report from itojun@ - markus@cvs.openbsd.org 2001/02/19 03:35:23 [version.h] OpenSSH_2.5.1 adds bug compat with 1.2.{18-22} - deraadt@cvs.openbsd.org 2001/02/19 03:36:25 [scp.c] np is changed by recursion; vinschen@redhat.com | |||
2001-02-19 | - (djm) Rework search for OpenSSL location. Skip directories which don't | Damien Miller | |
exist, don't add -L$ssldir/lib if it doesn't exist. Should help SCO with its limit of 6 -L options. | |||
2001-02-18 | - (bal) Markus' blessing to rename login.[ch] -> sshlogin.[ch] and | Ben Lindstrom | |
pty.[ch] -> sshpty.[ch] | |||
2001-02-18 | Forgot to commit Changelog | Damien Miller | |
- (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie enable with --with-bsd-auth. | |||
2001-02-18 | - (stevesk) entropy.c: typo; should be SIGPIPE | Kevin Steves | |
2001-02-18 | - (djm) Merge BSD_AUTH support from Markus Friedl and David J. MacKenzie | Damien Miller | |
enable with --with-bsd-auth. | |||
2001-02-18 | - (djm) Update RPM spec files for 2.5.0p1 | Damien Miller | |
2001-02-18 | - (djm) SunOS 4.x also needs to define HAVE_BOGUS_SYS_QUEUE_H as it has | Damien Miller | |
a <sys/queue.h> that lacks the TAILQ_* macros. Patch from Todd C. Miller <Todd.Miller@courtesan.com> | |||
2001-02-18 | - (djm) Move entropy.c over to mysignal() | Damien Miller | |
2001-02-18 | Accidentally applied test code, revert | Damien Miller | |
2001-02-18 | - (djm) SA_INTERRUPT is the converse of SA_RESTART, apply it only for | Damien Miller | |
SIGALRM. | |||
2001-02-18 | - (stevesk) scp.c: use mysignal() for updateprogressmeter() handler. | Kevin Steves | |
2001-02-18 | - (stevesk) misc.c: cpp rework of SA_(INTERRUPT|RESTART) handling. | Kevin Steves | |
2001-02-18 | - (djm) SCO needs librpc for libwrap. Patch from Tim Rice | Damien Miller | |
<tim@multitalents.net> | |||
2001-02-18 | - (djm) Use SA_INTERRUPT along SA_RESTART if present (equivalent for | Damien Miller | |
SunOS) | |||
2001-02-18 | - (djm) Doc fixes from Pekka Savola <pekkas@netcore.fi> | Damien Miller | |
2001-02-18 | - (djm) Swapped tests for no_libsocket and no_libnsl in configure.in. | Damien Miller | |
Patch from Marek Michalkiewicz <marekm@amelek.gda.pl> | |||
2001-02-18 | - (djm) Use ttyname() to determine name of tty returned by openpty() | Damien Miller | |
rather then risking overflow. Patch from Marek Michalkiewicz <marekm@amelek.gda.pl> | |||
2001-02-18 | - (djm) Robustify EGD/PRNGd code in face of socket closures. Patch from | Damien Miller | |
Todd C. Miller <Todd.Miller@courtesan.com> | |||
2001-02-18 | - (djm) Close listen_sock on bind() failures. Patch from Arkadiusz | Damien Miller | |
Miskiewicz <misiek@pld.ORG.PL> | |||
2001-02-18 | - (djm) Fix my breaking of cygwin builds, Patch from Corinna Vinschen | Damien Miller | |
<vinschen@redhat.com> and myself. | |||
2001-02-17 | KNF | Kevin Steves | |
2001-02-17 | - (Bal) Patch for lack of RA_RESTART in misc.c for mysignal by | Ben Lindstrom | |
stevesk | |||
2001-02-17 | - (bal) Patch for fix FCHMOD reference in ftp-client.c by Tim Rice | Ben Lindstrom | |
<tim@multitalents.net> | |||
2001-02-17 | Removed 'build out of tree' line since it does. =) | Ben Lindstrom | |
2001-02-16 | OpenSSH 2.5.0 went gold in the OpenBSD tree. | Ben Lindstrom | |
2001-02-16 | - markus@cvs.openbsd.org 2001/02/16 14:03:43 | Ben Lindstrom | |
[session.c] proper payload-length check for x11 w/o screen-number | |||
2001-02-16 | - markus@cvs.openbsd.org 2001/02/16 13:38:18 | Ben Lindstrom | |
[channel.c] remove debug | |||
2001-02-16 | - (stevesk) set SA_RESTART flag in mysignal() for SIGCHLD; | Kevin Steves | |
needed on Unixware 2.x. | |||
2001-02-16 | #error no longer required, dealt with in configure.in now. | Ben Lindstrom | |
2001-02-16 | KNF | Damien Miller | |
2001-02-16 | KNF comment block | Damien Miller | |
2001-02-16 | - (djm) OpenBSD CVS: | Damien Miller | |
- markus@cvs.openbsd.org 2001/02/15 16:19:59 [channels.c channels.h serverloop.c sshconnect.c sshconnect.h] [sshconnect1.c sshconnect2.c] genericize password padding function for SSH1 and SSH2. add stylized echo to 2, too. - (djm) Add roundup() macro to defines.h | |||
2001-02-16 | - (djm) Set "login ID" on systems with setluid. Only enabled for SCO | Damien Miller | |
OpenServer for now. Based on patch from svaughan <svaughan@asterion.com> | |||
2001-02-16 | - (djm) USE_PIPES for a few more sysv platforms | Damien Miller | |
- (djm) Cleanup configure.in a little - (djm) Ask users to check config.log when we can't find necessary libs | |||
2001-02-16 | - (djm) Make gnome-ssh-askpass handle multi-line prompts. Patch from | Damien Miller | |
Nalin Dahyabhai <nalin@redhat.com> - (djm) BSD license for gnome-ssh-askpass (was X11) - (djm) KNF on gnome-ssh-askpass | |||
2001-02-16 | - (djm) Mini-configure reorder patch from Tim Rice <tim@multitalents.net> | Damien Miller | |
Fixes linking on SCO. |