diff options
| author | Richard Basch <probe@mit.edu> | 1994-12-27 19:48:53 +0000 |
|---|---|---|
| committer | Richard Basch <probe@mit.edu> | 1994-12-27 19:48:53 +0000 |
| commit | 94ba6a24d8386594ac3640f8d8a96e5af4e09409 (patch) | |
| tree | 33f0aba3a827d271f3af11e8f241ef4641f125d3 | |
| parent | 58561bbd76fde8368166450a3253d0a50b5915b4 (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
| -rw-r--r-- | src/appl/bsd/ChangeLog | 18 |
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 |
