summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2003-04-09Autoconfiscate the name of the winbind shared library file. UnderTim Potter1-0/+4
2003-04-06Fix building on platforms without ldapJelmer Vernooij1-0/+3
2003-04-04Replace 'so' by $SHLIBEXTJelmer Vernooij1-38/+35
2003-04-04Use $SHLIBEXT, not .soJelmer Vernooij1-2/+5
2003-04-04Abort configure if --with-ads and --without-ldap.Tim Potter1-0/+5
2003-04-02There's no need to use LDAP_CFLAGS, just use CFLAGSJelmer Vernooij1-4/+4
2003-04-02Only use cflags and libs from krb5 when they appear to be working - fixesJelmer Vernooij1-3/+4
2003-04-02Only link in popt when we need itJelmer Vernooij1-1/+4
2003-04-02Only link in libs when they are actually used. Works great here and onJelmer Vernooij1-5/+24
2003-04-02THE Idmap patch :-)Simo Sorce1-0/+21
2003-04-01Fix build of shared xml/mysql modulesJelmer Vernooij1-2/+4
2003-03-31- Support absolute paths in vfs and charset modulesJelmer Vernooij1-7/+20
2003-03-31Tidyup of winbindd client OS specific autoconf code.Tim Potter1-5/+4
2003-03-31autoconf change to compile winbindd for AIX. The client side codeTim Potter1-0/+4
2003-03-31Cleanup of winbind client side code.Tim Potter1-2/+8
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; fixed...Gerald Carter1-0/+1
2003-03-28its VFS_NETATALK_OBJ not VFS_NETATALKAndrew Tridgell1-1/+1
2003-03-28removed a duplicate lump of module stuff in configure.inAndrew Tridgell1-7/+0
2003-03-27Use the new modules system in VFS. If a module can't be loaded with theJelmer Vernooij1-0/+7
2003-03-26Remove LDAP_LIBS and just use LIBS again as before. I'llJelmer Vernooij1-7/+2
2003-03-26Add defines for platforms that need them.Jeremy Allison1-0/+6
2003-03-26Use execinfo.h to get prototypes for backtrace_symbols (fixesJelmer Vernooij1-1/+1
2003-03-26Fix $LDAP_LIBSJelmer Vernooij1-2/+2
2003-03-26Output backtrace to logfile in smb_panic(), as suggested by mbpJelmer Vernooij1-1/+1
2003-03-25Always rebuild modules after running ./configure (to preventJelmer Vernooij1-9/+16
2003-03-25Remove old check for TDB SAM (we now have --with-{static,shared}-modules=pdb_...Jelmer Vernooij1-18/+8
2003-03-25- Support building all auth modules as .so'sJelmer Vernooij1-7/+7
2003-03-25Print list of builtin modules in 'smbd -b'Jelmer Vernooij1-0/+2
2003-03-24- Add support to auth/ for the new modules systemJelmer Vernooij1-5/+14
2003-03-24Fix two typosJelmer Vernooij1-1/+1
2003-03-24When using --with-static-modules=subsystem, don't build modules thatJelmer Vernooij1-3/+5
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