diff options
author | Richard Basch <probe@mit.edu> | 1994-12-28 21:57:34 +0000 |
---|---|---|
committer | Richard Basch <probe@mit.edu> | 1994-12-28 21:57:34 +0000 |
commit | 2caae83b06c2eac2b1e153f952c5bfc3db536fcb (patch) | |
tree | 2a427388e26029e22c14abc64b3b9ae6474a1340 /src | |
parent | ad9f099e29778e0eab860d841cb8ac0d38cc8a77 (diff) | |
download | krb5-2caae83b06c2eac2b1e153f952c5bfc3db536fcb.tar.gz krb5-2caae83b06c2eac2b1e153f952c5bfc3db536fcb.tar.xz krb5-2caae83b06c2eac2b1e153f952c5bfc3db536fcb.zip |
login.c, configure.in, logutil.c
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@4774 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/appl/bsd/ChangeLog | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/appl/bsd/ChangeLog b/src/appl/bsd/ChangeLog index 1e90f9e79..c51c6ca51 100644 --- a/src/appl/bsd/ChangeLog +++ b/src/appl/bsd/ChangeLog @@ -1,22 +1,21 @@ Wed Dec 28 14:59:58 1994 Richard Basch (probe@tardis) - * logutil.c - Corrected arguments for the utmpx routines. + * login.c + Changed uid_type to uid_t, gid_type to gid_t + Added shadow password support + Always use cfset*speed when POSIX_TERMIOS is defined * configure.in Changed the PATH for looking for BSD r* commands Use AC_TRY_LINK instead of AC_TRY_COMPILE for the setenv test. Cache results of compile/link tests. Added shadow password support. - -Wed Dec 28 13:12:02 1994 Richard Basch (probe@tardis) - - * configure.in Don't bother checking for sys/stream.h; done elsewhere Look for the function ptsname. * logutil.c Search to the proper position in the utmp/utmpx files. + Corrected arguments for the utmpx routines. * krlogind.c Revamped the tty setup routines. |