summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Expand)AuthorFilesLines
2004-01-08This merges in my 'always use ADS' patch. Tested on a mix of NT and ADSAndrew Bartlett1-0/+1
2004-01-07Fix from Justin Baugh <justin.baugh@request.com> for bugid #948 forJeremy Allison1-1/+4
2004-01-06XFS quota patch from Stefan Metzmacher <metze@metzemix.de>.Jeremy Allison1-4/+25
2004-01-06Correctly detect AFS headers on SuSE in /usr/include/afs/afs/Volker Lendecke1-6/+46
2004-01-05fix inverted check using krb5_kt_resolve() and HAVE_MEMORY_KEYTAB; bug 912Gerald Carter1-2/+2
2004-01-05Patch from Stefan (metze) Metzmacher <metze at metzemix.de> to revert to 2.2....Jeremy Allison1-34/+30
2004-01-04- Put functions for generating SQL queries in pdb_sql.cJelmer Vernooij1-5/+12
2003-12-12Fix detection of elements in in-memory keytab code.Jeremy Allison1-1/+1
2003-12-11fix bug that prevent --mandir from overriding the defaults given in the --wit...Gerald Carter1-19/+0
2003-12-11Correctly detect in-memory krb5 keytab support. Fix for bug #863 fromJeremy Allison1-2/+2
2003-12-09IRIX spinlock patch from James Peach <jpeach@sgi.com>.Jeremy Allison1-0/+8
2003-12-09working on packaging; also fixed some path issues in configure.in & Makefile.inGerald Carter1-2/+22
2003-11-27Correct freebsd 5.1 support for winbind contributed by Aaron Collins.Tim Potter1-1/+4
2003-11-26Patch from Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de> to addJeremy Allison1-13/+43
2003-11-14fix more memory leaks in the LDAP backend code; patches from metzeGerald Carter1-2/+0
2003-11-10Fix a problem with configure on *BSD systems. Make sure we add -liconv etcRichard Sharpe1-0/+2
2003-11-06A fix to allow configure to find iconv on a number of systems including thoseRichard Sharpe1-3/+10
2003-11-06patch from MORIYAMA Masayuki to save LDFLAGS during iconv detection; bug 570Gerald Carter1-0/+1
2003-11-06Undo last commit to get things building again.Tim Potter1-2/+4
2003-11-06Apply the patch to fix iconv detection for FreeBSD to the Samba 3.0.0 branchRichard Sharpe1-4/+2
2003-11-03removing #include <compat.h> in hopes to avoid problems with apache header fi...Gerald Carter1-1/+1
2003-11-03AC_CHECK_MEMBER seems to have problems for some versions of autoconf, at leastVolker Lendecke1-9/+23
2003-11-02Tidy up calls to uname so as not to produce output on stderr ifTim Potter1-4/+4
2003-10-31Sync up formatting of the va list stuff - the HEAD version was nicer.Tim Potter1-3/+5
2003-10-30Check for nsswitch.h. Patch from albert chin (china@thewrittenword.com).Jeremy Allison1-1/+1
2003-10-24Commit Derrell's changes to libsmbclient plus a small change to configure.inRichard Sharpe1-3/+2
2003-10-24Some spelling mistakes in aclocal.m4 and the va_copy fixups in configure.inRichard Sharpe1-7/+16
2003-10-17Add configure test for krb5_keytab_entry keyblock vs key member. Bug #636.Tim Potter1-0/+9
2003-10-14Use @PICSUFFIX@ instead of .po in Makefile.in since we have gone toTim Potter1-28/+23
2003-10-09We need to make sure that the files that contain the static_init_$subsystem;Jelmer Vernooij1-6/+6
2003-10-09Move sysquotas autoconf tests to a seperate file.Jelmer Vernooij1-3/+3
2003-10-09Refuse to configure if --with-expsam=$BACKEND was used but no librariesJelmer Vernooij1-2/+2
2003-10-03Explicitly initialise the value of AR for vendor makes that don't doTim Potter1-0/+2
2003-10-01save and restore CFLAGS before/after AC_PROG_CC; this macro seems to overwrit...Gerald Carter1-0/+9
2003-09-30when we don't have a working iconv library we must default to using only buil...Andrew Tridgell1-1/+1
2003-09-26don't write to static pointers; patch from AnthonyGerald Carter1-1/+1
2003-09-18Change error message displayed when --without-libiconv is used asTim Potter1-1/+1
2003-09-14Fix for typo in darwin detection.Jeremy Allison1-1/+1
2003-09-13Fix for MacOS/X which uses STUPID BROKEN UNICODE COMPOSE CHARACTERS !Jeremy Allison1-1/+28
2003-09-10Back out --with-good-getgrouplist patchAlexander Bokovoy1-21/+2
2003-09-10Now that CAN-2003-0689 is published officially, we need to make possibleAlexander Bokovoy1-2/+21
2003-09-08Set PICFLAG="-fPIC" for gcc under HPUX.Tim Potter1-0/+2
2003-09-08Rename FOOLIBS to FOO_LIBS to be consistent with the rest of theTim Potter1-17/+17
2003-09-07Nobody complained on the team-list, so commit it ...Volker Lendecke1-0/+16
2003-09-04Produce an error if --with-pam_smbpass is specified and we can'tTim Potter1-3/+7
2003-09-04Produce an error if --with-pam is specified but no PAM headers can beTim Potter1-0/+7
2003-09-02Disable rc4-hmac on broken heimdal setups. Pre-0.7 heimdal (or at least upJim McDonough1-2/+10
2003-09-02Check for support for in-memory keytabs, which are needed to make heimdalJim McDonough1-0/+22
2003-09-02Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter1-1/+5
2003-08-28Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy1-2/+3