summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
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-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) 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
2000-07-08 - (djm) Handle EWOULDBLOCK returns from read() and write() in atomicio.cDamien Miller
Fix from Marquess, Steve Mr JMLFDC <Steve.Marquess@DET.AMEDD.ARMY.MIL>
2000-07-08*** empty log message ***Damien Miller
2000-07-08 - (djm) Fix incorrect configure handling of --with-rsh-path option. Fix fromDamien Miller
Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-07-08 - (djm) Fix bad fprintf format handling in auth-pam.c. Patch fromDamien Miller
Aaron Hopkins <aaron@die.net>
2000-07-02Forgot to commentDamien Miller
2000-07-02 - (djm) Use standard OpenSSL functions in auth-skey.c. Patch fromDamien Miller
Chris, the Young One <cky@pobox.com>
2000-07-02 - (djm) Stop shadow expiry checking from preventing logins with NIS. BasedDamien Miller
on fix from HARUYAMA Seigo <haruyama@nt.phys.s.u-tokyo.ac.jp>
2000-07-02 - (djm) Fix brace mismatch from Corinna Vinschen <vinschen@cygnus.com>Damien Miller
2000-07-01Release 2.1.1p2Damien Miller
2000-07-01 - (djm) Added check for broken snprintf() functions which do not correctlyDamien Miller
terminate output string and attempt to use replacement.
2000-07-01 - (djm) Replace "/bin/sh" with _PATH_BSHELL. Report from Corinna VinschenDamien Miller
<vinschen@cygnus.com> - (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 - (djm) Replace "/bin/sh" with _PATH_BSHELLDamien Miller
- (djm) Replace "/usr/bin/login" with LOGIN_PROGRAM
2000-07-01 - (djm) Login fixes from Tom Bertelson <tbert@abac.com>Damien Miller
2000-07-01 - (djm) Fix Tru64 SIA problems reported by John P Speno <speno@isc.upenn.edu>Damien Miller
2000-06-28 - (djm) Added patch from Chris Adams <cmadams@hiwaay.net> to add OSF SIADamien Miller
support. Enable using "USE_SIA=1 ./configure [options]"
2000-06-28 - (djm) Added 'distprep' make target to simplify packagingDamien Miller
2000-06-28 - (djm) Patch from Michael Stone <mstone@cs.loyola.edu> to add support forDamien Miller
Irix 6.x array sessions, project id's, and system audit trail id.
2000-06-28 - (djm) Fixes to lastlog code for IrixDamien Miller
- (djm) Use atomicio in loginrec
2000-06-27 - (djm) FormattingDamien Miller
2000-06-27 - (djm) Fixes to login code - not setting li->uid, cleanupsDamien Miller
2000-06-26Fix fixed egd codeDamien Miller
2000-06-26 - (djm) Make EGD failures non-fatal if OpenSSL's entropy pool is still OKDamien Miller
based on patch from Lutz Jaenicke <Lutz.Jaenicke@aet.TU-Cottbus.DE>
2000-06-26 - (djm) Account expiry support from Andreas Steinmetz <ast@domdv.de>Damien Miller
- (djm) Added password expiry checking (no password change support)
2000-06-26 - OpenBSD CVS updateDamien Miller
- provos@cvs.openbsd.org 2000/06/25 14:17:58 [channels.c] correct check for bad channel ids; from Wei Dai <weidai@eskimo.com>
2000-06-26 - Better fix to aclocal tests from Garrick James <garrick@james.net>Damien Miller
2000-06-23 - OpenBSD CVS Updates:Damien Miller
- markus@cvs.openbsd.org 2000/06/22 10:32:27 [sshd.c] missing atomicio; report from Steve.Marquess@DET.AMEDD.ARMY.MIL - djm@cvs.openbsd.org 2000/06/22 17:55:00 [auth-krb4.c key.c radix.c uuencode.c] Missing CVS idents; ok markus
2000-06-23 - (djm) Use sa_family_t in prototype for rresvport_af. Patch fromDamien Miller
Svante Signell <svante.signell@telia.com> - (djm) Autoconf logic to define sa_family_t if it is missing
2000-06-22 - OpenBSD CVS Updates:Damien Miller
- markus@cvs.openbsd.org 2000/06/18 18:50:11 [auth2.c compat.c compat.h sshconnect2.c] make userauth+pubkey interop with ssh.com-2.2.0 - markus@cvs.openbsd.org 2000/06/18 20:56:17 [dsa.c] mem leak + be more paranoid in dsa_verify. - markus@cvs.openbsd.org 2000/06/18 21:29:50 [key.c] cleanup fingerprinting, less hardcoded sizes - markus@cvs.openbsd.org 2000/06/19 19:39:45 [atomicio.c auth-options.c auth-passwd.c auth-rh-rsa.c auth-rhosts.c] [auth-rsa.c auth-skey.c authfd.c authfd.h authfile.c bufaux.c bufaux.h] [buffer.c buffer.h canohost.c channels.c channels.h cipher.c cipher.h] [clientloop.c compat.c compat.h compress.c compress.h crc32.c crc32.h] [deattack.c dispatch.c dsa.c fingerprint.c fingerprint.h getput.h hmac.c] [kex.c log-client.c log-server.c login.c match.c mpaux.c mpaux.h nchan.c] [nchan.h packet.c packet.h pty.c pty.h readconf.c readconf.h readpass.c] [rsa.c rsa.h scp.c servconf.c servconf.h ssh-add.c ssh-keygen.c ssh.c] [ssh.h tildexpand.c ttymodes.c ttymodes.h uidswap.c xmalloc.c xmalloc.h] OpenBSD tag - markus@cvs.openbsd.org 2000/06/21 10:46:10 sshconnect2.c missing free; nuke old comment
2000-06-22 - (djm) Automatically generate host key during "make install". SuggestedDamien Miller
by Gary E. Miller <gem@rellim.com> - (djm) Paranoia before kill() system call
2000-06-20typoDamien Miller
2000-06-20 - (djm) Replace use of '-o' and '-a' logical operators in configure testsDamien Miller
with '||' and '&&'. As suggested by Jim Knoble <jmknoble@pint-stowp.cx> to fix SCO Unixware problem reported by Gary E. Miller <gem@rellim.com>