summaryrefslogtreecommitdiffstats
path: root/source3/configure
Commit message (Collapse)AuthorAgeFilesLines
* Turn on sendfile detection by default in HEAD and 3.0.Jeremy Allison2002-10-051-42/+43
| | | | | Jeremy. (This used to be commit 6a9d0c9bdd57c135c4565da829b2fa4f44874a6d)
* Patch from Steve Langasek <vorlon@netexpress.net>:Andrew Bartlett2002-10-031-840/+845
| | | | | | | | | | | | | | (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 (This used to be commit a1c63d04b87375dc98dc78781eaf1812bfb1db2b)
* Fix Solaris sendfile detection. Add small fixes to sendfile code.Jeremy Allison2002-10-011-41/+45
| | | | | Jeremy. (This used to be commit ef7bcaf1b7e1ca073b27a8836c6aa86e112b5bee)
* Added Solaris sendfile patch + configure tests from Pierre Belanger ↵Jeremy Allison2002-09-301-14/+144
| | | | | | | <belanger@yahoo.com>. Jeremy. (This used to be commit 8db4d46dc983ce37814fb375d61951b6220a4c61)
* Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path toAndrew Bartlett2002-09-271-830/+857
| | | | | | | | | a 3.0 based PDC. Change defaults to use SSL, so that this also matches. Andrew Bartlett (This used to be commit 36c2a3820faa1d90cd331881720be0e61ab93460)
* 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 (This used to be commit c0925b6352ff6135da03edff44e0bbd72c949a20)
* * fix getpass checkGerald Carter2002-09-231-369/+371
| | | | | * merge in AIX fixes from SAMBA_2_2 (This used to be commit 50752f84f24b36332ec4f1ade92dc5a095ac077b)
* Merge back Richard's FreeBSD sendfile fixes.Jeremy Allison2002-09-211-376/+372
| | | | | Jeremy. (This used to be commit f4845b0213aec58e0f489eba5653aa7b3855610f)
* reran autoconfGerald Carter2002-09-201-371/+387
| | | | (This used to be commit 29be94110415c87c7030f0d2d87b612220397eae)
* HPUX sendfile is now detected correctly.Jeremy Allison2002-09-181-842/+982
| | | | | Jeremy. (This used to be commit 91e41ebe97c143f413e2a5614b20f3db4642490f)
* Rerun configure.Tim Potter2002-09-171-862/+893
| | | | (This used to be commit c7d4bfde737c5aeda14b72e48197bb2a9a02bbd8)
* Rerun autoconf.Tim Potter2002-09-171-708/+718
| | | | (This used to be commit 041f47230b865294e657f47e6aba2fa83a15bf31)
* Added FreeBSD sendfile configure tests. Richard please test...Jeremy Allison2002-09-171-18/+79
| | | | | Jeremy. (This used to be commit 6425f169779ce65509b77cf6d5634de24894a965)
* Attempt to make broken Linux sendfile work.... Still in progress.Jeremy Allison2002-09-171-17/+25
| | | | | Jeremy. (This used to be commit f956a4d29d0d88cd92fac0f0c9f636fc152afe0a)
* Added autoconf detection for sendfile for Linux. lib/sendfile.c codeJeremy Allison2002-09-171-819/+982
| | | | | | still needs more work. Don't add --with-sendfile-support yet... Jeremy. (This used to be commit c6ece53ac2a7a6115ca1160cf02247d7cc0bbb95)
* Python's setup.py does not need to be munged by configure.in -- it isMartin Pool2002-09-091-2/+2
| | | | | | sufficient to just pass the relevant variables to Python from the Makefile. Therefore, remove setup.py.in. (This used to be commit 8bebe9ee2b6bd56c297acc6b01cb0856aad1c4f3)
* Add --with-python=PYTHONNAME configure option, so that the librariesMartin Pool2002-09-091-809/+828
| | | | | get linked for the appropriate version. (This used to be commit 2ea647bbfaba5a4ee7cb232ae1a21acbd2a9b5c6)
* Merge tpot's Python patch. ./configure now writes to the PythonMartin Pool2002-09-091-696/+699
| | | | | | makefile-equivalent (setup.py). Remember to do "cvs update -d" to get the new directory. (This used to be commit 87396c559b60780e6f0613170f78ce863f0b71fd)
* forgot to commit configure with configure.inSimo Sorce2002-09-081-2/+2
| | | | (This used to be commit db883ae1e659496696c17f2901634cada5e4aa13)
* Make it possible to actually build these modules - process the Makefile.in atAndrew Bartlett2002-09-061-2/+2
| | | | | the end of configure. (This used to be commit 6953db6a98432cfbb946dd2d3cbe64e7dee0b71d)
* Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype forAndrew Bartlett2002-09-061-725/+762
| | | | | syslog() since Paul Green's POSIX patch. (This used to be commit d3b29b0b2d2ffd5c050900ff8cae441b91f95526)
* Put in intermediate version of new SAM system. It's not stable yet, codeJelmer Vernooij2002-08-281-815/+844
| | | | | | | | | | 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 (This used to be commit 4b7de5ee236c043e6169f137992baf09a95c6f2c)
* avoid using libtool for VFS modulesSimo Sorce2002-08-271-2/+5
| | | | | | change a name in block.c it was hiding a function name add a comment in configure (This used to be commit 05038f44717ff07ed7d4a3afbdd8f072a3c058cc)
* Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba'sAndrew Bartlett2002-08-251-806/+808
| | | | | | | | external lib dependencies - let's hope this patch stays around for longer than the previous attempt. Andrew Bartlett (This used to be commit d0c0e9f427400c24f5cc38c67b7a927f9d937375)
* Test for non-POSIX st_blksize field.Jeremy Allison2002-08-231-118/+154
| | | | | Jeremy. (This used to be commit d406d08e3e1aa2266a472f98cff7dd0ff311a33c)
* A new utility to test VFS system and modulesSimo Sorce2002-08-181-2/+2
| | | | | | | | | | | | | 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. (This used to be commit 42ae5eb82657d4905bdaf247286f95599380afbb)
* Samba dependency hell claim's another victim...Andrew Bartlett2002-08-081-816/+813
| | | | | | | | Back out last night's patch to to reduce -l dependencies until we can ensure that *all* configurations/platforms work... Andrew Bartlett (This used to be commit 35eefe7a19b2b684d3ca05a665e9c13e9d17acc3)
* Patch from Steve Langasek <vorlon@netexpress.net> to split up our -lAndrew Bartlett2002-08-071-825/+825
| | | | | | | | | | | 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 (This used to be commit d5f2e33b34fe0e67153894b6bf582b7eaca40e7f)
* OK!Simo Sorce2002-07-301-2/+2
| | | | | | | | | 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. (This used to be commit 56283601afe1836dafe0580532f014e29593c463)
* Reran configure.Tim Potter2002-07-301-691/+694
| | | | (This used to be commit a306924c9a07ed3cedbb38852d508b30b84235a6)
* as per user request added windbind start/stop/restart in swatSimo Sorce2002-07-271-693/+694
| | | | | almost working, seem it does not yet properly detect if windbind is running or not in all situations testing is welcome. (This used to be commit e0988e918667e3bc7b7cfb19ae81bf8c05fe582a)
* reran configureAndrew Tridgell2002-07-241-1/+1
| | | | (This used to be commit d76e0838cf94ef3fd32d79d03b8e89971587bc2c)
* reran configureAndrew Tridgell2002-07-231-742/+693
| | | | (This used to be commit 54c7ad47e13d92efd4c4dae2654e2e62927487e5)
* Kill off codepage related stuff, now we don't use codepages any more.Andrew Bartlett2002-07-031-841/+816
| | | | | Andrew Bartlett (This used to be commit d1ca2b9f23ce701eb6b6becafb1acd813fc8fc3a)
* Re-enable kernel change notification on s390 as it has been fixed in theJim McDonough2002-06-261-1/+1
| | | | | kernel. (This used to be commit ce7aa715ba2b704bfba49f128196c6a3421fd73b)
* more merges from SAMBA_2_2Gerald Carter2002-06-261-805/+807
| | | | (This used to be commit fea895c5c41d51e6b06f0bcf8e0c95b29df89e76)
* merge of SONAMEFLAG stuff from SAMBA_2_2. If I stepped on somethingGerald Carter2002-06-251-806/+855
| | | | | | here because HEAD does it differently, someone let me know. This looks ok and compiles fine from what I can tell. (This used to be commit 68841ae76289369c0b2e9e964bad1746e6e2cc8b)
* merging some autoconf changes from SAMBA_2_2Gerald Carter2002-06-241-998/+949
| | | | (This used to be commit 708c6b8297e720c0d0146e66e3a011feabe01531)
* Two things: Check how many paramaters that the LDAP libs take for theAndrew Bartlett2002-06-161-85/+177
| | | | | | | | | 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 (This used to be commit a8805a34e5d96eeb5ffe15681b241d5a449a6144)
* merge 390 kernel workaround from SAMBA_2_2.Jim McDonough2002-06-051-1/+1
| | | | (This used to be commit df78e76e0b8e90430af37ce997bfc6b73c9d01d7)
* merge from 2.2Gerald Carter2002-05-291-326/+329
| | | | (This used to be commit 65417ed341113a9624eada9a97ef0b9d66ca95c0)
* Make --with-ldapsam 'go away'. This is now a standard, stable, featureAndrew Bartlett2002-05-171-827/+799
| | | | | | and there is no real reason for it to depend on more than the abilty to compile the code. (This used to be commit 64aaec137e39595e6e61b55eb525615683a1393c)
* This removes --with-ssl from Samba.Andrew Bartlett2002-05-171-887/+809
| | | | | | | | | | | | | | | | | | 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 (This used to be commit b04561d3fd3ee732877790fb4193b20ad72a75f8)
* 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. (This used to be commit d3222ecd1a024fd2e7ba72b1bc10a400d398a364)
* Add configure support for __va_copy, which is required on Linux/390 systemsJim McDonough2002-05-161-264/+299
| | | | | | | | | 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... (This used to be commit 331132678c2e25e5f220de34968f6b16f4fbbc97)
* merge from SAMBA_2_2Gerald Carter2002-05-161-1/+1
| | | | (This used to be commit d8e8f13f7231c2b2874fdca7f3600acb69e48df4)
* more solaris compile fixes (for smbwrapper)Gerald Carter2002-05-151-780/+779
| | | | (This used to be commit fbefb479fb3bd86affffa1bd567565f1797ae329)
* Fix for *BSD linking of VFS modules from "Scot W. Hetzel" <hetzels@westbend.net>Jeremy Allison2002-05-111-316/+317
| | | | | Jeremy. (This used to be commit f137a2cc14c71cbffd2ffb392c33cc67817b1658)
* Fix to include -Ipopt in getpass test.Jeremy Allison2002-05-111-8/+89
| | | | | Jeremy. (This used to be commit 41cec26ee36458c2f6fdf768d25a83031e4d5bbb)
* Merged in printing fixes... There were many missing !Jeremy Allison2002-05-091-9/+9
| | | | | Jeremy (This used to be commit 32fa089adead6ff3279172fd36560f4f9e2aeef0)