summaryrefslogtreecommitdiffstats
path: root/auth-rhosts.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2008-05-19 - (djm) OpenBSD CVS SyncDamien Miller2-3/+44
- djm@cvs.openbsd.org 2008/04/04 05:14:38 [sshd_config.5] ChrootDirectory is supported in Match blocks (in fact, it is most useful there). Spotted by Minstrel AT minstrel.org.uk
2008-05-16 - (djm) Force string arguments to replacement setproctitle() thoughDamien Miller2-5/+11
strnvis first. Ok dtucker@
2008-04-04 - (djm) [openbsd-compat/bsd-poll.c] Include stdlib.h to avoid compile-Damien Miller2-2/+7
time warnings on LynxOS. Patch from ops AT iki.fi
2008-04-03 - (djm) Release 5.0p1V_5_0_P1Damien Miller1-1/+2
2008-04-03 - (djm) [README] Update link to release notesDamien Miller2-3/+4
2008-04-03 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]Damien Miller4-6/+17
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files
2008-04-03 - djm@cvs.openbsd.org 2008/04/03 09:50:14Damien Miller2-3/+6
[version.h] openssh-5.0
2008-04-03 - jmc@cvs.openbsd.org 2008/03/27 22:37:57Damien Miller2-4/+7
[sshd.8] remove trailing whitespace;
2008-04-02 - markus@cvs.openbsd.org 2008/04/02 15:36:51Damien Miller2-5/+9
[channels.c] avoid possible hijacking of x11-forwarded connections (back out 1.183) CVE-2008-1483; ok djm@
2008-03-27 - (djm) Release 4.9p1Damien Miller1-1/+2
2008-03-27 - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec]Damien Miller4-6/+8
[contrib/suse/openssh.spec] Crank version numbers in RPM spec files
2008-03-27 - (djm) [README] Update link to release notesDamien Miller2-3/+4
2008-03-27 - (djm) [regress/Makefile] cleanup PuTTY interop test droppingsDamien Miller2-2/+6
2008-03-27 - (djm) [configure.ac] --with-selinux tooDamien Miller2-4/+5
2008-03-27 - (djm) [configure.ac] fix alignment of --without-stackprotect descriptionDamien Miller2-4/+5
2008-03-27 - djm@cvs.openbsd.org 2008/03/24 21:46:54Damien Miller2-13/+6
[regress/sftp-badcmds.sh] disable no-replace rename test now that we prefer a POSIX rename; spotted by dkrause@
2008-03-27 - djm@cvs.openbsd.org 2008/03/27 00:16:49Damien Miller2-3/+6
[version.h] openssh-4.9
2008-03-27 - djm@cvs.openbsd.org 2008/03/26 21:28:14Damien Miller5-7/+23
[auth-options.c auth-options.h session.c sshd.8] add no-user-rc authorized_keys option to disable execution of ~/.ssh/rc
2008-03-27 - djm@cvs.openbsd.org 2008/03/25 23:01:41Damien Miller2-3/+6
[session.c] last patch had backwards test; spotted by termim AT gmail.com
2008-03-27 - djm@cvs.openbsd.org 2008/03/25 11:58:02Damien Miller3-7/+14
[session.c sshd_config.5] ignore ~/.ssh/rc if a sshd_config ForceCommand is specified; from dtucker@ ok deraadt@ djm@
2008-03-27 - deraadt@cvs.openbsd.org 2008/03/24 16:11:07Damien Miller2-4/+11
[monitor_fdpass.c] msg_controllen has to be CMSG_SPACE so that the kernel can account for each cmsg_len (ie. msg_controllen = sum of CMSG_ALIGN(cmsg_len). This works now that kernel fd passing has been fixed to accept a bit of sloppiness because of this ABI repair. lots of discussion with kettenis
2008-03-27 - djm@cvs.openbsd.org 2008/03/23 12:54:01Damien Miller2-7/+27
[sftp-client.c] prefer POSIX-style file renaming over filexfer rename behaviour if the server supports the posix-rename@openssh.com extension. Note that the old (filexfer) behaviour would refuse to clobber an existing file. Users who depended on this should adjust their sftp(1) usage. ok deraadt@ markus@
2008-03-27 - deraadt@cvs.openbsd.org 2008/03/15 16:19:02Damien Miller2-4/+9
[monitor_fdpass.c] Repair the simple cases for msg_controllen where it should just be CMSG_SIZE(sizeof(int)), not sizeof(buffer) which may be larger because of alignment; ok kettenis hshoexer
2008-03-27 - deraadt@cvs.openbsd.org 2008/03/13 01:49:53Damien Miller2-9/+14
[monitor_fdpass.c] Correct CMSG_SPACE and CMSG_LEN usage everywhere in the tree. Due to an extensive discussion with otto, kettenis, millert, and hshoexer
2008-03-27 - jmc@cvs.openbsd.org 2008/02/11 07:58:28Damien Miller4-7/+12
[ssh.1 sshd.8 sshd_config.5] bump Mdocdate for pages committed in "febuary", necessary because of a typo in rcs.c;
2008-03-27 - (djm) Fix RCS ident in sftp-server-main.cDamien Miller2-2/+3
2008-03-26 - (dtucker) Cache selinux status earlier so we know if it's enabled after aDarren Tucker4-4/+16
chroot. Allows ChrootDirectory to work with selinux support compiled in but not enabled. Using it with selinux enabled will require some selinux support inside the chroot. "looks sane" djm@
2008-03-15 - (djm) [session.c] Relocate incorrectly-placed closefrom() that was causingDamien Miller2-3/+5
crashes when used with ChrootDirectory
2008-03-14 - (djm) [regress/test-exec.sh] Quote putty-related variables in case they areDamien Miller2-4/+10
empty; report and patch from Peter Stuge - (djm) [regress/test-exec.sh] Silence noise from detection of putty commands; report from Peter Stuge
2008-03-14 - (tim) [regress/localcommand.sh] Shell portability fix. Reported by imorgan atTim Rice2-2/+4
nas.nasa.gov
2008-03-14 - (tim) [regress/sftp-cmds.sh] s/cd/lcd/ in lls test. Reported byTim Rice2-2/+7
vinschen at redhat.com. Add () to put echo commands in subshell for lls test I mistakenly left out of last commit.
2008-03-14forgot to add vinschen at redhat.com on last commitTim Rice1-2/+2
2008-03-14 - (tim) [regress/sftp-cmds.sh regress/ssh2putty.sh] Shell portability fixesTim Rice3-5/+9
from imorgan at nas.nasa.gov
2008-03-14 - (tim) [scp.c] Use poll.h if available, fall back to sys/poll.h if not. PatchTim Rice2-3/+9
by vinschen at redhat.com.
2008-03-13 - (djm) [Makefile.in regress/test-exec.sh] Find installed plink(1) andDamien Miller3-4/+18
puttygen(1) by $PATH
2008-03-13 - (djm) [Makefile.in regress/Makefile] Fix interop-tests target (note toDamien Miller3-5/+9
self: make changes to Makefile.in next time, not the generated Makefile).
2008-03-12 - djm@cvs.openbsd.org 2007/12/21 04:13:53Damien Miller7-7/+196
[regress/Makefile regress/test-exec.sh regress/putty-ciphers.sh] [regress/putty-kex.sh regress/putty-transfer.sh regress/ssh2putty.sh] basic (crypto, kex and transfer) interop regression tests against putty To run these, install putty and run "make interop-tests" from the build directory - the tests aren't run by default yet.
2008-03-12 - djm@cvs.openbsd.org 2007/12/12 05:04:03Damien Miller2-5/+13
[regress/sftp-cmds.sh] unbreak lls command and add a regress test that would have caught the breakage; spotted by mouring@ NB. sftp code change already committed.
2008-03-12 - jmc@cvs.openbsd.org 2007/11/25 15:35:09Damien Miller3-5/+10
[regress/agent-getpeereid.sh regress/agent.sh] more existant -> existent, from Martynas Venckus; pfctl changes: ok henning ssh changes: ok deraadt
2008-03-12 - dtucker@cvs.openbsd.org 2007/10/29 06:57:13Damien Miller3-2/+24
[regress/Makefile regress/localcommand.sh] Add simple regress test for LocalCommand; ok djm@
2008-03-11fix log dateDarren Tucker1-2/+2
2008-03-11 - (dtucker) [auth-pam.c monitor.c session.c sshd.c] Bug #926: MoveDarren Tucker5-32/+30
pam_open_session and pam_close_session into the privsep monitor, which will ensure that pam_session_close is called as root. Patch from Tomas Mraz.
2008-03-09 - (dtucker) [configure.ac] Run stack-protector tests with -Werror to catchDarren Tucker2-9/+19
platforms where gcc understands the option but it's not supported (and thus generates a warning).
2008-03-09 - (dtucker) [openbsd-compat/regress/strtonumtest.c] Bug #1347: Use platform'sDarren Tucker2-1/+18
equivalent of LLONG_MAX for the compat regression tests, which makes them run on AIX and HP-UX. Patch from David Leonard.
2008-03-09 - (dtucker) [openbsd-compat/port-aix.{c,h}] Remove AIX specific initgroupsDarren Tucker3-15/+5
implementation. It's not needed to fix bug #1081 and breaks the build on some AIX configurations.
2008-03-09 - (dtucker) [configure.ac] It turns out gcc's -fstack-protector-all doesn'tDarren Tucker2-15/+45
always work for all platforms and versions, so test what we can and add a configure flag to turn it of if needed. ok djm@
2008-03-08 - (tim) [regress/sftp-glob.sh] Shell portability fix.Tim Rice2-3/+7
2008-03-07 - deraadt@cvs.openbsd.org 2008/03/04 21:15:42Damien Miller2-3/+6
[version.h] crank version; from djm
2008-03-07 - deraadt@cvs.openbsd.org 2008/03/02 18:19:35Damien Miller2-6/+16
[monitor_fdpass.c] use a union to ensure alignment of the cmsg (pay attention: various other parts of the tree need this treatment too); ok djm
2008-03-07 - djm@cvs.openbsd.org 2008/02/27 20:21:15Damien Miller2-3/+31
[sftp-server.c] add an extension method "posix-rename@openssh.com" to perform POSIX atomic rename() operations. based on patch from miklos AT szeredi.hu in bz#1400; ok dtucker@ markus@