summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* - dtucker@cvs.openbsd.org 2005/01/17 03:25:46Darren Tucker2005-01-202-4/+7
| | | | | [moduli.c] Correct spelling: SCHNOOR->SCHNORR; ok djm@
* - jmc@cvs.openbsd.org 2005/01/08 00:41:19Darren Tucker2005-01-202-4/+7
| | | | | [sshd_config.5] `login'(n) -> `log in'(v);
* - markus@cvs.openbsd.org 2005/01/05 08:51:32Darren Tucker2005-01-202-18/+7
| | | | | [sshconnect.c] remove dead code, log connect() failures with level error, ok djm@
* - djm@cvs.openbsd.org 2004/12/23 23:11:00Darren Tucker2005-01-206-19/+54
| | | | | | [servconf.c servconf.h sshd.c sshd_config sshd_config.5] bz #898: support AddressFamily in sshd_config. from peak@argo.troja.mff.cuni.cz; ok deraadt@
* - markus@cvs.openbsd.org 2004/12/23 17:38:07Darren Tucker2005-01-202-2/+6
| | | | | [ssh-keygen.c] leak; from mpech
* - markus@cvs.openbsd.org 2004/12/23 17:35:48Darren Tucker2005-01-202-3/+13
| | | | | [session.c] check for NULL; from mpech
* - (dtucker) [survey.sh.in] Remove any blank lines from the output ofDarren Tucker2005-01-182-3/+5
| | | | ccver-v and ccver-V.
* - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] ImplementDarren Tucker2005-01-186-8/+107
| | | | | | | "make survey" and "make send-survey". This will provide data on the configure parameters, platform and platform features to the development team, which will allow (among other things) better targetting of testing. It's entirely voluntary and is off be default. ok djm@
* - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, sinceDarren Tucker2004-12-202-1/+5
| | | | | on some wacky platforms (eg old AIXes), dd will refuse to create an output file if it doesn't exist.
* - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if readingDarren Tucker2004-12-202-17/+35
| | | | | | | from prngd is enabled at compile time but fails at run time, eg because prngd is not running. Note that if you have prngd running when OpenSSH is built, OpenSSL will consider itself internally seeded and rand-helper won't be built at all unless explicitly enabled via --with-rand-helper. ok djm@
* - (dtucker) [contrib/findssh.sh] Clean up on interrupt; fromDarren Tucker2004-12-132-2/+14
| | | | amarendra.godbole at ge com.
* - dtucker@cvs.openbsd.org 2004/12/11 01:48:56Darren Tucker2004-12-116-11/+18
| | | | | | [auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h] Fix debug call in error path of authorized_keys processing and fix related warnings; ok djm@
* - fgsch@cvs.openbsd.org 2004/12/10 03:10:42Darren Tucker2004-12-112-12/+26
| | | | | | | | | | | [sftp.c] - fix globbed ls for paths the same lenght as the globbed path when we have a unique matching. - fix globbed ls in case of a directory when we have a unique matching. - as a side effect, if the path does not exist error (used to silently ignore). - don't do extra do_lstat() if we only have one matching file. djm@ ok
* - (dtucker) OpenBSD CVS SyncDarren Tucker2004-12-112-3/+9
| | | | | | - markus@cvs.openbsd.org 2004/12/06 16:00:43 [bufaux.c] use 0x00 not \0 since buf[] is a bignum
* [configure.ac] Comment some non obvious platforms in the target-specificTim Rice2004-12-082-2/+10
| | | | case statement. Suggested and OK by dtucker@
* - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.Darren Tucker2004-12-072-2/+5
|
* - dtucker@cvs.openbsd.org 2004/12/06 10:49:56Darren Tucker2004-12-062-3/+8
| | | | | [test-exec.sh] Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@
* - dtucker@cvs.openbsd.org 2004/11/25 09:39:27Darren Tucker2004-12-062-3/+5
| | | | | [test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
* - djm@cvs.openbsd.org 2004/11/07 00:32:41Darren Tucker2004-12-062-6/+22
| | | | | [multiplex.sh] regression tests for new multiplex commands
* - djm@cvs.openbsd.org 2004/10/29 23:59:22Darren Tucker2004-12-063-3/+30
| | | | | [Makefile added brokenkeys.sh] regression test for handling of corrupt keys in authorized_keys file
* - djm@cvs.openbsd.org 2004/10/08 02:01:50Darren Tucker2004-12-062-44/+32
| | | | | [reexec.sh] shrink and tidy; ok dtucker@
* - david@cvs.openbsd.org 2004/07/09 19:45:43Darren Tucker2004-12-062-3/+6
| | | | | [Makefile] add a missing CLEANFILES used in the re-exec test
* - dtucker@cvs.openbsd.org 2004/07/08 12:59:35Darren Tucker2004-12-062-2/+18
| | | | | [scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@
* - djm@cvs.openbsd.org 2004/06/26 06:16:07Darren Tucker2004-12-062-3/+8
| | | | | | [reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable
* Resync IdsDarren Tucker2004-12-061-1/+1
|
* - dtucker@cvs.openbsd.org 2004/12/06 11:41:03Darren Tucker2004-12-068-20/+57
| | | | | | [auth-rsa.c auth2-pubkey.c authfile.c misc.c misc.h ssh.h sshd.8] Discard over-length authorized_keys entries rather than complaining when they don't decode. bz #884, with & ok djm@
* - jaredy@cvs.openbsd.org 2004/12/05 23:55:07Darren Tucker2004-12-062-32/+93
| | | | | | | | | [sftp.1] - explain that patterns can be used as arguments in get/put/ls/etc commands (prodded by Michael Knudsen) - describe ls flags as a list - other minor improvements ok jmc, djm
* - djm@cvs.openbsd.org 2004/11/29 07:41:24Darren Tucker2004-12-063-6/+11
| | | | | [sftp-client.h sftp.c] Some small fixes from moritz@jodeit.org. ok deraadt@
* - jmc@cvs.openbsd.org 2004/11/29 00:05:17Darren Tucker2004-12-062-3/+6
| | | | | [sftp.1] missing full stop;
* - (dtucker) OpenBSD CVS SyncDarren Tucker2004-12-063-4/+13
| | | | | | - markus@cvs.openbsd.org 2004/11/25 22:22:14 [sftp-client.c sftp.c] leak; from mpech
* - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@Darren Tucker2004-12-063-19/+10
|
* - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but isDarren Tucker2004-12-033-5/+27
| | | | | | subsequently denied by the PAM auth stack, send the PAM message to the user via packet_disconnect (Protocol 1) or userauth_banner (Protocol 2). ok djm@
* - jmc@cvs.openbsd.org 2004/11/07 17:57:30Darren Tucker2004-12-032-5/+12
| | | | | | | | [ssh.c] usage(): - add -O - sync -S w/ manpage - remove -h
* - (dtucker) OpenBSD CVS SyncDarren Tucker2004-12-032-14/+20
| | | | | | - jmc@cvs.openbsd.org 2004/11/07 17:42:36 [ssh.1] options sort, and whitespace;
* - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configureDarren Tucker2004-11-074-5/+33
| | | | option and supporting makefile bits and documentation.
* - djm@cvs.openbsd.org 2004/11/07 00:01:46Darren Tucker2004-11-075-34/+153
| | | | | | [clientloop.c clientloop.h ssh.1 ssh.c] add basic control of a running multiplex master connection; including the ability to check its status and request it to exit; ok markus@
* - djm@cvs.openbsd.org 2004/11/05 12:19:56Darren Tucker2004-11-072-10/+64
| | | | | | [sftp.c] command editing and history support via libedit; ok markus@ thanks to hshoexer@ and many testers on tech@ too
* - djm@cvs.openbsd.org 2004/10/29 23:57:05Darren Tucker2004-11-052-12/+32
| | | | | | [key.c] use new buffer API to avoid fatal errors on corrupt keys in authorized_keys files; ok markus@
* - djm@cvs.openbsd.org 2004/10/29 23:56:17Darren Tucker2004-11-055-56/+229
| | | | | | [bufaux.c bufaux.h buffer.c buffer.h] introduce a new buffer API that returns an error rather than fatal()ing when presented with bad data; ok markus@
* - djm@cvs.openbsd.org 2004/10/29 22:53:56Darren Tucker2004-11-055-36/+43
| | | | | [clientloop.c misc.h readpass.c ssh-agent.c] factor out common permission-asking code to separate function; ok markus@
* - djm@cvs.openbsd.org 2004/10/29 21:47:15Darren Tucker2004-11-054-21/+21
| | | | | | | | [channels.c channels.h clientloop.c] fix some window size change bugs for multiplexed connections: windows sizes were not being updated if they had changed after ~^Z suspends and SIGWINCH was not being processed unless the first connection had requested a tty; ok markus
* - markus@cvs.openbsd.org 2004/10/20 11:48:53Darren Tucker2004-11-053-3/+13
| | | | | [packet.c ssh1.h] disconnect for invalid (out of range) message types.
* - djm@cvs.openbsd.org 2004/10/07 10:12:36Darren Tucker2004-11-052-2/+8
| | | | | | [ssh-agent.c] don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net, ok markus@
* - djm@cvs.openbsd.org 2004/10/07 10:10:24Darren Tucker2004-11-055-5/+15
| | | | | [scp.1 sftp.1 ssh.1 ssh_config.5] document KbdInteractiveDevices; ok markus@
* - djm@cvs.openbsd.org 2004/09/25 03:45:14Darren Tucker2004-11-052-3/+6
| | | | | [sshd.c] these printf args are no longer double; ok deraadt@ markus@
* - djm@cvs.openbsd.org 2004/09/23 13:00:04Darren Tucker2004-11-052-3/+15
| | | | | [ssh.c] correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@
* - deraadt@cvs.openbsd.org 2004/09/15 18:46:04Darren Tucker2004-11-052-3/+6
| | | | | [scp.c] scratch that do { } while (0) wrapper in this case
* - mickey@cvs.openbsd.org 2004/09/15 18:42:27Darren Tucker2004-11-052-6/+8
| | | | | [sshd.c] use less doubles in daemons; markus@ ok
* - jaredy@cvs.openbsd.org 2004/09/15 03:25:41Darren Tucker2004-11-052-3/+11
| | | | | | | | | [sshd_config.5] mention PrintLastLog only prints last login time for interactive sessions, like PrintMotd mentions. From Michael Knudsen, with wording changed slightly to match the PrintMotd description. ok djm
* - deraadt@cvs.openbsd.org 2004/09/15 00:46:01Darren Tucker2004-11-052-3/+7
| | | | | | [ssh.c] /* fallthrough */ is something a programmer understands. But /* FALLTHROUGH */ is also understood by lint, so that is better.