summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-11 - dtucker@cvs.openbsd.org 2004/12/11 01:48:56Darren Tucker
[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@
2004-12-11 - fgsch@cvs.openbsd.org 2004/12/10 03:10:42Darren Tucker
[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
2004-12-11 - (dtucker) OpenBSD CVS SyncDarren Tucker
- markus@cvs.openbsd.org 2004/12/06 16:00:43 [bufaux.c] use 0x00 not \0 since buf[] is a bignum
2004-12-08[configure.ac] Comment some non obvious platforms in the target-specificTim Rice
case statement. Suggested and OK by dtucker@
2004-12-07 - (dtucker) [regress/scp.sh] Use portable-friendly $DIFFOPTs in new test.Darren Tucker
2004-12-06 - dtucker@cvs.openbsd.org 2004/12/06 10:49:56Darren Tucker
[test-exec.sh] Check if TEST_SSH_SSHD is a full path to sshd before searching; ok markus@
2004-12-06 - dtucker@cvs.openbsd.org 2004/11/25 09:39:27Darren Tucker
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@
2004-12-06 - djm@cvs.openbsd.org 2004/11/07 00:32:41Darren Tucker
[multiplex.sh] regression tests for new multiplex commands
2004-12-06 - djm@cvs.openbsd.org 2004/10/29 23:59:22Darren Tucker
[Makefile added brokenkeys.sh] regression test for handling of corrupt keys in authorized_keys file
2004-12-06 - djm@cvs.openbsd.org 2004/10/08 02:01:50Darren Tucker
[reexec.sh] shrink and tidy; ok dtucker@
2004-12-06 - david@cvs.openbsd.org 2004/07/09 19:45:43Darren Tucker
[Makefile] add a missing CLEANFILES used in the re-exec test
2004-12-06 - dtucker@cvs.openbsd.org 2004/07/08 12:59:35Darren Tucker
[scp.sh] Regress test for bz #863 (scp double-error), requires $SUDO. ok markus@
2004-12-06 - djm@cvs.openbsd.org 2004/06/26 06:16:07Darren Tucker
[reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable
2004-12-06Resync IdsDarren Tucker
2004-12-06 - dtucker@cvs.openbsd.org 2004/12/06 11:41:03Darren Tucker
[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@
2004-12-06 - jaredy@cvs.openbsd.org 2004/12/05 23:55:07Darren Tucker
[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
2004-12-06 - djm@cvs.openbsd.org 2004/11/29 07:41:24Darren Tucker
[sftp-client.h sftp.c] Some small fixes from moritz@jodeit.org. ok deraadt@
2004-12-06 - jmc@cvs.openbsd.org 2004/11/29 00:05:17Darren Tucker
[sftp.1] missing full stop;
2004-12-06 - (dtucker) OpenBSD CVS SyncDarren Tucker
- markus@cvs.openbsd.org 2004/11/25 22:22:14 [sftp-client.c sftp.c] leak; from mpech
2004-12-06 - (dtucker) [TODO WARNING.RNG] Update to reflect current reality. ok djm@Darren Tucker
2004-12-03 - (dtucker) [auth1.c auth2.c] If the user successfully authenticates but isDarren Tucker
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@
2004-12-03 - jmc@cvs.openbsd.org 2004/11/07 17:57:30Darren Tucker
[ssh.c] usage(): - add -O - sync -S w/ manpage - remove -h
2004-12-03 - (dtucker) OpenBSD CVS SyncDarren Tucker
- jmc@cvs.openbsd.org 2004/11/07 17:42:36 [ssh.1] options sort, and whitespace;
2004-11-07 - (dtucker) [INSTALL Makefile.in configure.ac] Add --with-libedit configureDarren Tucker
option and supporting makefile bits and documentation.
2004-11-07 - djm@cvs.openbsd.org 2004/11/07 00:01:46Darren Tucker
[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@
2004-11-07 - djm@cvs.openbsd.org 2004/11/05 12:19:56Darren Tucker
[sftp.c] command editing and history support via libedit; ok markus@ thanks to hshoexer@ and many testers on tech@ too
2004-11-05 - djm@cvs.openbsd.org 2004/10/29 23:57:05Darren Tucker
[key.c] use new buffer API to avoid fatal errors on corrupt keys in authorized_keys files; ok markus@
2004-11-05 - djm@cvs.openbsd.org 2004/10/29 23:56:17Darren Tucker
[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@
2004-11-05 - djm@cvs.openbsd.org 2004/10/29 22:53:56Darren Tucker
[clientloop.c misc.h readpass.c ssh-agent.c] factor out common permission-asking code to separate function; ok markus@
2004-11-05 - djm@cvs.openbsd.org 2004/10/29 21:47:15Darren Tucker
[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
2004-11-05 - markus@cvs.openbsd.org 2004/10/20 11:48:53Darren Tucker
[packet.c ssh1.h] disconnect for invalid (out of range) message types.
2004-11-05 - djm@cvs.openbsd.org 2004/10/07 10:12:36Darren Tucker
[ssh-agent.c] don't unlink agent socket when bind() fails, spotted by rich AT rich-paul.net, ok markus@
2004-11-05 - djm@cvs.openbsd.org 2004/10/07 10:10:24Darren Tucker
[scp.1 sftp.1 ssh.1 ssh_config.5] document KbdInteractiveDevices; ok markus@
2004-11-05 - djm@cvs.openbsd.org 2004/09/25 03:45:14Darren Tucker
[sshd.c] these printf args are no longer double; ok deraadt@ markus@
2004-11-05 - djm@cvs.openbsd.org 2004/09/23 13:00:04Darren Tucker
[ssh.c] correctly honour -n in multiplex client mode; spotted by sturm@ ok markus@
2004-11-05 - deraadt@cvs.openbsd.org 2004/09/15 18:46:04Darren Tucker
[scp.c] scratch that do { } while (0) wrapper in this case
2004-11-05 - mickey@cvs.openbsd.org 2004/09/15 18:42:27Darren Tucker
[sshd.c] use less doubles in daemons; markus@ ok
2004-11-05 - jaredy@cvs.openbsd.org 2004/09/15 03:25:41Darren Tucker
[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
2004-11-05 - deraadt@cvs.openbsd.org 2004/09/15 00:46:01Darren Tucker
[ssh.c] /* fallthrough */ is something a programmer understands. But /* FALLTHROUGH */ is also understood by lint, so that is better.
2004-11-05 - djm@cvs.openbsd.org 2004/09/07 23:41:30Darren Tucker
[clientloop.c ssh.c] cleanup multiplex control socket on SIGHUP too, spotted by sturm@ ok markus@ deraadt@
2004-11-05 - jmc@cvs.openbsd.org 2004/08/30 21:22:49Darren Tucker
[ssh-add.1 ssh.1] .Xsession -> .xsession; originally from a pr from f at obiit dot org, but missed by myself; ok markus@ matthieu@
2004-11-05 - markus@cvs.openbsd.org 2004/08/30 09:18:08Darren Tucker
[LICENCE] s/keygen/keyscan/
2004-11-02 - (dtucker) [configure.ac includes.h] Bug #947: Fix compile error on HP-UXDarren Tucker
10.x by testing for conflicts in shadow.h and undef'ing _INCLUDE__STDC__ only if a conflict is detected.
2004-10-19 - (dtucker) [uidswap.c] Don't test dropping of gids for the root user orDarren Tucker
on Cygwin. Cygwin parts from vinschen at redhat com; ok djm@
2004-10-16that was "ok dtucker@"Damien Miller
2004-10-16 - (djm) [auth-pam.c] snprintf->strl*, fix server message length calculationsDamien Miller
2004-10-06 - (dtucker) [monitor_mm.c openbsd-compat/xmmap.c] Bug #940: cast constantsDarren Tucker
to void * to appease picky compilers (eg Tru64's "cc -std1").
2004-10-06 - (dtucker) [README.privsep] Bug #939: update info about HP-UX Trusted ModeDarren Tucker
and other PAM platforms.
2004-09-30 - (dtucker) [configure.ac] Set AC_PACKAGE_NAME. ok djm@Darren Tucker
2004-09-23 - (dtucker) [openbsd-compat/bsd-snprintf.c] Previous change was off by one,Darren Tucker
which could have caused the justification to be wrong. ok djm@