x
[heimdal.git] / cf / ChangeLog
blob457cac4ce2089060234e3f1f8cd79263b463d392
1 2008-04-29  Love Hörnquist Åstrand  <lha@it.su.se>
3         * version-script.m4: use libtool to probe for version script to
4         make it work on amd64/ia64 where -fpic in needed to build shared
5         objects.
7 2008-04-24  Björn Sandell <biorn@chalmers.se>
9         * pthreads.m4: macros for OpenBSD
11 2008-04-17  Love Hörnquist Åstrand  <lha@it.su.se>
13         * make-proto.pl: Define both export variables.
15         * win32.m4: Export _FUNCTION and _VARIABLE for _win32 magic
17         * krb-ipv6.m4: Rename cache variable to AC_CACHE_CHECK to make the
18         cached.
19         
20         * win32.m4: replace _export with __declspec(dllexport)
22         * make-proto.pl: Add __declspec(dllimport) to the exported
23         functions.
24         
25 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
27         * wflags.m4: Add -Wstrict-overflow=5 as an example.
29 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
31         * install-catman.sh: Match man_MANS = files with directories in
32         them.
33         
34 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
36         * make-proto.pl: Handle c-comments.
38         * Makefile.am.common: Make DEFAULT_INCLUDES work better, avoid
39         picking up the wrong headerfiles. $(top_builddir)/include vs
40         ${builddir}.
42 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
43         
44         * Makefile.am.common: remove the check-symbols check
45         
46         * check-symbols.sh: removed, use version script instead
47         
48 2007-10-01  Love Hörnquist Åstrand  <lha@it.su.se>
50         * crypto.m4: openssl might require -ldl too, so lets check that.
52 2007-07-31  Love Hörnquist Åstrand  <lha@it.su.se>
54         * Makefile.am.common (check-local::): exit on failure to perform
55         test.
57 2007-07-28  Love Hörnquist Åstrand  <lha@it.su.se>
59         * Makefile.am.common (check-local): also check that --help works.
60         
61 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
62         
63         * crypto.m4: depend on EVP_CIPHER_iv_length
65 2007-06-27  Love Hörnquist Åstrand  <lha@it.su.se>
67         * Makefile.am.common: Need absolute reference to the top source
68         directory and top build directory.
69         
70 2007-06-20  Love Hörnquist Åstrand  <lha@it.su.se>
72         * wflags.m4: Add --enable-developer and make it cause -Werror to
73         be included.
74         
75 2007-06-18  Love Hörnquist Åstrand  <lha@it.su.se>
77         * Makefile.am.common: Merge from samba config.
79         * Makefile.am.common (makedir-in-tree): depend on INFO_DEPS.
81         * valgrind-suppressions: Unknown suppression in runtime link
82         editor
84 2007-06-08  Love Hörnquist Åstrand  <lha@it.su.se>
86         * Makefile.am.common: Add heimdal-lorikeet target distdir-in-tree
88 2007-06-04  Love Hörnquist Åstrand  <lha@it.su.se>
89         
90         * framework-security.m4: test for -framework Security
91         
92 2007-05-10  Love Hörnquist Åstrand  <lha@it.su.se>
93         
94         * roken-frag.m4: we have a fnmatch.h only if there is a working
95         implementation and a header file. If we do use roken, lets use our
96         own headerfile that does symbol renaming.
97         
98 2007-04-19  Love Hörnquist Åstrand  <lha@it.su.se>
99         
100         * version-script.m4: check if ld supports --version-script
101         
102 2007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
104         * roken-frag.m4: drop broken-getnameinfo.m4
105         
106         * roken-frag.m4: drop test for broken getnameinfo, that old aix is
107         no longer relevant.
108         
109 2007-02-16  Love Hörnquist Åstrand  <lha@it.su.se>
111         * install-catman.sh: Stop overwriting cmd.
112         
113 2007-01-15  Love Hörnquist Åstrand  <lha@it.su.se>
115         * install-catman.sh: Use test instead of [.
117         * install-catman.sh: Use = instead of ==, make solaris more happy.
118         
119 2007-01-08  Love Hörnquist Åstrand  <lha@it.su.se>
121         * roken-frag.m4: More headerfiles for iruserok prototype check.
123         * check-symbols.sh: Add fc_softc for AIX as ignore syms.
124         
125 2007-01-04  Love Hörnquist Åstrand  <lha@it.su.se>
127         * roken-frag.m4: Check if iruserok needs a prototype.
128         
129 2006-12-06  Love Hörnquist Åstrand  <lha@it.su.se>
131         * check-compile-et.m4: set automake symbol COM_ERR when we build
132         local com_err
133         
134 2006-11-16  Love Hörnquist Åstrand  <lha@it.su.se>
135         
136         * valgrind-suppressions: We shouldn't be running /bin/ls under
137         valgrind, but for now, at least make it easier to see any other
138         warnings. From Andrew Bartlett.
139         
140 2006-10-22  Love Hörnquist Åstrand  <lha@it.su.se>
141         
142         * Makefile.am.common: Add target for valgrind debugging
143         
144         * valgrind-suppressions: valgrind suppressions
145         
146 2006-10-21  Love Hörnquist Åstrand <lha@it.su.se>
147         
148         * check-lex.m4: Borrow test for autoconf cvs to help hpux hosts
149         
150 2006-10-20  Love Hörnquist Åstrand  <lha@it.su.se>
151         
152         * Makefile.am.common: provide uninstall hook for cat/manpages.
154         * install-catman.sh: provide uninstall command
155         
156 2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
157         
158         * roken-frag.m4: Add check for timegm.
160         * roken-frag.m4: Include sys/types.h for sys/socket.h and netdb.h.
161         
162 2006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
164         * Makefile.am.common (install-build-headers): make this function
165         convoluted and deal with dist_, nodist, nobase and all its
166         friends.
168         * have-struct-field.m4: memset the structure to make sure that we
169         don't get compiler warnings.
171         * crypto.m4: OpenSSL_add_all_algorithms is not a openssl specific
172         requirement, hcrypto need to have to too.
174         * crypto.m4: Require openssl have OpenSSL_add_all_algorithms
175         
176 2006-10-04  Love Hörnquist Åstrand  <lha@it.su.se>
178         * autobuild.m4: Add autobuild, GPLed, but free to use in projects
179         not avaible under GPL or LGPL (just like autoconf).
180         
181 2006-09-16  Love Hörnquist Åstrand  <lha@it.su.se>
183         * roken-frag.m4: Add samba_SOCKET_WRAPPER fragment
184         
185 2006-09-12  Love Hörnquist Åstrand  <lha@it.su.se>
187         * socket-wrapper.m4: Add socket-wrapper test
188         
189 2006-05-06  Love Hörnquist Åstrand  <lha@it.su.se>
191         * crypto.m4: Move up evp.h to please OpenSSL, from Douglas
192         E. Engert.
194 2006-04-22  Love Hörnquist Åstrand  <lha@it.su.se>
196         * roken-frag.m4: Add check for fnmatch.h, its needed to be done
197         for the automake conditional below.
198         
199 2006-04-15  Love Hörnquist Åstrand  <lha@it.su.se>
201         * crypto.m4: Require SHA256
202         
203 2006-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
205         * crypto.m4 Check for <openssl/engine.h> if we are to consider
206         using OpenSSL, also check for <hcrypto/...> headers since
207         make_crypto.c assumes that the name of the files.
208         
209 2006-01-13 Love Hörnquist Åstrand <lha@it.su.se>
211         * crypto.m4: libdes is renamed to hcrypto
213         * crypto.m4: Remove support for old hash names.
214         
215 2005-10-26  Love Hörnquist Åstrand  <lha@it.su.se>
216         
217         * install-catman.sh: Add variable INSTALL_CATPAGES that controls
218         if cat pages are installed, defaults to true. From Johnny Lam
219         <jlam@pkgsrc.org>.
220         
221 2005-09-28  Love Hörnquist Åstrand  <lha@it.su.se>
223         * roken-frag.m4: Check for <stdint.h> and uintptr_t
224         
225 2005-09-02  Love Hörnquist Åstrand  <lha@it.su.se>
227         * roken-frag.m4: Resolver check moved to rk_RESOLV, from Andrew
228         Bartlet <abartlet@samba.org>
230         * resolv.m4: Resolver checks, broken out so samba can use it From
231         Andrew Bartlet <abartlet@samba.org>
232         
233 2005-08-22  Love Hörnquist Åstrand  <lha@it.su.se>
235         * roken-frag.m4: Check for res_ndestroy.
237 2005-08-03  Love Hörnquist Åstrand  <lha@it.su.se>
239         * crypto.m4: Add <sys/types.h>, OpenSSL 0.9.8 needs it for size_t.
240         From: Quanah Gibson-Mount <quanah@stanford.edu>
242 2005-07-12  Love Hörnquist Åstrand  <lha@it.su.se>
244         * check-compile-et.m4: check that initialize_conf_error_table_r
245         have the right argument
247 2005-07-07  Love Hörnquist Åstrand  <lha@it.su.se>
249         * check-symbols.sh: allow symbols to start with ., aix uses this
251 2005-06-16  Love Hörnquist Åstrand  <lha@it.su.se>
253         * krb-bigendian.m4: use ansi c prototypes
254         
255         * krb-func-getcwd-broken.m4: use ansi c prototypes
257         * broken-snprintf.m4: use ansi c prototypes
259         * have-pragma-weak.m4: use ansi c declarations
261         * check-getpwnam_r-posix.m4: use ansi c declarations
263         * broken-realloc.m4: use ansi c declarations
264         
265         * check-compile-et.m4: use ansi c declarations
266         
267         * dlopen.m4: add headers and argument to dlopen
268         
269         * c-function.m4: use ansi c declarations
270         
271         * check-var.m4: use ansi c declarations
273         * pthreads.m4: disable threads on aix because of utmp/utmpx
274         problems
276         * broken-getaddrinfo.m4: check for brokenness in getaddrinfo on
277         AIX that can't handle "0" as port number.
278         
279 2005-06-11  Love Hörnquist Åstrand  <lha@it.su.se>
281         * db.m4: Add an option to disable ndbm, from Stefan Metzmacher
282         <metze@samba.org>
284 2005-06-03  Love Hörnquist Åstrand  <lha@it.su.se>
286         * pthreads.m4: rework how pthreads support to turned on/off,
287         always run though the switch to figure out what the
288         linker/compiler flag are
290 2005-06-01  Love Hörnquist Åstrand  <lha@it.su.se>
291         
292         * pthreads.m4: s/else if/elif/
293         
294         * check-symbols.sh: AIX have a diffrent nm, use -B to get bsd like
295         output
296         
297         * pthreads.m4: aix case: assume gcc handles -pthread, in the
298         non-gcc case, use the compiler as hint (xlc vs xlc_r) if this
299         environment handles threads or not
301 2005-05-22  Love Hörnquist Åstrand  <lha@it.su.se>
303         * check-symbols.sh: ignore weak symbols too
305 2005-05-19  David Love  <fx@gnu.org>
307         * check-getpwnam_r-posix.m4: define _POSIX_PTHREAD_SEMANTICS to
308         make solaris provide the right getpwname_r
310 2005-05-17  Johan Danielsson  <joda@pdc.kth.se>
312         * roken-frag.m4: am_conditional have_cgetent
313         
314 2005-05-10  David Love  <fx@gnu.org>
316         * roken-frag.m4: Get daemon declared on Solaris (it's in unistd.h
317         but masked by a feature test), just to avoid a warning, since it
318         has int args.
320 2005-05-11  Love Hörnquist Åstrand  <lha@it.su.se>
322         * check-var.m4: AC_CHECK_DECL and AC_CHECK_DECLS have a subtile
323         diffrence, the later defines HAVE_ cpp symbols, the first doesn't.
325 2005-05-05  Love Hörnquist Åstrand  <lha@it.su.se>
327         * check-symbols.sh: ignore N symbols too
329 2005-04-30  Love Hörnquist Åstrand  <lha@it.su.se>
331         * broken-snprintf.m4: include checking if snprintf(NULL, 0, "")
332         works
334         * check-compile-et.m4: require compile_et to generate a
335         initialize_FOO_error_table_r (they are used in libkrb5), and
336         always check for initialize_error_table_r
338 2005-04-29  Love Hörnquist Åstrand  <lha@it.su.se>
340         * Makefile.am.common: add LIB_com_err
341         
342 2005-04-29  David Love  <fx@gnu.org>
344         * roken-frag.m4: Check for correct vis.h.
345         
346 2005-04-28  David Love  <fx@gnu.org>
348         * pthreads.m4: Set PTHREADS_LIBS on Irix.
350 2005-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
352         * broken-realloc.m4: use rk_realloc if realloc is broken, this
353         makes "host-tools" not beeing able to use realloc
355         * pthreads.m4: Add support for Solaris, Irix, and modern
356         Linux. From David Love <fx@gnu.org>
358 2005-04-25  Love Hörnquist Åstrand  <lha@it.su.se>
360         * check-symbols.sh: limit the units functions to
361         asn1_[A-Za-z0-9]*_units$
363 2005-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
365         * check-symbols.sh: this lib include com_err, add -com_err to
366         CHECK_SYMBOLS
368         * check-symbols.sh: print the type so I don't need to ask for it
370 2005-04-18  Love Hörnquist Åstrand  <lha@it.su.se>
372         * check-symbols.sh: ignore filename symbols
373         
374 2005-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
376         * check-symbols.sh: assume symbols prefixed with _ is a sideeffekt
377         of the local linker and also just fine
378         
379 2005-03-16 Love Hörnquist Åstrand  <lha@it.su.se>
381         * roken-frag.m4: include <sys/socket.h> for <netinet6/in6_var.h>
382         
383 2005-03-01  Love Hörnquist Åstrand  <lha@it.su.se>
385         * sunos.m4: Match solaris 10.  From: Joakim Fallsjo
386         <fallsjo@sanchin.se>
388 2004-12-29  Love  <lha@stacken.kth.se>
390         * check-symbols.sh: add -asn1compile symbols
392 2004-12-29  Love Hörnquist Åstrand  <lha@it.su.se>
394         * check-symbols.sh: add exported symbols test
395         
396         * Makefile.am.common: add CHECK_SYMBOLS tests, so that we don't
397         export to much stuff
398         
399 2004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
401         * make-proto.pl: add cpluscplus extern "C" support
402         
403 2004-07-09  Love Hörnquist Åstrand  <lha@it.su.se>
405         * pthreads.m4: add -pthread to LIBS since libtool doesn't preserve
406         it for us when adding is as a dependency on libs
407         
408 2004-04-24  Johan Danielsson  <joda@pdc.kth.se>
410         * largefile.m4: like AC_SYS_LARGEFILE, but also add to CPPFLAGS
411         
412 2004-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
414         * check-compile-et.m4: even more evil stuff for cross-compiling
415         
416         * check-x.m4: use AC_RUN_IFELSE so we can handle cross compiling
417         
418         * check-compile-et.m4: use AC_RUN_IFELSE so we can handle cross
419         compiling
421 2004-04-13  Love Hörnquist Åstrand  <lha@it.su.se>
423         * make-proto.pl: if -E, add windows standard calling conv to
424         headerfile if needed
426         * win32.m4: add rk_WIN32_EXPORT
427         
428 2004-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
430         * configure.in: rename AC_WFLAGS to rk_WFLAGS
431         
432         * *.m4: overquote to pacify automake1.8
434 2004-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
436         * roken-frag.m4: resolv.h is even more special
437         
438         * roken-frag.m4: AC_CHECK_HEADERS(net/if.h netinet6/in6_var.h
439         sys/sysctl.h sys/proc.h, resolv.h) are all special and need extra
440         help
442         * test-package.m4: If there is a --with-PACKAGE=path but no
443         --with-PACKAGE-config, go seach for path/PACKEGE-config and use it
444         if it exists.  Inspired by Harald Barth <haba@pdc.kth.se>
446 2003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
448         * crypto.m4: check for DES_, AES_, and if openssl UI_
449         
450 2003-08-27  Johan Danielsson  <joda@pdc.kth.se>
452         * vararray.m4: test for variable-length arrays
454         * roken-frag.m4: test for poll and poll.h
456 2003-08-16  Love Hörnquist Åstrand  <lha@it.su.se>
458         * Makefile.am.common: don't try doing local checks if CHECK_LOCAL
459         is set to no-check-local
461 2003-08-01  Love Hörnquist Åstrand  <lha@it.su.se>
463         * check-compile-et.m4: check if compile_et support ``error_table N
464         M'' also, don't be overly aggressivly reset CFLAGS
465         
466 2003-07-22  Love Hörnquist Åstrand  <lha@it.su.se>
468         * pthreads.m4: pthread test
469         
470 2003-05-08  Johan Danielsson  <joda@pdc.kth.se>
472         * Makefile.am.common: change install-data-local to
473         install-data-hook
475 2003-05-05  Assar Westerlund  <assar@kth.se>
477         * crypto.m4: define OPENSSL_DES_LIBDES_COMPATIBILITY
479 2003-04-03  Love Hörnquist Åstrand  <lha@it.su.se>
481         * crypto.m4: check if libcrypto needs -lnsl or -lsocket
482         
483 2003-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
485         * crypto.m4: in the case where se don't link with kerberos 4, use
486         ${with_openssl_include} if its are set (not
487         ${with_openssl}/include) same for with_openssl_lib
488         
489 2003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
491         * Makefile.am.common: always define LIB_kafs
492         
493 2003-03-12  Love Hörnquist Åstrand  <lha@it.su.se>
495         * check-compile-et.m4: check if the output of compile_et needs
496         initialize_error_table_r
498 2003-02-17  Love Hörnquist Åstrand  <lha@it.su.se>
500         * check-var.m4: add a check if the variable is avaible when we
501         include the headerfiles
503 2002-12-18  Johan Danielsson  <joda@pdc.kth.se>
505         * roken-frag.m4: res_nsearch takes 6 parameters; spotted by Howard
506         Chu
508 2002-10-25  Johan Danielsson  <joda@pdc.kth.se>
510         * crypto.m4: do a better job at matching headers to libraries
512 2002-10-16  Johan Danielsson  <joda@pdc.kth.se>
514         * sunos.m4: more quoting
516 2002-09-19  Johan Danielsson  <joda@pdc.kth.se>
518         * make-proto.pl: check the processed string for closing ), not the
519         source
521 2002-09-10  Johan Danielsson  <joda@pdc.kth.se>
523         * crypto.m4: use m4 macros for test cases, also test for older
524         hash names
526         * test-package.m4: include dep libraries in LIB_*
528         * crypto.m4: move krb4 test before test for openssl, and bail out
529         if krb4 is requested, but the crypto library is not the same as
530         krb4
532         * db.m4: filter contents of LDFLAGS
534 2002-09-09  Johan Danielsson  <joda@pdc.kth.se>
536         * auth-modules.m4: rename to rk_AUTH_MODULES
538         * auth-modules.m4: only include modules explicitly asked for
540 2002-09-04  Johan Danielsson  <joda@pdc.kth.se>
542         * roken-frag.m4: test for res_nsearch
544 2002-09-03  Assar Westerlund  <assar@kth.se>
546         * roken-frag.m4: check for sys/mman.h and mmap (used by
547         parse_reply-test)
549 2002-08-28  Assar Westerlund  <assar@kth.se>
551         * krb-readline.m4: also add LIB_tgetent in the case of editline
553         * crypto.m4: define HAVE_OPENSSL even if we got to hear about it
554         by krb4
556 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
558         * krb-readline.m4: add LIB_tgetent to LIB_readline if we have to
560         * sunos.m4: various sunos tests
562         * crypto.m4: try to extract the crypto compiler flags from
563         {INCLUDE,LIB}_krb4
564         (XXX this is really horrible)
566         * krb-readline.m4: don't add -rpath to LIB_readline (libtool
567         should to this for us), also don't append LIB_tgetent to
568         LIB_readline (TEST_PACKAGE should do this)
570         * test-package.m4: add the possibility to use a *-config program
571         to get flags; rename to rk_TEST_PACKAGE while here
573         * krb-bigendian.m4: move ENDIANESS_IN_SYS_PARAM_H tests here
575         * aix.m4: rename to rk_AIX
577         * telnet.m4: move telnet tests here
579         * aix.m4: restructure this somewhat
581         * dlopen.m4: test for dlopen suitable for AC_REQUIRE
583         * irix.m4: move some stuff here and rename to irix.m4
585         * krb-sys-nextstep.m4: move SGTTY stuff to read_pwd.c
587 2002-08-28  Jacques Vidrine  <nectar@kth.se>
589         * auth-modules.m4: do not build pam_krb4 on freebsd
591 2002-08-26  Assar Westerlund  <assar@kth.se>
593         * roken-frag.m4: test for the vis, strvis functions requiring
594         prototypes
596 2002-08-23  Johan Danielsson  <joda@pdc.kth.se>
598         * need-proto.m4: missing comma
600 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
602         * roken-frag.m4: some rototilling
604         * need-proto.m4: use AS_TR_CPP
606 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
608         * roken-frag.m4: HAVE_TYPE instead of CHECK_TYPE ssize_t
610         * krb-version.m4: use PACKAGE_TARNAME and PACKAGE_STRING
612         * broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX
613         is even more fsck:ed
615         * roken-frag.m4: test for altzone
617 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
619         * Makefile.am.common: only define ROKEN_RENAME if do_roken_rename
621 2002-08-13  Johan Danielsson  <joda@pdc.kth.se>
623         * Makefile.am.common: add ROKEN_RENAME variable
625 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
627         * make-proto.pl: include <stdarg.h> to get va_list
629         * destdirs.m4: also define localstatedir and sysconfdir
631 2002-08-01  Johan Danielsson  <joda@pdc.kth.se>
633         * crypto.m4: newer openssl seems to take the address of the
634         schedule parameter to des_cbc_encrypt, so we need to feed it a
635         variable, not just NULL (from Magnus Holmberg)
637 2002-05-24  Johan Danielsson  <joda@pdc.kth.se>
639         * misc.m4: change \100 back to @; some m4's (probably some regex)
640         doesn't like this as a replacement regexp; the reason it was once
641         changed to \100 was probably because of some autoconf bug at the
642         time
644 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
646         * broken2.m4 []-less is apparently the way to go
648 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
650         * otp.m4: check db_type instead of precence of dbm_firstkey
652         * roken-frag.m4: don't AC_LIBOBJ more than one function at a time
654         * find-if-not-broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
656         * broken2.m4: s/AC_LIBOBJ/rk_LIBOBJ/
658         * broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
660         * misc.m4: automake can't handle macros passed to AC_LIBOBJ, so
661         add an alias to it called rk_LIBOBJ; this requires that the
662         relevant source are manually included in roken/Makefile.am
664         * aix.m4: ac_enable --diable-dynamic-afs
666         * roken-frag.m4: use AC_LIBOBJ
668         * krb-func-getcwd-broken.m4: use AC_LIBOBJ
670         * find-if-not-broken.m4: use AC_LIBOBJ
672         * broken2.m4: use AC_LIBOBJ
674         * broken.m4: use AC_LIBOBJ
676         * aix.m4: recognise aix5
677         
678 2002-05-17  Johan Danielsson  <joda@pdc.kth.se>
680         * crypto.m4: am-conditionalise HAVE_OPENSSL
682         * db.m4: make it possible to run this twice
684         * Makefile.am.common: also install nodist_include_HEADERS
686 2002-05-16  Johan Danielsson  <joda@pdc.kth.se>
688         * make-proto.pl: make it possible to redefine the "private" regexp
690 2002-05-02  Johan Danielsson  <joda@pdc.kth.se>
692         * db.m4: am_cond HAVE_*
694 2002-04-30  Johan Danielsson  <joda@pdc.kth.se>
696         * krb-ipv6.m4: use AC_HELP_STRING; fix logic bug in AC_MSG_RESULT
697         call
699         * test-package.m4: use AC_HELP_STRING
701         * roken.m4: use AC_HELP_STRING
703         * osfc2.m4: use AC_HELP_STRING
705         * mips-abi.m4: use AC_HELP_STRING
707         * krb-bigendian.m4: use AC_HELP_STRING
709         * db.m4: rework this somewhat; check for db3/4 in subdirs, change
710         --with to --enable; it should really be possible to point it to
711         some directory --with-berkeley-db=/foo
713         * otp.m4: OTP test
715 2002-04-25  Johan Danielsson  <joda@pdc.kth.se>
717         * destdirs.m4: define BINDIR et al
719 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
721         * misc.m4: remove some stuff that is defined elsewhere
723         * make-proto.pl: optionally remove __P and parameter names
725 2001-11-30  Assar Westerlund  <assar@sics.se>
727         * roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris
728         8)
730 2001-09-29  Assar Westerlund  <assar@sics.se>
732         * install-catman.sh: handle man pages without SYNOPSIS but looking
733         for both SYNOPSIS and DESCRIPTION
735 2001-09-18  Johan Danielsson  <joda@pdc.kth.se>
737         * roken-frag.m4: include freeaddrinfo if using getaddrinfo
739 2001-09-13  Assar Westerlund  <assar@sics.se>
741         * db.m4: test for the ndbm database really being a .db one
742         and use it when moving/removing database files
744 2001-09-03  Assar Westerlund  <assar@sics.se>
746         * db.m4: prefer ndbm.h to dbm.h
747         * roken-frag.m4: check for atexit and on_exit
749 2001-09-02  Assar Westerlund  <assar@sics.se>
751         * check-compile-et.m4: only add /usr/include/et to CPPFLAGS if
752         it's actually used
754 2001-09-01  Assar Westerlund  <assar@sics.se>
756         * Makefile.am.common (AUTOMAKE_OPTIONS): set 1.4b here so that
757         users are warned if using earlier automake versions
759         * find-func-no-libs2.m4: ignore "no" as a library - another
760         special case to make it easy to send the result from this macro
761         into another invocation
763 2001-08-30  Assar Westerlund  <assar@sics.se>
765         * db.m4: check for ndbm functions in db3 library too
767 2001-08-29  Jacques Vidrine  <n@nectar.com>
769         * check-compile-et.m4: Check for already-installed com_err.
770         * Makefile.am.common: Use the compile_et discovered at
771           configuration time.
773 2001-08-29  Assar Westerlund  <assar@sics.se>
775         * crypto.m4: use AC_WITH_ALL to allow separate specification of
776         include and lib
777         * with-all.m4: new macro for doing --with-foo, --with-foo-include,
778         and --with-foo-lib in a sensible way
780         * find-func-no-libs2.m4: handle both -llib and lib in the second
781         argument also yes -> "" as a library, to ease callers that send in
782         results from this macro (this might be a little bit unclean)
784 2001-08-28  Assar Westerlund  <assar@sics.se>
786         * roken-frag.m4: test for issetugid
788 2001-08-24  Assar Westerlund  <assar@sics.se>
790         * Makefile.am.common: change one += to = to AM_CFLAGS to avoid an
791         error with recent automake
793 2001-08-22  Assar Westerlund  <assar@sics.se>
795         * crypto.m4: SHA1_CTX should be SHA_CTX
797 2001-08-21  Assar Westerlund  <assar@sics.se>
799         * roken-frag.m4: remove all winsock.h
800         for now, it does more harm than good under cygwin and if it should be
801         used, the correct conditional needs to be found
802         from <tol@stacken.kth.se>
804 2001-08-21  Johan Danielsson  <joda@pdc.kth.se>
806         * check-var.m4: AC_TR_CPP -> AS_TR_CPP to make autoconf 2.52 happy
808 2001-08-17  Johan Danielsson  <joda@pdc.kth.se>
810         * krb-ipv6.m4: add test for non-existant in6addr_loopback in AIX
812 2001-08-15  Johan Danielsson  <joda@pdc.kth.se>
814         * roken-frag.m4: test for getaddrinfo's that doesn't like numeric
815         services
817         * broken-getaddrinfo.m4: test for getaddrinfo's that doesn't like
818         numeric services
820 2001-08-08  Assar Westerlund  <assar@sics.se>
822         * db.m4: do a separate test for gdbm/ndbm.h and -lgdbm
824 2001-08-05  Assar Westerlund  <assar@sics.se>
826         * db.m4: ac_cv_funclib_\func can be yes
827         * db.m4: use AC_FIND_FUNC_NO_LIBS to test in libc
828         anset cache variables after first attempt at finding dbm_firstkey (how
829         should this be done?)
830         * db.m4: do not test for ndbm library when ndbm-db was found in libc
831         * db.m4: test for ndbm-compatability with db
832         * db.m4: add forgotten AC_SUBST
833         * db.m4: first steps towards a new db test
835         * roken-frag.m4: remove header files checked by rk_db
837 2001-08-05  Assar Westerlund  <assar@sics.se>
839         * roken-frag.m4: remove header files checked by rk_db
841 2001-06-24  Assar Westerlund  <assar@sics.se>
843         * roken-frag.m4: make sure of building getaddrinfo et al if
844         missing
846 2001-06-20  Johan Danielsson  <joda@pdc.kth.se>
848         * install-catman.sh: try to install links to manpages
850 2001-06-19  Assar Westerlund  <assar@sics.se>
852         * broken-glob.m4: try to handle FreeBSD's GLOB_MAXPATH
854 2001-06-18  Johan Danielsson  <joda@pdc.kth.se>
856         * roken-frag.m4: test for getaddrinfo needs netdb.h on Tru64
858 2001-06-17  Assar Westerlund  <assar@sics.se>
860         * roken-frag.m4 (AC_CHECK_HEADERS): test for random
861         * roken-frag.m4 (AC_CHECK_HEADERS): test for initstate and
862         setstate
864         * roken-frag.m4 (AC_BROKEN): test for
865         emalloc,ecalloc,erealloc,estrdup
867 2001-05-11  Johan Danielsson  <joda@pdc.kth.se>
869         * roken-frag.m4: bswap{16,32}
870         
871 2001-03-26  Assar Westerlund  <assar@sics.se>
873         * broken-glob.m4: also test for GLOB_LIMIT
874         * krb-ipv6.m4: restore CFLAGS if v6 is not detected
876 2001-02-20  Assar Westerlund  <assar@sics.se>
878         * roken-frag.m4: check for getprogname, setprogname
880 2001-02-07  Assar Westerlund  <assar@sics.se>
882         * Makefile.am.common (LIB_kdfs): set.  use it.  from Ake Sandgren
883         <ake@cs.umu.se>
885 2000-12-26  Assar Westerlund  <assar@sics.se>
887         * krb-ipv6.m4: remove some dnl that weren't the correct with
888         modern autoconf
890 2000-12-15  Assar Westerlund  <assar@sics.se>
892         * roken-frag.m4 (inet_ntoa, inet_ntop, inet_pton): add necessary
893         includes when testing
894         * broken2.m4: new variant of broken, with includes and arguments
896         * test-package.m4: s/ifval/m4_ifval/ to keep in sync with
897         autoconf.  from Ake Sandgren <ake@cs.umu.se>
898         * check-var.m4: s/ifval/m4_ifval/ to keep in sync with autoconf.
899         from Ake Sandgren <ake@cs.umu.se>
901 2000-12-13  Assar Westerlund  <assar@sics.se>
903         * krb-irix.m4: need to set irix to no first.  From Ake Sandgren
904         <ake@cs.umu.se>
906 2000-12-12  Johan Danielsson  <joda@pdc.kth.se>
908         * roken-frag.m4: move sa_len test to before test for broken
909         getnameinfo
911 2000-12-12  Assar Westerlund  <assar@sics.se>
913         * roken-frag.m4: only test for broken getnameinfo if it exists
915 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
917         * roken-frag.m4: ifaddrs.h
919 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
921         * roken-frag.m4: test for unvis, and vis.h
923         * roken-frag.m4: test for strvis*
925 2000-12-05  Johan Danielsson  <joda@pdc.kth.se>
927         * Makefile.am.common: just warn if we fail to setuid a program
929         * broken-getnameinfo.m4: add more quotes
931         * roken-frag.m4: test for getifaddrs
933         * roken-frag.m4: test for broken AIX getnameinfo
935         * broken-getnameinfo.m4: test for broken getnameinfo
937 2000-12-01  Assar Westerlund  <assar@sics.se>
939         * Makefile.am.common: add kludge for LIBS
941 2000-11-30  Johan Danielsson  <joda@pdc.kth.se>
943         * check-man.m4: update this after recent changes
945         * Makefile.am.common: use install-catman.sh
947         * install-catman.sh: script to install preformatted manual pages
949         * Makefile.am.common: change cat handling
951 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
953         * roken-frag.m4: don't use AC_CONFIG_FILES here, since it doesn't
954         work with automake
956 2000-11-15  Assar Westerlund  <assar@sics.se>
958         * krb-readline.m4: link against the libtool-versions of
959         libeditline and libel_compat
961         * Makefile.am.common (INCLUDES): add $(INCLUDES_roken)
962         * roken-frag.m4 (CPPFLAGS_roken): rename to INCLUDES_roken
964 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
966         * aix.m4: set aix
968 2000-08-19  Assar Westerlund  <assar@sics.se>
970         * krb-bigendian.m4: merge from arla: make it work better
972 2000-08-07  Johan Danielsson  <joda@pdc.kth.se>
974         * roken-frag.m4: check getsockname for proto compat
976 2000-08-04  Johan Danielsson  <joda@pdc.kth.se>
978         * Makefile.am.common: add library for pidfile
980         * roken-frag.m4: tests for util.h and pidfile
982 2000-07-19  Johan Danielsson  <joda@pdc.kth.se>
984         * check-var.m4: rename to rk_CHECK_VAR, transposing the arguments,
985         and making the second optional, AU_DEFINE AC_CHECK_VAR to
986         rk_CHECK_VAR
988         * roken-frag.m4: other roken tests
990         * db.m4: db tests
992 2000-07-18  Johan Danielsson  <joda@pdc.kth.se>
994         * mips-abi.m4: AC_ERROR -> AC_MSG_ERROR
996         * check-netinet-ip-and-tcp.m4: use cache_check, and make this work
997         with new autoconf
999         * aix.m4: don't subst AFS_EXTRA_LD
1001 2000-07-15  Johan Danielsson  <joda@pdc.kth.se>
1003         * check-var.m4: workaround feature of newer autoconf
1005         * find-func-no-libs2.m4: use cleaner autoheader trick
1007         * have-type.m4: use cleaner autoheader trick
1009         * have-types.m4: use cleaner autoheader trick
1011         * test-package.m4: add 6th parameter for now
1013         * broken.m4: use cleaner autoheader trick
1015         * retsigtype.m4: test for signal handler return type
1017         * broken-realloc.m4: test for broken realloc
1019 2000-07-08  Assar Westerlund  <assar@sics.se>
1021         * roken.m4: set CPPFLAGS_roken and call AC_CONFIG_SUBDIRS
1023 2000-07-02  Assar Westerlund  <assar@sics.se>
1025         * Makefile.am.common (CP): set and use
1027 2000-04-05  Assar Westerlund  <assar@sics.se>
1029         * Makefile.am.common (INCLUDE_openldap, LIB_openldap): add
1031 2000-03-28  Assar Westerlund  <assar@sics.se>
1033         * krb-prog-yacc.m4: AC_MSG_WARNING should be AC_MSG_WARN
1035         * shared-libs.m4: try to update to freebsd5 (and elf)
1037 2000-03-16  Assar Westerlund  <assar@sics.se>
1039         * krb-prog-yacc.m4: warn we do not find any yacc
1041 2000-01-08  Assar Westerlund  <assar@sics.se>
1043         * krb-bigendian.m4: new file, replacement for ac_c_bigendian
1045 2000-01-01  Assar Westerlund  <assar@sics.se>
1047         * krb-ipv6.m4: re-organize: test for type of stack first so that
1048         we can find the libraries that we might have to link the test
1049         program against.  not linking the test program means we don't know
1050         if the right stuff is in the libraries.  also cosmetic changes to
1051         make sure we print the checking for... nicely
1053 1999-12-21  Assar Westerlund  <assar@sics.se>
1055         * krb-ipv6.m4: try linking, not only compiling
1056         * krb-ipv6.m4: add --without-ipv6 make sure we have `in6addr_any'
1057         which we use in the code.  This test avoids false positives on
1058         OpenBSD
1060 1999-11-29  Johan Danielsson  <joda@pdc.kth.se>
1062         * grok-type.m4: inttypes.h
1064 1999-11-05  Assar Westerlund  <assar@sics.se>
1066         * check-x.m4: include X_PRE_LIBS and X_EXTRA_LIBS when testing
1068 1999-11-01  Assar Westerlund  <assar@sics.se>
1070         * Makefile.am.common (install-build-headers): use `cp' instead of
1071         INSTALL_DATA for copying header files inside the build tree.  The
1072         user might have redefined INSTALL_DATA to specify owners and other
1073         information.
1075 1999-10-30  Assar Westerlund  <assar@sics.se>
1077         * find-func-no-libs2.m4: add yet another argument to allow specify
1078         linker flags that will be added _before_ the library when trying
1079         to link
1081         * find-func-no-libs.m4: add yet another argument to allow specify
1082         linker flags that will be added _before_ the library when trying
1083         to link
1085 1999-10-12  Assar Westerlund  <assar@sics.se>
1087         * find-func-no-libs2.m4 (AC_FIND_FUNC_NO_LIBS2): new argument
1088         `extra libs'
1090         * find-func-no-libs.m4 (AC_FIND_FUNC_NO_LIBS): new argument `extra
1091         libs'
1093 1999-09-01  Johan Danielsson  <joda@pdc.kth.se>
1095         * capabilities.m4: sgi capabilities
1097 1999-07-29  Assar Westerlund  <assar@sics.se>
1099         * have-struct-field.m4: quote macros when undefining
1101 1999-07-28  Assar Westerlund  <assar@sics.se>
1103         * Makefile.am.common (install-build-headers): add dependencies
1105 1999-07-24  Assar Westerlund  <assar@sics.se>
1106         
1107         * have-type.m4: try to get autoheader to co-operate
1109         * have-type.m4: stolen from Arla
1111         * krb-struct-sockaddr-sa-len.m4: not used any longer.  removed.
1113 1999-06-13  Assar Westerlund  <assar@sics.se>
1115         * krb-struct-spwd.m4: consequent name of cache variables
1117         * krb-func-getlogin.m4: new file for testing for posix (broken)
1118         getlogin
1120         * shared-libs.m4 (freebsd[34]): don't use ld -Bshareable
1122 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
1124         * check-x.m4: extended test for X
1125         
1126 1999-05-14  Assar Westerlund  <assar@sics.se>
1128         * check-netinet-ip-and-tcp.m4: proper autoheader tricks
1130         * check-netinet-ip-and-tcp.m4: new file for checking for
1131         netinet/{ip,tcp}.h.  These are special as they on Irix 6.5.3
1132         require <standards.h> to be included in advance.
1134         * check-xau.m4: we also need to check for XauFilename since it's
1135         used by appl/kx.  And on Irix 6.5 that function requires linking
1136         with -lX11.
1138 1999-05-08  Assar Westerlund  <assar@sics.se>
1140         * krb-find-db.m4: try with more header files than ndbm.h
1142 1999-04-19  Assar Westerlund  <assar@sics.se>
1144         * test-package.m4: try to handle the case of --without-package
1145         correctly
1147 1999-04-17  Assar Westerlund  <assar@sics.se>
1149         * make-aclocal: removed.  Not used anymore, being replaced by
1150         aclocal from automake.
1152 Thu Apr 15 14:17:26 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1154         * make-proto.pl: handle __attribute__
1156 Fri Apr  9 20:37:18 1999  Assar Westerlund  <assar@sics.se>
1158         * shared-libs.m4: quote $@
1159         (freebsd3): add install_symlink_command2
1161 Wed Apr  7 20:40:22 1999  Assar Westerlund  <assar@sics.se>
1163         * shared-libs.m4 (hpux): no library dependencies
1165 Mon Apr  5 16:13:08 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1167         * test-package.m4: compile and link, rather than looking for
1168         files; also export more information, so it's possible to add rpath
1169         information
1171 Tue Mar 30 13:49:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1173         * Makefile.am.common: CFLAGS -> AM_CFLAGS
1175 Mon Mar 29 16:51:12 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1177         * check-xau.m4: check for XauWriteAuth before checking for
1178         XauReadAuth to catch -lX11:s not containing XauWriteAuth, and IRIX
1179         6.5 that doesn't work with -lXau
1181 Sat Mar 27 18:03:58 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1183         * osfc2.m4: --enable-osfc2
1185 Fri Mar 19 15:34:52 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1187         * shared-libs.m4: move shared lib stuff here
1189 Wed Mar 24 23:24:51 1999  Assar Westerlund  <assar@sics.se>
1191         * Makefile.am.common (install-build-headers): simplify loop
1193 Tue Mar 23 17:31:23 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1195         * check-getpwnam_r-posix.m4: check for getpwnam_r, and if it's
1196         posix or not
1198 Tue Mar 23 00:00:13 1999  Assar Westerlund  <assar@sics.se>
1200         * Makefile.am.common (install_build_headers): try to make it work
1201         better when list of headers is empty.  handle make rewriting the
1202         filenames.
1204         * Makefile.am.common: hesoid -> hesiod
1206 Sun Mar 21 14:48:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1208         * grok-type.m4: <bind/bitypes.h>
1210         * Makefile.am.common: fix for automake bug/feature; add more LIB_*
1212         * test-package.m4: fix typo
1214         * check-man.m4: fix some typos
1216         * auth-modules.m4: tests for authentication modules
1218 Thu Mar 18 11:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1220         * Makefile.am.common: make install-build-headers a multi
1221         dependency target
1223         * Makefile.am.common: remove include_dir hack
1225         * Makefile.am.common: define LIB_kafs and LIB_gssapi
1227         * krb-find-db.m4: subst DBLIB also
1229         * check-xau.m4: test for Xau{Read,Write}Auth
1231 Wed Mar 10 19:29:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1233         * wflags.m4: AC_WFLAGS
1235 Mon Mar  1 11:23:41 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1237         * have-struct-field.m4: remove extra AC_MSG_RESULT
1239         * proto-compat.m4: typo
1241         * krb-func-getcwd-broken.m4: update to autoconf 2.13
1243         * krb-find-db.m4: update to autoconf 2.13
1245         * check-declaration.m4: typo
1247         * have-pragma-weak.m4: update to autoconf 2.13
1249         * have-struct-field.m4: better handling of types with spaces
1251 Mon Feb 22 20:05:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1253         * broken-glob.m4: check for broken glob
1255 Sun Jan 31 06:50:33 1999  Assar Westerlund  <assar@sics.se>
1257         * krb-ipv6.m4: more magic for different v6 implementations.  From
1258         Jun-ichiro itojun Hagino <itojun@kame.net>
1260 Sun Nov 22 12:16:06 1998  Assar Westerlund  <assar@sics.se>
1262         * krb-struct-spwd.m4: new file
1264 Thu Jun  4 04:07:41 1998  Assar Westerlund  <assar@sics.se>
1266         * find-func-no-libs2.m4: new file
1268 Fri May  1 23:31:28 1998  Assar Westerlund  <assar@sics.se>
1270         * c-attribute.m4, c-function.m4: new files (from arla)
1272 Wed Mar 18 23:11:29 1998  Assar Westerlund  <assar@sics.se>
1274         * krb-ipv6.m4: rename HAVE_STRUCT_SOCKADDR_IN6 to HAVE_IPV6
1276 Thu Feb 26 02:37:49 1998  Assar Westerlund  <assar@sics.se>
1278         * make-proto.pl: should work with perl4