]> arthur.barton.de Git - netatalk.git/history - configure.in
Change all references to db3/DB3 to BDB. We now support Berkeley DB
[netatalk.git] / configure.in
2003-01-04 jmarcusChange all references to db3/DB3 to BDB. We now suppor...
2002-12-05 srittauFix white space indentions of help strings.
2002-12-04 srittauEnable file name mangling by default if did scheme...
2002-11-15 srittauRemoved the --with-catsearch configure option. (FPCatSe...
2002-11-14 srittauRemove support for flock locks.
2002-10-16 jmarcusMake CDB the default CNID data store. This is being...
2002-10-11 didg- added a cache for directories offspring count.
2002-10-04 srittauRemoved DID schemes hash and mtab. Made CNID the default.
2002-09-28 jmarcusAnother forced commit to see if email is working.
2002-09-28 jmarcusForced commit to test the email feature.
2002-09-27 didgfix to a fix: configure.in catsearch missing ,
2002-09-17 didgbugfix: catsearch, ) wasn't at the right place.
2002-08-30 jmarcusAdd an snprintf() implementation for OSes such as Tru64...
2002-08-30 jmarcusIntroduce Conncurrent Data Store (CDB) support to CNID...
2002-08-25 rlewczukRudimentary FPCatSearch implementation.
2002-08-23 sibazadded quotes around the logfilepath value if an alterna...
2002-06-11 didgconfigure.in: VERSION file is in $srcdir, need when...
2002-05-29 jmarcusAdd support for long filename mangling. Basically...
2002-04-29 morganaFixes to configure process for server messaging.
2002-02-13 srittauQuick and dirty hack to fix build on NetBSD hosts with...
2002-02-13 srittauNew command line option: --with-nls-dir, moved pkgdir...
2002-02-08 jmarcusRevert previous commit. It breaks CNID.
2002-02-08 jmarcusFix for two things:
2002-02-07 jmarcusChange the name of the Perl-check macro to reflect...
2002-01-17 srittauMore Solaris cleanups for 64bit compatibility.
2002-01-17 srittauAuto-generate Perl scripts so the the path to the inter...
2002-01-17 srittauNew configure switch: --enable-netbsd.
2002-01-17 srittauDon't define DEBUG is --enable-debug isn't given. Patch by
2002-01-17 srittauNew substituted variable: NLSDIR. Equals $PKGCONFDIR...
2002-01-17 srittauUse new macros NETATALK_PROG_PERL and NETATALK_AFS_CHECK.
2002-01-04 sibazmerged logging code into main branch. use configure...
2001-12-16 srittauRemove redundant AC_PREFIX_DEFAULT.
2001-12-16 srittauUse new SLP checking macro.
2001-12-14 srittauDefine the conditional COMPILE_CNID for use in Makefiles.
2001-12-14 srittauRemoved the --with-cflags and --with-libs flags.
2001-12-11 srittau--enable-fhs does now set mandir correctly.
2001-12-10 jmarcusFix up cnid_didname_verify so that it works with automa...
2001-12-03 jmarcusDon't include time.h as it can be less portable. Inste...
2001-12-03 jmarcusTru64 does not define timeval in time.h. Make sure...
2001-12-01 srittauRemoved checks for libs that cause problems on OpenBSD...
2001-11-30 srittauSmall change to the AC_MSG_RESULT of --with-did=hash.
2001-11-28 srittauClean up --with-did check: "hash" is now an explicit...
2001-11-27 jmarcusRemoved the --with-cnid-db configure option, and replac...
2001-11-25 srittauForward-Ports from the stabilizing branch.
2001-11-24 srittauPAM cleanups, removed unused USE_SHADOWPW conditional.
2001-11-23 srittauDon't add db3 flags to CFLAGS and LIBS, but use DB3_CFL...
2001-11-23 srittauRemoved obsolete --with-config-dir option.
2001-11-20 srittauMostly reverted Dan's patch after a short discussion...
2001-11-20 pooba53Fixed file so --sysconfdir works correctly as well...
2001-11-16 srittauInclude $(top_srcdir)/include before everything else.
2001-11-14 srittauThe help string of --with-message-dir said --with-msg...
2001-11-13 srittauRemoved LDSHAREDFLAGS since it's not used, anyway.
2001-11-13 srittauUse new macro AC_PATH_DB3.
2001-10-30 jmarcusFix a minor aesthetic thing.
2001-10-30 jmarcusAnother day, another PAM patch. This time, PAM should...
2001-10-27 srittauMoved macro AC_PATH_SSL into its own file.
2001-10-27 srittauChanged macro name from AM_PATH_SSL to AC_PATH_SSL.
2001-10-25 srittauMoved the SSL checking code into its own function,...
2001-10-24 srittauCleanup --with and --enable help strings.
2001-10-21 jmarcusFix problem with -ldb3 being used instead of -ldb.
2001-10-20 jmarcusFix db3 detection for people using db3 3.3.x built...
2001-10-11 jmarcusAdd -lpam to AFPD_LIBS and PAPD_LIBS. afpd and papd...
2001-10-10 jmarcusProperly add -lpam to LDFLAGS (thanks, Sebastian).
2001-10-10 jmarcusIn order to link against PAM, it helps to have -lpam...
2001-10-10 srittauFixed typo.
2001-10-09 jmarcusFix problem with PAM being forced on users by default.
2001-10-07 srittauPAM compilation fixed.
2001-10-06 srittauFix --enable-overwrite:
2001-10-03 jmarcusFINALLY fix that damn "AUTHORS: Can't execute" error.
2001-10-03 jmarcusFix long-standing bug with PAM configuration. PAM...
2001-09-22 jmarcusFix db3 compilation on Linux.
2001-09-17 rufustfireflySLP support added (Joe Clarke)
2001-09-07 rufustfireflyendian checking/memcpy fixes
2001-09-06 rufustfireflyadded errno.h and sys/errno.h to list of includes to...
2001-09-04 rufustfireflyproperly checks for db3 headers (Joe Clarke)
2001-08-30 srittauComparison operator is "=", not "==" in the "test"...
2001-08-30 srittauMake --without-ssl-dir work.
2001-08-28 lancelAdd configure file protection.
2001-08-21 rufustfireflyupdated DB3 check in configure.in
2001-08-14 rufustfireflyCNID/DID patch from Uwe Hees (moderately tested)
2001-08-09 samnobleMerged changes from meeroh@mit.edu to fix the kerberos...
2001-08-06 srittauAdded missing Makefiles.
2001-06-21 jmarcusFixed the problem where pkgconfdir=NONE/etc/netatalk...
2001-06-20 rufustfireflycommenting changes, more autoconf support in afpd, etc
2001-06-20 rufustfireflyJoe Clarke's fix for linux/quota.h checking, removed...
2001-06-19 rufustfireflyJoe Clarke's patches and some other fixes
2001-06-19 srittauOops. Reenable --with-config-dir.
2001-06-19 srittauSubstitute PKGCONFDIR by the contents of the variable...
2001-06-18 rufustfireflysmall change (lastdid should have been last)
2001-06-18 rufustfireflypatches from sourceforge
2001-06-11 rufustfireflyuams path now pulled from sysconfdir, not config_dir
2001-06-11 rufustfireflypatch #432052 to add portability to IRIX, HP-UX and...
2001-06-11 rufustfireflypatch #431859 from Russ Allbery to remove ucbinclude...
2001-06-07 rufustfireflySebastian Rittau's patch (sf #422872) to move from...
2001-06-06 rufustfireflysync initial mtab additions/changes with tree
2001-06-05 pooba53Changed occurences of $ac_default_prefix to $ac_prefix_...
2001-05-31 srittauChanged invocation of AC_PROG_LIBTOOL to AM_PROG_LIBTOO...
2001-05-25 rufustfireflyexperimental code added from Bob Rogers to generate...
2001-05-24 samnobleremoved the configure-time option for specifying CAPDIR...
2001-05-22 rufustfireflymore Tru64 fixes from Burkhard Schmidt <bs@cpfs.mpg.de>
next