summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2002-04-17 - (djm) Tell users to configure /dev/random support into OpenSSL in INSTALLDamien Miller
2002-04-15[configure.ac] add tests for recvmsg and sendmsg.Tim Rice
[monitor_fdpass.c] add checks for HAVE_SENDMSG and HAVE_RECVMSG for systems that HAVE_ACCRIGHTS_IN_MSGHDR but no recvmsg or sendmsg.
2002-04-15 - (stevesk) bsd-cygwin_util.[ch] BSD license from Corinna VinschenKevin Steves
2002-04-15 - (djm) Unbreak "make install". Fix from Darren Tucker <dtucker@zip.com.au>Damien Miller
2002-04-14 - (djm) Random number collection doc fixes from BenDamien Miller
2002-04-14 - (djm) ssh-rand-helper improvementsDamien Miller
- Add commandline debugging options - Don't write binary data if stdout is a tty (use hex instead) - Give it a manpage
2002-04-13 - (djm) Add KrbV support patch from Simon Wilkinson <simon@sxw.org.uk>Damien Miller
2002-04-12 - (bal) disable privsep if no MAP_ANON. We can re-enable itBen Lindstrom
after the release when we can do more testing.
2002-04-12 - (bal) Mistaken in Cygwin scripts for ssh starting. Patch byBen Lindstrom
Corinna Vinschen <vinschen@redhat.com>
2002-04-12[configure.ac] add <sys/types.h> to msghdr tests.Tim Rice
Change -L to -h on testing for /bin being symbolic link
2002-04-12 - (stevesk) [auth-sia.[ch]] add BSD license from Chris AdamsKevin Steves
2002-04-11[acconfig.h defines.h includes.h] put includes in includes.h andTim Rice
defines in defines.h [rijndael.c openbsd-compat/fake-socket.h openbsd-compat/inet_aton.c] include "includes.h" instead of "config.h" ok stevesk@
2002-04-11 - (stevesk) [auth-sia.c] cleanupKevin Steves
2002-04-10 - (stevesk) [configure.ac monitor.c] HAVE_SOCKETPAIRKevin Steves
2002-04-10 - markus@cvs.openbsd.org 2002/04/10 08:56:01Ben Lindstrom
[version.h] OpenSSH_3.2 - Added p1 to idenify Portable release version.
2002-04-10 - markus@cvs.openbsd.org 2002/04/10 08:21:47Ben Lindstrom
[auth1.c compat.c compat.h] strip '@' from username only for KerbV and known broken clients, bug #204
2002-04-10 - (stevesk) [auth-sia.c] compile fix Chris Adams <cmadams@hiwaay.net>Kevin Steves
2002-04-08 - (bal) Minor OpenSC updates. Fix up header locations and updateBen Lindstrom
README.smartcard provided by Juha Yrjölä <jyrjola@cc.hut.fi>
2002-04-07 - (stevesk) wrap munmap() with HAVE_MMAP also.Kevin Steves
2002-04-07 - (stevesk) --with-privsep-user; default sshdKevin Steves
2002-04-07 - (stevesk) remove configure support for poll.h; it was removedKevin Steves
from sshd.c a long time ago.
2002-04-07 - (stevesk) HAVE_MMAP and HAVE_SYS_MMAN_H and use them inKevin Steves
monitor_mm.c
2002-04-07 - (stevesk) [monitor_fdpass.c] fatal() for UsePrivilegeSeparation=yesKevin Steves
and no fd passing support.
2002-04-07 - (stevesk) HAVE_CONTROL_IN_MSGHDR; not used right now.Kevin Steves
Future: we may want to test if fd passing works correctly.
2002-04-06 - (bal) We no longer use atexit()/xatexit()/on_exit()Ben Lindstrom
2002-04-06 - (bal) Quiet down configure.ac if /bin/test does not exist.Ben Lindstrom
2002-04-06 - (bal) Revered out of runtime IRIX runtime detection of joblimits. Code isBen Lindstrom
incomplete.
2002-04-06 - mouring@cvs.openbsd.org 2002/04/06 18:24:09Ben Lindstrom
[scp.c] Fixes potental double // within path. http://bugzilla.mindrot.org/show_bug.cgi?id=76
2002-04-06 - (bal) Slight update to OpenSC support. Better version checking. patchBen Lindstrom
by Juha Yrjölä <jyrjola@cc.hut.fi>
2002-04-06 - djm@cvs.openbsd.org 2002/04/06 00:30:08Ben Lindstrom
[sftp-client.c] Fix occasional corruption on upload due to bad reuse of request id, spotted by chombier@mac.com; ok markus@
2002-04-06 - (bal) Added MAP_FAILED to allow AIX and Trusted HP to compile.Ben Lindstrom
2002-04-06 - (djm) Typo in Suse SPEC file. Fix from Carsten GrohmannDamien Miller
<carsten.grohmann@dr-baldeweg.de>
2002-04-05 - stevesk@cvs.openbsd.org 2002/04/05 20:56:21Ben Lindstrom
[sshd.8] clarify sshrc some and handle X11UseLocalhost=yes; ok markus@
2002-04-05 - (bal) Too many <sys/queue.h> issues. Remove all workarounds andBen Lindstrom
using internal version only.
2002-04-05 - (bal) Patch for OpenSC SmartCard library; ok markus@; patch byBen Lindstrom
Juha Yrjölä <jyrjola@cc.hut.fi> - (bal) Minor documentation update to reflect smartcard library support changes.
2002-04-04 - markus@cvs.openbsd.org 2002/04/03 09:26:11Ben Lindstrom
[cipher.c myproposal.h] re-add rijndael-cbc@lysator.liu.se for MacSSH; ash@lab.poc.net
2002-04-04 - (stevesk) [auth-pam.c auth-pam.h auth-passwd.c auth-sia.c auth-sia.hKevin Steves
auth1.c auth2.c] PAM, OSF_SIA password auth cleanup; from djm.
2002-04-03 - (bal) mispelling in uidswap.c (portable only)Ben Lindstrom
2002-04-03 - markus@cvs.openbsd.org 2002/04/02 20:11:38Ben Lindstrom
[ssh-rsa.c] ignore SSH_BUG_SIGBLOB for ssh-rsa; #187
2002-04-02 - markus@cvs.openbsd.org 2002/04/02 17:37:48Ben Lindstrom
[sftp.c] always call log_init()
2002-04-02 - markus@cvs.openbsd.org 2002/04/02 11:49:39Ben Lindstrom
[ssh-agent.c] check $SHELL for -k and -d, too; http://bugzilla.mindrot.org/show_bug.cgi?id=199
2002-04-02 - markus@cvs.openbsd.org 2002/04/01 22:07:17Ben Lindstrom
[sftp-client.c] fallback to stat if server does not support lstat
2002-04-02 - markus@cvs.openbsd.org 2002/04/01 22:02:16Ben Lindstrom
[sftp-client.c] 20480 is an upper limit for older server
2002-04-02 - (bal) CVS ID sync of uidswap.cBen Lindstrom
2002-04-02 - markus@cvs.openbsd.org 2002/03/30 18:51:15Ben Lindstrom
[monitor.c serverloop.c sftp-int.c sftp.c sshd.c] check waitpid for EINTR; based on patch from peter@ifm.liu.se
2002-04-02 - stevesk@cvs.openbsd.org 2002/03/29 19:18:33Ben Lindstrom
[auth-rsa.c ssh-rsa.c ssh.h] make RSA modulus minimum #define; ok markus@
2002-04-02 - stevesk@cvs.openbsd.org 2002/03/29 19:16:22Ben Lindstrom
[sshd.8] RSA key modulus size minimum 768; ok markus@
2002-04-02 - markus@cvs.openbsd.org 2002/03/29 18:59:32Ben Lindstrom
[session.c session.h] retrieve last login time before the pty is allocated, store per session
2002-04-02 - markus@cvs.openbsd.org 2002/03/28 15:34:51Ben Lindstrom
[session.c] do not call record_login twice (for use_privsep)
2002-04-02 - markus@cvs.openbsd.org 2002/03/27 22:21:45Ben Lindstrom
[ssh-keygen.c] try to import keys with extra trailing === (seen with ssh.com < 2.0.12)