summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-05-13 - deraadt@cvs.openbsd.org 2004/05/11 19:01:43Darren Tucker
[auth.c auth2-none.c authfile.c channels.c monitor.c monitor_mm.c packet.c packet.h progressmeter.c session.c openbsd-compat/xmmap.c] improve some code lint did not like; djm millert ok
2004-05-13 - djm@cvs.openbsd.org 2004/05/09 01:26:48Darren Tucker
[kex.c] don't overwrite what we are trying to compute
2004-05-13 - djm@cvs.openbsd.org 2004/05/09 01:19:28Darren Tucker
[OVERVIEW auth-rsa.c auth1.c kex.c monitor.c session.c sshconnect1.c sshd.c] removed: mpaux.c mpaux.h kill some more tiny files; ok deraadt@
2004-05-13 - djm@cvs.openbsd.org 2004/05/09 00:06:47Darren Tucker
[moduli.c ssh-keygen.c] removed: moduli.h zap another tiny header; ok deraadt@
2004-05-13 - djm@cvs.openbsd.org 2004/05/08 00:21:31Darren Tucker
[clientloop.c misc.h readpass.c scard.c ssh-add.c ssh-agent.c ssh-keygen.c sshconnect.c sshconnect1.c sshconnect2.c] removed: readpass.h kill a tiny header; ok deraadt@
2004-05-13 - deraadt@cvs.openbsd.org 2004/05/08 00:01:37Darren Tucker
[auth.c clientloop.c misc.h servconf.c ssh.c sshpty.h sshtty.c tildexpand.c], removed: sshtty.h tildexpand.h make two tiny header files go away; djm ok
2004-05-13 - jmc@cvs.openbsd.org 2004/05/06 11:24:23Darren Tucker
[ssh_config.5] typo from John Cosimano (PR 3770);
2004-05-13 - jmc@cvs.openbsd.org 2004/05/04 18:36:07Darren Tucker
[scp.1] SendEnv here too;
2004-05-13 - (dtucker) [configure.ac] Bug #867: Additional tests for res_query inDarren Tucker
libresolv, fixes problems detecting it on some platforms (eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@
2004-05-03 - dtucker@cvs.openbsd.org 2004/05/02 23:17:51Darren Tucker
[scp.1] ConnectionTimeout -> ConnectTimeout for scp.1 too.
2004-05-03 - dtucker@cvs.openbsd.org 2004/05/02 23:02:17Darren Tucker
[sftp.1] ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
2004-05-02 - dtucker@cvs.openbsd.org 2004/05/02 11:57:52Darren Tucker
[ssh.1] ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian. ok djm@
2004-05-02 - dtucker@cvs.openbsd.org 2004/05/02 11:54:31Darren Tucker
[sshd.8] Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk via Debian; ok djm@
2004-05-02 - jmc@cvs.openbsd.org 2004/04/28 07:13:42Darren Tucker
[sftp.1 ssh.1] add SendEnv to -o list;
2004-05-02 - jmc@cvs.openbsd.org 2004/04/28 07:02:56Darren Tucker
[sshd_config.5] remove unnecessary .Pp;
2004-05-02 - djm@cvs.openbsd.org 2004/04/28 05:17:10Darren Tucker
[ssh_config.5 sshd_config.5] manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
2004-05-02 - djm@cvs.openbsd.org 2004/04/27 09:46:37Darren Tucker
[readconf.c readconf.h servconf.c servconf.h session.c session.h ssh.c ssh_config.5 sshd_config.5] bz #815: implement ability to pass specified environment variables from the client to the server; ok markus@
2004-05-02 - djm@cvs.openbsd.org 2004/04/22 11:56:57Darren Tucker
[moduli.c] Bugzilla #850: Sophie Germain is the correct name of the French mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
2004-04-23 - (dtucker) [README.platform] List prereqs for building on Cygwin.Darren Tucker
2004-04-23 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errnoDarren Tucker
as extern int if not already declared. Fixes compile errors on old SCO platforms. ok tim@
2004-04-21 - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@Damien Miller
2004-04-20 - (djm) [configure.ac] Check whether libroken is required when buildingDamien Miller
with Heimdal
2004-04-20rewrapDamien Miller
2004-04-20 - djm@cvs.openbsd.org 2004/04/19 21:51:49Damien Miller
[ssh.c] fix idiot typo that i introduced in my last commit; spotted by cschneid AT cschneid.com
2004-04-20 - jmc@cvs.openbsd.org 2004/04/19 16:12:14Damien Miller
[ssh_config.5] kill whitespace at eol;
2004-04-20 - djm@cvs.openbsd.org 2004/04/19 13:02:40Damien Miller
[ssh.1 ssh_config.5] document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@
2004-04-20 - djm@cvs.openbsd.org 2004/04/18 23:10:26Damien Miller
[readconf.c readconf.h ssh-keysign.c ssh.c] perform strict ownership and modes checks for ~/.ssh/config files, as these can be used to execute arbitrary programs; ok markus@ NB. ssh will now exit when it detects a config with poor permissions
2004-04-20 - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for above changeDamien Miller
2004-04-20 - (djm) OpenBSD CVS SyncDamien Miller
- henning@cvs.openbsd.org 2004/04/08 16:08:21 [sshconnect2.c] swap the last two parameters to TAILQ_FOREACH_REVERSE. matches what FreeBSD and NetBSD do. ok millert@ mcbride@ markus@ ho@, checked to not affect ports by naddy@
2004-04-19 - markus@cvs.openbsd.org 2004/04/01 12:19:57Darren Tucker
[scp.c] limit trust between local and remote rcp/scp process, noticed by lcamtuf; ok deraadt@, djm@
2004-04-19 - djm@cvs.openbsd.org 2004/03/31 21:58:47Darren Tucker
[canohost.c] don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
2004-04-19 - djm@cvs.openbsd.org 2004/03/30 12:41:56Darren Tucker
[sftp-client.c] sync comment with reality
2004-04-19 - dtucker@cvs.openbsd.org 2004/03/08 10:17:12Darren Tucker
[regress/login-timeout.sh] Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
2004-04-19 - dtucker@cvs.openbsd.org 2004/02/29 22:04:45Darren Tucker
[regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
2004-04-18Add people with several and/or large contributionsDarren Tucker
2004-04-18 - (djm) [openbsd-compat/bsd-cygwin_util.c] Recent versions of Cygwin allowDamien Miller
change of user context without a password, so relax auth method restrictions; from vinschen AT redhat.com; ok dtucker@
2004-04-18update relnotes URL for releaseDamien Miller
2004-04-18 - (dtucker) [auth-pam.c] Log username and source host for failed PAMDarren Tucker
authentication attempts. With & ok djm@
2004-04-16 - (tim) [configure.ac] Set SETEUID_BREAKS_SETUID, BROKEN_SETREUID andTim Rice
BROKEN_SETREGID for SCO OpenServer 3
2004-04-16 - (djm) [auth-krb5.c auth.h session.c] Explicitly refer to Kerberos ccacheDamien Miller
file using FILE: method, fixes problems on Mac OSX. Patch from simon@sxw.org.uk; ok dtucker@
2004-04-16 - (dtucker) [regress/sftp-cmds.sh] Skip quoting test on Cygwin, sinceDarren Tucker
FAT/NTFS does not permit quotes in filenames. From vinschen at redhat.com
2004-04-16Typo fix in commentDarren Tucker
2004-04-14 - (djm) [configure.ac] Fix detection of libwrap on OpenBSD; ok dtucker@Damien Miller
2004-04-14 - (dtucker) [auth-skey.c defines.h monitor.c] Make skeychallenge explicitlyDarren Tucker
4-arg, with compatibility for 3-arg versions. From djm@, ok me.
2004-04-14 - (dtucker) [acconfig.h configure.ac defines.h] Bug #673: check for 4-argDarren Tucker
skeychallenge(), eg on NetBSD. ok mouring@
2004-04-14 - (dtucker) [sshd_config.5] Add PermitRootLogin without-password warningDarren Tucker
from bug #701 (text from jfh at cise.ufl.edu).
2004-04-08 - (bal) [monitor.c monitor_wrap.c] Ok.. Last time. Promise. Tim suggestedBen Lindstrom
limiting scope and dtucker@ agreed.
2004-04-08 - (dtucker) [defines.h loginrec.c] Define UT_LINESIZE if not defined andDarren Tucker
simplify loginrec.c. ok tim@
2004-04-08 - (bal) [monitor.c monitor_wrap.c] Second try. Put the zlib.h headersBen Lindstrom
back and #undef TARGET_OS_MAC instead. (Bug report pending with Apple)
2004-04-08 - (dtucker) [loginrec.c] Use UT_LINESIZE if available, prevents truncatingDarren Tucker
pty name on Linux 2.6.x systems. Patch from jpe at eisenmenger.org.