summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Collapse)Author
2001-07-22 - stevesk@cvs.openbsd.org 2001/07/19 00:41:44Ben Lindstrom
[ssh.1] escape chars are below now
2001-07-22 - stevesk@cvs.openbsd.org 2001/07/18 21:40:40Ben Lindstrom
[ssh-agent.c] chdir("/") from bbraun@synack.net; ok markus@
2001-07-22 - OpenBSD CVS SyncBen Lindstrom
- markus@cvs.openbsd.org 2001/07/18 21:10:43 [sshpty.c] pr #1946, allow sshd if /dev is readonly
2001-07-22 - (bal) Starting the Unicossmk merger. File merged TODO, configure.in,Ben Lindstrom
myproposal.h, ssh_prng_cmds.in, and openbsd-compat/Makefile.in. Added openbsd-compat/bsd-cray.c. Rest will be merged after approval. Selective patches from William L. Jones <jones@mail.utexas.edu>
2001-07-19 - (tim) [configure.in] put inet_aton back in AC_CHECK_FUNCS.Tim Rice
report from Mark Miller <markm@swoon.net>
2001-07-18 - OpenBSD CVS SyncBen Lindstrom
- mouring@cvs.openbsd.org 2001/07/18 16:45:52 [scp.c] Missing -o in scp usage()
2001-07-18cvs + pico == Bad when attempting to abort. <sigh> This should go withBen Lindstrom
the last update. - (bal) Updated cygwin README and ssh-host-config. Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18*** empty log message ***Ben Lindstrom
2001-07-18 - (bal) Allow sshd to switch user context without password for Cygwin.Ben Lindstrom
Patch by Corinna Vinschen <vinschen@redhat.com>
2001-07-18 - (bal) Cleaned up trailing spaces in ChangeLog.Ben Lindstrom
2001-07-18 - markus@cvs.openbsd.org 2001/07/17 21:04:58Ben Lindstrom
[channels.c channels.h clientloop.c nchan.c serverloop.c] keep track of both maxfd and the size of the malloc'ed fdsets. update maxfd if maxfd gets closed.
2001-07-18 - markus@cvs.openbsd.org 2001/07/17 20:48:42Ben Lindstrom
[ssh-agent.c] update maxfd if maxfd is closed; report from jmcelroy@dtgnet.com
2001-07-18 - stevesk@cvs.openbsd.org 2001/07/15 16:58:29Ben Lindstrom
[ssh-agent.c] typo in usage; ok markus@
2001-07-18 - stevesk@cvs.openbsd.org 2001/07/15 16:57:21Ben Lindstrom
[ssh-agent.1] -d will not fork; ok markus@
2001-07-18 - markus@cvs.openbsd.org 2001/07/15 16:17:08Ben Lindstrom
[serverloop.c] schedule client alive for ssh2 only, greg@cheers.bungi.com
2001-07-18 - OpenBSD CVS SyncBen Lindstrom
- stevesk@cvs.openbsd.org 2001/07/14 15:10:17 [readpass.c sftp-client.c sftp-common.c sftp-glob.c] delete spurious #includes; ok deraadt@ markus@
2001-07-15 - (tim) put openssh/openbsd-compat/inet_aton.[ch] back in.Tim Rice
(needed by openbsd-compat/fake-getaddrinfo.c)
2001-07-15 - (bal) Set "BROKEN_GETADDRINFO" for darwin platform. Reported byBen Lindstrom
Josh Larios <jdlarios@cac.washington.edu>
2001-07-15 - (stevesk) configure.in: use ll suffix for long long constantKevin Steves
in snprintf() test
2001-07-14 - (stevesk) change getopt() declarationKevin Steves
2001-07-14 - (djm) Pull in getopt(3) from OpenBSD libc for the optreset extension.Damien Miller
2001-07-14 - (djm) Reorder Makefile.in so clean targets work a little better whenDamien Miller
run directly from Makefile.in
2001-07-14 - markus@cvs.openbsd.org 2001/07/11 18:26:15Damien Miller
[auth.c] no need to call dirname(pw->pw_dir). note that dirname(3) modifies its argument on some systems.
2001-07-14 - itojun@cvs.openbsd.org 2001/07/11 00:24:53Damien Miller
[servconf.c] make it compilable in all 4 combination of KRB4/KRB5 settings. dugsong ok XXX isn't it sensitive to the order of -I/usr/include/kerberosIV and -I/usr/include/kerberosV?
2001-07-14 - markus@cvs.openbsd.org 2001/07/10 21:49:12Damien Miller
[readpass.c] don't panic if fork or pipe fail (just return an empty passwd).
2001-07-14 - deraadt@cvs.openbsd.org 2001/07/09 07:04:53Damien Miller
[session.c sftp-int.c] correct type on last arg to execl(); nordin@cse.ogi.edu
2001-07-14 - OpenBSD CVS SyncDamien Miller
- fgsch@cvs.openbsd.org 2001/07/09 05:58:47 [ssh.c] Use getopt(3); markus@ ok.
2001-07-14 - OpenBSD CVS SyncDamien Miller
- stevesk@cvs.openbsd.org 2001/07/08 15:23:38 [servconf.c] fix ``MaxStartups max''; ok markus@
2001-07-14 - OpenBSD CVS SyncDamien Miller
- stevesk@cvs.openbsd.org 2001/07/05 20:32:47 [sshconnect1.c] statement after label; ok dugsong@
2001-07-14 - OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2001/07/04 23:49:27 [ssh-agent.c] handle mutiple adds of the same smartcard key
2001-07-14 - OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2001/07/04 23:39:07 [ssh-agent.c] for smartcards remove both RSA1/2 keys
2001-07-14 - OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2001/07/04 23:13:10 [scard.c scard.h ssh-agent.c] handle card removal more gracefully, add sc_close() to scard.h
2001-07-14 - OpenBSD CVS SyncDamien Miller
- markus@cvs.openbsd.org 2001/07/04 22:47:19 [ssh-agent.c] ignore SIGPIPE when debugging, too
2001-07-14 - (djm) Revert dirname fix, a better one is on its way.Damien Miller
2001-07-14 - (djm) Enable /etc/nologin check on PAM systems, as some lack theDamien Miller
pam_nologin module. Report from William Yodlowsky <bsd@openbsd.rutgers.edu>
2001-07-11 - (djm) dirname(3) may modify its argument on glibc and other systems.Damien Miller
Patch from markus@, spotted by Tom Holroyd <tomh@po.crl.go.jp>
2001-07-04 - (tim) [openbsd-compat/dirname.h] Remove ^M causing some compilers toTim Rice
issue warning (line 1: tokens ignored at end of directive line) - (tim) [sshconnect1.c] give the compiler something to do for success: if KRB5 and AFS are not defined. (ERROR: "sshconnect1.c", line 1274: Syntax error before or at: })
2001-07-04[contrib/caldera/openssh.spec] sync with CalderaTim Rice
2001-07-04 - (stevesk) sync servconf.h (comments)Kevin Steves
2001-07-04 - (stevesk) more sync for session.cKevin Steves
2001-07-04 - (stevesk) sync misc.hKevin Steves
2001-07-04 - (bal) Makefile fix up requires scard.cBen Lindstrom
2001-07-04 - (bal) forget a few new files in sync up.Ben Lindstrom
2001-07-04 - markus@cvs.openbsd.org 2001/07/02 22:52:57Ben Lindstrom
[channels.c channels.h serverloop.c] improve cleanup/exit logic in ssh2: stop listening to channels, detach channel users (e.g. sessions). wait for children (i.e. dying sessions), send exit messages, cleanup all channels.
2001-07-04 - markus@cvs.openbsd.org 2001/07/02 22:40:18Ben Lindstrom
[ssh-keygen.c] update for sectok.h interface changes.
2001-07-04 - markus@cvs.openbsd.org 2001/07/02 22:29:20Ben Lindstrom
[readpass.c] do not return NULL, use "" instead.
2001-07-04 - markus@cvs.openbsd.org 2001/07/02 13:59:15Ben Lindstrom
[serverloop.c session.c session.h] wait until !session_have_children(); bugreport from Lutz.Jaenicke@aet.TU-Cottbus.DE
2001-07-04 - stevesk@cvs.openbsd.org 2001/06/30 18:08:40Ben Lindstrom
[channels.c channels.h clientloop.c] adress -> address; ok markus@
2001-07-04 - stevesk@cvs.openbsd.org 2001/06/29 18:40:28Ben Lindstrom
[channels.c] use socklen_t for getsockopt arg #5; ok markus@
2001-07-04 - stevesk@cvs.openbsd.org 2001/06/29 18:38:44Ben Lindstrom
[clientloop.c] sync function definition with declaration; ok markus@