summaryrefslogtreecommitdiffstats
path: root/source/configure
Commit message (Collapse)AuthorAgeFilesLines
* /tmp/cvsVTEaY5Gerald Carter2001-08-241-836/+771
|
* 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.
* 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
* Added Mike Davidsons Tru64 ACL patch.Jeremy Allison2001-08-101-3/+3
| | | | Jeremy.
* merge from 2.2Gerald Carter2001-08-071-113/+122
|
* Put HPUX on mmap blacklist.Jeremy Allison2001-08-021-700/+705
| | | | Jeremy.
* 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
* Reran autoconf.Tim Potter2001-08-011-627/+665
|
* Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison2001-07-261-613/+618
| | | | | Digital UNIX). Jeremy.
* Re-ran autoconf.Tim Potter2001-07-251-548/+593
|
* added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell2001-07-251-721/+796
| | | | alternative iconv library
* 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.
* Commit an updated configure, but the build_farm should run autoconf!Richard Sharpe2001-07-241-723/+738
|
* Reran autoconf.Tim Potter2001-07-191-604/+607
|
* Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison2001-07-161-794/+769
| | | | Jeremy.
* removed remnants of libtoolAndrew Tridgell2001-07-081-1202/+728
|
* 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.
* 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.
* Reran autoconf.Tim Potter2001-07-031-1/+1
|
* Re-ran configure.Tim Potter2001-07-021-606/+614
|
* Not all OSs have setbuffer, so we better check for it.Andrew Bartlett2001-07-021-416/+472
| | | | Andrew Bartlett
* Modified Makefile.in to work properly. Define BLDSHARED as a variable in the ↵Richard Sharpe2001-06-301-731/+738
| | | | makefile now.
* 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.
* 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.
* 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
* 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.
* 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.
* Compile fix for wbinfo on solaris.Tim Potter2001-06-041-600/+597
|
* 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.
* - 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
* Try to fix build by adding autoconf tests for pam headers.Jeremy Allison2001-05-221-612/+653
| | | | Jeremy.
* - 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
* 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.
* 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.
* added more complete C99 snprintf testAndrew Tridgell2001-05-011-216/+221
|
* - 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
* added asprintf testAndrew Tridgell2001-04-281-1/+1
|
* added test for C99 compliant vsnprintfAndrew Tridgell2001-04-271-214/+262
|
* Fixed REPLACE_GETPASS test.Jeremy Allison2001-04-261-1/+1
| | | | Jeremy.
* Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison2001-04-251-712/+663
| | | | Jeremy.
* Added Steve Langasek <vorlon@netexpress.net> pam_smbpass supportJohn Terpstra2001-04-241-711/+847
|
* updating changes with 2.2 (comment lines in ./configure --help)Gerald Carter2001-04-241-1/+1
|
* 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.
* AIX ACLs donated by IBM.Jeremy Allison2001-04-171-14/+21
| | | | | Merge Andrew's fnmatch fix for WfW. Jeremy.
* Added --with-codepagedir as RedHat 6.2 and 7.x place them differently.Jeremy Allison2001-04-161-698/+719
| | | | Jeremy.
* 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.
* 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.
* Merge of Andrew's changes in 2.2.Jeremy Allison2001-04-131-689/+1058
| | | | Jeremy.
* To stop people complaining about the mktemp call, move it into lib/util.c. ↵Jeremy Allison2001-04-111-107/+156
| | | | | | | | Thanks to Andrew for all this code. Fixed extra line in lib/sysacls.c that broke XFS ACL code. Jeremy.
* Changed the order of -kPIC and -kpic.Jeremy Allison2001-04-111-21/+21
| | | | | Added patch from Michael Davidson <md@sco.COM> for Solaris/Unixware ACLS. Jeremy.