*** empty log message ***

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@8160 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Assar Westerlund
2000-04-09 11:20:25 +00:00
parent 51675c657f
commit fbc29da410
5 changed files with 29 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
2000-04-09 Assar Westerlund <assar@sics.se>
* login.c: allow conversion of v5 -> v4 tickets when logging in
with forwarded tickets
1999-11-09 Johan Danielsson <joda@pdc.kth.se>
* conf.c: remove case for not having cgetent, since it's in roken

View File

@@ -1,3 +1,9 @@
2000-04-09 Assar Westerlund <assar@sics.se>
* xnlock.c (verfiy_krb5): get the v4-realm from the v5-ticket and
not from the default one.
* xnlock.c (verify_krb5): add obtainting of v4 tickets.
1999-11-17 Assar Westerlund <assar@sics.se>
* Makefile.am: only build when we have X11. From: Simon Josefsson