summaryrefslogtreecommitdiff
path: root/source3/configure.in
AgeCommit message (Collapse)AuthorFilesLines
2003-05-12And finally IDMAP in 3_0Simo Sorce1-0/+21
We really need idmap_ldap to have a good solution with ldapsam, porting it from the prvious code is beeing made, the code is really simple to do so I am confident it is not a problem to commit this code in. Not committing it would have been worst. I really would have been able to finish also the group code, maybe we can put it into a followin release after 3.0.0 even if it may be an upgrade problem. The code has been tested and seem to work right, more testing is needed for corner cases. Currently winbind pdc (working only for users and not for groups) is disabled as I was not able to make a complete group code replacement that works somewhat in a week (I have a complete patch, but there are bugs) Simo. (This used to be commit 0e58085978f984436815114a2ec347cf7899a89d)
2003-05-12Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy1-4/+4
(This used to be commit 7c2395d7cd98b23d58a024a54e5058101fc9d322)
2003-05-12Forgot to actually change default for quotas to -no- in configure.inAlexander Bokovoy1-1/+1
(This used to be commit 73cf63a27f4ff53546171aec18952324d1ed983c)
2003-05-12Add NT quota support. Patch from Stefan (metze) MetzemacherAlexander Bokovoy1-35/+253
1. Allows to change quota settings for shared mount points from Win2K and WinXP from Explorer properties tab 2. Disabled by default and when requested, will be probed and enabled only on Linux where it works 3. Was tested for approx. two weeks now on Linux by two independent QA teams, have not found any bugs so far Documentation to follow (This used to be commit 4bf022ce9e45be85609426762ba2644ac2031326)
2003-05-08Hopefully re-enable building heimdal. It needs -lresolv included in LIBSJim McDonough1-0/+1
to link during configure checks. (This used to be commit 7af282e7ff9c2cccfab97130dc66515a4852c25f)
2003-05-05AIX doesn't append $SHLIB_EXT to NSS libraries.Tim Potter1-3/+4
(This used to be commit af083d2760c79ef33b7e187a5c5a6238667da24e)
2003-05-03configure.in updates:Andrew Bartlett1-32/+11
Now the IRIX and non-irix cases for one of these switch statements is the same, eliminate the statement... We now use autoconf > 2.50, so we can use some of it's features. We also need to correctly include the magic for building vfs_fake_perms. (This used to be commit a4ec8a615195f681f315ce23e799f2e7d35f27f6)
2003-04-30Try to fix IRIX build - add quotes and never call libns_winbind by name - weAndrew Bartlett1-2/+2
should only set that name once. (This used to be commit 34f15bff6f4f847eb900174793dcbc638f96a5bd)
2003-04-29sync with HEAD and remove --with-misplussam as wellGerald Carter1-17/+0
(This used to be commit 531c2df8d443fde8fafdc95250cb9eb809089d59)
2003-04-29remove --with-tdbsam since it is always built nowGerald Carter1-17/+0
(This used to be commit f277cd54ea6be5cad6ea765d992bc4133765ef92)
2003-04-26Remove the unpopular pdb_unix, which has served it's time well.Andrew Bartlett1-3/+4
Also get charset 'werid' for both --enable-developer options in configure. Andrew Bartlett (This used to be commit 2a99e77e91cd214296f12b0aaf30c3c51d5a2c0a)
2003-04-26Fix the weird charset and build it by default for ./configure -enable-developerJelmer Vernooij1-4/+5
(This used to be commit 8d17a4dc2142aa816200f3f91c7f60c3f2c5888c)
2003-04-24In 3.0, pdb_mysql and pdb_xml are in passdb/Jelmer Vernooij1-2/+2
(This used to be commit 706090a1be66b9fffb6c8161092cf9d86965bcfa)
2003-04-24Make sure that we don't compile pdb_ldap on systems with ldap.h, but withoutAndrew Bartlett1-4/+8
-lldap. Andrew Bartlett (This used to be commit 5c36308d14c622bb2d466b97376d3b15ca7c47b2)
2003-04-24Add vfs_fake_perms to Samba 3.0Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 3ad260ced99dd703d3fb1cb15e4eba7ecf7c858a)
2003-04-22Add configure test for previous ldap modifications - we now check if theAndrew Bartlett1-0/+1
ldap_initialze function exists, not just if we are on a particular OpenLDAP. Andrew Bartlett (This used to be commit 8a20162db6a8b3fa7eb0e829663b9b4ced1218c0)
2003-04-16More merges from HEAD:Jelmer Vernooij1-112/+48
- Stephan Kulow's changes (fixing warnings in libsmbclient) - VFS modules - Seperating libs (This used to be commit 6e9b7802335428c88ecf4e44a0e2395ac58e96b5)
2003-04-15Add selection of the modules to configure (merge from HEAD)Jelmer Vernooij1-0/+96
(This used to be commit 3e283989ffc41d55f75f9dacbedca0cf920208fb)
2003-04-15Fix typo in configure.in (merge from HEAD)Jelmer Vernooij1-1/+1
(This used to be commit 30658cd63d55f2cbaf1e7e506dec71959f9069c3)
2003-04-14Backport my backtrace patch from HEADJelmer Vernooij1-2/+2
(This used to be commit 66fcf6b4938a87e5ded7c7e5830a6a54e4439544)
2003-04-14Merge a bunch of updates from HEAD:Tim Potter1-0/+19
- winbind nss client cleanups - new rpc echo pipe (This used to be commit ea38b0d7f0b05565bab341294f11d53f0b6f7809)
2003-04-12Patch from Armijn Hemel <armijn@nl.linux.org> to fix build onJelmer Vernooij1-2/+2
FreeBSD 5 systems with a broken krb5-config (This used to be commit 675333350a645cfe209127bfd040b81c2fc42f58)
2003-04-04Replace .so by .$SHLIBEXTJelmer Vernooij1-8/+8
(This used to be commit 57bd342c308366bbaa16574ba03b7e73f1e4060e)
2003-04-04Use $SHLIBEXT rather then soJelmer Vernooij1-2/+2
(This used to be commit 657e6b6ca04461178946492b5355542c345fbfcb)
2003-04-02Forgot to merge configure.in changes for winbind client tidyup.Tim Potter1-5/+14
(This used to be commit 5e9c494a241102805e76461197dc8b5afcac64d9)
2003-03-28don't include proto.h during autoconf tests since it doesn't exist yet; ↵Gerald Carter1-0/+1
fixed getsmbpass replacement test (This used to be commit 2aa2767ed5dc5290d6f71174bbf1be7d75a97d8b)
2003-03-26Add defines for platforms that need them.Jeremy Allison1-0/+6
Jeremy. (This used to be commit 7787815da498382a380230912e0573f41347d0d8)
2003-03-22Merge from HEAD - Detect missing -lroken properly on machines without ↵Jelmer Vernooij1-2/+3
krb5-config (This used to be commit 70634d248e74395c05d9980b07d53a20327a30a8)
2003-03-22This caused problems on the build farm.Andrew Bartlett1-1/+1
(This used to be commit f16a70a405a702945ada42be638c3d17c59517c0)
2003-03-22Merge fixes to libsmbclient (fstring/pstring) from HEAD.Andrew Bartlett1-1/+1
Andrew Bartlett (This used to be commit 6bf04c41ed88528345f6bb19d48f5909753a8322)
2003-03-18Jeremy merged across my string parinoia fixes, but forgot to enable them! :-)Andrew Bartlett1-0/+18
This patch catches up on the rest of the work - as much string checking as is possible is done at compile time, and the rest at runtime. Lots of code converted to pstrcpy() etc, and other code reworked to correctly call sizeof(). Andrew Bartlett (This used to be commit c5b604e2ee67d74241ae2fa07ae904647d35a2be)
2003-03-17Merge from HEAD - sync up SessionSetup code to HEAD, including Luke Howard'sAndrew Bartlett1-0/+16
session key and auth verifier patches. Andrew Bartlett (This used to be commit 3f9616a68a855acbae3f405c27ee2358fbe7ba2c)
2003-03-13In Valgrind 1.9.4, the headers have moved to <valgrind/valgrind.h>,Martin Pool1-0/+4
etc. So check for that as well as the old names when including macros and conditionally defining -DVALGRIND. (This used to be commit 054ed6d86d0ca61623d61db7bc31999c19269176)
2003-02-26Merge adding -Wwrite-strings to our CFLAGS when --enable-developer is setAndrew Bartlett1-2/+2
(This used to be commit 1cba3ceae1637974272e595260933985d84942d4)
2003-02-24Merge crypt(), ACL lib and shared lib changes from HEAD.Andrew Bartlett1-53/+90
(This used to be commit e380224d8cd265b9845ad80af2b053a56078e790)
2003-02-19Sync with HEAD for verifying kerberos tickets.Jim McDonough1-0/+3
(This used to be commit 77e1178a888f0d380a5ef94911a8f07bf04a7ba3)
2003-02-17People were being tripped up by the fact that we havn't updated acconfig.hAndrew Bartlett1-0/+3
as we don't need it for autoconf 2.53. Remove it from CVS, and assert the newer autotools in configure.in Andrew Bartlett (This used to be commit c51065e6073f30296e87bedd06efd7f9a5833f93)
2003-02-15Merge from head CFLAGS/CPPFLAGS and LIBS/LDFLAGS sanitizingAlexander Bokovoy1-0/+8
(This used to be commit bf1c82a48f89d25af767d73cb9c25f78bd868d30)
2003-02-15Merger krb5-config and libtinfo to SAMBA_3_0Alexander Bokovoy1-2/+17
(This used to be commit 864809707b0acf34e19b4234960e888b6737b39e)
2003-02-14Bring in line with HEAD version...mostly formatting changes to clean up diffs.Jim McDonough1-7/+7
(This used to be commit ef43dff0bf49c942260f9a9a79fceabb5de715e0)
2003-02-14merge from HEAD - enable dynamic RPC modulesJim McDonough1-0/+89
(This used to be commit d9c485b01017594d113502f9de2248d6c120cfa3)
2003-02-12Fixes for HPUX only having limited POSIX lock range from Michael Steffens ↵Jeremy Allison1-2/+2
<michael.steffens@hp.com> Jeremy. (This used to be commit e9b4fb8b9aedda9afc01af976264298002be3096)
2003-02-04Try to allow old and new heimdal installsJim McDonough1-5/+14
(This used to be commit 6d593ca174282e7a8098813e9423c1ca5f86f0b1)
2003-02-03Try to get build working on systems with krb runtime but not devel libs.Jim McDonough1-2/+2
Let's not assume that because one dir exists the whole shebang is there... (This used to be commit de8ffcad47a4e495615e0ad211316291075f3f6c)
2003-02-01Merge from HEAD: netbsd supports dynamic libsJelmer Vernooij1-1/+1
(This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e)
2003-01-30Straus VOS detection patches from Paul GreenGerald Carter1-0/+24
(This used to be commit 29962f99f2972bd780366753abf4615c0e8fbda1)
2003-01-28patch from Paul Green to only build libsmbclient.so on platforms that ↵Gerald Carter1-11/+21
support shared libraries (This used to be commit 8ef302f6bf52a0bc7e1062747cb9b69c696958fd)
2003-01-28Finally we compile with Heimdal as well as MIT ! Wonder if it works... :-).Jeremy Allison1-0/+1
Jeremy. (This used to be commit 1b71786c161cd8ec4c3c0c6b178370ed50feeef4)
2003-01-28Get smbd to link with Heimdal. Still missing some client progs...Jeremy Allison1-3/+14
Jeremy. (This used to be commit 85dda434763bbcea260c800599e4b6b73afcf174)
2003-01-21Get closer to Heimdal compile... Damn. HEAD has different code inJeremy Allison1-0/+8
kerberos_verify... Jeremy. (This used to be commit e8c4098da619a1429cc4c8251761333a7c0f3458)