summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2007-05-20 - (dtucker) [auth-pam.c] malloc+memset -> calloc. Patch fromDarren Tucker
ldv at altlinux.org.
2007-05-20 - jolan@cvs.openbsd.org 2007/05/17 23:53:41Darren Tucker
[sshconnect2.c] djm owes me a vb and a tism cd for breaking ssh compilation
2007-05-20 - djm@cvs.openbsd.org 2007/05/17 20:52:13Darren Tucker
[monitor.c] pass received SIGINT from monitor to postauth child so it can clean up properly. bz#1196, patch from senthilkumar_sen AT hotpop.com; ok markus@
2007-05-20 - djm@cvs.openbsd.org 2007/05/17 20:48:13Darren Tucker
[sshconnect2.c] fall back to gethostname() when the outgoing connection is not on a socket, such as is the case when ProxyCommand is used. Gives hostbased auth an opportunity to work; bz#616, report and feedback stuart AT kaloram.com; ok markus@
2007-05-20 - djm@cvs.openbsd.org 2007/05/17 07:55:29Darren Tucker
[sftp-server.c] bz#1286 stop reading and processing commands when input or output buffer is nearly full, otherwise sftp-server would happily try to grow the input/output buffers past the maximum supported by the buffer API and promptly fatal() based on patch from Thue Janus Kristensen; feedback & ok dtucker@
2007-05-20 - djm@cvs.openbsd.org 2007/05/17 07:50:31Darren Tucker
[log.c] save and restore errno when logging; ok deraadt@
2007-05-20 - dtucker@cvs.openbsd.org 2007/04/23 10:15:39Darren Tucker
[servconf.c] Remove debug() left over from development. ok deraadt@
2007-05-20 - stevesk@cvs.openbsd.org 2007/04/18 01:12:43Darren Tucker
[sftp-server.c] cast "%llu" format spec to (unsigned long long); do not assume a u_int64_t arg is the same as 'unsigned long long'. from Dmitry V. Levin <ldv@altlinux.org> ok markus@ 'Yes, that looks correct' millert@
2007-05-20 - stevesk@cvs.openbsd.org 2007/04/14 22:01:58Darren Tucker
[auth2.c] remove unused macro; from Dmitry V. Levin <ldv@altlinux.org>
2007-05-0920070509Tim Rice
- (tim) [configure.ac] Bug #1287: Add missing test for ucred.h.
2007-05-01 - Update Romanian (thanks, Igor Stirbu; closes: #421760).Colin Watson
2007-04-30 - Update Czech (thanks, Miroslav Kure; closes: #421484).Colin Watson
2007-04-29 - Update Italian (thanks, Luca Monducci; closes: #421348).Colin Watson
2007-04-29 - Add Basque (thanks, Piarres Beobide; closes: #421238).Colin Watson
2007-04-29update from #420663Colin Watson
2007-04-29remove stray tabs from historical changelog entriesColin Watson
2007-04-29* It's been four and a half years now since I took over as "temporary"Colin Watson
maintainer, so the Maintainer field is getting a bit inaccurate. Set Maintainer to debian-ssh@lists.debian.org and leave Matthew and myself as Uploaders.
2007-04-29blink, how did this word get left out? all the existing translations are ↵Colin Watson
correct ...
2007-04-29debconf-updatepo --skip-mergeColin Watson
2007-04-29 - Update Japanese (thanks, Kenshi Muto; closes: #420946).Colin Watson
2007-04-29update from #420630Colin Watson
2007-04-29update from #420635Colin Watson
2007-04-29update from #420739Colin Watson
2007-04-29unfuzzy per translatorColin Watson
2007-04-29minor template correctionColin Watson
2007-04-29trim pastoDarren Tucker
2007-04-29 - (dtucker) [configure.ac defines.h] Have configure check for offsetofDarren Tucker
to prevent redefinition warnings.
2007-04-29 - (dtucker) [configure.ac defines.h] Prevent warnings about __attribute__Darren Tucker
__nonnull__ for versions of GCC that don't support it.
2007-04-29 - (dtucker) [configure.ac defines.h] Have configure check for MAXSYMLINKSDarren Tucker
so we don't get redefinition warnings.
2007-04-29 - (dtucker) [openbsd-compat/xmmap.c] Include stdlib.h for mkstemp prototype.Darren Tucker
2007-04-29 - (dtucker) [configure.ac openbsd-compat/getrrsetbyname.c] Bug #1299: Use theDarren Tucker
platform's _res if it has one. Should fix problem of DNSSEC record lookups on NetBSD as reported by Curt Sampson.
2007-04-29 - (dtucker) [auth-shadow.c loginrec.c] Include time.h for time(2) prototype.Darren Tucker
2007-04-29 - (dtucker) [openbsd-compat/bsd-misc.c] Include unistd.h and sys/types.hDarren Tucker
for select(2) prototype.
2007-04-24 - Update German (thanks, Helge Kreutzmann; closes: #420743).Colin Watson
2007-04-24msgcatColin Watson
2007-04-24 - Add Tamil (thanks, Tirumurti Vasudevan; closes: #420739).Colin Watson
2007-04-24msgcatColin 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 byColin Watson
debian-l10n-english (closes: #420107).
2007-04-15* debconf template translations:Colin Watson
- Update Dutch (thanks, Machteld de Kok; closes: #419260).
2007-04-10releasing version 1:4.3p2-10Colin 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-04-06 - (dtucker) [INSTALL] prngd lives at sourceforge these days.Darren Tucker
2007-04-06 - (dtucker) [INSTALL] Update the systems that have PAM as standard. LinkDarren Tucker
to OpenPAM too.
2007-03-2620070326Tim Rice
- (tim) [auth.c configure.ac defines.h session.c openbsd-compat/port-uw.c openbsd-compat/port-uw.h openbsd-compat/xcrypt.c] Rework libiaf test/defines to account for IRIX having libiaf but not set_id(). Patch with & ok dtucker@