summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard Basch <probe@mit.edu>1994-12-27 19:48:53 +0000
committerRichard Basch <probe@mit.edu>1994-12-27 19:48:53 +0000
commit94ba6a24d8386594ac3640f8d8a96e5af4e09409 (patch)
tree33f0aba3a827d271f3af11e8f241ef4641f125d3 /src
parent58561bbd76fde8368166450a3253d0a50b5915b4 (diff)
Tue Dec 27 14:42:15 1994 Richard Basch (probe@tardis)
* krlogin.c Cleaned up some of the includes * krlogind.c * krshd.c * logutil.c * login.c Revamped the utmp/wtmp handling routines * Makefile.in Fixed the "krlogin" program define for "krsh" * configure.in Changed the HAVE_STREAMS macro to not try <sys/tty.h> Corrected the text for the setpgrp arguments check git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4762 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r--src/appl/bsd/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog
index 3ec581599..6ecd4f898 100644
--- a/src/appl/bsd/ChangeLog
+++ b/src/appl/bsd/ChangeLog
@@ -1,3 +1,21 @@
+Tue Dec 27 14:42:15 1994 Richard Basch (probe@tardis)
+
+ * krlogin.c
+ Cleaned up some of the includes
+
+ * krlogind.c
+ * krshd.c
+ * logutil.c
+ * login.c
+ Revamped the utmp/wtmp handling routines
+
+ * Makefile.in
+ Fixed the "krlogin" program define for "krsh"
+
+ * configure.in
+ Changed the HAVE_STREAMS macro to not try <sys/tty.h>
+ Corrected the text for the setpgrp arguments check
+
Tue Dec 27 06:15:42 1994 Richard Basch (probe@tardis)
* krlogind.c