Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-04-29 | blink, how did this word get left out? all the existing translations are ↵ | Colin Watson | |
correct ... | |||
2007-04-29 | debconf-updatepo --skip-merge | Colin Watson | |
2007-04-29 | - Update Japanese (thanks, Kenshi Muto; closes: #420946). | Colin Watson | |
2007-04-29 | update from #420630 | Colin Watson | |
2007-04-29 | update from #420635 | Colin Watson | |
2007-04-29 | update from #420739 | Colin Watson | |
2007-04-29 | unfuzzy per translator | Colin Watson | |
2007-04-29 | minor template correction | Colin Watson | |
2007-04-24 | - Update German (thanks, Helge Kreutzmann; closes: #420743). | Colin Watson | |
2007-04-24 | msgcat | Colin Watson | |
2007-04-24 | - Add Tamil (thanks, Tirumurti Vasudevan; closes: #420739). | Colin Watson | |
2007-04-24 | msgcat | Colin Watson | |
2007-04-24 | - Add Bulgarian (thanks, Damyan Ivanov; closes: #420703). | Colin Watson | |
2007-04-24 | - Update Swedish (thanks, Daniel Nylander; closes: #420663). | Colin Watson | |
2007-04-24 | - Update Spanish (thanks, Javier Fernández-Sanguino Peña; | Colin Watson | |
closes: #420651). | |||
2007-04-24 | - Update Galician (thanks, Jacobo Tarrio; closes: #420635). | Colin Watson | |
2007-04-24 | - Update Norwegian Bokmål (thanks, Bjørn Steensrud; closes: #420630). | Colin Watson | |
2007-04-24 | * Apply results of debconf templates and package descriptions review by | Colin Watson | |
debian-l10n-english (closes: #420107). | |||
2007-04-15 | * debconf template translations: | Colin Watson | |
- Update Dutch (thanks, Machteld de Kok; closes: #419260). | |||
2007-04-10 | releasing version 1:4.3p2-10 | Colin Watson | |
2007-04-10 | * Increase MAX_SESSIONS to 64. | Colin Watson | |
2007-04-10 | * Multiply openssh-client-udeb's Installer-Menu-Item by 100. | Colin Watson | |
2007-03-06 | - (djm) [README] correct link to release notes | Damien Miller | |
2007-03-06 | - (djm) Release 4.6p1 | Damien Miller | |
2007-03-06 | - (djm) [contrib/caldera/openssh.spec contrib/redhat/openssh.spec] | Damien Miller | |
[contrib/suse/openssh.spec] crank spec files for release | |||
2007-03-06 | - djm@cvs.openbsd.org 2007/03/06 10:13:14 | Damien Miller | |
[version.h] openssh-4.6; "please" deraadt@ | |||
2007-03-06 | - OpenBSD CVS Sync | Damien Miller | |
- jmc@cvs.openbsd.org 2007/03/01 16:19:33 [sshd_config.5] sort the `match' keywords; | |||
2007-03-05 | releasing version 1:4.3p2-9 | Colin Watson | |
2007-03-05 | * Fix uncommenting of GSSAPI options by ssh-krb5 (closes: #407766). | Colin Watson | |
2007-03-05 | * Fix GSSAPIKeyExchange configuration file handling logic in ssh-krb5 | Colin Watson | |
(closes: #404863). | |||
2007-03-05 | - (dtucker) [openbsd-compat/openssl-compat.h] Bug #1291: Work around a | Darren Tucker | |
bug in OpenSSL 0.9.8e that prevents aes256-ctr, aes192-ctr and arcfour256 ciphers from working correctly (disconnects with "Bad packet length" errors) as found by Ben Harris. ok djm@ | |||
2007-03-05 | - (djm) [configure.ac] add a --without-openssl-header-check option to | Damien Miller | |
configure, as some platforms (OS X) ship OpenSSL headers whose version does not match that of the shipping library. ok dtucker@ | |||
2007-03-03 | - (dtucker) [regress/agent-ptrace.sh] Make ttrace gdb error a little more | Darren Tucker | |
general to cover newer gdb versions on HP-UX. | |||
2007-03-02 | - (dtucker) [INSTALL] Update to autoconf-2.61. | Darren Tucker | |
2007-03-02 | - (dtucker) [configure.ac] For Cygwin, read files in textmode (which allows | Darren Tucker | |
CRLF as well as LF lineendings) and write in binary mode. Patch from vinschen at redhat.com. | |||
2007-03-01 | - (tim) [buildpkg.sh.in openssh.xml.in] Clean up Solaris 10 smf(5) bits. | Tim Rice | |
"Looks sane" dtucker@ | |||
2007-03-01 | - dtucker@cvs.openbsd.org 2007/03/01 10:28:02 | Darren Tucker | |
[auth2.c sshd_config.5 servconf.c] Remove ChallengeResponseAuthentication support inside a Match block as its interaction with KbdInteractive makes it difficult to support. Also, relocate the CR/kbdint option special-case code into servconf. "please commit" djm@, ok markus@ for the relocation. | |||
2007-02-28 | - dtucker@cvs.openbsd.org 2007/02/28 00:55:30 | Darren Tucker | |
[ssh-agent.c] Remove expired keys periodically so they don't remain in memory when the agent is entirely idle, as noted by David R. Piegdon. This is the simple fix, a more efficient one will be done later. With markus, deraadt, with & ok djm. | |||
2007-02-25 | msgcat | Colin Watson | |
2007-02-25 | * debconf template translations: | Colin Watson | |
- Add Norwegian Bokmål (thanks, Bjørn Steensrud; closes: #412330). | |||
2007-02-25 | - ray@cvs.openbsd.org 2007/02/24 03:30:11 | Darren Tucker | |
[moduli.c] - strlen returns size_t, not int. - Pass full buffer size to fgets. OK djm@, millert@, and moritz@. | |||
2007-02-25 | - dtucker@cvs.openbsd.org 2007/02/22 12:58:40 | Darren Tucker | |
[servconf.c] Check activep so Match and GatewayPorts work together; ok markus@ | |||
2007-02-25 | - dtucker@cvs.openbsd.org 2007/02/21 11:00:05 | Darren Tucker | |
[sshd.c] Clear alarm() before restarting sshd on SIGHUP. Without this, if there's a SIGALRM pending (for SSH1 key regeneration) when sshd is SIGHUP'ed, the newly exec'ed sshd will get the SIGALRM and not have a handler for it, and the default action will terminate the listening sshd. Analysis and patch from andrew at gaul.org. | |||
2007-02-25 | - djm@cvs.openbsd.org 2007/02/20 10:25:14 | Darren Tucker | |
[clientloop.c] set maximum packet and window sizes the same for multiplexed clients as normal connections; ok markus@ | |||
2007-02-19 | - (dtucker) [openbsd-compat/getrrsetbyname.c] Don't attempt to calloc | Darren Tucker | |
an array for signatures when there are none since "calloc(0, n) returns NULL on some platforms (eg Tru64), which is explicitly permitted by POSIX. Diagnosis and patch by svallet genoscope.cns.fr. | |||
2007-02-19 | - (dtucker) [contrib/findssl.sh] Add "which" as a shell function since some | Darren Tucker | |
platforms don't have it. Patch from dleonard at vintela.com. | |||
2007-02-19 | - dtucker@cvs.openbsd.org 2007/02/19 10:45:58 | Darren Tucker | |
[monitor_wrap.c servconf.c servconf.h monitor.c sshd_config.5] Teach Match how handle config directives that are used before authentication. This allows configurations such as permitting password authentication from the local net only while requiring pubkey from offsite. ok djm@, man page bits ok jmc@ | |||
2007-02-19 | - stevesk@cvs.openbsd.org 2007/02/14 14:32:00 | Darren Tucker | |
[bufbn.c] typos in comments; ok jmc@ | |||
2007-02-19 | - djm@cvs.openbsd.org 2007/01/22 13:06:21 | Darren Tucker | |
[scp.c] fix detection of whether we should show progress meter or not: scp tested isatty(stderr) but wrote the progress meter to stdout. This patch makes it test stdout. bz#1265 reported by junkmail AT bitsculpture.com; of dtucker@ | |||
2007-02-19 | - djm@cvs.openbsd.org 2007/01/22 11:32:50 | Darren Tucker | |
[sftp-client.c] return error from do_upload() when a write fails. fixes bz#1252: zero exit status from sftp when uploading to a full device. report from jirkat AT atlas.cz; ok dtucker@ |