summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-03-24Simplify modules interface and make it easier to buildJelmer Vernooij1-36/+22
2003-03-24Add modules support to charsetJelmer Vernooij1-0/+3
2003-03-22Detect missing -lroken properly on systems without krb5-configJelmer Vernooij1-2/+3
2003-03-22It seems that this causes some problems on some linux platforms - it's aAndrew Bartlett1-1/+1
2003-03-21Patch from colo (on IRC) to get libsmbclient building due to pstring/fstringAndrew Bartlett1-1/+1
2003-03-20Only build pdb_ldap if both ldap libs and headers are foundJelmer Vernooij1-2/+2
2003-03-20Build samr as wellJelmer Vernooij1-0/+1
2003-03-20If CFLAGS is set when running configure, then just use that.Martin Pool1-3/+7
2003-03-19Fix pdb_unix usage - noticed by jmcdJelmer Vernooij1-1/+1
2003-03-19Fix build errors and move pdb_guest.so -> guest.soJelmer Vernooij1-1/+1
2003-03-19Fix module namesJelmer Vernooij1-3/+4
2003-03-19Put in the new modules system. It's now used by passdb and rpc. I willJelmer Vernooij1-93/+50
2003-03-15String handling parinoia fixes.Andrew Bartlett1-1/+1
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-1/+4
2003-03-10Check for valgrind.hMartin Pool1-0/+1
2003-03-05Add a test for a useful property of the compiler - we can get link-timeAndrew Bartlett1-0/+18
2003-02-26Add -Wwrite-strings to our --enable-developer settings.Andrew Bartlett1-2/+2
2003-02-24Patch from Luke Howard to add mutual kerberos authentication, and SMB sessionAndrew Bartlett1-0/+16
2003-02-22Fixes from Paul Green and vorlon@debian.org for building shared librariesAndrew Bartlett1-32/+35
2003-02-19Improve detection of iconv(3) for various platforms. M4 code is similar to wh...Alexander Bokovoy1-17/+43
2003-02-19Add support for detecting method of listing encryption types (MIT v Heimdal)Jim McDonough1-0/+3
2003-02-18Patch from vorlon@debian.org to split out our -lacl dependency to only smbdAndrew Bartlett1-4/+11
2003-02-17People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett1-0/+3
2003-02-15Third-party configuration scripts may produce undesirable additions to CFLAGS...Alexander Bokovoy1-0/+8
2003-02-15When checking for tgetent, include libtinfo from recent Ncurses as wellAlexander Bokovoy1-1/+1
2003-02-15Add support for krb5-config from recent MIT and Heimdal. And fallback to trad...Alexander Bokovoy1-1/+16
2003-02-12Fixes for HPUX only having limited POSIX lock range from Michael Steffens <mi...Jeremy Allison1-2/+2
2003-02-10As metze mentioned, this is the proper way to find perl...Andrew Bartlett1-0/+1
2003-02-04Try to allow old and new heimdal installsJim McDonough1-5/+14
2003-02-03Try to get build working on systems with krb runtime but not devel libs.Jim McDonough1-2/+2
2003-02-01NetBSD also supports dynamic libsJelmer Vernooij1-1/+1
2003-01-30Fix kerberos compile after the tpot massicre :-).Jeremy Allison1-6/+26
2003-01-30Straus VOS detection patches from Paul GreenGerald Carter1-0/+24
2003-01-28patch from Paul Green to only build libsmbclient.so on platforms that support...Gerald Carter1-10/+21
2003-01-27One more try to fix the GNU Make dependencyRichard Sharpe1-16/+51
2003-01-24Commit just a little more infrastructure for HAVE_GETDIRENTRIESRichard Sharpe1-1/+1
2003-01-21More fixes getting us closer to full Heimdal compile....Jeremy Allison1-0/+15
2003-01-19Merge in more of the SuSE patches for Heimdal. These changes show howJeremy Allison1-0/+4
2003-01-17Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt for...Jim McDonough1-1/+54
2003-01-16More Heimdal changes. Still not compiling with Heimdal yet...Jeremy Allison1-1/+1
2003-01-16Fist part of fixes to make us compile with Heimdal. Don't explicitlyJeremy Allison1-1/+7
2003-01-15Fix bug where the existence of config.cache would cause functions likeMartin Pool1-14/+3
2003-01-15IRIX uses libns_winbind.so instead of libnss_winbind.soHerb Lewis1-1/+8
2003-01-13Fix typo in comment.Martin Pool1-1/+1
2002-12-27For some reason, the configure tests for sendfile support in FreeBSDRichard Sharpe1-6/+7
2002-12-04Remove FILE_MACRO as __FILE__ is ANSI C.Tim Potter1-7/+0
2002-12-04Make sure we have a default st_blocksize.Jeremy Allison1-12/+15
2002-12-04Fix for 64 bit issues with oplocks and allocation size.Jeremy Allison1-4/+17
2002-12-03Defaulting python breaks the clean target it python isn't installed.Tim Potter1-6/+3
2002-12-03Fixes for EXEEXT - must use \$ signs when you want an actual $ sign toTim Potter1-4/+4