summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2000-04-01 - Big OpenBSD CVS update (mainly beginnings of SSH2 infrastructure)Damien Miller
2000-03-26 - OpenBSD CVS updateDamien Miller
2000-03-26 - Better tests for OpenSSL w/ RSArefDamien Miller
2000-03-24versionDamien Miller
2000-03-17 - Runtime error fix for HPUX from Otmar StahlDamien Miller
2000-03-17 - OpenBSD CVS updates:Damien Miller
2000-03-17 - Checks for 64 bit int types. Problem report from Mats FredholmDamien Miller
2000-03-17 - Clarified --with-default-path option.Damien 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-16 - Propogate LD through to MakefileDamien Miller
2000-03-16 - Fixed configure not passing LDFLAGS to Solaris. Report from David G.Damien Miller
2000-03-15 - Configure fix from Bratislav ILICH <bilic@zepter.ru>Damien Miller
2000-03-15 - Created contrib/ subdirectory. Included helpers from Phil Hands'Damien Miller
2000-03-15 - Don't free argument to putenv() after use (in setenv() replacement).Damien Miller
2000-03-15 - Fix broken CFLAGS handling during search for OpenSSL. Fixes va_listDamien Miller
2000-03-14 - Include /usr/local/include and /usr/local/lib for systems that don'tDamien Miller
2000-03-14 - Include macro for IN6_IS_ADDR_V4MAPPED. Report fromDamien 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
2000-03-11 - Detect RSArefDamien Miller
2000-03-09 - Removed warning workaround for Linux and devpts filesystems (no longerDamien Miller
2000-03-09 - OpenBSD CVS updates to v1.2.3Damien Miller
2000-03-08 - Configure fix from Hiroshi Takekawa <takekawa@sr3.t.u-tokyo.ac.jp>Damien Miller
2000-03-05 - Check for libwrap if --with-tcp-wrappers option specified. SuggestionDamien Miller
2000-03-05 - Check for getpagesize in libucb.a if not found in libc. Fix for oldDamien Miller
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
2000-03-03 - Don't permanently fail on bind() if getaddrinfo has more choices left forDamien Miller
2000-03-03- Added "make host-key" target, Suggestion from Dominik BrettnacherDamien Miller
2000-03-02 - Allow root access to any key. Patch fromDamien Miller
2000-03-02 - Warning was valid - possible race condition on PTYs. Avoided usingDamien Miller
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
2000-02-07 - Removed SOCKS code. Will support through a ProxyCommand.Damien Miller
2000-02-03 - Add --with-ssl-dir optionDamien Miller
2000-02-03 - Fixed SEGVs in authloop, fix from vbzoli@hbrt.huDamien Miller
2000-02-02 - Documentation fixes from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>Damien Miller
2000-02-02 - Fix lastlog code for directory based lastlogs. Fix from Josh DurhamDamien Miller
2000-02-01 - Use socket pairs by default (instead of pipes). Prevents race conditionDamien Miller
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 keypairsDamien Miller
2000-01-29 - Added note in UPGRADING re interop with commercial SSH using idea.Damien Miller
2000-01-27 - NeXT keeps it lastlog in /usr/adm. Report fromDamien Miller
2000-01-26 - Added 'DESTDIR' option to Makefile to ease package building. Patch fromDamien Miller
2000-01-26 - Fixpaths was missing /etc/ssh_known_hosts. Report from Jim KnobleDamien Miller