summaryrefslogtreecommitdiffstats
path: root/source3/configure
Commit message (Collapse)AuthorAgeFilesLines
* the next step in our error code handling changeAndrew Tridgell2001-09-031-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)
* fixed typoGerald Carter2001-08-261-1/+1
| | | | (This used to be commit 3b1454691b1164493f1bee58a3d2e5eed0aa898e)
* typoGerald Carter2001-08-241-730/+732
| | | | (This used to be commit 11605ea38ac699cec0d0e84b94eca3d8df2e03a7)
* /tmp/cvsVTEaY5Gerald Carter2001-08-241-836/+771
| | | | (This used to be commit 55f222236f3a80b2e0b7a1ec278d90d5cf57459f)
* Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter2001-08-231-557/+613
| | | | | header files as well as libcups. (This used to be commit 2dbb41a7b88e7fad63579111aaab4a1cd28c54d5)
* a bunch of fixes from the sflight to seattleAndrew Tridgell2001-08-201-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)
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-3/+3
| | | | | Jeremy. (This used to be commit 8c5e5f8c84cab4273ca28d6b5f543dd5d5b464fb)
* merge from 2.2Gerald Carter2001-08-071-113/+122
| | | | (This used to be commit a7bf5e2ab84e21198a22e893e8640710a9ba2f7b)
* Put HPUX on mmap blacklist.Jeremy Allison2001-08-021-700/+705
| | | | | Jeremy. (This used to be commit 4d5fe9ed4fc2c3bb7830ab14eead8d12eed37de9)
* changed --with-profile to --with-profiling-data to "stop the madness!"Gerald Carter2001-08-021-614/+611
| | | | | | | | | | | of people somehow thinking this was related to user profiles. Hope this is ok Herb. jerry (This used to be commit 5704a9f0bb7f78c34f4141512159d0e7eb4305b8)
* Reran autoconf.Tim Potter2001-08-011-627/+665
| | | | (This used to be commit 7bd901b6a89e34d111609892e0fe648248c9e21e)
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-613/+618
| | | | | | Digital UNIX). Jeremy. (This used to be commit 324ba0512ec84bb173c72be3dfd2447e0dc30e26)
* Re-ran autoconf.Tim Potter2001-07-251-548/+593
| | | | (This used to be commit 4ecc12e974cbc7edd0507cfb851f47f7f9c53d28)
* added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell2001-07-251-721/+796
| | | | | alternative iconv library (This used to be commit cfb6e67bb92f9d73aadabebae3ea5baeb07158a0)
* Store winbindd in the sbin directory. Make the winbind pam module also asTim Potter2001-07-241-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)
* Commit an updated configure, but the build_farm should run autoconf!Richard Sharpe2001-07-241-723/+738
| | | | (This used to be commit 81e39790f64fbccc6bdd967635a22a2e0ca666cc)
* Reran autoconf.Tim Potter2001-07-191-604/+607
| | | | (This used to be commit fa4901eaf23004f16c529037491c1d809efb2905)
* Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison2001-07-161-794/+769
| | | | | Jeremy. (This used to be commit 956e2a4e3783beec13b1baddb6384deac60389a9)
* removed remnants of libtoolAndrew Tridgell2001-07-081-1202/+728
| | | | (This used to be commit abe01facea99f4cda76330d1265edde32b3c0a86)
* The big character set handling changeover!Andrew Tridgell2001-07-041-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)
* Removed the default addition of /include to the directory given inJeremy Allison2001-07-031-607/+604
| | | | | | --with-sslinc. Should allow building on RH7.1 when set correctly. Jeremy. (This used to be commit 016a97d71aa1ac9de782248c645aecbf22ed647b)
* Reran autoconf.Tim Potter2001-07-031-1/+1
| | | | (This used to be commit 547d63c60a9c0588d5263d5c0384e0198aa18be9)
* Re-ran configure.Tim Potter2001-07-021-606/+614
| | | | (This used to be commit 33f668b137054f3eb768036398693a3b754158c3)
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-021-416/+472
| | | | | Andrew Bartlett (This used to be commit aa5708de69a71e6b41a12f63550fae94f2481742)
* Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe2001-06-301-731/+738
| | | | | | makefile now. (This used to be commit 332f646fdc25ae4fe3797ad6c85d4637f0dba0e3)
* 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-600/+634
| | | | | | 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-594/+637
| | | | | | 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-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)
* Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison2001-06-061-3/+3
| | | | | | 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-600/+597
| | | | (This used to be commit cae6958f0872e0a0cc7647d14dd855caecd9114b)
* Added a --with/without winbind option to configure. The default is toTim Potter2001-06-011-738/+763
| | | | | | | 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-549/+692
| | | | | | | 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-612/+653
| | | | | Jeremy. (This used to be commit d52bc4d219bd07e656986e7754ea6e238c626d77)
* - added ability for swat to run under CGI. This needsAndrew Tridgell2001-05-171-599/+596
| | | | | | to be setup very carefully for it not to be a security hole - reran configure (This used to be commit cf4e439a1e0f3fadbe08c474e5b201827866d7f5)
* Added winbind programs to build for supported systems (i.e linux andTim Potter2001-05-161-574/+596
| | | | | | | 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-216/+221
| | | | (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-214/+262
| | | | (This used to be commit 9ebd90904e512c49cc80c584ab3d5902340ddcae)
* Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-261-1/+1
| | | | | Jeremy. (This used to be commit 3cfcaaca5ba54ada898680ac9943086316d262b4)
* Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-251-712/+663
| | | | | Jeremy. (This used to be commit c6f25e84d3e15319d263386c101727d787cf0679)
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-241-711/+847
| | | | (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)
* Added smb_ prefix to all Samba wrapper pam functions.Jeremy Allison2001-04-231-52/+163
| | | | | | Fixed off by one bug using StrnCpy instead of strdup(). Jeremy. (This used to be commit d4b1c0be2e700c86a4338bb497777f97e3c960a7)
* AIX ACLs donated by IBM.Jeremy Allison2001-04-171-14/+21
| | | | | | 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-698/+719
| | | | | Jeremy. (This used to be commit 1cfc542685f3ad6c16e922ca35043a1a9ce57f8e)
* Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison2001-04-141-13/+47
| | | | | | | 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)