summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Remove obsolete acconfig.h - we now use comments in AC_DEFINE()Jelmer Vernooij2002-10-211-208/+207
|
* Recognize FreeBSD5 correctly (not as being sysv...)Jelmer Vernooij2002-10-211-2/+3
|
* Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-051-3/+4
| | | | Jeremy.
* Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett2002-10-031-4/+8
| | | | | | | | | | | | | (quoting his mail) Ok, here's round two of splitting up the library dependencies. I think the first one's been steeping in CVS for long enough now. This splits off the "authentication" libs (libpam, libcrypt) into their own group. A modest gain, but you've gotta start somewhere. Steve Langasek postmodern programmer
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-2/+6
| | | | Jeremy.
* Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-301-0/+66
| | | | | | <belanger@yahoo.com>. Jeremy.
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-271-0/+17
| | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett
* Actually pick up the kerberos libs in RedHat - the previous shell constructAndrew Bartlett2002-09-251-4/+4
| | | | | | didn't seem to work properly. Andrew Bartlett
* * fix getpass checkGerald Carter2002-09-231-20/+19
| | | | * merge in AIX fixes from SAMBA_2_2
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-7/+13
| | | | Jeremy.
* allow --with-krb5 to override the location of the kerberos libs onAndrew Tridgell2002-09-201-12/+18
| | | | redhat
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-1/+55
| | | | Jeremy.
* Added --with-ldap (default=yes) option. We should now be able toTim Potter2002-09-171-8/+27
| | | | | | | | compile a non-ADS, non-LDAP version of Samba on a machine with Kerberos and LDAP libraries installed. This shouldn't break anything - let's keep an eye on the build farm just in case.
* Added --with-ads option, defaults to yes. If you run ./configureTim Potter2002-09-171-46/+68
| | | | | --with-ads=no or ./configure --without-ads Samba will build without linking to the various kerberos libraries.
* Default to "python" for --with-python option. This saves having to runTim Potter2002-09-171-1/+8
| | | | --with-python=python which looks a bit silly.
* Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison2002-09-171-2/+31
| | | | Jeremy.
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-1/+3
| | | | Jeremy.
* Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison2002-09-171-0/+72
| | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy.
* Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-091-1/+1
| | | | | sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in.
* Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool2002-09-091-0/+13
| | | | get linked for the appropriate version.
* Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2002-09-091-1/+1
| | | | | makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory.
* configure.in:Simo Sorce2002-09-071-1/+1
| | | | | | | reflect the new example/VFS/ directory organization lib/substitue.c: added helper functions needed by recycle bin
* Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett2002-09-061-1/+1
| | | | the end of configure.
* Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett2002-09-061-0/+1
| | | | syslog() since Paul Green's POSIX patch.
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-0/+16
| | | | | | | | | might be ugly, etc - please don't blame me for anything but instead try to fix the code :-). Compiling of the new sam system can be enabled with the configure option --with-sam Removing passdb/passgrp.c as it's unused fix typo in utils/testparm.c
* avoid using libtool for VFS modulesSimo Sorce2002-08-271-1/+4
| | | | | change a name in block.c it was hiding a function name add a comment in configure
* Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett2002-08-251-1/+2
| | | | | | | external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett
* Test for non-POSIX st_blksize field.Jeremy Allison2002-08-231-0/+10
| | | | Jeremy.
* A new utility to test VFS system and modulesSimo Sorce2002-08-181-1/+1
| | | | | | | | | | | | Just now it is acommandline tool like smbclient and rpcclient that is able to perform operations on the file system passing through the vfs layer It is not complete yet, some functions have simply faked up data, but module loading works yet and basic operations too. Thanks to Eric Lorimer for helping out with the initial setup. Simo.
* Samba dependency hell claim's another victim...Andrew Bartlett2002-08-081-16/+8
| | | | | | | Back out last night's patch to to reduce -l dependencies until we can ensure that *all* configurations/platforms work... Andrew Bartlett
* Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett2002-08-071-8/+16
| | | | | | | | | | dependencies. This benifits packagers (like debian) becouse then our client code won't have references to 'server only' libraries. (In particular, it removes the client dependency on CUPS, which was raised in a debian bug report). Andrew Bartlett
* OK!Simo Sorce2002-07-301-1/+1
| | | | | | | | Finally the cascaded VFS patch is in. Testing is very welcome, specially with layered multiple vfs modules. A big thank to Alexander Bokovoy for his work and patience :) Simo.
* Do AC_MSG_RESULT(yes) when using included popt.Tim Potter2002-07-301-1/+1
|
* as per user request added windbind start/stop/restart in swatSimo Sorce2002-07-271-0/+1
| | | | almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome.
* implemented getgrouplist() for systems that don't have it and use itAndrew Tridgell2002-07-231-1/+1
| | | | | in get_alias_user_groups(). The old method used getgrent() which is extremely slow when the number of groups is large
* removed the freebsd getgroups check now that we don't use itAndrew Tridgell2002-07-231-24/+0
|
* Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2002-07-031-19/+0
| | | | Andrew Bartlett
* Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough2002-06-261-1/+1
| | | | kernel.
* more merges from SAMBA_2_2Gerald Carter2002-06-261-0/+1
|
* merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter2002-06-251-2/+42
| | | | | here because HEAD does it differently, someone let me know. This looks ok and compiles fine from what I can tell.
* merging some autoconf changes from SAMBA_2_2Gerald Carter2002-06-241-93/+65
|
* Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2002-06-161-0/+10
| | | | | | | | rebind proc (some give an extra paramter to pass a void* paramater) and some small changes for the SMB signing code to reset things when the signing starts, and to 'turn off' signing if the session setup failed. Andrew Bartlett
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-051-1/+1
|
* merge from 2.2Gerald Carter2002-05-291-0/+3
|
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-18/+0
| | | | | and there is no real reason for it to depend on more than the abilty to compile the code.
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-68/+0
| | | | | | | | | | | | | | | | | This option was badly maintained, useless and confused our users and distirbutors. (its SSL, therfore it must be good...) No windows client uses this protocol without help from an SSL tunnel. I can't see any reason why setting up a unix-side SSL wrapper would be any more difficult than the > 10 config options this mess added to samba in any case. On the Samba client end, I think the LIBSMB_PROG hack should be sufficient to start stunnel on the unix side. We might extend this to take %i and %p (IP and port) if there is demand. Andrew Bartlett
* Fix for non-__va_copy systems. I had used AC_TRY_COMPILE, but even thoughJim McDonough2002-05-161-1/+1
| | | | | __va_copy wasn't defined, it compiled as though it were a function, but fails on a link. Oops.
* Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough2002-05-161-0/+8
| | | | | | | | when assigning on va_list to another, or when passing a va_list as an argument to a function. Not using it causes segv's and other unpredictable results. We need to check all over the place for this...
* merge from SAMBA_2_2Gerald Carter2002-05-161-1/+1
|
* more solaris compile fixes (for smbwrapper)Gerald Carter2002-05-151-1/+0
|