summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2002-08-01 - mouring@cvs.openbsd.org 2002/07/25 01:16:59Ben Lindstrom
[sftp.c] FallBackToRsh does not exist anywhere else. Remove it from here. OK deraadt.
2002-08-01 - markus@cvs.openbsd.org 2002/07/24 16:11:18Ben Lindstrom
[hostfile.c hostfile.h sshconnect.c] print out all known keys for a host if we get a unknown host key, see discussion at http://marc.theaimsgroup.com/?t=101069210100016&r=1&w=4 the ssharp mitm tool attacks users in a similar way, so i'd like to pointed out again: A MITM attack is always possible if the ssh client prints: The authenticity of host 'bla' can't be established. (protocol version 2 with pubkey authentication allows you to detect MITM attacks)
2002-07-30 - (bal) [uidswap.c] SCO compile correction by gert@greenie.muc.deBen Lindstrom
2002-07-28 - (stevesk) [ssh-rand-helper.c] RAND_bytes() and SHA1_Final() unsignedKevin Steves
char arg.
2002-07-28 - (stevesk) [CREDITS] solarKevin Steves
2002-07-28 - (stevesk) [auth-pam.c] should use PAM_MSG_MEMBER(); from solarKevin Steves
2002-07-25 - (djm) Latest config.guess and config.sub from ftp://ftp.gnu.org/gnu/config/Damien Miller
2002-07-25 - (djm) Remove some cruft from INSTALLDamien Miller
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/15 17:15:31Ben Lindstrom
[uidswap.c] little more debugging; ok markus@
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/23 16:03:10Ben Lindstrom
[sshd.c] utmp_len is unsigned; display error consistent with other options. ok markus@
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/22 17:32:56Ben Lindstrom
[monitor.c] u_int here; ok provos@
2002-07-23 - markus@cvs.openbsd.org 2002/07/22 11:03:06Ben Lindstrom
[session.c] fallback to _PATH_STDPATH on setusercontext+LOGIN_SETPATH errors;
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/21 18:34:43Ben Lindstrom
[auth-options.h] remove invalid comment
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/21 18:32:20Ben Lindstrom
[auth-options.c] unneeded includes
2002-07-23 - (bal) sync ID w/ ssh-agent.cBen Lindstrom
2002-07-23 - stevesk@cvs.openbsd.org 2002/07/19 17:42:40Ben Lindstrom
[ssh.c] display a warning from ssh when XAuthLocation does not exist or xauth returned no authentication data. ok markus@
2002-07-23 - markus@cvs.openbsd.org 2002/07/19 15:43:33Ben Lindstrom
[log.c log.h session.c sshd.c] remove fatal cleanups after fork; based on discussions with and code from solar.
2002-07-23 - (bal) [bsd-cray.c bsd-cray.h] Part 2 of Cray merger.Ben Lindstrom
2002-07-23- (stevesk) [auth-pam.c] typo in commentKevin Steves
2002-07-23 - (stevesk) [auth-pam.[ch] session.c] pam_getenvlist() must beKevin Steves
freed by the caller; add free_pam_environment() and use it.
2002-07-23 - (bal) [monitor_mm.c openbsd-compat/xmmap.h] Move xmmap() definesBen Lindstrom
into it's own header.
2002-07-23 - (bal) [configure.ac] Missing ;; from cray patch.Ben Lindstrom
2002-07-22 - (bal) [configure.ac defines.h loginrec.c sshd.c sshpty.c] Partial syncBen Lindstrom
with Cray (mostly #ifdef renaming). Patch by wendyp@cray.com.
2002-07-22 - (stevesk) [xmmap.c] missing prototype for fatal()Kevin Steves
2002-07-22 - (bal) AIX tty data limiting patch fix by leigh@solinno.co.ukBen Lindstrom
2002-07-21 - (stevesk) [auth-pam.[ch] ssh.h] move SSHD_PAM_SERVICE to auth-pam.hKevin Steves
2002-07-21 - (stevesk) [auth-pam.h] unneeded includeKevin Steves
2002-07-21 - (stevesk) [auth-pam.h] licenseKevin Steves
2002-07-21 - (stevesk) [auth-pam.c] cast to avoid initialization type mismatchKevin Steves
warning on pam_conv struct conversation function.
2002-07-21 - (stevesk) [auth-pam.c] merge rest of solar's PAM patch;Kevin Steves
PAM_NEW_AUTHTOK_REQD remains in #if 0 for now.
2002-07-21 - (stevesk) [auth-pam.c] merge cosmetic changes from solar'sKevin Steves
openssh-3.4p1-owl-password-changing.diff
2002-07-20 - (stevesk) [ssh-keygen.c] bug #231: always init/seed_rng().Kevin Steves
2002-07-19[configure.ac] test for libxnet on HP. Patch by dtucker@zip.com.auTim Rice
2002-07-19 [contrib/solaris/buildpkg.sh] create privsep user/group if needed.Tim Rice
Patch by dtucker@zip.com.au
2002-07-18 [includes.h] Bug 267 add stdint.hTim Rice
2002-07-18 [configure.ac] Bug 267 rework int64_t test.Tim Rice
2002-07-18 [monitor_mm.c] add missing declaration for xmmap(). ReportedTim Rice
by ayamura@ayamura.org
2002-07-18 [defines.h] Bug 313 patch by dirk.meyer@dinoex.sub.orgTim Rice
2002-07-17 [configure.ac] change how we do paths in AC_PATH_PROGS testsTim Rice
for autoconf 2.53. Based on a patch by jrj@purdue.edu
2002-07-18 - (bal) aixbff package updated by dtucker@zip.com.auBen Lindstrom
2002-07-16 [contrib/solaris/opensshd.in] Only kill sshd if .pid file foundTim Rice
2002-07-15 - (bal) Privsep user creation support in Solaris buildpkg.sh byBen Lindstrom
dtucker@zip.com.au
2002-07-15 - (bal) Remove unused tty defined in do_setusercontext() pointed out byBen Lindstrom
dtucker@zip.com.au plus a a more KNF since I am near it.
2002-07-15 - markus@cvs.openbsd.org 2002/07/12 15:50:17Ben Lindstrom
[cipher.c] EVP_CIPH_CUSTOM_IV for our own rijndael
2002-07-15 - itojun@cvs.openbsd.org 2002/07/12 13:29:09Ben Lindstrom
[sshconnect.c] print connect failure during debugging mode.
2002-07-14 [loginrec.c] Bug 348: add missing found = 1; to wtmpx_islogin()Tim Rice
report by rodney@bond.net
2002-07-14 [loginrec.c] Bug 347: Fix typo (WTMPX_FILE) report by rodney@bond.netTim Rice
2002-07-14 [ssh_prng_cmds.in] Bug 323 arp -n flag doesn't exist under Solaris.Tim Rice
report by chris@by-design.net
2002-07-14 (bal/tim) [acconfig.h configure.ac monitor_mm.c servconf.cTim Rice
openbsd-compat/Makefile.in] support compression on platforms that have no/broken MAP_ANON. Moved code to openbsd-compat/xmmap.c Based on patch from nalin@redhat.com of code extracted from Owl's package
2002-07-14[Makefile.in] replace "id sshd" with "sshd -t"Tim Rice