summaryrefslogtreecommitdiffstats
path: root/src/appl/bsd/ChangeLog
diff options
context:
space:
mode:
authorEzra Peisach <epeisach@mit.edu>2001-07-06 00:18:48 +0000
committerEzra Peisach <epeisach@mit.edu>2001-07-06 00:18:48 +0000
commitd63bccc70e56809eee2a7ac0ddbc0f4616ee4282 (patch)
tree06fe94352b25977faae21461b9c742e625190055 /src/appl/bsd/ChangeLog
parent092c5749b8a7776bde573133976a21fc0f5c1e48 (diff)
downloadkrb5-d63bccc70e56809eee2a7ac0ddbc0f4616ee4282.tar.gz
krb5-d63bccc70e56809eee2a7ac0ddbc0f4616ee4282.tar.xz
krb5-d63bccc70e56809eee2a7ac0ddbc0f4616ee4282.zip
* Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS
* configure.in: Creare a new variable KRSHDLIBS which differs from LOGINLIBS by not including libkrb524.a. Test for getenv. * krcp.c: Prototype lostconn(). * krlogind.c: Provide prototype for signal handler cleanup. Implied need to add extra argument to function - ensure consistant calling. * krsh.c: Provide prototype for signal handler sendsig. * krshd.c: Rewrite error() to use stdargs/varargs. (doit): When creating a tty name using getpid. Ensure that does not overflow tty string buffer. * login.c: Provide prototype for signal handler timedout. * setenv.c: Do not define getenv() unless needed. * v4rcp.c: Rewrite error() to use stdargs/varargs. Add signal number argument to lostconn(), include prototype, and ensure called consistantly. git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@13567 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/bsd/ChangeLog')
-rw-r--r--src/appl/bsd/ChangeLog27
1 files changed, 27 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 0fdd771812..b46a81c25a 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,30 @@
+2001-07-05 Ezra Peisach <epeisach@mit.edu>
+
+ * Makefile.in: Link krshd with KRSHDLIBS instead of LOGINLIBS.
+
+ * configure.in: Creare a new variable KRSHDLIBS which differs from
+ LOGINLIBS by not including libkrb524.a. Test for getenv.
+
+ * krcp.c: Prototype lostconn().
+
+ * krlogind.c: Provide prototype for signal handler cleanup. Implied
+ need to add extra argument to function - ensure consistant
+ calling.
+
+ * krsh.c: Provide prototype for signal handler sendsig.
+
+ * krshd.c: Rewrite error() to use stdargs/varargs.
+ (doit): When creating a tty name using getpid. Ensure that does
+ not overflow tty string buffer.
+
+ * login.c: Provide prototype for signal handler timedout.
+
+ * setenv.c: Do not define getenv() unless needed.
+
+ * v4rcp.c: Rewrite error() to use stdargs/varargs. Add signal
+ number argument to lostconn(), include prototype, and ensure
+ called consistantly.
+
2001-07-03 Ezra Peisach <epeisach@mit.edu>
* v4rcp.c, login.c: Fill in prototypes, declare many functions static.