summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Collapse)AuthorAgeFilesLines
* r6822: Use chsize if we don't have ftruncate. From Steven Edwards ↵Jeremy Allison2005-05-161-1/+1
| | | | | | <steven_ed4153@yahoo.com>. Jeremy.
* r6757: test for existence of sys/un.h was missing, thus AF_LOCAL support was ↵Derrell Lipman2005-05-121-0/+1
| | | | not found
* r6651: It's not the smartest thing in the world to #define _SAMBA_BUILD_ in ↵Volker Lendecke2005-05-071-0/+1
| | | | | | | | | | a file that is only included if _SAMBA_BUILD_ is defined... Let's see how far this gets us. Volker
* r6570: Add socket_wrapper library to 3.0. Can be enabled by passingJelmer Vernooij2005-05-021-0/+8
| | | | --enable-socket-wrapper to configure
* r6411: Remove configure check for FTRUNCATE_NEEDS_ROOT as it's not actuallyTim Potter2005-04-211-7/+0
| | | | used anywhere in the code anymore. Bugzilla 2625.
* r6318: don't include smbwrapper stuff unless asked forHerb Lewis2005-04-121-5/+15
|
* r6253: Add FreeBSD EA API support. Bug #2576 - patch donated by Timur ↵Jeremy Allison2005-04-081-1/+14
| | | | | | Bakeyev <timur@com.bat.ru> Jeremy.
* r6149: Fixes bugs #2498 and 2484.Derrell Lipman2005-03-311-1/+1
| | | | | | | | | | | | | | | | | | 1. using smbc_getxattr() et al, one may now request all access control entities in the ACL without getting all other NT attributes. 2. added the ability to exclude specified attributes from the result set provided by smbc_getxattr() et al, when requesting all attributes, all NT attributes, or all DOS attributes. 3. eliminated all compiler warnings, including when --enable-developer compiler flags are in use. removed -Wcast-qual flag from list, as that is specifically to force warnings in the case of casting away qualifiers. Note: In the process of eliminating compiler warnings, a few nasties were discovered. In the file libads/sasl.c, PRIVATE kerberos interfaces are being used; and in libsmb/clikrb5.c, both PRIAVE and DEPRECATED kerberos interfaces are being used. Someone who knows kerberos should look at these and determine if there is an alternate method of accomplishing the task.
* r6062: work around autoconf setting the CFLAGS="-g -O2" by default in ↵Gerald Carter2005-03-251-7/+10
| | | | AC_CACHE_CHECK
* r6014: rather large change set....Gerald Carter2005-03-231-1/+3
| | | | | | | | | | | | | | pulling back all recent rpc changes from trunk into 3.0. I've tested a compile and so don't think I've missed any files. But if so, just mail me and I'll clean backup in a couple of hours. Changes include \winreg, \eventlog, \svcctl, and general parse_misc.c updates. I am planning on bracketing the event code with an #ifdef ENABLE_EVENTLOG until I finish merging Marcin's changes (very soon).
* r5961: final round of compiler warning fixes based on feedback from Jason MaderGerald Carter2005-03-221-3/+6
|
* r5915: Remove --with-manpages-languages= from configure (we only have them ↵Jelmer Vernooij2005-03-201-24/+0
| | | | | | | in one lanuage, English, at the moment). Fixes #2261. If other languages might are added in the future, this parameter will still not be needed.
* r5880: From the comment....Volker Lendecke2005-03-181-0/+1
| | | | | | | | | | | * Implement a fixed mapping of forbidden NT characters in filenames that are * used a lot by the CAD package Catia. * * Yes, this a BAD BAD UGLY INCOMPLETE hack, but it helps quite some people * out there. Catia V4 on AIX uses characters like "<*$ a *lot*, all forbidden * under Windows... Volker
* r5655: Added support for Novell NDS universal password. Code donated byJeremy Allison2005-03-051-1/+1
| | | | | | | | Vince Brimhall <vbrimhall@novell.com> - slight tidyup by me to use Samba conventions. Vince - thanks a *lot* for this code - please test to make sure I haven't messed anything up. Jeremy.
* r5645: Add an autoconf test for -Wdeclaration-after-statement so we don't add itTim Potter2005-03-031-0/+16
| | | | to the configure.developer CFLAGS if it's not supported.
* r5636: Re-add the allocation size - parameterized by share asJeremy Allison2005-03-031-1/+1
| | | | | | | "allocation roundup size", by default set as 1Mb. From advice by BlueArc about Windows client behaviour. VC++ people can set this to zero to turn it off. Jeremy.
* r5612: Add -Wdeclaration-after-statement to CFLAGS for --enable-developer.Tim Potter2005-03-021-1/+1
|
* r5159: BUG 2262: add support to detect *freebsd6* (same as *freebsd5* currently)Gerald Carter2005-02-011-2/+2
|
* r5157: BUG 2266: conditionally include rpc/nettype.h to work around missing ↵Gerald Carter2005-02-011-1/+1
| | | | header onf FreeBSD4
* r4963: It is actually a very bad idea to use KRB5_CONFIG in theGünther Deschner2005-01-241-7/+7
| | | | | | | | | | | | configure-checks (At least Heimdal uses KRB5_CONFIG for locating it's configuration-file (usually /etc/krb5.conf)). Renaming it to KRB5CONFIG prevents configure-checks that use heimdal-libs from segfaulting while the lib reads the krb5-config binary as a configuration file... Vendors that used the KRB5_CONFIG-variable to let configure find a custom krb5-config binary have to use KRB5CONFIG now. Guenther
* r4823: remove -O1 from --with-developerGerald Carter2005-01-181-1/+1
|
* r4581: From Derrell.Lipman@UnwiredUniverse.com. Use nanosleep instead of selectJeremy Allison2005-01-061-0/+1
| | | | | when we have it in smb_msleep. Jeremy.
* r4296: Patch from William Jojo <jojowil@hvcc.edu> to fix HPUX sendfile and addJeremy Allison2004-12-201-0/+29
| | | | | configure.in tests and code for sendfile on AIX. Jeremy.
* r3925: patch from Thomas Bork <tombork@web.de> to fix configure.in with GNU ↵Gerald Carter2004-11-231-3/+20
| | | | ld versions that don't output a date string in the --version
* r3868: Fix reverted logic of detecting HAVE_WRFILE_KEYTAB (Bugzilla 2059)Günther Deschner2004-11-181-3/+1
| | | | Guenther
* r3862: Fix from Lars Müller <lmuelle@suse.de>, check for HAVE_WRFILE_KEYTABJeremy Allison2004-11-181-2/+2
| | | | | was inverted. Jeremy.
* r3850: I get the impression that some developers here are using gcc 3.4. ↵Volker Lendecke2004-11-181-1/+1
| | | | | | | | | This one only warns you about possibly uninitialized variables if you have at least -O1. Volker
* r3538: Fix the build with the latest Heimdal code.Jeremy Allison2004-11-051-0/+12
| | | | Jeremy.
* r3451: Finish off kerberos salting patch. Needs testing !Jeremy Allison2004-11-021-25/+29
| | | | Jeremy.
* r3417: BUG 350: patch from Matt Selsky <selsky@columbia.edu> to use autoconf ↵Gerald Carter2004-10-311-4/+6
| | | | feature preopcessing header file only (3 problematic headers on solaris)
* r3345: More MIT/Heimdal tests for comparing enctypes now.Jeremy Allison2004-10-291-0/+2
| | | | Jeremy.
* r3342: More MIT/Heimdal fixes to allow an enctype to be explicitly set in a ↵Jeremy Allison2004-10-281-0/+24
| | | | | | | krb5_creds struct. Jeremy.
* r3292: A fix from Narayana Pattipati ↵Richard Sharpe2004-10-271-1/+1
| | | | | | <narayana[dot]pattipati[at]wipro\dotty/com> for Solaris to ensure we distinguish properly between 5.1 and 5.10.
* r3145: Add experimental idmap_rid-Plugin.Günther Deschner2004-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | Written by Sumit Bose <sbose@suse.de> and myself a while ago. idmap_rid does a direct, static mapping between RIDs and UIDs/GIDs using the idmap-range as offset. It does thus allow to have a unified mapping over several winbindd-systems without having the need of a central LDAP-Server (and all related dependencies and problems this solution can bring). Compile: ./configure --with-shared-modules=idmap_rid Usage: idmap backend = idmap_rid idmp_rid does even allow you to have multiple mappings (for trusted domains). This is a rather problemtic feature and will be turned off by default rather soon. The problem is that ranges can quickly overlap when not measured with caution. idmap backend = idmap_rid:"MYDOMAIN=1000-9999 OTHER=10000-19999" Will valgrind idmap_rid later today and fix a couple of things. Guenther
* r2905: Apply the patch for bug #1822. Add -D_REENTRANT to CPPFLAGS and -lthreadRichard Sharpe2004-10-111-3/+6
| | | | | | to LDFLAGS. Patch supplied by Sean McGrath ...
* r2894: Certain versions of GNU ld the default is not to have the Tim Potter2004-10-101-1/+20
| | | | | | | --allow-shlib-undefined flag defined. This causes a stackload of warnings when building modules. Fix by Michel Gravey which closes bugzilla #1776.
* r2759: Fix for winbindd on AIX 5.1. Apparently it doesn't have as many methodsTim Potter2004-10-011-0/+8
| | | | in struct secmethod_table as AIX 5.2. Patch from The Written Word.
* r2708: Don't look for bzero, we don't use it.Jeremy Allison2004-09-281-1/+1
| | | | | Samba4 torture tester treates maxentries = 0 as maxentries ==1. Jeremy.
* r2453: I think this is the last lot of fixes to get shared libraries working onTim Potter2004-09-211-3/+3
| | | | | | | | HPUX. This is Richard Allen's suggestion to get HPUX to use cc instead of ld. Also he added some missing $(DYNEXP) on link lines and removed the definition of $(LINK) as it is no longer used in the Makefile.
* r2338: Remove lonely looking definition of DYNEXP for HPUX in the configureTim Potter2004-09-151-1/+0
| | | | | "CPPFLAG settings for strange OS's section". DYNEXP should only be set in the shared library configure section.
* r2334: Update LDSHFLAGS for HPUX as -Wl is not necessary as we are invoking LDTim Potter2004-09-141-1/+1
| | | | directly. Should fix #1731.
* r2263: When testing whether building shared libraries actually works, useTim Potter2004-09-091-4/+5
| | | | | | | | | $SHLD and $LDSHFLAGS instead of $CC, $CPPFLAGS and $CFLAGS as this is more likely to actually work. Bugzilla #1731. I'm checking this in to 3.0 so it can hit the build farm and flush out any problems with other architectures. With a bit of luck this should go in to Samba 3.0.8.
* r2245: Typo fix from trunk.Tim Potter2004-09-071-2/+2
|
* r2233: fixed 3 places where == is mistakenly used instead of = in bourneAndrew Tridgell2004-09-061-3/+3
| | | | shell script statements in configure.
* r2198: Correct fix for #1360. Need to use -Wl when passing flags to the linker.Tim Potter2004-09-021-1/+1
|
* r2188: adding some initial checks for DragonFly (same as FreeBSD 4.1)Gerald Carter2004-09-021-3/+4
|
* r2070: Let's try to overload srnlen and strndup for AIX where they are natly ↵Simo Sorce2004-08-251-0/+2
| | | | broken.
* r2057: Although rarely used, prevent "net lookup kdc" from segfaulting whenGünther Deschner2004-08-251-0/+1
| | | | | | | | | using our own implementation of krb5_lookup_kdc with heimdal. Also, heimdals krb5_krbhst_next() obviously does not retrieve the struct addrinfo in the krb5_krbhst_info-struct, using krb5_krbhst_get_addrinfo() instead. Guenther
* r2018: updating syntax for enable-cups checkGerald Carter2004-08-241-1/+1
|
* r2006: Fix bug 1653 discovered by Luke Mewburn. The script code to generate theTim Potter2004-08-241-2/+2
| | | | svn version number broke out-of-tree builds.