summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-03-17 - OpenBSD CVS updates:Damien Miller
- [atomicio.c auth-krb4.c bufaux.c channels.c compress.c fingerprint.c] [packet.h radix.c rsa.c scp.c ssh-agent.c ssh-keygen.c sshconnect.c] [sshd.c] pedantic: signed vs. unsigned, void*-arithm, etc - [ssh.1 sshd.8] Various cleanups and standardizations.
2000-03-17 - Checks for 64 bit int types. Problem report from Mats FredholmDamien Miller
<matsf@init.se>
2000-03-17 - Clarified --with-default-path option.Damien Miller
- Added -blibpath handling for AIX to work around stupid runtime linking. Problem elucidated by gshapiro@SENDMAIL.ORG by way of Jim Knoble <jmknoble@pobox.com>
2000-03-16Prepare for final test releaseDamien Miller
2000-03-16 - Added blurb about "scp: command not found" errors to UPGRADINGDamien Miller
2000-03-16spelloDamien Miller
2000-03-16 - Doc cleanupsDamien Miller
2000-03-16Moved to contrib/Damien Miller
2000-03-16 - Propogate LD through to MakefileDamien Miller
2000-03-16 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.Damien Miller
Hesprich <dghespri@sprintparanet.com>
2000-03-15 - Configure fix from Bratislav ILICH <bilic@zepter.ru>Damien Miller
2000-03-15fix dohDamien Miller
2000-03-15fix dohDamien Miller
2000-03-15Updated spec file for new version and locationsDamien Miller
2000-03-15Moved package files to contrib/Damien Miller
Added FreeBSD PAM config
2000-03-15 - Created contrib/ subdirectory. Included helpers from Phil Hands'Damien Miller
Debian package, README file and chroot patch from Ricardo Cerqueira <rmcc@clix.pt> - Moved gnome-ssh-askpass.c to contrib directory and reomved config option. - Slight cleanup to doc files
2000-03-15 - Don't free argument to putenv() after use (in setenv() replacement).Damien Miller
Report from Seigo Tanimura <tanimura@r.dl.itc.u-tokyo.ac.jp>
2000-03-15 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_listDamien Miller
problems with gcc/Solaris.
2000-03-14*** empty log message ***Damien Miller
2000-03-14 - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller
do it themselves - -R/usr/local/lib for Solaris - Fix RSAref detection - Fix IN6_IS_ADDR_V4MAPPED macro
2000-03-14 - Include macro for IN6_IS_ADDR_V4MAPPED. Report fromDamien Miller
peter@frontierflying.com
2000-03-14*** empty log message ***Damien Miller
2000-03-13*** empty log message ***Damien Miller
2000-03-11Prepare for pre2Damien Miller
2000-03-11 - IPv6 workarounds from Hideaki YOSHIFUJI <yoshfuji@ecei.tohoku.ac.jp>Damien Miller
2000-03-11More config fixesDamien Miller
2000-03-11 - OpenBSD CVS changeDamien Miller
[sshd.c] - disallow guessing of root password
2000-03-11dohDamien Miller
2000-03-11Prepare for 1.2.3pre releaseDamien Miller
2000-03-11 - Detect RSArefDamien Miller
2000-03-09 - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller
required after OpenBSD updates)
2000-03-09 - OpenBSD CVS updates to v1.2.3Damien 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-07add warningDamien Miller
2000-03-07Update versionDamien Miller
2000-03-05Avoid compiler warningsDamien Miller
2000-03-05 - Check for libwrap if --with-tcp-wrappers option specified. SuggestionDamien Miller
Mate Wierdl <mw@moni.msci.memphis.edu>
2000-03-05 - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien 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 fixDamien 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 forDamien 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 BrettnacherDamien Miller
<domi@saargate.de>
2000-03-02 - Allow root access to any key. Patch fromDamien Miller
markus.friedl@informatik.uni-erlangen.de
2000-03-02 - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller
platform-specific code. - Document some common problems
2000-03-02 - Avoid warning message with Unix98 ptysDamien Miller
2000-03-02 - Applied pty cleanup patch from markus.friedl@informatik.uni-erlangen.deDamien Miller
2000-03-02 - Big cleanup of autoconf codeDamien 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-03Import of spilt-off random collection codeDamien Miller