summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Expand)AuthorAgeFilesLines
* Fix for bug 261. Create a configure #define for FreeBSD and a check inTim Potter2003-09-021-1/+5
* Refactor charset plugins a bit and add CP437 module.Alexander Bokovoy2003-08-281-2/+3
* Fix bug 327 (again and I think for the last time). Make sure thatGerald Carter2003-08-271-0/+2
* Fix to properly set AP_OPTS_SUBKEY in heimdal. In MIT it is a #define, butJim McDonough2003-08-271-0/+12
* Add CAP VFS module from Monyo. Primary purpose of this module is to provide C...Alexander Bokovoy2003-08-271-1/+2
* fix bug 230; make sure to set #define SYSV for solaris; do this outside of th...Gerald Carter2003-08-271-1/+9
* Fix typo in configure.in for libsmbclientAlexander Bokovoy2003-08-271-1/+1
* Undo SYSV define for Solaris. Things are more complicated than theyTim Potter2003-08-271-1/+0
* Follow on from herb's patch for 1.300.2.145 - define SYSV for solaris to fixTim Potter2003-08-271-0/+1
* Fix for #150.Alexander Bokovoy2003-08-261-1/+2
* * Fix for bug 290:Gerald Carter2003-08-221-1/+5
* define SYSV for IRIXHerb Lewis2003-08-211-0/+1
* Fallback to our defaults (CP850/ASCII/UTF8) if there is no native iconv on th...Alexander Bokovoy2003-08-151-0/+3
* Do not cache iconv checks because we are looking for it now in different plac...Alexander Bokovoy2003-08-151-2/+2
* Fix charset detection code in configure.Alexander Bokovoy2003-08-151-17/+52
* Remove accidently added SMB_MODULE_PROVIDES() linesJelmer Vernooij2003-08-151-5/+0
* Remove nasty hack in modules system. We don't recompile files anymoreJelmer Vernooij2003-08-151-7/+12
* get rid of IRIX test as it is wrong.Herb Lewis2003-08-141-4/+1
* Attempt at fixing bug #283. There however is no solution.Gerald Carter2003-08-141-1/+2
* Small fix to include existing CPPFLAGS when looking for iconv.Richard Sharpe2003-08-141-1/+1
* Try to honor predefined CPPFLAGS when finding correct iconv flagsAlexander Bokovoy2003-08-141-0/+3
* Small tweaks to configure.in to support Irix and to remove the changingRichard Sharpe2003-08-141-4/+10
* A small tweak to allow IRIX to work by detecting ISO-8859-1 to UTF-8,Richard Sharpe2003-08-141-1/+1
* Test for CP850 and reorder the tests, looking for ASCII, then CP850,Richard Sharpe2003-08-131-2/+5
* This is an intermediate commit ... we check for three different charsetsRichard Sharpe2003-08-131-3/+11
* Hoist the code for checking whether or not iconv actually works up into theRichard Sharpe2003-08-131-23/+26
* Add vfs_readonly module which allows to enforce periodic read-only limit on a...Alexander Bokovoy2003-08-121-1/+2
* Improve MySQL library detection, add support for MySQL 4Jelmer Vernooij2003-08-111-1/+1
* add tests for IRIX attr functionsHerb Lewis2003-08-011-1/+3
* Whoops - this is probably better shell syntax.Tim Potter2003-07-311-2/+1
* Turn on automatic winbindd support for FreeBSD and see what the compile farmTim Potter2003-07-311-0/+1
* Add NT quotas support. Users allowed now to manage quotas on systems with sys...Alexander Bokovoy2003-07-291-1/+2
* Metze's AD/LDAP detection patches mainly to do with library detection.Tim Potter2003-07-211-184/+204
* Ban getgrouplist on linux glibc systems with glibc <= 2.3.Volker Lendecke2003-07-171-1/+33
* Add krb5_princ_component to Heimdal. Remove cli_ from mark packet signed.Jeremy Allison2003-07-161-0/+15
* Accept --with-expsam=no as valid option (do nothing on it). Simplifies automa...Alexander Bokovoy2003-07-151-0/+2
* get rid of CFLAGS from LDSHFLAGS and WINBIND_NSS_LDSHFLAGS and insteadHerb Lewis2003-07-111-1/+1
* Final piece of support needed to find iconv libraries on FreeBSD.Richard Sharpe2003-07-101-1/+4
* Cleaning up linking issues. sam/idmap*.c only links inGerald Carter2003-07-071-2/+1
* Display libraries detected by configure but before configureTim Potter2003-07-041-0/+12
* Fixing problems in the iconv discovery stuff in configure.in.Richard Sharpe2003-07-021-1/+1
* removing nisplussamGerald Carter2003-07-011-9/+2
* fix compile problem with nisplussamGerald Carter2003-07-011-0/+2
* - added LOCALE patch from vorlon@debian.org (Steve Langasek) (bug #122)Andrew Tridgell2003-06-301-2/+4
* Remove the MODULES_CLEAN variable. It's no longer necessary sinceJelmer Vernooij2003-06-261-3/+1
* Metze assures me that this will fix Heimdal et al.Tim Potter2003-06-251-1/+1
* Only append to KRB5_LIBS when doing AC_CHECK_LIB for libkrb5.Tim Potter2003-06-251-1/+1
* Don't trash the values of CFLAGS and LIBS while engaged in KerberosTim Potter2003-06-251-2/+0
* More tuning of Kerberos detection - don't fall through to detect kerberos libsTim Potter2003-06-241-3/+6
* More sensible behaviour for bug 152. If we don't have krb5.h and were explic...Tim Potter2003-06-241-10/+36