*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@6730 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
1999-08-04 17:23:18 +00:00
parent 9f826a0fc8
commit 5889f87026
7 changed files with 64 additions and 0 deletions

View File

@@ -1,5 +1,30 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* lib/krb5/get_in_tkt.c: type correctness
* lib/krb5/get_for_creds.c (krb5_fwd_tgs_creds): set forwarded in
flags. From Miroslav Ruda <ruda@ics.muni.cz>
* kuser/kinit.c (main): add config file support for forwardable
and krb4 support. From Miroslav Ruda <ruda@ics.muni.cz>
* kdc/kerberos5.c (as_rep): add an empty X500-compress string as
transited.
(fix_transited_encoding): check length.
From Miroslav Ruda <ruda@ics.muni.cz>
* kdc/hpropd.c (dump_krb4): check the realm so that we don't dump
principals in some other realm. From Miroslav Ruda
<ruda@ics.muni.cz>
(main): rename sa_len -> sin_len, sa_lan is a define on some
platforms.
* appl/kf/kfd.c: add regpag support. From Miroslav Ruda
<ruda@ics.muni.cz>
* appl/kf/kf.c: add `-G' and forwardable option in krb5.conf.
From Miroslav Ruda <ruda@ics.muni.cz>
* lib/krb5/config_file.c (parse_list): don't run past end of line
* appl/test/gss_common.h: new prototypes

View File

@@ -1,3 +1,17 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* utmpx_login.c (utmpx_login): fix for Solaris. From Miroslav
Ruda <ruda@ics.muni.cz>
* login_locl.h: add <shadow.h> and some prototypes
* login.c: fixes with v4 and shadow support. From Miroslav Ruda
<ruda@ics.muni.cz>
* shadow.c: new file with functions for handling shadow passwords
* Makefile.am: add shadow
1999-07-22 Assar Westerlund <assar@sics.se>
* login.c (main): generate a better tty name

View File

@@ -1,5 +1,12 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* rshd.c: re-write the handling of forwarded credentials and
stuff. From Miroslav Ruda <ruda@ics.muni.cz>
* rsh_locl.h: always include kafs.h
* rsh.c: add `-z' and `-G' options
* rsh.c (loop): shutdown one side of the TCP connection on EOF.
From Brian A May <bmay@dgs.monash.edu.au>

View File

@@ -1,5 +1,8 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* telnet/main.c: add -G and config file support. From Miroslav
Ruda <ruda@ics.muni.cz>
* telnetd/sys_term.c (rmut): work around utmpx strangness. From
Miroslav Ruda <ruda@ics.muni.cz>

View File

@@ -1,3 +1,8 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* afskauthlib/verify.c: incorporate patches from Miroslav Ruda
<ruda@ics.muni.cz>
Thu Apr 8 14:35:34 1999 Johan Danielsson <joda@hella.pdc.kth.se>
* sia/sia.c: remove definition of KRB_VERIFY_USER (moved to

View File

@@ -1,3 +1,8 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* display_status.c (calling_error, routine_error): right shift the
code to make it possible to index into the arrays
1999-07-28 Assar Westerlund <assar@sics.se>
* gssapi.h (GSS_C_AF_INET6): add

View File

@@ -1,3 +1,8 @@
1999-08-04 Assar Westerlund <assar@sics.se>
* display_status.c (calling_error, routine_error): right shift the
code to make it possible to index into the arrays
1999-07-28 Assar Westerlund <assar@sics.se>
* gssapi.h (GSS_C_AF_INET6): add