Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-11-08 | - markus@cvs.openbsd.org 2006/11/07 13:02:07 | Darren Tucker | |
[dh.c] BN_hex2bn returns int; from dtucker@ | |||
2006-11-07 | - (dtucker) Release 4.5p1. | Darren Tucker | |
2006-11-07 | - (dtucker) [README contrib/{caldera,redhat,contrib}/openssh.spec] Bump | Darren Tucker | |
versions. | |||
2006-11-07 | - markus@cvs.openbsd.org 2006/11/07 10:31:31 | Darren Tucker | |
[monitor.c version.h] correctly check for bad signatures in the monitor, otherwise the monitor and the unpriv process can get out of sync. with dtucker@, ok djm@, dtucker@ | |||
2006-11-07 | - markus@cvs.openbsd.org 2006/11/06 21:25:28 | Darren Tucker | |
[auth-rsa.c kexgexc.c kexdhs.c key.c ssh-dss.c sshd.c kexgexs.c ssh-keygen.c bufbn.c moduli.c scard.c kexdhc.c sshconnect1.c dh.c rsa.c] add missing checks for openssl return codes; with & ok djm@ | |||
2006-11-07 | - (dtucker) [sshd.c] Use privsep_pw if we have it, but only require it | Darren Tucker | |
if we absolutely need it. Pointed out by Corinna, ok djm@ | |||
2006-11-05 | - markus@cvs.openbsd.org 2006/10/31 16:33:12 | Damien Miller | |
[kexdhc.c kexdhs.c kexgexc.c kexgexs.c] check DH_compute_key() for -1 even if it should not happen because of earlier calls to dh_pub_is_valid(); report krahmer at suse.de; ok djm | |||
2006-11-05 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- otto@cvs.openbsd.org 2006/10/28 18:08:10 [ssh.1] correct/expand example of usage of -w; ok jmc@ stevesk@ | |||
2006-11-01 | - (dtucker) [openbsd-compat/port-solaris.c] Bug #1255: Make only hwerr | Darren Tucker | |
events fatal in Solaris process contract support and tell it to signal only processes in the same process group when something happens. Based on information from andrew.benham at thus.net and similar to a patch from Chad Mynhier. ok djm@ | |||
2006-10-28 | - (djm) [auth.c] gc some dead code | Damien Miller | |
2006-10-23 | - (tim) [Makefile.in scard/Makefile.in] Add datarootdir= lines to keep | Tim Rice | |
autoconf 2.60 from complaining. | |||
2006-10-24 | - djm@cvs.openbsd.org 2006/10/22 02:25:50 | Damien Miller | |
[sftp-client.c] cancel progress meter when upload write fails; ok deraadt@ | |||
2006-10-24 | - markus@cvs.openbsd.org 2006/10/11 12:38:03 | Damien Miller | |
[clientloop.c serverloop.c] exit instead of doing a blocking tcp send if we detect a client/server timeout, since the tcp sendqueue might be already full (of alive requests); ok dtucker, report mpf | |||
2006-10-24 | - markus@cvs.openbsd.org 2006/10/10 10:12:45 | Damien Miller | |
[sshconnect.c] sleep before retrying (not after) since sleep changes errno; fixes pr 5250; rad@twig.com; ok dtucker djm | |||
2006-10-24 | - djm@cvs.openbsd.org 2006/10/09 23:36:11 | Damien Miller | |
[session.c] xmalloc -> xcalloc that was missed previously, from portable (NB. Id sync only for portable, obviously) | |||
2006-10-24 | - djm@cvs.openbsd.org 2006/10/06 02:29:19 | Damien Miller | |
[ssh-agent.c ssh-keyscan.c ssh.c] sys/resource.h needs sys/time.h; prompted by brad@ (NB. Id sync only for portable) | |||
2006-10-24 | - (djm) OpenBSD CVS Sync | Damien Miller | |
- ray@cvs.openbsd.org 2006/09/30 17:48:22 [sftp.c] Clear errno before calling the strtol functions. From Paul Stoeber <x0001 at x dot de1 dot cc>. OK deraadt@. | |||
2006-10-18 | - (dtucker) [sshd.c] Reshuffle storing of pw struct; prevents warnings | Darren Tucker | |
on older versions of OS X. ok djm@ | |||
2006-10-18 | - ray@cvs.openbsd.org 2006/09/25 04:55:38 | Darren Tucker | |
[ssh-keyscan.1 ssh.1] Change "a SSH" to "an SSH". Hurray, I'm not the only one who pronounces "SSH" as "ess-ess-aich". OK jmc@ and stevesk@. | |||
2006-10-16 | - (dtucker) [monitor_fdpass.c] Include sys/in.h, required for cmsg macros | Darren Tucker | |
on older (2.0) Linuxes. Based on patch from thmo-13 at gmx de. | |||
2006-10-06 | - (tim) [buildpkg.sh.in] Some systems have really limited nawk (OpenServer). | Tim Rice | |
Allow setting alternate awk in openssh-config.local. | |||
2006-10-07 | - (dtucker) [configure.ac] Set put -lselinux into $LIBS while testing for | Darren Tucker | |
SELinux functions so they're detected correctly. Patch from pebenito at gentoo.org. | |||
2006-10-06 | 20061006 | Tim Rice | |
- (tim) [buildpkg.sh.in] Use uname -r instead of -v in OS_VER for Solaris. Differentiate between OpenServer 5 and OpenServer 6 | |||
2006-10-03 | - (tim) [configure.ac] Move CHECK_HEADERS test before platform specific | Tim Rice | |
section so additional platform specific CHECK_HEADER tests will work correctly. Fixes "<net/if_tap.h> on FreeBSD" problem report by des AT des.no Feedback and "seems like a good idea" dtucker@ | |||
2006-10-01 | - (dtucker) [audit-bsm.c] Include errno.h. Pointed out by des at des.no. | Darren Tucker | |
2006-09-29 | - (dtucker) [configure.ac] Bug #1239: Fix configure test for OpenSSH engine | Darren Tucker | |
support. Patch from andrew.benham at thus net. | |||
2006-09-28 | - (dtucker) [entropy.c] Bug #1238: include signal.h to fix compilation error | Darren Tucker | |
on Solaris 8 w/out /dev/random or prngd. Patch from rl at math.technion.ac.il. | |||
2006-09-28 | Marker for 4.4p1 release | Darren Tucker | |
2006-09-26 | - (dtucker) [sftp-server.8] Resync; spotted by djm@ | Darren Tucker | |
2006-09-26 | - (dtucker) [bufaux.h] nuke bufaux.h; it's already gone from OpenBSD and not | Darren Tucker | |
referenced any more. ok djm@ | |||
2006-09-26 | Trim ChangeLog Prior to 4.2p1 | Darren Tucker | |
2006-09-24 | 20060924 | Tim Rice | |
- (tim) [configure.ac] Remove CFLAGS hack for UnixWare 1.x/2.x (added to rev 1.308) to work around broken gcc 2.x header file. | |||
2006-09-23 | - (dtucker) [configure.ac] Bug #1234: Put opensc libs into $LIBS rather than | Darren Tucker | |
$LDFLAGS. Patch from vapier at gentoo org. | |||
2006-09-22 | - (dtucker) [packet.c canohost.c] Include arpa/inet.h for htonl macros on | Darren Tucker | |
some platforms (eg HP-UX 11.00). From santhi.amirta at gmail com. | |||
2006-09-21 | - (dtucker) [defines.h] Include unistd.h before defining getpgrp; fixes | Darren Tucker | |
build error on Ultrix. From Bernhard Simon. | |||
2006-09-21 | - markus@cvs.openbsd.org 2006/09/19 21:14:08 | Darren Tucker | |
[packet.c] client NULL deref on protocol error; Tavis Ormandy, Google Security Team | |||
2006-09-21 | - otto@cvs.openbsd.org 2006/09/19 05:52:23 | Darren Tucker | |
[sftp.c] Use S_IS* macros insted of masking with S_IF* flags. The latter may have multiple bits set, which lead to surprising results. Spotted by Paul Stoeber, more to come. ok millert@ pedro@ jaredy@ djm@ | |||
2006-09-18 | - (dtucker) [openbsd-compat/port-aix.{c,h}] Reduce scope of includes. | Darren Tucker | |
Prevents macro redefinition warnings of "RDONLY". | |||
2006-09-18 | - (dtucker) [configure.ac] On AIX, check to see if the compiler will allow | Darren Tucker | |
macro redefinitions, and if not, remove "-qlanglvl=ansi" from the flags. Allows build out of the box with older VAC and XLC compilers. Found by David Bronder and Bernhard Simon. | |||
2006-09-17 | - (dtucker) [INSTALL] Add info about audit support. | Darren Tucker | |
2006-09-17 | - (djm) [sshd.c] Fix warning/API abuse; ok dtucker@ | Damien Miller | |
2006-09-17 | - (dtucker) [monitor.c] Correctly handle auditing of single commands when | Darren Tucker | |
using Protocol 1. From jhb at freebsd. | |||
2006-09-17 | - (dtucker) [auth-pam.c] Propogate TZ environment variable to PAM auth | Darren Tucker | |
process so that any logging it does is with the right timezone. From Scott Strickler, ok djm@. | |||
2006-09-17 | - (djm) Add openssh.xml to .cvsignore and sort it | Damien Miller | |
2006-09-17 | - djm@cvs.openbsd.org 2006/09/16 19:53:37 | Damien Miller | |
[deattack.c deattack.h packet.c] limit maximum work performed by the CRC compensation attack detector, problem reported by Tavis Ormandy, Google Security Team; ok markus@ deraadt@ | |||
2006-09-12 | - (djm) [Makefile.in buildpkg.sh.in configure.ac openssh.xml.in] | Damien Miller | |
Support SMF in Solaris Packages if enabled by configure. Patch from Chad Mynhier, tested by dtucker@ | |||
2006-09-11 | - (dtucker) [cipher-aes.c] Include string.h for memcpy and friends. Noted | Darren Tucker | |
by Pekka Savola. | |||
2006-09-10 | - (dtucker) [configure.ac] Add -lcrypt to let DragonFly build OOTB. | Darren Tucker | |
2006-09-10 | - (dtucker) [contrib/aix/buildbff.sh] Ensure that perl is available. | Darren Tucker | |
2006-09-09 | - (dtucker) [buildpkg.sh.in] Always create privsep user. ok djm@ | Darren Tucker | |