Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-08-15 | - (djm) Avoid failures on Irix when ssh is not setuid. Fix from | Damien Miller | |
Michael Stone <mstone@cs.loyola.edu> | |||
2000-08-15 | - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com> | Damien Miller | |
2000-08-13 | - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report from | Damien Miller | |
Fabrice bacchella <fabrice.bacchella@marchfirst.fr> | |||
2000-08-09 | - (djm) utmp direct write & SunOS 4 patch from Charles Levert | Damien Miller | |
<charles@comm.polymtl.ca> | |||
2000-08-09 | - (djm) Define AIX hard limits if headers don't. Report from | Damien Miller | |
Bill Painter <william.t.painter@lmco.com> | |||
2000-08-08 | - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than install | Damien Miller | |
time, spec file cleanup. | |||
2000-08-07 | - (djm) Add some more entropy collection commands from Lutz Jaenicke | Damien Miller | |
2000-08-07 | - (djm) Suppress error messages on channel close shutdown() failurs | Damien Miller | |
works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org> | |||
2000-08-07 | Set mode 0755 during install | Damien Miller | |
2000-07-25 | - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AF | Damien Miller | |
2000-07-21 | - (djm) OpenBSD CVS updates: | Damien Miller | |
- markus@cvs.openbsd.org 2000/07/16 02:27:22 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c] make ssh-add accept dsa keys (the agent does not) - djm@cvs.openbsd.org 2000/07/17 19:25:02 [sshd.c] Another closing of stdin; ok deraadt - markus@cvs.openbsd.org 2000/07/19 18:33:12 [dsa.c] missing free, reorder - markus@cvs.openbsd.org 2000/07/20 16:23:14 [ssh-keygen.1] document input and output files | |||
2000-07-20 | - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz> | Damien Miller | |
2000-07-16 | 2.1.1p4 | Damien Miller | |
2000-07-15 | - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca> | Damien Miller | |
- Include floatingpoint.h for entropy.c - strerror replacement | |||
2000-07-15 | - (djm) OpenBSD CVS updates | Damien Miller | |
- provos@cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '=' between tokens, bug report from Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@ - provos@cvs.openbsd.org 2000/07/13 17:14:09 [clientloop.c] typo; todd@fries.net - provos@cvs.openbsd.org 2000/07/13 17:19:31 [scp.c] close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> - markus@cvs.openbsd.org 2000/07/14 16:59:46 [readconf.c servconf.c] allow leading whitespace. ok niels - djm@cvs.openbsd.org 2000/07/14 22:01:38 [ssh-keygen.c ssh.c] Always create ~/.ssh with mode 700; ok Markus | |||
2000-07-12 | Diff hunk which slipped thru | Damien Miller | |
2000-07-12 | - (djm) Released 2.1.1p3 | Damien Miller | |
2000-07-12 | - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPM | Damien Miller | |
spec file. | |||
2000-07-12 | - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report from | Damien Miller | |
Ben Lindstrom <mouring@pconline.com> | |||
2000-07-12 | - (djm) OpenBSD CVS Updates: | Damien Miller | |
- deraadt@cvs.openbsd.org 2000/07/11 02:11:34 [session.c sshd.c ] make MaxStartups code still work with -d; djm - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 [readconf.c ssh_config] disable FallBackToRsh by default | |||
2000-07-12 | - (djm) Remove libsocket from ReliantUnix link list (avoids warning). | Damien Miller | |
Patch from Udo Schweigert <ust@cert.siemens.de> | |||
2000-07-11 | Add strsep header | Damien Miller | |
2000-07-11 | - (djm) Add strsep function from OpenBSD libc for systems that lack it | Damien Miller | |
2000-07-11 | - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPM | Damien Miller | |
builds) | |||
2000-07-11 | - (djm) Fix problem with debug mode and MaxStartups | Damien Miller | |
2000-07-11 | - (djm) OpenBSD CVS updates: | Damien Miller | |
- markus@cvs.openbsd.org 2000/06/26 03:22:29 [authfd.c] cleanup, less cut&paste - markus@cvs.openbsd.org 2000/06/26 15:59:19 [servconf.c servconf.h session.c sshd.8 sshd.c] MaxStartups: limit number of unauthenticated connections, work by theo and me - deraadt@cvs.openbsd.org 2000/07/05 14:18:07 [session.c] use no_x11_forwarding_flag correctly; provos ok - provos@cvs.openbsd.org 2000/07/05 15:35:57 [sshd.c] typo - aaron@cvs.openbsd.org 2000/07/05 22:06:58 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8] Insert more missing .El directives. Our troff really should identify these and spit out a warning. - todd@cvs.openbsd.org 2000/07/06 21:55:04 [auth-rsa.c auth2.c ssh-keygen.c] clean code is good code - deraadt@cvs.openbsd.org 2000/07/07 02:14:29 [serverloop.c] sense of port forwarding flag test was backwards - provos@cvs.openbsd.org 2000/07/08 17:17:31 [compat.c readconf.c] replace strtok with strsep; from David Young <dyoung@onthejob.net> - deraadt@cvs.openbsd.org 2000/07/08 19:21:15 [auth.h] KNF - ho@cvs.openbsd.org 2000/07/08 19:27:33 [compat.c readconf.c] Better conditions for strsep() ending. - ho@cvs.openbsd.org 2000/07/10 10:27:05 [readconf.c] Get the correct message on errors. (niels@ ok) - ho@cvs.openbsd.org 2000/07/10 10:30:25 [cipher.c kex.c servconf.c] strtok() --> strsep(). (niels@ ok) | |||
2000-07-11 | - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com> | Damien Miller | |
2000-07-11 | - (djm) Added bsd-inet_aton and configure support for NeXT | Damien Miller | |
2000-07-11 | - (djm) Added bsd-inet_aton for NeXT | Damien Miller | |
2000-07-11 | Doh - forgot to commit | Damien Miller | |
2000-07-11 | Added missing ; | Damien Miller | |
2000-07-11 | Prepare for 2.1.1p3 | Damien Miller | |
2000-07-11 | - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is known | Damien Miller | |
to compile on more platforms (incl NeXT). | |||
2000-07-11 | - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, report | Damien Miller | |
from Jim Watt <jimw@peisj.pebio.com> | |||
2000-07-11 | - (djm) NeXT: dirent structures to get scp working from Ben Lindstrom | Damien Miller | |
<mouring@pconline.com> | |||
2000-07-11 | - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de> | Damien Miller | |
2000-07-11 | - (djm) Fixup for AIX getuserattr() support from Tom Bertelson | Damien Miller | |
<tbert@abac.com> | |||
2000-07-09 | oops, forgot the Changelog | Damien Miller | |
2000-07-09 | - (djm) AIX getuserattr() session initialisation from Tom Bertelson | Damien Miller | |
<tbert@abac.com> | |||
2000-07-09 | - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com> | Damien Miller | |
Including sigaction() et al. replacements | |||
2000-07-09 | - (djm) Fix pam sprintf fix | Damien Miller | |
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com> | |||
2000-07-09 | - (djm) Replace ut_name with ut_user. Patch from Jim Watt | Damien Miller | |
<jimw@peisj.pebio.com> | |||
2000-07-09 | - (djm) Missing $(DESTDIR) on host-key target causing problems with RPM | Damien Miller | |
builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu> | |||
2000-07-09 | - (djm) Match prototype and function declaration for rresvport_af. | Damien Miller | |
Problem report from Niklas Edmundsson <nikke@ing.umu.se> | |||
2000-07-09 | - (djm) Only enable PAM_TTY kludge for Linux. Problem report from | Damien Miller | |
Kevin Steves <stevesk@sweden.hp.com> | |||
2000-07-08 | - (djm) Don't use inet_addr. | Damien Miller | |
2000-07-08 | - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.c | Damien Miller | |
Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL> | |||
2000-07-08 | *** empty log message *** | Damien Miller | |
2000-07-08 | - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix from | Damien Miller | |
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE> | |||
2000-07-08 | - (djm) Fix bad fprintf format handling in auth-pam.c. Patch from | Damien Miller | |
Aaron Hopkins <aaron@die.net> |