git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@11447 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Johan Danielsson
2002-09-10 20:07:06 +00:00
parent 10bf6d1573
commit 9c7a6eae94
3 changed files with 17 additions and 0 deletions

View File

@@ -1,5 +1,15 @@
2002-09-10 Johan Danielsson <joda@pdc.kth.se> 2002-09-10 Johan Danielsson <joda@pdc.kth.se>
* include/Makefile.am: use make_crypto to create crypto-headers.h
* include/make_crypto.c: crypto header generation tool
* configure.in: move crypto test to just after testing for krb4,
and move roken tests to after both, this speeds up various failure
cases with krb4
* lib/krb5/config_file.c: don't use NULL when we mean 0
* configure.in: we don't set package_libdir anymore, so no point * configure.in: we don't set package_libdir anymore, so no point
in testing for it in testing for it

View File

@@ -1,5 +1,7 @@
2002-09-10 Johan Danielsson <joda@pdc.kth.se> 2002-09-10 Johan Danielsson <joda@pdc.kth.se>
* server.c: constify match_appl_version()
* version4.c: change some lingering krb_err_base * version4.c: change some lingering krb_err_base
2002-09-09 Jacques Vidrine <nectar@kth.se> 2002-09-09 Jacques Vidrine <nectar@kth.se>

View File

@@ -1,3 +1,8 @@
2002-09-10 Johan Danielsson <joda@pdc.kth.se>
* roken.awk: include config.h before stdio.h (breaks with
_FILE_OFFSET_BITS on solaris otherwise)
2002-09-09 Johan Danielsson <joda@pdc.kth.se> 2002-09-09 Johan Danielsson <joda@pdc.kth.se>
* resolve.c: fix res_nsearch call, but don't use it for now, AIX5 * resolve.c: fix res_nsearch call, but don't use it for now, AIX5