summaryrefslogtreecommitdiff
path: root/source3/configure
AgeCommit message (Collapse)AuthorFilesLines
2001-10-11first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell1-2502/+743
of gettext for internationalisation support. There is more to do (This used to be commit ab7f67677a1ade4669e5c2750d0a38422ea616a9)
2001-10-11initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell1-823/+874
activate you need to: - install krb5 libraries - run configure - build smbclient - run kinit to get a TGT - run smbclient with the -k option to choose kerberos auth (This used to be commit d33057585644e1337bac743e25ed7653bfb39eef)
2001-09-28Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison1-4/+4
Jeremy. (This used to be commit 4c5158d1e5620ccc3f2812a3fbedcb60a67caecc)
2001-09-26OpenSSL merge from 2.2Gerald Carter1-838/+842
(This used to be commit efc6df5a3914da9e7b792ccaccd1403c72c09f78)
2001-09-26Finish Jeremy's passdb merge :-).Andrew Bartlett1-132/+167
(fix up configure.in for default (smbpasswd) option) Rerun autoconf. (This used to be commit 0b9e13530d728ef3c19d6ff05d74b7e594bf9a4c)
2001-09-25Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison1-835/+845
Jeremy. (This used to be commit 611bf806d569b70edabbc04a2f5408142370a550)
2001-09-25sorry to forget re-run autoconf again...Motonobu Takahashi1-118/+124
(This used to be commit 322ba52f71045002c6b969fb87932ee8b7d578c8)
2001-09-25Fix up the ./configure for the BSDs:Andrew Bartlett1-1/+1
Subject: Re: bugs in installman.sh script Date: Tue, 25 Sep 2001 16:02:11 +0200 (CEST) From: Rafal Szczesniak <mimir@spin.ict.pwr.wroc.pl> To: Andrew Bartlett <abartlet@pcug.org.au> CC: <samba-technical@lists.samba.org> On Tue, 25 Sep 2001, Andrew Bartlett wrote: > Its broken for BSDs and was broken for many others. You might want to > re-checkout. Any fixes appricatiated. OK. Here's the patch for configure.in. Replaces illegal, under [t]csh, substitution with more general sed construction. Apply it, please, and I'll see if I can clean up the installman.sh further. (This used to be commit cad971f4c37042c4e9b6e6332e55757473f6da78)
2001-09-25Change ./configure.developer to stay in effect across aAndrew Bartlett1-813/+823
'./config.status --recheck' by making it a real configure option. reran autoconf (This used to be commit 23173125cd124508a080cfc11436273efcbeedb6)
2001-09-24Update configure from configure.inMotonobu Takahashi1-738/+2615
(This used to be commit 50a61b221ba97a41ecc52e862f7b41bc18b61852)
2001-09-22fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell1-617/+627
(and thus smbd) every time (This used to be commit e78d0a3615d74cdd023d2d623abc27ac59356ae0)
2001-09-21Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison1-39/+89
*HARD*, dammit ! Jeremy. (This used to be commit 59a4684201fb72989698db5ac8169bd8880bd9a7)
2001-09-20smbmount fixes from Urban.Jeremy Allison1-63/+70
Jeremy. (This used to be commit 73ec9392396af6183bdf43b9f8ac0a6a0359a074)
2001-09-19Reran autoconf, autoheaderAndrew Bartlett1-171/+198
(This used to be commit 26e523bf6e36d1aa355bbaa7d9b1d5c65c1b5e6b)
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-704/+707
Jeremy. (This used to be commit 36516b2ca97e8644a29055dfab868aced644f9aa)
2001-09-14merges from 2.2Gerald Carter1-760/+731
(This used to be commit b619458dde158c37a4420a28a7e1e1f70e7a18d1)
2001-09-11Tweak the building rules under Solaris with CC.Richard Sharpe1-262/+263
(This used to be commit d3758404d43b1b4be0b980a4fe078cab458e6d21)
2001-09-11Make sure to commit configureRichard Sharpe1-266/+265
(This used to be commit a3f5139beb774163f811d9e68839742b4d938e87)
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett1-62/+58
seem to think you need this module for normal samba/PAM operation. rerun autoconf rerun autoheader (Note that --with-pam_smbpass still doesn't build, but at least when it does again only people who actually need it will select it). (This used to be commit bbda3dd7422a434f19ca8968dab8f9f210254c2f)
2001-09-05variable name changed to --with-profiling-dataHerb Lewis1-619/+616
(This used to be commit 28fba1ba4883e5eaa97247e933da9311c53c41df)
2001-09-03the next step in our error code handling changeAndrew Tridgell1-749/+772
- added WERROR for win32 error codes - added a configure test for immediate structures still lots to do, so its not enabled by default, but the main structure is there (This used to be commit 24f9ab683dec52587ee56717e821b49c0fa3d70f)
2001-08-26fixed typoGerald Carter1-1/+1
(This used to be commit 3b1454691b1164493f1bee58a3d2e5eed0aa898e)
2001-08-24typoGerald Carter1-730/+732
(This used to be commit 11605ea38ac699cec0d0e84b94eca3d8df2e03a7)
2001-08-24/tmp/cvsVTEaY5Gerald Carter1-836/+771
(This used to be commit 55f222236f3a80b2e0b7a1ec278d90d5cf57459f)
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-557/+613
header files as well as libcups. (This used to be commit 2dbb41a7b88e7fad63579111aaab4a1cd28c54d5)
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-610/+613
in particular: - fixed NT status code for a bunch of ops - fixed handling of protocol levels in ms_fnmatch (This used to be commit 3eba9606f71f90bfd9820af26f8676277ed22390)
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-3/+3
Jeremy. (This used to be commit 8c5e5f8c84cab4273ca28d6b5f543dd5d5b464fb)
2001-08-07merge from 2.2Gerald Carter1-113/+122
(This used to be commit a7bf5e2ab84e21198a22e893e8640710a9ba2f7b)
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-700/+705
Jeremy. (This used to be commit 4d5fe9ed4fc2c3bb7830ab14eead8d12eed37de9)
2001-08-02changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter1-614/+611
of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry (This used to be commit 5704a9f0bb7f78c34f4141512159d0e7eb4305b8)
2001-08-01Reran autoconf.Tim Potter1-627/+665
(This used to be commit 7bd901b6a89e34d111609892e0fe648248c9e21e)
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-613/+618
Digital UNIX). Jeremy. (This used to be commit 324ba0512ec84bb173c72be3dfd2447e0dc30e26)
2001-07-25Re-ran autoconf.Tim Potter1-548/+593
(This used to be commit 4ecc12e974cbc7edd0507cfb851f47f7f9c53d28)
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell1-721/+796
alternative iconv library (This used to be commit cfb6e67bb92f9d73aadabebae3ea5baeb07158a0)
2001-07-24Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter1-605/+612
a sbin program. Currently the pam and nss modules are installed into @prefix@/sbin - I'm not sure whether this is a good idea or not. Perhaps they should be left in the build tree and copied across as needed by hand or a packaging tool. (This used to be commit 09af934c4aa295bec494740d94de76e5e4497887)
2001-07-24Commit an updated configure, but the build_farm should run autoconf!Richard Sharpe1-723/+738
(This used to be commit 81e39790f64fbccc6bdd967635a22a2e0ca666cc)
2001-07-19Reran autoconf.Tim Potter1-604/+607
(This used to be commit fa4901eaf23004f16c529037491c1d809efb2905)
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison1-794/+769
Jeremy. (This used to be commit 956e2a4e3783beec13b1baddb6384deac60389a9)
2001-07-08removed remnants of libtoolAndrew Tridgell1-1202/+728
(This used to be commit abe01facea99f4cda76330d1265edde32b3c0a86)
2001-07-04The big character set handling changeover!Andrew Tridgell1-603/+657
This commit gets rid of all our old codepage handling and replaces it with iconv. All internal strings in Samba are now in "unix" charset, which may be multi-byte. See internals.doc and my posting to samba-technical for a more complete explanation. (This used to be commit debb471267960e56005a741817ebd227ecfc512a)
2001-07-03Removed the default addition of /include to the directory given inJeremy Allison1-607/+604
--with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
2001-07-03Reran autoconf.Tim Potter1-1/+1
(This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9)
2001-07-02Re-ran configure.Tim Potter1-606/+614
(This used to be commit 33f668b137054f3eb768036398693a3b754158c3)
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-416/+472
Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
2001-06-30Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe1-731/+738
makefile now. (This used to be commit 332f646fdc25ae4fe3797ad6c85d4637f0dba0e3)
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-1/+1
Added vfs calls to symlink() and readlink() with appropriate configure checks. Jeremy. (This used to be commit c24e6b41ea60ab4bac2fcd19da947851d6df3c7c)
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-600/+634
on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. (This used to be commit 8b0a5bc436fb44f5123d037b102f2d2c4d3287e8)
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵Andrew Tridgell1-594/+637
instead of a define (This used to be commit e2ecff419fdc0a0dc7551b33b377dc11061ef2a3)
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-39/+4
generic Linux ACL code. rpc_server/srv_samr_nt.c: Don't delete a policy handle before it's created. Jeremy. (This used to be commit db5b82e53a7061c4764d39ceb3df82e706aad42f)
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-3/+3
loop in Simo's code (removes much grp = gep->next code). Jeremy. (This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)