Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-01-20 | - dtucker@cvs.openbsd.org 2005/01/17 22:48:39 | Darren Tucker | |
[sshd.c] Make debugging output continue after reexec; ok djm@ | |||
2005-01-20 | - dtucker@cvs.openbsd.org 2005/01/17 03:25:46 | Darren Tucker | |
[moduli.c] Correct spelling: SCHNOOR->SCHNORR; ok djm@ | |||
2005-01-20 | - jmc@cvs.openbsd.org 2005/01/08 00:41:19 | Darren Tucker | |
[sshd_config.5] `login'(n) -> `log in'(v); | |||
2005-01-20 | - markus@cvs.openbsd.org 2005/01/05 08:51:32 | Darren Tucker | |
[sshconnect.c] remove dead code, log connect() failures with level error, ok djm@ | |||
2005-01-20 | - djm@cvs.openbsd.org 2004/12/23 23:11:00 | Darren Tucker | |
[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@ | |||
2005-01-20 | - markus@cvs.openbsd.org 2004/12/23 17:38:07 | Darren Tucker | |
[ssh-keygen.c] leak; from mpech | |||
2005-01-20 | - markus@cvs.openbsd.org 2004/12/23 17:35:48 | Darren Tucker | |
[session.c] check for NULL; from mpech | |||
2005-01-18 | - (dtucker) [survey.sh.in] Remove any blank lines from the output of | Darren Tucker | |
ccver-v and ccver-V. | |||
2005-01-18 | - (dtucker) [INSTALL Makefile.in configure.ac survey.sh.in] Implement | Darren Tucker | |
"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@ | |||
2005-01-16 | Explain how to run sshd from inittab in README.Debian (closes: #147360). | Colin Watson | |
2005-01-15 | Finish 1:3.9p1-2. | Colin Watson | |
2005-01-15 | mention where new translations came from | Colin Watson | |
2005-01-15 | Drop LoginGraceTime back to the upstream default of two minutes on new | Colin Watson | |
installs (closes: #289573). | |||
2005-01-15 | Update PO-Revision-Date: and Last-Translator:. | Colin Watson | |
2005-01-15 | Update Spanish debconf template translations (thanks, Santiago Erquicia). | Colin Watson | |
2005-01-15 | Update Greek debconf template translation (thanks, Logiotatidis George). | Colin Watson | |
2005-01-13 | Depend on debconf | debconf-2.0. | Colin Watson | |
2005-01-11 | Remove pam_nologin from /etc/pam.d/ssh, as sshd's built-in support appears | Colin Watson | |
to be sufficient and more useful (closes: #162996). | |||
2005-01-04 | Finish 1:3.9p1-1. | Colin Watson | |
2005-01-04 | oops, LC_*, not LC_ALL | Colin Watson | |
2005-01-04 | yet another bug fixed | Colin Watson | |
2005-01-04 | remove /usr/sbin from openssh-client | Colin Watson | |
2005-01-04 | Expand on openssh-client package description (closes: #273831). | Colin Watson | |
2005-01-04 | more fixed bugs | Colin Watson | |
2005-01-04 | Pass LANG and LC_* environment variables from the client by default, and | Colin Watson | |
accept them to the server by default in new installs, although not on upgrade (closes: #264024). | |||
2005-01-04 | note some closed bugs | Colin Watson | |
2005-01-04 | Merge 3.9p1 to the trunk. | Colin Watson | |
2005-01-04 | Import OpenSSH 3.9p1. | Colin Watson | |
2005-01-04 | Merge from branch-V_3_8_1_P1-4-client-server-split: | Colin Watson | |
cvs up -jV_3_8_1_P1-8 -jbranch-V_3_8_1_P1-4-client-server-split branch-V_3_8_1_P1-4-client-server-split is now closed. For further development for sarge (Debian version 3.8.1p1-8.sarge.4, CVS tag V_3_8_1_P1-8_sarge_4), use branch-V_3_8_1_P1-8_sarge_4-sarge. | |||
2004-12-20 | - (dtucker) [regress/rekey.sh] Touch datafile before filling with dd, since | Darren Tucker | |
on some wacky platforms (eg old AIXes), dd will refuse to create an output file if it doesn't exist. | |||
2004-12-20 | - (dtucker) [ssh-rand-helper.c] Fall back to command-based seeding if reading | Darren Tucker | |
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@ | |||
2004-12-13 | - (dtucker) [contrib/findssh.sh] Clean up on interrupt; from | Darren Tucker | |
amarendra.godbole at ge com. | |||
2004-12-11 | - dtucker@cvs.openbsd.org 2004/12/11 01:48:56 | Darren 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:42 | Darren 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 Sync | Darren 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-specific | Tim 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:56 | Darren 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:27 | Darren Tucker | |
[test-exec.sh] Remove obsolete RhostsAuthentication from test config; ok markus@ | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/11/07 00:32:41 | Darren Tucker | |
[multiplex.sh] regression tests for new multiplex commands | |||
2004-12-06 | - djm@cvs.openbsd.org 2004/10/29 23:59:22 | Darren 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:50 | Darren Tucker | |
[reexec.sh] shrink and tidy; ok dtucker@ | |||
2004-12-06 | - david@cvs.openbsd.org 2004/07/09 19:45:43 | Darren Tucker | |
[Makefile] add a missing CLEANFILES used in the re-exec test | |||
2004-12-06 | - dtucker@cvs.openbsd.org 2004/07/08 12:59:35 | Darren 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:07 | Darren Tucker | |
[reexec.sh] don't change the name of the copied sshd for the reexec fallback test, makes life simpler for portable | |||
2004-12-06 | Resync Ids | Darren Tucker | |
2004-12-06 | - dtucker@cvs.openbsd.org 2004/12/06 11:41:03 | Darren 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:07 | Darren 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:24 | Darren 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:17 | Darren Tucker | |
[sftp.1] missing full stop; |