summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2000-08-18 - (djm) OpenBSD CVS changes:Damien Miller
- markus@cvs.openbsd.org 2000/07/22 03:14:37 [servconf.c servconf.h sshd.8 sshd.c sshd_config] random early drop; ok theo, niels - deraadt@cvs.openbsd.org 2000/07/26 11:46:51 [ssh.1] typo - deraadt@cvs.openbsd.org 2000/08/01 11:46:11 [sshd.8] many fixes from pepper@mail.reppep.com - provos@cvs.openbsd.org 2000/08/01 13:01:42 [Makefile.in util.c aux.c] rename aux.c to util.c to help with cygwin port - deraadt@cvs.openbsd.org 2000/08/02 00:23:31 [authfd.c] correct sun_len; Alexander@Leidinger.net - provos@cvs.openbsd.org 2000/08/02 10:27:17 [readconf.c sshd.8] disable kerberos authentication by default - provos@cvs.openbsd.org 2000/08/02 11:27:05 [sshd.8 readconf.c auth-krb4.c] disallow kerberos authentication if we can't verify the TGT; from dugsong@ kerberos authentication is on by default only if you have a srvtab. - markus@cvs.openbsd.org 2000/08/04 14:30:07 [auth.c] unused - markus@cvs.openbsd.org 2000/08/04 14:30:35 [sshd_config] MaxStartups - markus@cvs.openbsd.org 2000/08/15 13:20:46 [authfd.c] cleanup; ok niels@ - markus@cvs.openbsd.org 2000/08/17 14:05:10 [session.c] cleanup login(1)-like jobs, no duplicate utmp entries - markus@cvs.openbsd.org 2000/08/17 14:06:34 [session.c sshd.8 sshd.c] sshd -u len, similar to telnetd
2000-08-16 - (djm) Replacement for inet_ntoa for Irix (which breaks on gcc)Damien Miller
- (djm) Fix strerror replacement for old SunOS. Based on patch from Charles Levert <charles@comm.polymtl.ca> - (djm) Seperate arc4random into seperate file and use OpenSSL's RC4 implementation.
2000-08-15 - (djm) Fix AIX limits from Alexandre Oliva <oliva@lsd.ic.unicamp.br>Damien Miller
2000-08-15 - (djm) Don't seek in directory based lastlogsDamien Miller
- (djm) Fix --with-ipaddr-display configure option test. Patch from Jarno Huuskonen <jhuuskon@messi.uku.fi>
2000-08-15 - (djm) Avoid failures on Irix when ssh is not setuid. Fix fromDamien Miller
Michael Stone <mstone@cs.loyola.edu>
2000-08-15 - (djm) More SunOS 4.1.x fixes from Nate Itkin <nitkin@europa.com>Damien Miller
2000-08-13 - (djm) Add $(srcdir) to includes when compiling (for VPATH). Report fromDamien Miller
Fabrice bacchella <fabrice.bacchella@marchfirst.fr>
2000-08-09 - (djm) utmp direct write & SunOS 4 patch from Charles LevertDamien Miller
<charles@comm.polymtl.ca>
2000-08-09 - (djm) Define AIX hard limits if headers don't. Report fromDamien Miller
Bill Painter <william.t.painter@lmco.com>
2000-08-08 - (djm) Cleanup Redhat RPMs. Generate keys at runtime rather than installDamien Miller
time, spec file cleanup.
2000-08-07 - (djm) Add some more entropy collection commands from Lutz JaenickeDamien Miller
2000-08-07 - (djm) Suppress error messages on channel close shutdown() failursDamien Miller
works around Linux bug. Patch from Zack Weinberg <zack@wolery.cumb.org>
2000-08-07Set mode 0755 during installDamien Miller
2000-07-25 - (djm) Fix autoconf typo: HAVE_BINRESVPORT_AF -> HAVE_BINDRESVPORT_AFDamien Miller
2000-07-21 - (djm) OpenBSD CVS updates:Damien Miller
- markus@cvs.openbsd.org 2000/07/16 02:27:22 [authfd.c authfd.h channels.c clientloop.c ssh-add.c ssh-agent.c ssh.c] [sshconnect1.c sshconnect2.c] make ssh-add accept dsa keys (the agent does not) - djm@cvs.openbsd.org 2000/07/17 19:25:02 [sshd.c] Another closing of stdin; ok deraadt - markus@cvs.openbsd.org 2000/07/19 18:33:12 [dsa.c] missing free, reorder - markus@cvs.openbsd.org 2000/07/20 16:23:14 [ssh-keygen.1] document input and output files
2000-07-20 - Spec file fix from Petr Novotny <Petr.Novotny@antek.cz>Damien Miller
2000-07-162.1.1p4Damien Miller
2000-07-15 - Fixes for SunOS 4.1.4 from Gordon Atwood <gordon@cs.ualberta.ca>Damien Miller
- Include floatingpoint.h for entropy.c - strerror replacement
2000-07-15 - (djm) OpenBSD CVS updatesDamien Miller
- provos@cvs.openbsd.org 2000/07/13 16:53:22 [aux.c readconf.c servconf.c ssh.h] allow multiple whitespace but only one '=' between tokens, bug report from Ralf S. Engelschall <rse@engelschall.com> but different fix. okay deraadt@ - provos@cvs.openbsd.org 2000/07/13 17:14:09 [clientloop.c] typo; todd@fries.net - provos@cvs.openbsd.org 2000/07/13 17:19:31 [scp.c] close can fail on AFS, report error; from Greg Hudson <ghudson@mit.edu> - markus@cvs.openbsd.org 2000/07/14 16:59:46 [readconf.c servconf.c] allow leading whitespace. ok niels - djm@cvs.openbsd.org 2000/07/14 22:01:38 [ssh-keygen.c ssh.c] Always create ~/.ssh with mode 700; ok Markus
2000-07-12Diff hunk which slipped thruDamien Miller
2000-07-12 - (djm) Released 2.1.1p3Damien Miller
2000-07-12 - (djm) Make building of X11-Askpass and GNOME-Askpass optional in RPMDamien Miller
spec file.
2000-07-12 - (djm) Replace in_addr_t with u_int32_t in bsd-inet_aton.c. Report fromDamien Miller
Ben Lindstrom <mouring@pconline.com>
2000-07-12 - (djm) OpenBSD CVS Updates:Damien Miller
- deraadt@cvs.openbsd.org 2000/07/11 02:11:34 [session.c sshd.c ] make MaxStartups code still work with -d; djm - deraadt@cvs.openbsd.org 2000/07/11 13:17:45 [readconf.c ssh_config] disable FallBackToRsh by default
2000-07-12 - (djm) Remove libsocket from ReliantUnix link list (avoids warning).Damien Miller
Patch from Udo Schweigert <ust@cert.siemens.de>
2000-07-11Add strsep headerDamien Miller
2000-07-11 - (djm) Add strsep function from OpenBSD libc for systems that lack itDamien Miller
2000-07-11 - (djm) Don't generate host keys when $(DESTDIR) is set (e.g. during RPMDamien Miller
builds)
2000-07-11 - (djm) Fix problem with debug mode and MaxStartupsDamien Miller
2000-07-11 - (djm) OpenBSD CVS updates:Damien Miller
- markus@cvs.openbsd.org 2000/06/26 03:22:29 [authfd.c] cleanup, less cut&paste - markus@cvs.openbsd.org 2000/06/26 15:59:19 [servconf.c servconf.h session.c sshd.8 sshd.c] MaxStartups: limit number of unauthenticated connections, work by theo and me - deraadt@cvs.openbsd.org 2000/07/05 14:18:07 [session.c] use no_x11_forwarding_flag correctly; provos ok - provos@cvs.openbsd.org 2000/07/05 15:35:57 [sshd.c] typo - aaron@cvs.openbsd.org 2000/07/05 22:06:58 [scp.1 ssh-agent.1 ssh-keygen.1 sshd.8] Insert more missing .El directives. Our troff really should identify these and spit out a warning. - todd@cvs.openbsd.org 2000/07/06 21:55:04 [auth-rsa.c auth2.c ssh-keygen.c] clean code is good code - deraadt@cvs.openbsd.org 2000/07/07 02:14:29 [serverloop.c] sense of port forwarding flag test was backwards - provos@cvs.openbsd.org 2000/07/08 17:17:31 [compat.c readconf.c] replace strtok with strsep; from David Young <dyoung@onthejob.net> - deraadt@cvs.openbsd.org 2000/07/08 19:21:15 [auth.h] KNF - ho@cvs.openbsd.org 2000/07/08 19:27:33 [compat.c readconf.c] Better conditions for strsep() ending. - ho@cvs.openbsd.org 2000/07/10 10:27:05 [readconf.c] Get the correct message on errors. (niels@ ok) - ho@cvs.openbsd.org 2000/07/10 10:30:25 [cipher.c kex.c servconf.c] strtok() --> strsep(). (niels@ ok)
2000-07-11 - (djm) Misc NeXT fixes from Ben Lindstrom <mouring@pconline.com>Damien Miller
2000-07-11 - (djm) Added bsd-inet_aton and configure support for NeXTDamien Miller
2000-07-11 - (djm) Added bsd-inet_aton for NeXTDamien Miller
2000-07-11Doh - forgot to commitDamien Miller
2000-07-11Added missing ;Damien Miller
2000-07-11Prepare for 2.1.1p3Damien Miller
2000-07-11 - (djm) Replaced bsd-snprintf.c with one from Mutt source tree, it is knownDamien Miller
to compile on more platforms (incl NeXT).
2000-07-11 - (djm) Fix broken inet_ntoa check and ut_user/ut_name confusion, reportDamien Miller
from Jim Watt <jimw@peisj.pebio.com>
2000-07-11 - (djm) NeXT: dirent structures to get scp working from Ben LindstromDamien Miller
<mouring@pconline.com>
2000-07-11 - (djm) ReliantUNIX support from Udo Schweigert <ust@cert.siemens.de>Damien Miller
2000-07-11 - (djm) Fixup for AIX getuserattr() support from Tom BertelsonDamien Miller
<tbert@abac.com>
2000-07-09oops, forgot the ChangelogDamien Miller
2000-07-09 - (djm) AIX getuserattr() session initialisation from Tom BertelsonDamien Miller
<tbert@abac.com>
2000-07-09 - (djm) More NeXT compatibility from Ben Lindstrom <mouring@pconline.com>Damien Miller
Including sigaction() et al. replacements
2000-07-09 - (djm) Fix pam sprintf fixDamien Miller
- (djm) Cleanup entropy collection code a little more. Split initialisation from seeding, perform intialisation immediatly at start, be careful with uids. Based on problem report from Jim Watt <jimw@peisj.pebio.com>
2000-07-09 - (djm) Replace ut_name with ut_user. Patch from Jim WattDamien Miller
<jimw@peisj.pebio.com>
2000-07-09 - (djm) Missing $(DESTDIR) on host-key target causing problems with RPMDamien Miller
builds. Problem report from Gregory Leblanc <GLeblanc@cu-portland.edu>
2000-07-09 - (djm) Match prototype and function declaration for rresvport_af.Damien Miller
Problem report from Niklas Edmundsson <nikke@ing.umu.se>
2000-07-09 - (djm) Only enable PAM_TTY kludge for Linux. Problem report fromDamien Miller
Kevin Steves <stevesk@sweden.hp.com>
2000-07-08 - (djm) Don't use inet_addr.Damien Miller