summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2004/05/23 23:59:53Darren Tucker2004-05-249-15/+32
| | | | | [auth.c auth.h auth1.c auth2.c servconf.c servconf.h sshd_config sshd_config.5] Add MaxAuthTries sshd config option; ok markus@
* - jmc@cvs.openbsd.org 2004/05/22 16:01:05Darren Tucker2004-05-242-3/+6
| | | | | [ssh.1] kill whitespace at eol;
* - djm@cvs.openbsd.org 2004/05/22 06:32:12Darren Tucker2004-05-243-6/+9
| | | | | [clientloop.c ssh.1] use '-h' for help in ~C commandline instead of '-?'; inspired by jmc@
* - djm@cvs.openbsd.org 2004/05/21 11:33:11Darren Tucker2004-05-246-35/+153
| | | | | | | [channels.c channels.h clientloop.c serverloop.c ssh.1] bz #756: add support for the cancel-tcpip-forward request for the server and the client (through the ~C commandline). reported by z3p AT twistedmatrix.com; ok markus@
* - markus@cvs.openbsd.org 2004/05/21 08:43:03Darren Tucker2004-05-244-4/+13
| | | | | [kex.h moduli.c tildexpand.c] add prototypes for -Wall; ok djm
* - dtucker@cvs.openbsd.org 2004/05/20 10:58:05Darren Tucker2004-05-242-3/+6
| | | | | [clientloop.c] Trivial type fix 0 -> '\0'; ok markus@
* - djm@cvs.openbsd.org 2004/05/19 12:17:33Darren Tucker2004-05-243-25/+83
| | | | | | [sftp-client.c sftp.c] gracefully abort transfers on receipt of SIGINT, also ignore SIGINT while waiting for a command; ok markus@
* - (bal) [openbsd-compat/sys-queue.h] Reintroduce machinary to handleBen Lindstrom2004-05-232-4/+89
| | | | old/broken/incomplete <sys/queue.h>.
* - (djm) [configure.ac] Warn if the system has no known way of figuring outDamien Miller2004-05-232-4/+30
| | | | which user is on the other end of a Unix domain socket; ok dtucker@
* - (djm) Explain consequences of UsePAM=yes a little better in sshd_config;Damien Miller2004-05-232-4/+13
| | | | ok dtucker@
* - (dtucker) [openbsd-compat/getrrsetbyname.c] Fix typo too: HAVE_DECL_H_ERRORDarren Tucker2004-05-132-2/+4
| | | | -> HAVE_DECL_H_ERRNO.
* - (dtucker) [openbsd-compat/getrrsetbyname.c] Check that HAVE_DECL_H_ERRORDarren Tucker2004-05-132-2/+4
| | | | is defined before using.
* - (dtucker) [auth-pam.c scard-opensc.c] Tinderbox says auth-pam.c usesDarren Tucker2004-05-133-4/+6
| | | | readpass.h, grep says scard-opensc.c does too. Replace with misc.h.
* - (dtucker) [sshd.8] Bug #843: Add warning about PasswordAuthentication toDarren Tucker2004-05-132-7/+22
| | | | UsePAM section. Parts from djm@ and jmc@.
* - dtucker@cvs.openbsd.org 2004/05/13 02:47:50Darren Tucker2004-05-132-6/+21
| | | | | [ssh-agent.1] Add examples to ssh-agent.1, bz#481 from Ralf Hauser; ok deraadt@
* - deraadt@cvs.openbsd.org 2004/05/11 19:01:43Darren Tucker2004-05-1312-33/+49
| | | | | | [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
* - djm@cvs.openbsd.org 2004/05/09 01:26:48Darren Tucker2004-05-132-3/+6
| | | | | [kex.c] don't overwrite what we are trying to compute
* - djm@cvs.openbsd.org 2004/05/09 01:19:28Darren Tucker2004-05-139-19/+51
| | | | | | [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@
* - djm@cvs.openbsd.org 2004/05/09 00:06:47Darren Tucker2004-05-134-39/+39
| | | | | [moduli.c ssh-keygen.c] removed: moduli.h zap another tiny header; ok deraadt@
* - djm@cvs.openbsd.org 2004/05/08 00:21:31Darren Tucker2004-05-1312-39/+32
| | | | | | [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@
* - deraadt@cvs.openbsd.org 2004/05/08 00:01:37Darren Tucker2004-05-1311-78/+22
| | | | | | [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
* - jmc@cvs.openbsd.org 2004/05/06 11:24:23Darren Tucker2004-05-132-3/+6
| | | | | [ssh_config.5] typo from John Cosimano (PR 3770);
* - jmc@cvs.openbsd.org 2004/05/04 18:36:07Darren Tucker2004-05-132-2/+7
| | | | | [scp.1] SendEnv here too;
* - (dtucker) [configure.ac] Bug #867: Additional tests for res_query inDarren Tucker2004-05-132-3/+27
| | | | | libresolv, fixes problems detecting it on some platforms (eg Linux/x86-64). From Kurt Roeckx via Debian, ok mouring@
* - dtucker@cvs.openbsd.org 2004/05/02 23:17:51Darren Tucker2004-05-032-3/+6
| | | | | [scp.1] ConnectionTimeout -> ConnectTimeout for scp.1 too.
* - dtucker@cvs.openbsd.org 2004/05/02 23:02:17Darren Tucker2004-05-032-3/+6
| | | | | [sftp.1] ConnectionTimeout -> ConnectTimeout here too, pointed out by jmc@
* - dtucker@cvs.openbsd.org 2004/05/02 11:57:52Darren Tucker2004-05-022-3/+7
| | | | | | [ssh.1] ConnectionTimeout -> ConnectTimeout, from m.a.ellis at ncl.ac.uk via Debian. ok djm@
* - dtucker@cvs.openbsd.org 2004/05/02 11:54:31Darren Tucker2004-05-022-3/+7
| | | | | | [sshd.8] Man page grammar fix (bz #858), from damerell at chiark.greenend.org.uk via Debian; ok djm@
* - jmc@cvs.openbsd.org 2004/04/28 07:13:42Darren Tucker2004-05-023-3/+8
| | | | | [sftp.1 ssh.1] add SendEnv to -o list;
* - jmc@cvs.openbsd.org 2004/04/28 07:02:56Darren Tucker2004-05-022-9/+5
| | | | | [sshd_config.5] remove unnecessary .Pp;
* - djm@cvs.openbsd.org 2004/04/28 05:17:10Darren Tucker2004-05-023-9/+12
| | | | | [ssh_config.5 sshd_config.5] manpage fixes in envpass stuff from Brian Poole (raj AT cerias.purdue.edu)
* - djm@cvs.openbsd.org 2004/04/27 09:46:37Darren Tucker2004-05-0210-11/+194
| | | | | | | [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@
* - djm@cvs.openbsd.org 2004/04/22 11:56:57Darren Tucker2004-05-022-7/+14
| | | | | | [moduli.c] Bugzilla #850: Sophie Germain is the correct name of the French mathematician, "Sophie Germaine" isn't; from Luc.Maisonobe@c-s.fr
* - (dtucker) [README.platform] List prereqs for building on Cygwin.Darren Tucker2004-04-232-2/+11
|
* - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Declare h_errnoDarren Tucker2004-04-233-2/+13
| | | | | as extern int if not already declared. Fixes compile errors on old SCO platforms. ok tim@
* - (djm) Update config.guess and config.sub to autoconf-2.59 versions; ok tim@Damien Miller2004-04-213-241/+340
|
* - (djm) [configure.ac] Check whether libroken is required when buildingDamien Miller2004-04-202-3/+8
| | | | with Heimdal
* rewrapDamien Miller2004-04-201-3/+5
|
* - djm@cvs.openbsd.org 2004/04/19 21:51:49Damien Miller2004-04-202-3/+7
| | | | | | [ssh.c] fix idiot typo that i introduced in my last commit; spotted by cschneid AT cschneid.com
* - jmc@cvs.openbsd.org 2004/04/19 16:12:14Damien Miller2004-04-202-3/+6
| | | | | [ssh_config.5] kill whitespace at eol;
* - djm@cvs.openbsd.org 2004/04/19 13:02:40Damien Miller2004-04-203-6/+11
| | | | | | [ssh.1 ssh_config.5] document strict permission checks on ~/.ssh/config; prompted by, with & ok jmc@
* - djm@cvs.openbsd.org 2004/04/18 23:10:26Damien Miller2004-04-205-13/+34
| | | | | | | [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
* - (djm) [openbsd-compat/sys-queue.h] Sync with OpenBSD, needed for above changeDamien Miller2004-04-202-87/+16
|
* - (djm) OpenBSD CVS SyncDamien Miller2004-04-202-3/+10
| | | | | | | - 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@
* - markus@cvs.openbsd.org 2004/04/01 12:19:57Darren Tucker2004-04-192-2/+14
| | | | | | [scp.c] limit trust between local and remote rcp/scp process, noticed by lcamtuf; ok deraadt@, djm@
* - djm@cvs.openbsd.org 2004/03/31 21:58:47Darren Tucker2004-04-192-2/+5
| | | | | [canohost.c] don't skip ip options check when UseDNS=no; ok markus@ (ID sync only)
* - djm@cvs.openbsd.org 2004/03/30 12:41:56Darren Tucker2004-04-192-3/+6
| | | | | [sftp-client.c] sync comment with reality
* - dtucker@cvs.openbsd.org 2004/03/08 10:17:12Darren Tucker2004-04-192-2/+5
| | | | | [regress/login-timeout.sh] Missing OBJ, from tim@. ok markus@ (Already fixed, ID sync only)
* - dtucker@cvs.openbsd.org 2004/02/29 22:04:45Darren Tucker2004-04-192-3/+9
| | | | | [regress/login-timeout.sh] Use sudo when restarting daemon during test. ok markus@
* Add people with several and/or large contributionsDarren Tucker2004-04-181-1/+4
|