From 9b4ba3ef16a8abfa7f50b03d3911625323093110 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Sun, 8 Oct 2000 13:44:17 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9109 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/ftp/ChangeLog | 4 ++++ appl/kx/ChangeLog | 11 +++++++++++ appl/push/ChangeLog | 4 ++++ appl/telnet/ChangeLog | 14 ++++++++++++++ lib/roken/ChangeLog | 5 +++++ 5 files changed, 38 insertions(+) diff --git a/appl/ftp/ChangeLog b/appl/ftp/ChangeLog index 82c5968c2..cfb1e88fc 100644 --- a/appl/ftp/ChangeLog +++ b/appl/ftp/ChangeLog @@ -1,3 +1,7 @@ +2000-10-08 Assar Westerlund + + * ftp/ftp.c (*): check that fds are not too large to select on + 2000-07-27 Assar Westerlund * ftpd/gss_userok.c (gss_userok): only do AFS iff KRB4 diff --git a/appl/kx/ChangeLog b/appl/kx/ChangeLog index 49eb762c3..42563f551 100644 --- a/appl/kx/ChangeLog +++ b/appl/kx/ChangeLog @@ -1,3 +1,14 @@ +2000-10-08 Assar Westerlund + + * kxd.c (doit_passive): check that fds are not too large to select + on + * kx.c (doit_active): check that fds are not too large to select + on + * krb5.c (krb5_copy_encrypted): check that fds are not too large + to select on + * krb4.c (krb4_copy_encrypted): check that fds are not too large + to select on + 2000-06-10 Assar Westerlund * Makefile.in: use INSTALL_SCRIPT for installing rxterm, rxtelnet, diff --git a/appl/push/ChangeLog b/appl/push/ChangeLog index 0a418ab50..01bec1ccb 100644 --- a/appl/push/ChangeLog +++ b/appl/push/ChangeLog @@ -1,3 +1,7 @@ +2000-10-08 Assar Westerlund + + * push.c (doit): check that fds are not too large to select on + 2000-03-04 Assar Westerlund * add man-page for pfrom diff --git a/appl/telnet/ChangeLog b/appl/telnet/ChangeLog index 1c8186da3..0785e2d6d 100644 --- a/appl/telnet/ChangeLog +++ b/appl/telnet/ChangeLog @@ -1,3 +1,17 @@ +2000-10-08 Assar Westerlund + + * telnetd/utility.c (stilloob): check that fds are not too large + to select on + (ttloop): remove confusing output of errno + * telnetd/telnetd.c (my_telnet): check that fds are not too large + to select on + * telnet/utilities.c (EmptyTerminal): check that fds are not too + large to select on + * telnet/sys_bsd.c (process_rings): check that fds are not too + large to select on + * telnet/network.c (stilloob): check that fds are not too large to + select on + 2000-06-09 Assar Westerlund * telnet/commands.c: remove all setuid(getuid()). we do not diff --git a/lib/roken/ChangeLog b/lib/roken/ChangeLog index 8a02b81b5..945ed5874 100644 --- a/lib/roken/ChangeLog +++ b/lib/roken/ChangeLog @@ -1,3 +1,8 @@ +2000-10-08 Assar Westerlund + + * mini_inetd.c (mini_inetd): check that fds are not too large to + select on + 2000-09-24 Assar Westerlund * esetenv.c: new file/function