Age | Commit message (Collapse) | Author | |
---|---|---|---|
2000-03-14 | - Include macro for IN6_IS_ADDR_V4MAPPED. Report from | Damien Miller | |
peter@frontierflying.com | |||
2000-03-14 | *** empty log message *** | Damien Miller | |
2000-03-13 | *** empty log message *** | Damien Miller | |
2000-03-11 | Prepare for pre2 | Damien Miller | |
2000-03-11 | - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp> | Damien Miller | |
2000-03-11 | More config fixes | Damien Miller | |
2000-03-11 | - OpenBSD CVS change | Damien Miller | |
[sshd.c] - disallow guessing of root password | |||
2000-03-11 | doh | Damien Miller | |
2000-03-11 | Prepare for 1.2.3pre release | Damien Miller | |
2000-03-11 | - Detect RSAref | Damien Miller | |
2000-03-09 | - Removed warning workaround for Linux and devpts filesystems (no longer | Damien Miller | |
required after OpenBSD updates) | |||
2000-03-09 | - OpenBSD CVS updates to v1.2.3 | Damien Miller | |
[ssh.h atomicio.c] - int atomicio -> ssize_t (for alpha). ok deraadt@ [auth-rsa.c] - delay MD5 computation until client sends response, free() early, cleanup. [cipher.c] - void* -> unsigned char*, ok niels@ [hostfile.c] - remove unused variable 'len'. fix comments. - remove unused variable [log-client.c log-server.c] - rename a cpp symbol, to avoid param.h collision [packet.c] - missing xfree() - getsockname() requires initialized tolen; andy@guildsoftware.com - use getpeername() in packet_connection_is_on_socket(), fixes sshd -i; from Holger.Trapp@Informatik.TU-Chemnitz.DE [pty.c pty.h] - register cleanup for pty earlier. move code for pty-owner handling to pty.c ok provos@, dugsong@ [readconf.c] - turn off x11-fwd for the client, too. [rsa.c] - PKCS#1 padding [scp.c] - allow '.' in usernames; from jedgar@fxp.org [servconf.c] - typo: ignore_user_known_hosts int->flag; naddy@mips.rhein-neckar.de - sync with sshd_config [ssh-keygen.c] - enable ssh-keygen -l -f ~/.ssh/known_hosts, ok deraadt@ [ssh.1] - Change invalid 'CHAT' loglevel to 'VERBOSE' [ssh.c] - suppress AAAA query host when '-4' is used; from shin@nd.net.fujitsu.co.jp - turn off x11-fwd for the client, too. [sshconnect.c] - missing xfree() - retry rresvport_af(), too. from sumikawa@ebina.hitachi.co.jp. - read error vs. "Connection closed by remote host" [sshd.8] - ie. -> i.e., - do not link to a commercial page.. - sync with sshd_config [sshd.c] - no need for poll.h; from bright@wintelcom.net - log with level log() not fatal() if peer behaves badly. - don't panic if client behaves strange. ok deraadt@ - make no-port-forwarding for RSA keys deny both -L and -R style fwding - delay close() of pty until the pty has been chowned back to root - oops, fix comment, too. - missing xfree() - move XAUTHORITY to subdir. ok dugsong@. fixes debian bug #57907, too. (http://cgi.debian.org/cgi-bin/bugreport.cgi?archive=no&bug=57907) - register cleanup for pty earlier. move code for pty-owner handling to pty.c ok provos@, dugsong@ - create x11 cookie file - fix pr 1113, fclose() -> pclose(), todo: remote popen() - version 1.2.3 - Cleaned up | |||
2000-03-08 | - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp> | Damien Miller | |
2000-03-07 | add warning | Damien Miller | |
2000-03-07 | Update version | Damien Miller | |
2000-03-05 | Avoid compiler warnings | Damien Miller | |
2000-03-05 | - Check for libwrap if --with-tcp-wrappers option specified. Suggestion | Damien Miller | |
Mate Wierdl <mw@moni.msci.memphis.edu> | |||
2000-03-05 | - Check for getpagesize in libucb.a if not found in libc. Fix for old | Damien Miller | |
Solaris from Andre Lucas <andre.lucas@dial.pipex.com> | |||
2000-03-05 | - Explicitly seed OpenSSL's PRNG before checking rsa_alive() | Damien Miller | |
2000-03-05 | - Fix DEC compile fix | Damien Miller | |
2000-03-03 | - DEC Unix compile fix from David Del Piero <David.DelPiero@qed.qld.gov.au> | Damien Miller | |
- Manpage fix from David Del Piero <David.DelPiero@qed.qld.gov.au> | |||
2000-03-03 | - Don't permanently fail on bind() if getaddrinfo has more choices left for | Damien Miller | |
us. Needed to work around messy IPv6 on Linux. Patch from Arkadiusz Miskiewicz <misiek@pld.org.pl> | |||
2000-03-03 | - Added "make host-key" target, Suggestion from Dominik Brettnacher | Damien Miller | |
<domi@saargate.de> | |||
2000-03-02 | - Allow root access to any key. Patch from | Damien Miller | |
markus.friedl@informatik.uni-erlangen.de | |||
2000-03-02 | - Warning was valid - possible race condition on PTYs. Avoided using | Damien Miller | |
platform-specific code. - Document some common problems | |||
2000-03-02 | - Avoid warning message with Unix98 ptys | Damien Miller | |
2000-03-02 | - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.de | Damien Miller | |
2000-03-02 | - Big cleanup of autoconf code | Damien Miller | |
- Rearranged to be a little more logical - Added -R option for Solaris - Rewrote OpenSSL detection code. Now uses AC_TRY_RUN with a test program to detect library and header location _and_ ensure library has proper RSA support built in (this is a problem with OpenSSL 0.9.5). | |||
2000-02-07 | - Removed SOCKS code. Will support through a ProxyCommand. | Damien Miller | |
2000-02-03 | Import of spilt-off random collection code | Damien Miller | |
2000-02-03 | Add apology | Damien Miller | |
2000-02-03 | - Add --with-ssl-dir option | Damien Miller | |
2000-02-03 | - Fixed SEGVs in authloop, fix from vbzoli@hbrt.hu | Damien Miller | |
2000-02-02 | - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> | Damien Miller | |
- Added URLs to Japanese translations of documents by HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp> | |||
2000-02-02 | - Fix lastlog code for directory based lastlogs. Fix from Josh Durham | Damien Miller | |
<jmd@aoe.vt.edu> | |||
2000-02-01 | - Use socket pairs by default (instead of pipes). Prevents race condition | Damien Miller | |
on several (buggy) OSs. Report and fix from tridge@linuxcare.com | |||
2000-01-29 | - Compile fix from Andre Lucas <andre.lucas@dial.pipex.com> | Damien Miller | |
2000-01-29 | - Seed OpenSSL's random number generator before generating RSA keypairs | Damien Miller | |
- Split random collector into seperate file | |||
2000-01-29 | fix comment | Damien Miller | |
2000-01-29 | - Added note in UPGRADING re interop with commercial SSH using idea. | Damien Miller | |
Report from Jim Knoble <jmknoble@pobox.com> - Fix linking order for Kerberos/AFS. Fix from Holget Trapp <Holger.Trapp@Informatik.TU-Chemnitz.DE> | |||
2000-01-27 | - NeXT keeps it lastlog in /usr/adm. Report from | Damien Miller | |
mouring@newton.pconline.com | |||
2000-01-27 | ssh should be setuid | Damien Miller | |
2000-01-27 | Add const to suppress compiler warning | Damien Miller | |
2000-01-26 | - Added 'DESTDIR' option to Makefile to ease package building. Patch from | Damien Miller | |
Jim Knoble <jmknoble@pobox.com> - Updated RPM spec files to use DESTDIR | |||
2000-01-26 | - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim Knoble | Damien Miller | |
<jmknoble@pobox.com> | |||
2000-01-26 | - Use preformatted manpages on SCO, report from Gary E. Miller | Damien Miller | |
<gem@rellim.com> - New URL for x11-ssh-askpass. | |||
2000-01-26 | - Reorder PAM initialisation so it does not mess up lastlog. Reported | Damien Miller | |
by Andre Lucas <andre.lucas@dial.pipex.com> | |||
2000-01-26 | - Fix NULL pointer dereference in login.c. Fix from Andre Lucas | Damien Miller | |
<andre.lucas@dial.pipex.com> | |||
2000-01-24 | - Pick up version 1.2.2 from OpenBSD CVS (no changes, just version number | Damien Miller | |
increment) | |||
2000-01-23 | - Fix lastlog support, patch from Andre Lucas <andre.lucas@dial.pipex.com> | Damien Miller | |