summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r18728: revert previous commit until I fix the wkssvc_nt.c changesGerald Carter1-2/+2
(This used to be commit 57d8519185008602fab5cf5d1d1951415aacb7f0)
2007-10-10r18725: Replace out one wkssvc call (wkssrv_GetInfo()) with autogeneratedGerald Carter1-2/+2
code. Removed first rpc_parse/*.c file. w00t! (This used to be commit bb9b7a058d72569bee5683856661ac063c281c9f)
2007-10-10r18707: Fix the build when you have libnscd installed (which apparently no hostGünther Deschner1-0/+1
on the buildfarm has). Guenther (This used to be commit b0bb364df0efe140780328d90ae55bb823e6b10d)
2007-10-10r18701: this tests are in libreplaceStefan Metzmacher1-19/+1
metze (This used to be commit 31e3cc8c6f10a3d1ea8f357c26c80fe47ab276dc)
2007-10-10r18700: nicer order of the testsStefan Metzmacher1-5/+5
metze (This used to be commit 07dafa266a80b87d521cacfcae65e8fb797e0eb2)
2007-10-10r18699: bail out if the compiler doesn't know about C99 struct initializersStefan Metzmacher1-1/+1
as we currently have them in the samba3 tree. Lets see what the build-farm says to this. metze (This used to be commit 12a0daa34d51b34a469f7d64f370069b73c0aba9)
2007-10-10r18698: this stuff isn't needed anymoreStefan Metzmacher1-34/+0
metze (This used to be commit 31b83ff4bd568a393eaa6260366ece7501df1985)
2007-10-10r18694: prevent -O and -g from being set at the same time (by default)Gerald Carter1-6/+8
(This used to be commit 5af1d3a425e99a49d7ff6bee4dad024e0f82509b)
2007-10-10r18687: sync the lib/interfaces.c with lib/socket/netif.c from samba4Stefan Metzmacher1-3/+10
to hopefully fix the build on HPUX and Tru64 metze (This used to be commit aa8222c6a709a1538862878b89a17b893600b7e8)
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher1-43/+27
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)
2007-10-10r18640: move to socket_wrapper to lib/socket_wrapper/Stefan Metzmacher1-7/+1
and sync it with samba4 metze (This used to be commit 9c0e5b29f1451a90605cce7e1e032e5516b6970d)
2007-10-10r18638: This is an attempt to fix the AIX build. Jeremy, as you are busy talkingVolker Lendecke1-3/+0
SASL/Steve/Andrew I can't right now ask why the aio.h is needed for the timespec test. Might have to revert that soon. Volker (This used to be commit fa53ad6571c08e49c3fbe61d9be081c06633e408)
2007-10-10r18608: -D_SAMBA_BUILD_ was already added in another place to CFLAGSStefan Metzmacher1-1/+0
so we don't need it twice metze (This used to be commit 19259e5e93edac4f247b7a71480f39eec4c76ed1)
2007-10-10r18606: - fix the detection of the working quota implementationStefan Metzmacher1-4/+13
- we now define the set of samba related include path in one place so that we can't get it wrong in different places metze (This used to be commit 6bf0aad052699d21a242b5a25ef0a360d320c078)
2007-10-10r18603: Add in the NFSv4 ACL mapping code from IBM.Jeremy Allison1-0/+1
Sorry for the delay :-). Jeremy. (This used to be commit a52fa218952ffcd784ea31e947aa4d17dfdc8ee0)
2007-10-10r18572: Use the autogenerated client and server for the echo interface and ↵Jelmer Vernooij1-2/+2
implement some of the missing functions. RPC-ECHO now passes against Samba3. (This used to be commit 9e9a05366176454cc1779acc6c2b6070743f5939)
2007-10-10r18519: Copy over the Samba4 code to figure out options for the named ↵Volker Lendecke1-0/+4
initializers. Volker (This used to be commit 1786c28cc353e2ba70abe2750b9ef804cec84bf0)
2007-10-10r18484: Start some cleanup on pam_winbind's syslogging:Günther Deschner1-0/+2
* as openlog() is non-reentrant and pam_winbind thereby overrides the syslog settings of the calling application, directly call syslog (or pam_vsyslog if available) * support the PAM_SILENT flag to avoid any log messages beeing created Guenther (This used to be commit 0f7e37ffc4759a4e29f63ab83f39ddb31c8240f6)
2007-10-10r18449: Attempt to fix the build on non-linux platforms: Many of those don't ↵Volker Lendecke1-1/+1
have strtoull. This is a copy of the stuff in samba4 libreplace, which is GPL. I hope it is ok to copy&paste it into a GPL file. Tridge, we could also create a replace_lpgl.c if needed. Volker (This used to be commit f8346687d950ed643e8fa7d0b1a9c27f2880cc85)
2007-10-10r17798: Beginnings of a standalone libaddns library released underGerald Carter1-0/+118
the LGPL. Original code by Krishna Ganugapati <krishnag@centeris.com>. Additional work by me. It's still got some warts, but non-secure updates do currently work. There are at least four things left to really clean up. 1. Change the memory management to use talloc() rather than malloc() and cleanup the leaks. 2. Fix the error code reporting (see initial changes to dnserr.h) 3. Fix the secure updates 4. Define a public interface in addns.h 5. Move the code in libads/dns.c into the libaddns/ directory (and under the LGPL). A few notes: * Enable the new code by compiling with --with-dnsupdate * Also adds the command 'net ads dns register' * Requires -luuid (included in the e2fsprogs-devel package). * Has only been tested on Linux platforms so there may be portability issues. (This used to be commit 36f04674aeefd93c5a0408b8967dcd48b86fdbc1)
2007-10-10r17610: Added the ability for firefox to drive the winbinddJeremy Allison1-0/+12
ntlm_auth module to allow it to use winbindd cached credentials.The credentials are currently only stored in a krb5 MIT environment - we need to add an option to winbindd to allow passwords to be stored even in an NTLM-only environment. Patch from Robert O'Callahan, modified with some fixes by me. Jeremy. (This used to be commit ae7cc298a113d8984557684bd6ad216cbb27cff3)
2007-10-10r17552: Attempt to fix tdb transactions on IRIXVolker Lendecke1-0/+1
(This used to be commit 4a7b06860cd2907eb0e0deb466a613529121b8b7)
2007-10-10r17367: Reverting the ab code. Note I'm not saying thisJeremy Allison1-1/+0
code is wrong or bad or anything, just that it needs to be discussed & reviewed on the samba-technical list before we add a platform-specific NFSv4 mapping. That way lies a lot of future pain :-). Jeremy. (This used to be commit 330899ec30ffceb798e3a8362d20e103e20b2897)
2007-10-10r17358: Re-add JFS2 NFS4 ACLs support, move readme for it into AIX-specific ↵Alexander Bokovoy1-0/+1
examples directory. (This used to be commit c085355c323c65ee782516859eed8a76b53e6035)
2007-10-10r17354: Revert -r 17353 per Volker request while gpfs compatibility layer ↵Alexander Bokovoy1-24/+0
code will be released. (This used to be commit 5b1db0151461af18d994359e86c649922fc6de65)
2007-10-10r17353: Add support for JFS2 NFS4/AIXC and GPFS acls based on NFSv4 ACLs.Alexander Bokovoy1-0/+24
(This used to be commit 72312cb2e255301f978455a559461ad83b13b6cb)
2007-10-10r17184: Attempt to get rid of some warnings on HP/UX. Without ↵Volker Lendecke1-0/+1
_XOPEN_SOURCE_EXTENDED #defined getsockopt uses an int* as socklen parameter. Volker (This used to be commit 0b78da62f7481c6b3d46eb2f1b586d20b0b10ca5)
2007-10-10r17179: Merge the vl-posixacls tmp branch into mainline. ItJim McDonough1-0/+16
modularizes our interface into the special posix API used on the system. Without this patch the specific API flavor is determined at compile time, something which severely limits usability on systems with more than one file system. Our first targets are AIX with its JFS and JFS2 APIs, at a later stage also GPFS. But it's certainly not limited to IBM stuff, this abstraction is also necessary for anything that copes with NFSv4 ACLs. For this we will check in handling very soon. Major contributions can be found in the copyright notices as well as the checkin log of the vl-posixacls branch. The final merge to 3_0 post-3.0.23 was done by Peter Somogyi <psomogyi@gamax.hu> (This used to be commit ca0c73f281a2a65a988094a46bb3e46a94011a53)
2007-10-10r17147: Install fixes for librariesGerald Carter1-0/+5
(This used to be commit 72bac13f21bf2c71538e3b3bafa0fc447e1e8af8)
2007-10-10r17138: In preparation for the cluster merge, add an empty configure option :-)Volker Lendecke1-0/+14
Volker (This used to be commit 906720649b4a6c9de9fb6e248e573d3e8fd00ead)
2007-10-10r17021: remove unsupported smbwrapper codeGerald Carter1-47/+3
(This used to be commit 07c67fbfc0790169ee748c0e62da14c89d3add23)
2007-10-10r16945: Sync trunk -> 3.0 for 3.0.24 code. Still needJeremy Allison1-11/+122
to do the upper layer directories but this is what everyone is waiting for.... Jeremy. (This used to be commit 9dafb7f48ca3e7af956b0a7d1720c2546fc4cfb8)
2007-10-10r16676: .o generates other warnings, use the Solaris trick with .po.o also ↵Volker Lendecke1-3/+3
for AIX. Fix a configure.in output line Volker (This used to be commit 1a80266d77bb95edaa221c14652b2c6fa9932ab6)
2007-10-10r16483: Turn off some useless MIPSPro warnings be default.James Peach1-0/+8
(This used to be commit a22bf28bcab6ef3c4addaf57fdeb2020625ead0e)
2007-10-10r16482: Fix bugzilla 3801 by forcing MIPSPro warning 1035 to be an error.James Peach1-1/+8
(This used to be commit 2131ddd7a13f078be471d327c8d73300facf8def)
2007-10-10r16478: small cleanup to make pam_winbind.so build and iniparserGerald Carter1-2/+2
include directory like other parts of the build files. (This used to be commit 0fca41efde36d535a274b983e032c1def33f081e)
2007-10-10r16340: Commit Bjoern's fix for the AIX PIC suffix. 'make test' still does ↵Volker Lendecke1-0/+3
the first tests, and vfstest is still able to load modules. Looks like this is ok :-) Volker (This used to be commit c08bfdf87a1368a5d6c9a58ddb8ba379d969941d)
2007-10-10r16287: Use intptr_t to return an integer of an unknown type castJeremy Allison1-0/+3
to void *. Jeremy. (This used to be commit e24361ecddef8a48a42a356775b93ce5c4027fae)
2007-10-10r16268: Add TCP fallback for our implementation of the CHANGEPW kpasswd calls.Günther Deschner1-0/+13
This patch is mainly based on the work of Todd Stecher <tstecher@isilon.com> and has been reviewed by Jeremy. I sucessfully tested and valgrinded it with MIT 1.4.3, 1.3.5, Heimdal 0.7.2 and 0.6.1rc3. Guenther (This used to be commit 535d03cbe8b021e9aa6d74b62d81b867c494c957)
2007-10-10r16111: Patch from Björn JACKE <samba@j3e.de>.James Peach1-2/+7
This fixes a problem where the clock definition for clock_gettime() is present at compile time, but is not available on the running system. In this case, we fall back to less-preferred clocks until we find one that we can use. (This used to be commit fc6ed6a1aa2225ccde04c4ecaf0777dc0de4f1cb)
2007-10-10r16057: Coalesce the DMAPI configure tests into a single macro. AddJames Peach1-24/+1
a more specific probe to try and eliminate old, incompatible DMAPI implementations provided by IRIX 6.4 and AIX 4.3. (This used to be commit aafd4db457ce8a60c628d54a3ace3b97c8885dca)
2007-10-10r15928: When we search for clock_gettime, we might find it in librt, but librtJames Peach1-19/+35
might pull in libpthread. This is quite bad, firstly because it can cause oplock signals on Linux to go wonky, and secondly because merely linking with pthreads can cause performance degradations due to implicit locking requirements. The solution is to only search for clock_gettime if --with-profiling-data was specified. If we do end up searching for it, then we test whether linking with librt pulled in libpthread, and we only allow the definition for clock_gettime to succeed if libpthread was NOT linked in. Problem reported by Thomas Bork and diagnosed by Volker Lendecke. (This used to be commit 5712644fcc00939b9101b2e3143674d2cbdf1e12)
2007-10-10r15654: Update our internal copy of popt to that distributed with the RPM 4.2James Peach1-1/+2
source code. (This used to be commit 9559886a92b1fdd33d380bf0100dcddb12477ff2)
2007-10-10r15634: Prevent passwords of winbindd's list of credential caches from beeingGünther Deschner1-0/+2
swapped to disc using mlock(). (patch was reviewed by Jeremy). Guenther (This used to be commit 206cdbb8e9a4a0900060d56510e58b85a2b8aec5)
2007-10-10r15550: make sure to pick up the -lresolv libs on systems without -lldap to ↵Gerald Carter1-1/+3
pull it in (This used to be commit 4f3a1c2c58a4087f3a2f72f471cbaf2bad5addfe)
2007-10-10r15549: removing rhosts and 'hosts equiv' authentication featuresGerald Carter1-2/+1
(This used to be commit d19dad88155f985f113c667b6bdad5a1b25eca18)
2007-10-10r15547: say goodbye to --with-ldapsam (although the ldapsam_compat passdb ↵Gerald Carter1-30/+0
backend still exists (This used to be commit 7d99e05ee8f60b2b4d18405dc8be6f9ff822c3ad)
2007-10-10r15508: Use clock_gettime for profiling timstamps if it is available. UseJames Peach1-0/+2
the fastest clock available on uniprocessors. (This used to be commit d44862928206b524f826bd7c2997ab5353c0b6a0)
2007-10-10r15462: replace the use of OpenLDAP's ldap_domain2hostlist() forGerald Carter1-11/+0
locating AD DC's with out own DNS SRV queries. Testing on Linux and Solaris. (This used to be commit cf71f88a3cdcabf99c0798ef4cf8c978397a57eb)
2007-10-10r15448: New autoconf macro to test for sysconf variables.James Peach1-15/+4
(This used to be commit a19d4f2bb4aa94ab40e371efbad9f17e38e3bbc4)