Skip to content

Commit

Permalink
*** empty log message ***
Browse files Browse the repository at this point in the history
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/OV_MERGE@8742 dc483132-0cff-0310-8789-dd5450dbe970
  • Loading branch information
marc committed Jul 18, 1996
1 parent 573a371 commit baad143
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Jul 18 19:12:02 1996 Marc Horowitz <marc@mit.edu>

* configure.in: $krb524 works with the admin system, now

Tue Jul 9 14:32:14 1996 Marc Horowitz <marc@mit.edu>

* aclocal.m4 (USE_ANAME, USE_KDB5_LIBRARY, KRB5_LIBRARIES): change
Expand Down
1 change: 0 additions & 1 deletion src/admin/edit/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ AC_PROG_YACC
AC_CONST
AC_HEADER_STDC
AC_CHECK_FUNCS(getcwd strstr)
SS_RULES
USE_KADMSRV_LIBRARY
USE_KDB5_LIBRARY
USE_KRB4_LIBRARY
Expand Down
4 changes: 4 additions & 0 deletions src/kadmin/cli/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Thu Jul 18 19:14:51 1996 Marc Horowitz <marc@mit.edu>

* configure.in: removed SS_RULES

Mon Jul 15 16:56:43 1996 Barry Jaspan <bjaspan@mit.edu>

* kadmin.1, keytab.c (kadmin_keytab_add): change ktadd usage to
Expand Down
1 change: 0 additions & 1 deletion src/kadmin/cli/configure.in
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ AC_HAVE_FUNCS(ftime timezone)
AC_CHECK_LIB(ndbm,main)
AC_CHECK_LIB(dbm,main)
AC_REPLACE_FUNCS([setenv memmove strftime])
SS_RULES
KRB_INCLUDE
USE_KADMCLNT_LIBRARY
USE_GSSAPI_LIBRARY
Expand Down
2 changes: 2 additions & 0 deletions src/kadmin/cli/keytab.c
Original file line number Diff line number Diff line change
Expand Up @@ -407,9 +407,11 @@ static char *etype_string(enctype)
case ENCTYPE_DES_CBC_MD5:
return "DES-CBC-MD5";
break;
#if 0
case ENCTYPE_DES3_CBC_MD5:
return "DES3-CBC-MD5";
break;
#endif
default:
sprintf(buf, "etype %d", enctype);
return buf;
Expand Down

0 comments on commit baad143

Please sign in to comment.