summaryrefslogtreecommitdiffstats
path: root/source3/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* Another fine mess, err, fine tune to the Slowaris build ...Richard Sharpe2001-07-241-2/+1
| | | | (This used to be commit e8ee01eb779c1971fa269840cb14d2207b9d8569)
* Make the Slowaris build a bit nicer with ccRichard Sharpe2001-07-241-1/+1
| | | | (This used to be commit ea1a70fb42b3537524bbbf19b2d41a499411ff4e)
* Fix some fscked up things that I added to the Solaris CC build of shared libsRichard Sharpe2001-07-231-1/+1
| | | | (This used to be commit f214f6b5d5157782884f3325cb4e39713c454264)
* One more possible fix for Solaris CC and GCCRichard Sharpe2001-07-231-1/+2
| | | | (This used to be commit 98e5e022319a6c90a928fecab1ea27e55f74d98a)
* Fix the POOBAD_CC on Slowaris so we can handle things correctly ...Richard Sharpe2001-07-231-1/+11
| | | | | Lets see how this goes. (This used to be commit d63b03f7536abb0745ad2a084c44108a3c19a8b6)
* Try and build shared on SCO. Assume that it is like others, but usesRichard Sharpe2001-07-231-0/+2
| | | | | -KPIC, which it does! (This used to be commit bc0317678299028cd9f9de8c0daf9f06318cce13)
* OK, I think I have fscking IRIX figured out for building PIC code.Richard Sharpe2001-07-231-1/+5
| | | | | You have to check which fsking compiler is used and do different things! (This used to be commit f38b5ba1946327714e1c9cc3ff91b0063906bd9c)
* Fix the PIC flag for IRIXRichard Sharpe2001-07-181-1/+1
| | | | (This used to be commit 6a7645f90b8c89fa5a74c0f2eb7667228f6d8c06)
* Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison2001-07-161-4/+18
| | | | | Jeremy. (This used to be commit 956e2a4e3783beec13b1baddb6384deac60389a9)
* A few tweaks around linking libsmbclientRichard Sharpe2001-07-141-2/+3
| | | | (This used to be commit 83334fc474008d9f338204e73eacc5665e26bf0c)
* Fix a stupid error in passing options to CC under AIXRichard Sharpe2001-07-121-1/+1
| | | | (This used to be commit b8b5603e0f789014a1237c358db478cf6211e215)
* A serious set of changes to build libsmbclienmt. Copied much ofthis fromRichard Sharpe2001-07-111-26/+29
| | | | | CUPS. (This used to be commit 7b392f9f6873c3a1ddd26f619f7827e0a9ce180a)
* Change the order of the -fPIC and -KPIC tests to ensure that UnixWareRichard Sharpe2001-07-101-6/+7
| | | | | is handled. (This used to be commit 7631bade9c52c7ebde0c7170a5d4d4ade6bb723c)
* removed remnants of libtoolAndrew Tridgell2001-07-081-2/+0
| | | | (This used to be commit abe01facea99f4cda76330d1265edde32b3c0a86)
* The big character set handling changeover!Andrew Tridgell2001-07-041-0/+17
| | | | | | | | 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)
* Removed the default addition of /include to the directory given inJeremy Allison2001-07-031-1/+1
| | | | | | --with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
* Fixed quoting bug - shell programming sucks.Tim Potter2001-07-031-1/+1
| | | | (This used to be commit 60d42618416295a8fc25a461a8b4783bb219d6a7)
* Only build the pam_winbind module if --with-pam used.Tim Potter2001-07-021-3/+8
| | | | | | Replaced extra shell variable with_pam_for_crypto with a check against $with_pam (This used to be commit 9db0332954e8b37fa5162b26d78de42a7fa533ae)
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-021-0/+2
| | | | | Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
* These changes cause the libsmbclient stuff to always build a non-shared ↵Richard Sharpe2001-06-291-1/+7
| | | | | | | library and to build a shared library only for the four OSes that we currently like. I will probably add HP/UX and AIX support based on the CUPS stuff soon ... (This used to be commit 9585529455ae4a3e9b4dafc5f16286fabb052809)
* Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison2001-06-291-1/+1
| | | | | | | Added vfs calls to symlink() and readlink() with appropriate configure checks. Jeremy. (This used to be commit c24e6b41ea60ab4bac2fcd19da947851d6df3c7c)
* Add check for working AF_LOCAL sockets, which are borkenMartin Pool2001-06-261-0/+10
| | | | | | on RH7.0 with _LARGEFILE64_SOURCE, and probably not present on non-Unix systems like VMS. (This used to be commit 8b0a5bc436fb44f5123d037b102f2d2c4d3287e8)
* fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ↵Andrew Tridgell2001-06-251-0/+13
| | | | | | instead of a define (This used to be commit e2ecff419fdc0a0dc7551b33b377dc11061ef2a3)
* Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison2001-06-181-10/+1
| | | | | | | 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)
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-061-2/+2
| | | | | | loop in Simo's code (removes much grp = gep->next code). Jeremy. (This used to be commit d0c276c2429fa19cd95ca887654e049593de68d5)
* Compile fix for wbinfo on solaris.Tim Potter2001-06-041-1/+1
| | | | (This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
* Added a --with/without winbind option to configure. The default is toTim Potter2001-06-011-8/+26
| | | | | | | compile winbind on supported systems but this may be disabled using --without-winbind. Using --with-winbind on unsupported systems has no effect. (This used to be commit de46428d054285f568727589537cd8520ee0f687)
* - added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell2001-05-301-22/+8
| | | | | | | tests for a fn or variable being defined in headers - used this to add prototypes for asprintf and vasprintf on systems that don't have them (This used to be commit ab2465239414853a14529f88a25f13c392aa2d3f)
* Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-221-0/+2
| | | | | Jeremy. (This used to be commit d52bc4d219bd07e656986e7754ea6e238c626d77)
* Ohh boy, I should be working on lots of other things, but I am pissed off, soRichard Sharpe2001-05-171-4/+4
| | | | | | | I needed to get down and dirty and do some coding etc ... Change -fpic to -fPIC ... Many people suggest that this is better ... (This used to be commit 26eda1f2b065482d0b547f3068c78ae442ba18d9)
* Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-161-3/+20
| | | | | | | solaris) so the autobuilder can have a crack at it. Cosmetic fix for large file support ./configure output. (This used to be commit ded776af285baa65af151710fe7440b6c52fc409)
* Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison2001-05-031-2/+2
| | | | | | | and using autoconf tests. Added "restrict acl with mask" parameter. Jeremy. (This used to be commit 7792e32ba7fd734cc68b354f31c382ac11521fe8)
* added more complete C99 snprintf testAndrew Tridgell2001-05-011-2/+7
| | | | (This used to be commit 4d7565342d5b53dd038bf25dd6c6afc7132ba2aa)
* - added test for vasprintfAndrew Tridgell2001-04-281-1/+1
| | | | | | | | | - cleaned up GNUC printf attribute macros - added enum handling in mkproto - removed non-vararg code - made slprintf and vslprintf just macros for snprintf and vsnprintf - don't need slprintf code any more (This used to be commit c7aeb2254dfc3cd0aa0b6c0bdd426f9323be0ddf)
* added asprintf testAndrew Tridgell2001-04-281-1/+1
| | | | (This used to be commit 8bda86c0bfd3693420e334a10d19bed61b131bae)
* added test for C99 compliant vsnprintfAndrew Tridgell2001-04-271-0/+19
| | | | (This used to be commit 9ebd90904e512c49cc80c584ab3d5902340ddcae)
* fixed typoAndrew Tridgell2001-04-271-1/+1
| | | | (This used to be commit ed9d93c9c3c42b13b021e5e8f84f4d865cd28724)
* Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-261-1/+1
| | | | | Jeremy. (This used to be commit 3cfcaaca5ba54ada898680ac9943086316d262b4)
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-241-1/+35
| | | | (This used to be commit 550cc5c182e88f742ac2052d80208da5f98e2543)
* updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter2001-04-241-1/+1
| | | | (This used to be commit cf9e34c79be4c09b84d648134933b9007a06dc92)
* merge from 2_2Andrew Tridgell2001-04-191-0/+15
| | | | (This used to be commit 5e9a2084bfa555295f60485fc83f9bb9245f3fd4)
* AIX ACLs donated by IBM.Jeremy Allison2001-04-171-0/+4
| | | | | | Merge Andrew's fnmatch fix for WfW. Jeremy. (This used to be commit 1d4438f07745df3d02ed8ab3ef048e20016816b6)
* Added --with-codepagedir as RedHat 6.2 and 7.x place them differently.Jeremy Allison2001-04-161-0/+16
| | | | | Jeremy. (This used to be commit 1cfc542685f3ad6c16e922ca35043a1a9ce57f8e)
* Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-7/+15
| | | | | | | a bit to use AC_TRY_LINK to ensure functions are available for link instead of AC_TRY_COMPILE. Jeremy. (This used to be commit c23628746342b6afa28cb34b0b4eaa61189ad390)
* configure:Jeremy Allison2001-04-141-1/+1
| | | | | | | | | | | | | | | | | | | | | | | configure.in: include/config.h.in: include/profile.h: smbd/vfs-wrap.c: smbd/vfs.c: Added fchmod and fchown to VFS (sorry Gerald - but we needed them anyway). smbd/dosmode.c: smbd/files.c: printing/printfsp.c: smbd/close.c: smbd/open.c: Fixed "dos filemode" correctly so there are no race conditions. Forces test of open of file O_WRONLY before allowing fchmod as root. Afterwards, calls standard close function that preserves POSIX locks due to POSIX-me-harder braindamage. :-). Andrew please review this code. Also - in removing the tmpdir param in smbrun an extra NULL parameter was missed in each print_run_command() call (which is a varargs fn.). Now fixed. Jeremy. (This used to be commit 32397e5bc6d995ce7ca37c82d6aedc1e5b1b6fbd)
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-8/+64
| | | | | Jeremy. (This used to be commit fc76681812b1469208ad6c8847afdfc68bc6db49)
* To stop people complaining about the mktemp call, move it into lib/util.c. ↵Jeremy Allison2001-04-111-0/+22
| | | | | | | | | Thanks to Andrew for all this code. Fixed extra line in lib/sysacls.c that broke XFS ACL code. Jeremy. (This used to be commit 9b32b8a8cfc8ddb93c14d5581f433d2e93f89ed2)
* Changed the order of -kPIC and -kpic.Jeremy Allison2001-04-111-8/+8
| | | | | | Added patch from Michael Davidson <md@sco.COM> for Solaris/Unixware ACLS. Jeremy. (This used to be commit 144a2906810e8d4414d627835eb80f60bd1d88a4)
* keep cflags from being duplicated if defined in environmentHerb Lewis2001-04-061-1/+7
| | | | (This used to be commit 2097298565b367157a3bc0c1178f17b1a6bbdd86)
* Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison2001-04-031-1/+14
| | | | | Jeremy. (This used to be commit 0865366f6b1070a8db3d8421c37c8072b36b96e3)