x
[heimdal.git] / cf / ChangeLog
blobc435d633b3ddd0dc220966404b40ddc7c4c69d47
1 2008-04-17  Love Hörnquist Åstrand  <lha@it.su.se>
3         * win32.m4: replace _export with __declspec(dllexport)
5         * make-proto.pl: Add __declspec(dllimport) to the exported
6         functions.
7         
8 2008-04-07  Love Hörnquist Åstrand  <lha@it.su.se>
10         * wflags.m4: Add -Wstrict-overflow=5 as an example.
12 2008-03-25  Love Hörnquist Åstrand  <lha@it.su.se>
14         * install-catman.sh: Match man_MANS = files with directories in
15         them.
16         
17 2008-02-23  Love Hörnquist Åstrand  <lha@it.su.se>
19         * make-proto.pl: Handle c-comments.
21         * Makefile.am.common: Make DEFAULT_INCLUDES work better, avoid
22         picking up the wrong headerfiles. $(top_builddir)/include vs
23         ${builddir}.
25 2008-01-21  Love Hörnquist Åstrand  <lha@it.su.se>
26         
27         * Makefile.am.common: remove the check-symbols check
28         
29         * check-symbols.sh: removed, use version script instead
30         
31 2007-10-01  Love Hörnquist Åstrand  <lha@it.su.se>
33         * crypto.m4: openssl might require -ldl too, so lets check that.
35 2007-07-31  Love Hörnquist Åstrand  <lha@it.su.se>
37         * Makefile.am.common (check-local::): exit on failure to perform
38         test.
40 2007-07-28  Love Hörnquist Åstrand  <lha@it.su.se>
42         * Makefile.am.common (check-local): also check that --help works.
43         
44 2007-07-17  Love Hörnquist Åstrand  <lha@it.su.se>
45         
46         * crypto.m4: depend on EVP_CIPHER_iv_length
48 2007-06-27  Love Hörnquist Åstrand  <lha@it.su.se>
50         * Makefile.am.common: Need absolute reference to the top source
51         directory and top build directory.
52         
53 2007-06-20  Love Hörnquist Åstrand  <lha@it.su.se>
55         * wflags.m4: Add --enable-developer and make it cause -Werror to
56         be included.
57         
58 2007-06-18  Love Hörnquist Åstrand  <lha@it.su.se>
60         * Makefile.am.common: Merge from samba config.
62         * Makefile.am.common (makedir-in-tree): depend on INFO_DEPS.
64         * valgrind-suppressions: Unknown suppression in runtime link
65         editor
67 2007-06-08  Love Hörnquist Åstrand  <lha@it.su.se>
69         * Makefile.am.common: Add heimdal-lorikeet target distdir-in-tree
71 2007-06-04  Love Hörnquist Åstrand  <lha@it.su.se>
72         
73         * framework-security.m4: test for -framework Security
74         
75 2007-05-10  Love Hörnquist Åstrand  <lha@it.su.se>
76         
77         * roken-frag.m4: we have a fnmatch.h only if there is a working
78         implementation and a header file. If we do use roken, lets use our
79         own headerfile that does symbol renaming.
80         
81 2007-04-19  Love Hörnquist Åstrand  <lha@it.su.se>
82         
83         * version-script.m4: check if ld supports --version-script
84         
85 2007-04-11  Love Hörnquist Åstrand  <lha@it.su.se>
87         * roken-frag.m4: drop broken-getnameinfo.m4
88         
89         * roken-frag.m4: drop test for broken getnameinfo, that old aix is
90         no longer relevant.
91         
92 2007-02-16  Love Hörnquist Åstrand  <lha@it.su.se>
94         * install-catman.sh: Stop overwriting cmd.
95         
96 2007-01-15  Love Hörnquist Åstrand  <lha@it.su.se>
98         * install-catman.sh: Use test instead of [.
100         * install-catman.sh: Use = instead of ==, make solaris more happy.
101         
102 2007-01-08  Love Hörnquist Åstrand  <lha@it.su.se>
104         * roken-frag.m4: More headerfiles for iruserok prototype check.
106         * check-symbols.sh: Add fc_softc for AIX as ignore syms.
107         
108 2007-01-04  Love Hörnquist Åstrand  <lha@it.su.se>
110         * roken-frag.m4: Check if iruserok needs a prototype.
111         
112 2006-12-06  Love Hörnquist Åstrand  <lha@it.su.se>
114         * check-compile-et.m4: set automake symbol COM_ERR when we build
115         local com_err
116         
117 2006-11-16  Love Hörnquist Åstrand  <lha@it.su.se>
118         
119         * valgrind-suppressions: We shouldn't be running /bin/ls under
120         valgrind, but for now, at least make it easier to see any other
121         warnings. From Andrew Bartlett.
122         
123 2006-10-22  Love Hörnquist Åstrand  <lha@it.su.se>
124         
125         * Makefile.am.common: Add target for valgrind debugging
126         
127         * valgrind-suppressions: valgrind suppressions
128         
129 2006-10-21  Love Hörnquist Åstrand <lha@it.su.se>
130         
131         * check-lex.m4: Borrow test for autoconf cvs to help hpux hosts
132         
133 2006-10-20  Love Hörnquist Åstrand  <lha@it.su.se>
134         
135         * Makefile.am.common: provide uninstall hook for cat/manpages.
137         * install-catman.sh: provide uninstall command
138         
139 2006-10-19  Love Hörnquist Åstrand  <lha@it.su.se>
140         
141         * roken-frag.m4: Add check for timegm.
143         * roken-frag.m4: Include sys/types.h for sys/socket.h and netdb.h.
144         
145 2006-10-07  Love Hörnquist Åstrand  <lha@it.su.se>
147         * Makefile.am.common (install-build-headers): make this function
148         convoluted and deal with dist_, nodist, nobase and all its
149         friends.
151         * have-struct-field.m4: memset the structure to make sure that we
152         don't get compiler warnings.
154         * crypto.m4: OpenSSL_add_all_algorithms is not a openssl specific
155         requirement, hcrypto need to have to too.
157         * crypto.m4: Require openssl have OpenSSL_add_all_algorithms
158         
159 2006-10-04  Love Hörnquist Åstrand  <lha@it.su.se>
161         * autobuild.m4: Add autobuild, GPLed, but free to use in projects
162         not avaible under GPL or LGPL (just like autoconf).
163         
164 2006-09-16  Love Hörnquist Åstrand  <lha@it.su.se>
166         * roken-frag.m4: Add samba_SOCKET_WRAPPER fragment
167         
168 2006-09-12  Love Hörnquist Åstrand  <lha@it.su.se>
170         * socket-wrapper.m4: Add socket-wrapper test
171         
172 2006-05-06  Love Hörnquist Åstrand  <lha@it.su.se>
174         * crypto.m4: Move up evp.h to please OpenSSL, from Douglas
175         E. Engert.
177 2006-04-22  Love Hörnquist Åstrand  <lha@it.su.se>
179         * roken-frag.m4: Add check for fnmatch.h, its needed to be done
180         for the automake conditional below.
181         
182 2006-04-15  Love Hörnquist Åstrand  <lha@it.su.se>
184         * crypto.m4: Require SHA256
185         
186 2006-01-18  Love Hörnquist Åstrand  <lha@it.su.se>
188         * crypto.m4 Check for <openssl/engine.h> if we are to consider
189         using OpenSSL, also check for <hcrypto/...> headers since
190         make_crypto.c assumes that the name of the files.
191         
192 2006-01-13 Love Hörnquist Åstrand <lha@it.su.se>
194         * crypto.m4: libdes is renamed to hcrypto
196         * crypto.m4: Remove support for old hash names.
197         
198 2005-10-26  Love Hörnquist Åstrand  <lha@it.su.se>
199         
200         * install-catman.sh: Add variable INSTALL_CATPAGES that controls
201         if cat pages are installed, defaults to true. From Johnny Lam
202         <jlam@pkgsrc.org>.
203         
204 2005-09-28  Love Hörnquist Åstrand  <lha@it.su.se>
206         * roken-frag.m4: Check for <stdint.h> and uintptr_t
207         
208 2005-09-02  Love Hörnquist Åstrand  <lha@it.su.se>
210         * roken-frag.m4: Resolver check moved to rk_RESOLV, from Andrew
211         Bartlet <abartlet@samba.org>
213         * resolv.m4: Resolver checks, broken out so samba can use it From
214         Andrew Bartlet <abartlet@samba.org>
215         
216 2005-08-22  Love Hörnquist Åstrand  <lha@it.su.se>
218         * roken-frag.m4: Check for res_ndestroy.
220 2005-08-03  Love Hörnquist Åstrand  <lha@it.su.se>
222         * crypto.m4: Add <sys/types.h>, OpenSSL 0.9.8 needs it for size_t.
223         From: Quanah Gibson-Mount <quanah@stanford.edu>
225 2005-07-12  Love Hörnquist Åstrand  <lha@it.su.se>
227         * check-compile-et.m4: check that initialize_conf_error_table_r
228         have the right argument
230 2005-07-07  Love Hörnquist Åstrand  <lha@it.su.se>
232         * check-symbols.sh: allow symbols to start with ., aix uses this
234 2005-06-16  Love Hörnquist Åstrand  <lha@it.su.se>
236         * krb-bigendian.m4: use ansi c prototypes
237         
238         * krb-func-getcwd-broken.m4: use ansi c prototypes
240         * broken-snprintf.m4: use ansi c prototypes
242         * have-pragma-weak.m4: use ansi c declarations
244         * check-getpwnam_r-posix.m4: use ansi c declarations
246         * broken-realloc.m4: use ansi c declarations
247         
248         * check-compile-et.m4: use ansi c declarations
249         
250         * dlopen.m4: add headers and argument to dlopen
251         
252         * c-function.m4: use ansi c declarations
253         
254         * check-var.m4: use ansi c declarations
256         * pthreads.m4: disable threads on aix because of utmp/utmpx
257         problems
259         * broken-getaddrinfo.m4: check for brokenness in getaddrinfo on
260         AIX that can't handle "0" as port number.
261         
262 2005-06-11  Love Hörnquist Åstrand  <lha@it.su.se>
264         * db.m4: Add an option to disable ndbm, from Stefan Metzmacher
265         <metze@samba.org>
267 2005-06-03  Love Hörnquist Åstrand  <lha@it.su.se>
269         * pthreads.m4: rework how pthreads support to turned on/off,
270         always run though the switch to figure out what the
271         linker/compiler flag are
273 2005-06-01  Love Hörnquist Åstrand  <lha@it.su.se>
274         
275         * pthreads.m4: s/else if/elif/
276         
277         * check-symbols.sh: AIX have a diffrent nm, use -B to get bsd like
278         output
279         
280         * pthreads.m4: aix case: assume gcc handles -pthread, in the
281         non-gcc case, use the compiler as hint (xlc vs xlc_r) if this
282         environment handles threads or not
284 2005-05-22  Love Hörnquist Åstrand  <lha@it.su.se>
286         * check-symbols.sh: ignore weak symbols too
288 2005-05-19  David Love  <fx@gnu.org>
290         * check-getpwnam_r-posix.m4: define _POSIX_PTHREAD_SEMANTICS to
291         make solaris provide the right getpwname_r
293 2005-05-17  Johan Danielsson  <joda@pdc.kth.se>
295         * roken-frag.m4: am_conditional have_cgetent
296         
297 2005-05-10  David Love  <fx@gnu.org>
299         * roken-frag.m4: Get daemon declared on Solaris (it's in unistd.h
300         but masked by a feature test), just to avoid a warning, since it
301         has int args.
303 2005-05-11  Love Hörnquist Åstrand  <lha@it.su.se>
305         * check-var.m4: AC_CHECK_DECL and AC_CHECK_DECLS have a subtile
306         diffrence, the later defines HAVE_ cpp symbols, the first doesn't.
308 2005-05-05  Love Hörnquist Åstrand  <lha@it.su.se>
310         * check-symbols.sh: ignore N symbols too
312 2005-04-30  Love Hörnquist Åstrand  <lha@it.su.se>
314         * broken-snprintf.m4: include checking if snprintf(NULL, 0, "")
315         works
317         * check-compile-et.m4: require compile_et to generate a
318         initialize_FOO_error_table_r (they are used in libkrb5), and
319         always check for initialize_error_table_r
321 2005-04-29  Love Hörnquist Åstrand  <lha@it.su.se>
323         * Makefile.am.common: add LIB_com_err
324         
325 2005-04-29  David Love  <fx@gnu.org>
327         * roken-frag.m4: Check for correct vis.h.
328         
329 2005-04-28  David Love  <fx@gnu.org>
331         * pthreads.m4: Set PTHREADS_LIBS on Irix.
333 2005-04-27  Love Hörnquist Åstrand  <lha@it.su.se>
335         * broken-realloc.m4: use rk_realloc if realloc is broken, this
336         makes "host-tools" not beeing able to use realloc
338         * pthreads.m4: Add support for Solaris, Irix, and modern
339         Linux. From David Love <fx@gnu.org>
341 2005-04-25  Love Hörnquist Åstrand  <lha@it.su.se>
343         * check-symbols.sh: limit the units functions to
344         asn1_[A-Za-z0-9]*_units$
346 2005-04-20  Love Hörnquist Åstrand  <lha@it.su.se>
348         * check-symbols.sh: this lib include com_err, add -com_err to
349         CHECK_SYMBOLS
351         * check-symbols.sh: print the type so I don't need to ask for it
353 2005-04-18  Love Hörnquist Åstrand  <lha@it.su.se>
355         * check-symbols.sh: ignore filename symbols
356         
357 2005-04-04  Love Hörnquist Åstrand  <lha@it.su.se>
359         * check-symbols.sh: assume symbols prefixed with _ is a sideeffekt
360         of the local linker and also just fine
361         
362 2005-03-16 Love Hörnquist Åstrand  <lha@it.su.se>
364         * roken-frag.m4: include <sys/socket.h> for <netinet6/in6_var.h>
365         
366 2005-03-01  Love Hörnquist Åstrand  <lha@it.su.se>
368         * sunos.m4: Match solaris 10.  From: Joakim Fallsjo
369         <fallsjo@sanchin.se>
371 2004-12-29  Love  <lha@stacken.kth.se>
373         * check-symbols.sh: add -asn1compile symbols
375 2004-12-29  Love Hörnquist Åstrand  <lha@it.su.se>
377         * check-symbols.sh: add exported symbols test
378         
379         * Makefile.am.common: add CHECK_SYMBOLS tests, so that we don't
380         export to much stuff
381         
382 2004-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
384         * make-proto.pl: add cpluscplus extern "C" support
385         
386 2004-07-09  Love Hörnquist Åstrand  <lha@it.su.se>
388         * pthreads.m4: add -pthread to LIBS since libtool doesn't preserve
389         it for us when adding is as a dependency on libs
390         
391 2004-04-24  Johan Danielsson  <joda@pdc.kth.se>
393         * largefile.m4: like AC_SYS_LARGEFILE, but also add to CPPFLAGS
394         
395 2004-04-14  Love Hörnquist Åstrand  <lha@it.su.se>
397         * check-compile-et.m4: even more evil stuff for cross-compiling
398         
399         * check-x.m4: use AC_RUN_IFELSE so we can handle cross compiling
400         
401         * check-compile-et.m4: use AC_RUN_IFELSE so we can handle cross
402         compiling
404 2004-04-13  Love Hörnquist Åstrand  <lha@it.su.se>
406         * make-proto.pl: if -E, add windows standard calling conv to
407         headerfile if needed
409         * win32.m4: add rk_WIN32_EXPORT
410         
411 2004-02-12  Love Hörnquist Åstrand  <lha@it.su.se>
413         * configure.in: rename AC_WFLAGS to rk_WFLAGS
414         
415         * *.m4: overquote to pacify automake1.8
417 2004-02-11  Love Hörnquist Åstrand  <lha@it.su.se>
419         * roken-frag.m4: resolv.h is even more special
420         
421         * roken-frag.m4: AC_CHECK_HEADERS(net/if.h netinet6/in6_var.h
422         sys/sysctl.h sys/proc.h, resolv.h) are all special and need extra
423         help
425         * test-package.m4: If there is a --with-PACKAGE=path but no
426         --with-PACKAGE-config, go seach for path/PACKEGE-config and use it
427         if it exists.  Inspired by Harald Barth <haba@pdc.kth.se>
429 2003-09-03  Love Hörnquist Åstrand  <lha@it.su.se>
431         * crypto.m4: check for DES_, AES_, and if openssl UI_
432         
433 2003-08-27  Johan Danielsson  <joda@pdc.kth.se>
435         * vararray.m4: test for variable-length arrays
437         * roken-frag.m4: test for poll and poll.h
439 2003-08-16  Love Hörnquist Åstrand  <lha@it.su.se>
441         * Makefile.am.common: don't try doing local checks if CHECK_LOCAL
442         is set to no-check-local
444 2003-08-01  Love Hörnquist Åstrand  <lha@it.su.se>
446         * check-compile-et.m4: check if compile_et support ``error_table N
447         M'' also, don't be overly aggressivly reset CFLAGS
448         
449 2003-07-22  Love Hörnquist Åstrand  <lha@it.su.se>
451         * pthreads.m4: pthread test
452         
453 2003-05-08  Johan Danielsson  <joda@pdc.kth.se>
455         * Makefile.am.common: change install-data-local to
456         install-data-hook
458 2003-05-05  Assar Westerlund  <assar@kth.se>
460         * crypto.m4: define OPENSSL_DES_LIBDES_COMPATIBILITY
462 2003-04-03  Love Hörnquist Åstrand  <lha@it.su.se>
464         * crypto.m4: check if libcrypto needs -lnsl or -lsocket
465         
466 2003-04-02  Love Hörnquist Åstrand  <lha@it.su.se>
468         * crypto.m4: in the case where se don't link with kerberos 4, use
469         ${with_openssl_include} if its are set (not
470         ${with_openssl}/include) same for with_openssl_lib
471         
472 2003-03-18  Love Hörnquist Åstrand  <lha@it.su.se>
474         * Makefile.am.common: always define LIB_kafs
475         
476 2003-03-12  Love Hörnquist Åstrand  <lha@it.su.se>
478         * check-compile-et.m4: check if the output of compile_et needs
479         initialize_error_table_r
481 2003-02-17  Love Hörnquist Åstrand  <lha@it.su.se>
483         * check-var.m4: add a check if the variable is avaible when we
484         include the headerfiles
486 2002-12-18  Johan Danielsson  <joda@pdc.kth.se>
488         * roken-frag.m4: res_nsearch takes 6 parameters; spotted by Howard
489         Chu
491 2002-10-25  Johan Danielsson  <joda@pdc.kth.se>
493         * crypto.m4: do a better job at matching headers to libraries
495 2002-10-16  Johan Danielsson  <joda@pdc.kth.se>
497         * sunos.m4: more quoting
499 2002-09-19  Johan Danielsson  <joda@pdc.kth.se>
501         * make-proto.pl: check the processed string for closing ), not the
502         source
504 2002-09-10  Johan Danielsson  <joda@pdc.kth.se>
506         * crypto.m4: use m4 macros for test cases, also test for older
507         hash names
509         * test-package.m4: include dep libraries in LIB_*
511         * crypto.m4: move krb4 test before test for openssl, and bail out
512         if krb4 is requested, but the crypto library is not the same as
513         krb4
515         * db.m4: filter contents of LDFLAGS
517 2002-09-09  Johan Danielsson  <joda@pdc.kth.se>
519         * auth-modules.m4: rename to rk_AUTH_MODULES
521         * auth-modules.m4: only include modules explicitly asked for
523 2002-09-04  Johan Danielsson  <joda@pdc.kth.se>
525         * roken-frag.m4: test for res_nsearch
527 2002-09-03  Assar Westerlund  <assar@kth.se>
529         * roken-frag.m4: check for sys/mman.h and mmap (used by
530         parse_reply-test)
532 2002-08-28  Assar Westerlund  <assar@kth.se>
534         * krb-readline.m4: also add LIB_tgetent in the case of editline
536         * crypto.m4: define HAVE_OPENSSL even if we got to hear about it
537         by krb4
539 2002-08-28  Johan Danielsson  <joda@pdc.kth.se>
541         * krb-readline.m4: add LIB_tgetent to LIB_readline if we have to
543         * sunos.m4: various sunos tests
545         * crypto.m4: try to extract the crypto compiler flags from
546         {INCLUDE,LIB}_krb4
547         (XXX this is really horrible)
549         * krb-readline.m4: don't add -rpath to LIB_readline (libtool
550         should to this for us), also don't append LIB_tgetent to
551         LIB_readline (TEST_PACKAGE should do this)
553         * test-package.m4: add the possibility to use a *-config program
554         to get flags; rename to rk_TEST_PACKAGE while here
556         * krb-bigendian.m4: move ENDIANESS_IN_SYS_PARAM_H tests here
558         * aix.m4: rename to rk_AIX
560         * telnet.m4: move telnet tests here
562         * aix.m4: restructure this somewhat
564         * dlopen.m4: test for dlopen suitable for AC_REQUIRE
566         * irix.m4: move some stuff here and rename to irix.m4
568         * krb-sys-nextstep.m4: move SGTTY stuff to read_pwd.c
570 2002-08-28  Jacques Vidrine  <nectar@kth.se>
572         * auth-modules.m4: do not build pam_krb4 on freebsd
574 2002-08-26  Assar Westerlund  <assar@kth.se>
576         * roken-frag.m4: test for the vis, strvis functions requiring
577         prototypes
579 2002-08-23  Johan Danielsson  <joda@pdc.kth.se>
581         * need-proto.m4: missing comma
583 2002-08-22  Johan Danielsson  <joda@pdc.kth.se>
585         * roken-frag.m4: some rototilling
587         * need-proto.m4: use AS_TR_CPP
589 2002-08-20  Johan Danielsson  <joda@pdc.kth.se>
591         * roken-frag.m4: HAVE_TYPE instead of CHECK_TYPE ssize_t
593         * krb-version.m4: use PACKAGE_TARNAME and PACKAGE_STRING
595         * broken-getaddrinfo.m4: can't test for EAI_SERVICE here since AIX
596         is even more fsck:ed
598         * roken-frag.m4: test for altzone
600 2002-08-19  Johan Danielsson  <joda@pdc.kth.se>
602         * Makefile.am.common: only define ROKEN_RENAME if do_roken_rename
604 2002-08-13  Johan Danielsson  <joda@pdc.kth.se>
606         * Makefile.am.common: add ROKEN_RENAME variable
608 2002-08-12  Johan Danielsson  <joda@pdc.kth.se>
610         * make-proto.pl: include <stdarg.h> to get va_list
612         * destdirs.m4: also define localstatedir and sysconfdir
614 2002-08-01  Johan Danielsson  <joda@pdc.kth.se>
616         * crypto.m4: newer openssl seems to take the address of the
617         schedule parameter to des_cbc_encrypt, so we need to feed it a
618         variable, not just NULL (from Magnus Holmberg)
620 2002-05-24  Johan Danielsson  <joda@pdc.kth.se>
622         * misc.m4: change \100 back to @; some m4's (probably some regex)
623         doesn't like this as a replacement regexp; the reason it was once
624         changed to \100 was probably because of some autoconf bug at the
625         time
627 2002-05-20  Johan Danielsson  <joda@pdc.kth.se>
629         * broken2.m4 []-less is apparently the way to go
631 2002-05-19  Johan Danielsson  <joda@pdc.kth.se>
633         * otp.m4: check db_type instead of precence of dbm_firstkey
635         * roken-frag.m4: don't AC_LIBOBJ more than one function at a time
637         * find-if-not-broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
639         * broken2.m4: s/AC_LIBOBJ/rk_LIBOBJ/
641         * broken.m4: s/AC_LIBOBJ/rk_LIBOBJ/
643         * misc.m4: automake can't handle macros passed to AC_LIBOBJ, so
644         add an alias to it called rk_LIBOBJ; this requires that the
645         relevant source are manually included in roken/Makefile.am
647         * aix.m4: ac_enable --diable-dynamic-afs
649         * roken-frag.m4: use AC_LIBOBJ
651         * krb-func-getcwd-broken.m4: use AC_LIBOBJ
653         * find-if-not-broken.m4: use AC_LIBOBJ
655         * broken2.m4: use AC_LIBOBJ
657         * broken.m4: use AC_LIBOBJ
659         * aix.m4: recognise aix5
660         
661 2002-05-17  Johan Danielsson  <joda@pdc.kth.se>
663         * crypto.m4: am-conditionalise HAVE_OPENSSL
665         * db.m4: make it possible to run this twice
667         * Makefile.am.common: also install nodist_include_HEADERS
669 2002-05-16  Johan Danielsson  <joda@pdc.kth.se>
671         * make-proto.pl: make it possible to redefine the "private" regexp
673 2002-05-02  Johan Danielsson  <joda@pdc.kth.se>
675         * db.m4: am_cond HAVE_*
677 2002-04-30  Johan Danielsson  <joda@pdc.kth.se>
679         * krb-ipv6.m4: use AC_HELP_STRING; fix logic bug in AC_MSG_RESULT
680         call
682         * test-package.m4: use AC_HELP_STRING
684         * roken.m4: use AC_HELP_STRING
686         * osfc2.m4: use AC_HELP_STRING
688         * mips-abi.m4: use AC_HELP_STRING
690         * krb-bigendian.m4: use AC_HELP_STRING
692         * db.m4: rework this somewhat; check for db3/4 in subdirs, change
693         --with to --enable; it should really be possible to point it to
694         some directory --with-berkeley-db=/foo
696         * otp.m4: OTP test
698 2002-04-25  Johan Danielsson  <joda@pdc.kth.se>
700         * destdirs.m4: define BINDIR et al
702 2002-04-18  Johan Danielsson  <joda@pdc.kth.se>
704         * misc.m4: remove some stuff that is defined elsewhere
706         * make-proto.pl: optionally remove __P and parameter names
708 2001-11-30  Assar Westerlund  <assar@sics.se>
710         * roken-frag.m4: move ipv6 tests after -lsocket (to handle Solaris
711         8)
713 2001-09-29  Assar Westerlund  <assar@sics.se>
715         * install-catman.sh: handle man pages without SYNOPSIS but looking
716         for both SYNOPSIS and DESCRIPTION
718 2001-09-18  Johan Danielsson  <joda@pdc.kth.se>
720         * roken-frag.m4: include freeaddrinfo if using getaddrinfo
722 2001-09-13  Assar Westerlund  <assar@sics.se>
724         * db.m4: test for the ndbm database really being a .db one
725         and use it when moving/removing database files
727 2001-09-03  Assar Westerlund  <assar@sics.se>
729         * db.m4: prefer ndbm.h to dbm.h
730         * roken-frag.m4: check for atexit and on_exit
732 2001-09-02  Assar Westerlund  <assar@sics.se>
734         * check-compile-et.m4: only add /usr/include/et to CPPFLAGS if
735         it's actually used
737 2001-09-01  Assar Westerlund  <assar@sics.se>
739         * Makefile.am.common (AUTOMAKE_OPTIONS): set 1.4b here so that
740         users are warned if using earlier automake versions
742         * find-func-no-libs2.m4: ignore "no" as a library - another
743         special case to make it easy to send the result from this macro
744         into another invocation
746 2001-08-30  Assar Westerlund  <assar@sics.se>
748         * db.m4: check for ndbm functions in db3 library too
750 2001-08-29  Jacques Vidrine  <n@nectar.com>
752         * check-compile-et.m4: Check for already-installed com_err.
753         * Makefile.am.common: Use the compile_et discovered at
754           configuration time.
756 2001-08-29  Assar Westerlund  <assar@sics.se>
758         * crypto.m4: use AC_WITH_ALL to allow separate specification of
759         include and lib
760         * with-all.m4: new macro for doing --with-foo, --with-foo-include,
761         and --with-foo-lib in a sensible way
763         * find-func-no-libs2.m4: handle both -llib and lib in the second
764         argument also yes -> "" as a library, to ease callers that send in
765         results from this macro (this might be a little bit unclean)
767 2001-08-28  Assar Westerlund  <assar@sics.se>
769         * roken-frag.m4: test for issetugid
771 2001-08-24  Assar Westerlund  <assar@sics.se>
773         * Makefile.am.common: change one += to = to AM_CFLAGS to avoid an
774         error with recent automake
776 2001-08-22  Assar Westerlund  <assar@sics.se>
778         * crypto.m4: SHA1_CTX should be SHA_CTX
780 2001-08-21  Assar Westerlund  <assar@sics.se>
782         * roken-frag.m4: remove all winsock.h
783         for now, it does more harm than good under cygwin and if it should be
784         used, the correct conditional needs to be found
785         from <tol@stacken.kth.se>
787 2001-08-21  Johan Danielsson  <joda@pdc.kth.se>
789         * check-var.m4: AC_TR_CPP -> AS_TR_CPP to make autoconf 2.52 happy
791 2001-08-17  Johan Danielsson  <joda@pdc.kth.se>
793         * krb-ipv6.m4: add test for non-existant in6addr_loopback in AIX
795 2001-08-15  Johan Danielsson  <joda@pdc.kth.se>
797         * roken-frag.m4: test for getaddrinfo's that doesn't like numeric
798         services
800         * broken-getaddrinfo.m4: test for getaddrinfo's that doesn't like
801         numeric services
803 2001-08-08  Assar Westerlund  <assar@sics.se>
805         * db.m4: do a separate test for gdbm/ndbm.h and -lgdbm
807 2001-08-05  Assar Westerlund  <assar@sics.se>
809         * db.m4: ac_cv_funclib_\func can be yes
810         * db.m4: use AC_FIND_FUNC_NO_LIBS to test in libc
811         anset cache variables after first attempt at finding dbm_firstkey (how
812         should this be done?)
813         * db.m4: do not test for ndbm library when ndbm-db was found in libc
814         * db.m4: test for ndbm-compatability with db
815         * db.m4: add forgotten AC_SUBST
816         * db.m4: first steps towards a new db test
818         * roken-frag.m4: remove header files checked by rk_db
820 2001-08-05  Assar Westerlund  <assar@sics.se>
822         * roken-frag.m4: remove header files checked by rk_db
824 2001-06-24  Assar Westerlund  <assar@sics.se>
826         * roken-frag.m4: make sure of building getaddrinfo et al if
827         missing
829 2001-06-20  Johan Danielsson  <joda@pdc.kth.se>
831         * install-catman.sh: try to install links to manpages
833 2001-06-19  Assar Westerlund  <assar@sics.se>
835         * broken-glob.m4: try to handle FreeBSD's GLOB_MAXPATH
837 2001-06-18  Johan Danielsson  <joda@pdc.kth.se>
839         * roken-frag.m4: test for getaddrinfo needs netdb.h on Tru64
841 2001-06-17  Assar Westerlund  <assar@sics.se>
843         * roken-frag.m4 (AC_CHECK_HEADERS): test for random
844         * roken-frag.m4 (AC_CHECK_HEADERS): test for initstate and
845         setstate
847         * roken-frag.m4 (AC_BROKEN): test for
848         emalloc,ecalloc,erealloc,estrdup
850 2001-05-11  Johan Danielsson  <joda@pdc.kth.se>
852         * roken-frag.m4: bswap{16,32}
853         
854 2001-03-26  Assar Westerlund  <assar@sics.se>
856         * broken-glob.m4: also test for GLOB_LIMIT
857         * krb-ipv6.m4: restore CFLAGS if v6 is not detected
859 2001-02-20  Assar Westerlund  <assar@sics.se>
861         * roken-frag.m4: check for getprogname, setprogname
863 2001-02-07  Assar Westerlund  <assar@sics.se>
865         * Makefile.am.common (LIB_kdfs): set.  use it.  from Ake Sandgren
866         <ake@cs.umu.se>
868 2000-12-26  Assar Westerlund  <assar@sics.se>
870         * krb-ipv6.m4: remove some dnl that weren't the correct with
871         modern autoconf
873 2000-12-15  Assar Westerlund  <assar@sics.se>
875         * roken-frag.m4 (inet_ntoa, inet_ntop, inet_pton): add necessary
876         includes when testing
877         * broken2.m4: new variant of broken, with includes and arguments
879         * test-package.m4: s/ifval/m4_ifval/ to keep in sync with
880         autoconf.  from Ake Sandgren <ake@cs.umu.se>
881         * check-var.m4: s/ifval/m4_ifval/ to keep in sync with autoconf.
882         from Ake Sandgren <ake@cs.umu.se>
884 2000-12-13  Assar Westerlund  <assar@sics.se>
886         * krb-irix.m4: need to set irix to no first.  From Ake Sandgren
887         <ake@cs.umu.se>
889 2000-12-12  Johan Danielsson  <joda@pdc.kth.se>
891         * roken-frag.m4: move sa_len test to before test for broken
892         getnameinfo
894 2000-12-12  Assar Westerlund  <assar@sics.se>
896         * roken-frag.m4: only test for broken getnameinfo if it exists
898 2000-12-10  Johan Danielsson  <joda@pdc.kth.se>
900         * roken-frag.m4: ifaddrs.h
902 2000-12-06  Johan Danielsson  <joda@pdc.kth.se>
904         * roken-frag.m4: test for unvis, and vis.h
906         * roken-frag.m4: test for strvis*
908 2000-12-05  Johan Danielsson  <joda@pdc.kth.se>
910         * Makefile.am.common: just warn if we fail to setuid a program
912         * broken-getnameinfo.m4: add more quotes
914         * roken-frag.m4: test for getifaddrs
916         * roken-frag.m4: test for broken AIX getnameinfo
918         * broken-getnameinfo.m4: test for broken getnameinfo
920 2000-12-01  Assar Westerlund  <assar@sics.se>
922         * Makefile.am.common: add kludge for LIBS
924 2000-11-30  Johan Danielsson  <joda@pdc.kth.se>
926         * check-man.m4: update this after recent changes
928         * Makefile.am.common: use install-catman.sh
930         * install-catman.sh: script to install preformatted manual pages
932         * Makefile.am.common: change cat handling
934 2000-11-29  Johan Danielsson  <joda@pdc.kth.se>
936         * roken-frag.m4: don't use AC_CONFIG_FILES here, since it doesn't
937         work with automake
939 2000-11-15  Assar Westerlund  <assar@sics.se>
941         * krb-readline.m4: link against the libtool-versions of
942         libeditline and libel_compat
944         * Makefile.am.common (INCLUDES): add $(INCLUDES_roken)
945         * roken-frag.m4 (CPPFLAGS_roken): rename to INCLUDES_roken
947 2000-11-05  Johan Danielsson  <joda@pdc.kth.se>
949         * aix.m4: set aix
951 2000-08-19  Assar Westerlund  <assar@sics.se>
953         * krb-bigendian.m4: merge from arla: make it work better
955 2000-08-07  Johan Danielsson  <joda@pdc.kth.se>
957         * roken-frag.m4: check getsockname for proto compat
959 2000-08-04  Johan Danielsson  <joda@pdc.kth.se>
961         * Makefile.am.common: add library for pidfile
963         * roken-frag.m4: tests for util.h and pidfile
965 2000-07-19  Johan Danielsson  <joda@pdc.kth.se>
967         * check-var.m4: rename to rk_CHECK_VAR, transposing the arguments,
968         and making the second optional, AU_DEFINE AC_CHECK_VAR to
969         rk_CHECK_VAR
971         * roken-frag.m4: other roken tests
973         * db.m4: db tests
975 2000-07-18  Johan Danielsson  <joda@pdc.kth.se>
977         * mips-abi.m4: AC_ERROR -> AC_MSG_ERROR
979         * check-netinet-ip-and-tcp.m4: use cache_check, and make this work
980         with new autoconf
982         * aix.m4: don't subst AFS_EXTRA_LD
984 2000-07-15  Johan Danielsson  <joda@pdc.kth.se>
986         * check-var.m4: workaround feature of newer autoconf
988         * find-func-no-libs2.m4: use cleaner autoheader trick
990         * have-type.m4: use cleaner autoheader trick
992         * have-types.m4: use cleaner autoheader trick
994         * test-package.m4: add 6th parameter for now
996         * broken.m4: use cleaner autoheader trick
998         * retsigtype.m4: test for signal handler return type
1000         * broken-realloc.m4: test for broken realloc
1002 2000-07-08  Assar Westerlund  <assar@sics.se>
1004         * roken.m4: set CPPFLAGS_roken and call AC_CONFIG_SUBDIRS
1006 2000-07-02  Assar Westerlund  <assar@sics.se>
1008         * Makefile.am.common (CP): set and use
1010 2000-04-05  Assar Westerlund  <assar@sics.se>
1012         * Makefile.am.common (INCLUDE_openldap, LIB_openldap): add
1014 2000-03-28  Assar Westerlund  <assar@sics.se>
1016         * krb-prog-yacc.m4: AC_MSG_WARNING should be AC_MSG_WARN
1018         * shared-libs.m4: try to update to freebsd5 (and elf)
1020 2000-03-16  Assar Westerlund  <assar@sics.se>
1022         * krb-prog-yacc.m4: warn we do not find any yacc
1024 2000-01-08  Assar Westerlund  <assar@sics.se>
1026         * krb-bigendian.m4: new file, replacement for ac_c_bigendian
1028 2000-01-01  Assar Westerlund  <assar@sics.se>
1030         * krb-ipv6.m4: re-organize: test for type of stack first so that
1031         we can find the libraries that we might have to link the test
1032         program against.  not linking the test program means we don't know
1033         if the right stuff is in the libraries.  also cosmetic changes to
1034         make sure we print the checking for... nicely
1036 1999-12-21  Assar Westerlund  <assar@sics.se>
1038         * krb-ipv6.m4: try linking, not only compiling
1039         * krb-ipv6.m4: add --without-ipv6 make sure we have `in6addr_any'
1040         which we use in the code.  This test avoids false positives on
1041         OpenBSD
1043 1999-11-29  Johan Danielsson  <joda@pdc.kth.se>
1045         * grok-type.m4: inttypes.h
1047 1999-11-05  Assar Westerlund  <assar@sics.se>
1049         * check-x.m4: include X_PRE_LIBS and X_EXTRA_LIBS when testing
1051 1999-11-01  Assar Westerlund  <assar@sics.se>
1053         * Makefile.am.common (install-build-headers): use `cp' instead of
1054         INSTALL_DATA for copying header files inside the build tree.  The
1055         user might have redefined INSTALL_DATA to specify owners and other
1056         information.
1058 1999-10-30  Assar Westerlund  <assar@sics.se>
1060         * find-func-no-libs2.m4: add yet another argument to allow specify
1061         linker flags that will be added _before_ the library when trying
1062         to link
1064         * find-func-no-libs.m4: add yet another argument to allow specify
1065         linker flags that will be added _before_ the library when trying
1066         to link
1068 1999-10-12  Assar Westerlund  <assar@sics.se>
1070         * find-func-no-libs2.m4 (AC_FIND_FUNC_NO_LIBS2): new argument
1071         `extra libs'
1073         * find-func-no-libs.m4 (AC_FIND_FUNC_NO_LIBS): new argument `extra
1074         libs'
1076 1999-09-01  Johan Danielsson  <joda@pdc.kth.se>
1078         * capabilities.m4: sgi capabilities
1080 1999-07-29  Assar Westerlund  <assar@sics.se>
1082         * have-struct-field.m4: quote macros when undefining
1084 1999-07-28  Assar Westerlund  <assar@sics.se>
1086         * Makefile.am.common (install-build-headers): add dependencies
1088 1999-07-24  Assar Westerlund  <assar@sics.se>
1089         
1090         * have-type.m4: try to get autoheader to co-operate
1092         * have-type.m4: stolen from Arla
1094         * krb-struct-sockaddr-sa-len.m4: not used any longer.  removed.
1096 1999-06-13  Assar Westerlund  <assar@sics.se>
1098         * krb-struct-spwd.m4: consequent name of cache variables
1100         * krb-func-getlogin.m4: new file for testing for posix (broken)
1101         getlogin
1103         * shared-libs.m4 (freebsd[34]): don't use ld -Bshareable
1105 1999-06-02  Johan Danielsson  <joda@pdc.kth.se>
1107         * check-x.m4: extended test for X
1108         
1109 1999-05-14  Assar Westerlund  <assar@sics.se>
1111         * check-netinet-ip-and-tcp.m4: proper autoheader tricks
1113         * check-netinet-ip-and-tcp.m4: new file for checking for
1114         netinet/{ip,tcp}.h.  These are special as they on Irix 6.5.3
1115         require <standards.h> to be included in advance.
1117         * check-xau.m4: we also need to check for XauFilename since it's
1118         used by appl/kx.  And on Irix 6.5 that function requires linking
1119         with -lX11.
1121 1999-05-08  Assar Westerlund  <assar@sics.se>
1123         * krb-find-db.m4: try with more header files than ndbm.h
1125 1999-04-19  Assar Westerlund  <assar@sics.se>
1127         * test-package.m4: try to handle the case of --without-package
1128         correctly
1130 1999-04-17  Assar Westerlund  <assar@sics.se>
1132         * make-aclocal: removed.  Not used anymore, being replaced by
1133         aclocal from automake.
1135 Thu Apr 15 14:17:26 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1137         * make-proto.pl: handle __attribute__
1139 Fri Apr  9 20:37:18 1999  Assar Westerlund  <assar@sics.se>
1141         * shared-libs.m4: quote $@
1142         (freebsd3): add install_symlink_command2
1144 Wed Apr  7 20:40:22 1999  Assar Westerlund  <assar@sics.se>
1146         * shared-libs.m4 (hpux): no library dependencies
1148 Mon Apr  5 16:13:08 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1150         * test-package.m4: compile and link, rather than looking for
1151         files; also export more information, so it's possible to add rpath
1152         information
1154 Tue Mar 30 13:49:54 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1156         * Makefile.am.common: CFLAGS -> AM_CFLAGS
1158 Mon Mar 29 16:51:12 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1160         * check-xau.m4: check for XauWriteAuth before checking for
1161         XauReadAuth to catch -lX11:s not containing XauWriteAuth, and IRIX
1162         6.5 that doesn't work with -lXau
1164 Sat Mar 27 18:03:58 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1166         * osfc2.m4: --enable-osfc2
1168 Fri Mar 19 15:34:52 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1170         * shared-libs.m4: move shared lib stuff here
1172 Wed Mar 24 23:24:51 1999  Assar Westerlund  <assar@sics.se>
1174         * Makefile.am.common (install-build-headers): simplify loop
1176 Tue Mar 23 17:31:23 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1178         * check-getpwnam_r-posix.m4: check for getpwnam_r, and if it's
1179         posix or not
1181 Tue Mar 23 00:00:13 1999  Assar Westerlund  <assar@sics.se>
1183         * Makefile.am.common (install_build_headers): try to make it work
1184         better when list of headers is empty.  handle make rewriting the
1185         filenames.
1187         * Makefile.am.common: hesoid -> hesiod
1189 Sun Mar 21 14:48:03 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1191         * grok-type.m4: <bind/bitypes.h>
1193         * Makefile.am.common: fix for automake bug/feature; add more LIB_*
1195         * test-package.m4: fix typo
1197         * check-man.m4: fix some typos
1199         * auth-modules.m4: tests for authentication modules
1201 Thu Mar 18 11:02:55 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1203         * Makefile.am.common: make install-build-headers a multi
1204         dependency target
1206         * Makefile.am.common: remove include_dir hack
1208         * Makefile.am.common: define LIB_kafs and LIB_gssapi
1210         * krb-find-db.m4: subst DBLIB also
1212         * check-xau.m4: test for Xau{Read,Write}Auth
1214 Wed Mar 10 19:29:20 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1216         * wflags.m4: AC_WFLAGS
1218 Mon Mar  1 11:23:41 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1220         * have-struct-field.m4: remove extra AC_MSG_RESULT
1222         * proto-compat.m4: typo
1224         * krb-func-getcwd-broken.m4: update to autoconf 2.13
1226         * krb-find-db.m4: update to autoconf 2.13
1228         * check-declaration.m4: typo
1230         * have-pragma-weak.m4: update to autoconf 2.13
1232         * have-struct-field.m4: better handling of types with spaces
1234 Mon Feb 22 20:05:06 1999  Johan Danielsson  <joda@hella.pdc.kth.se>
1236         * broken-glob.m4: check for broken glob
1238 Sun Jan 31 06:50:33 1999  Assar Westerlund  <assar@sics.se>
1240         * krb-ipv6.m4: more magic for different v6 implementations.  From
1241         Jun-ichiro itojun Hagino <itojun@kame.net>
1243 Sun Nov 22 12:16:06 1998  Assar Westerlund  <assar@sics.se>
1245         * krb-struct-spwd.m4: new file
1247 Thu Jun  4 04:07:41 1998  Assar Westerlund  <assar@sics.se>
1249         * find-func-no-libs2.m4: new file
1251 Fri May  1 23:31:28 1998  Assar Westerlund  <assar@sics.se>
1253         * c-attribute.m4, c-function.m4: new files (from arla)
1255 Wed Mar 18 23:11:29 1998  Assar Westerlund  <assar@sics.se>
1257         * krb-ipv6.m4: rename HAVE_STRUCT_SOCKADDR_IN6 to HAVE_IPV6
1259 Thu Feb 26 02:37:49 1998  Assar Westerlund  <assar@sics.se>
1261         * make-proto.pl: should work with perl4