summaryrefslogtreecommitdiffstats
path: root/source/configure.in
Commit message (Collapse)AuthorAgeFilesLines
...
* check for gssapi_generic.hAndrew Tridgell2001-12-081-1/+2
|
* added internal sasl/gssapi code. This means we are no longer dependent on ↵Andrew Tridgell2001-12-081-1/+2
| | | | cyrus-sasl which makes the code much less fragile. Also added code to auto-determine the server name or realm
* merge from 2.2Herb Lewis2001-12-051-5/+5
| | | | don't set WINBIND variables unless configure was run --with-winbind
* dont add -I./popt to CFLAGS it really belongs in FLAGS1 with other includeHerb Lewis2001-12-051-1/+2
| | | | paths. This make it hard to use a script that overrides CFLAGS options.
* we need to look for liblber before libldapAndrew Tridgell2001-11-301-1/+6
|
* XFS quota patch for Linux.Jeremy Allison2001-11-301-0/+3
| | | | Jeremy.
* Fix up the ./configure tests for kerberos. This ensures a more consistantAndrew Bartlett2001-11-291-4/+1
| | | | | behaviour no matter if kerberos was found automatically, found in the /usr/kerberos path or was specified.
* Allow kerberos to work on RedHat and other non /usr systems againAndrew Bartlett2001-11-281-0/+2
| | | | the configure test uses the CPPFLAGS when checking that krb5.h exists
* added test for krb5.hAndrew Tridgell2001-11-271-0/+5
| | | | | this was causing the kerberos stuff to fail compilation on several platforms
* automatically look for /usr/kerberos to make redhat happyAndrew Tridgell2001-11-271-0/+11
|
* check for liblber separatelyAndrew Tridgell2001-11-251-1/+2
|
* added the beginnings of ADS support in smbdAndrew Tridgell2001-11-201-6/+14
|
* Detect libreadline>=4.0, and set HAVE_NEW_LIBREADLINE. At the momentMartin Pool2001-11-191-0/+9
| | | | | this is only to get the cast right, but it might help with other parts of the API that changed later.
* Fixed detection of RedHat headers. Removed another file !Jeremy Allison2001-11-161-1/+1
| | | | Jeremy.
* Fix detection of RedHat 7.2.Jeremy Allison2001-11-151-1/+5
| | | | | | Remove unused old file. Test 42 byte reply to SMBntcreate (W2K does this). Jeremy.
* Fix compile on RedHat 7.2 systems with broken system headers.Jeremy Allison2001-11-141-0/+15
| | | | Jeremy.
* Cosmetic fix for libpopt-checking test.Martin Pool2001-11-141-1/+1
|
* Remove built-in support for clear-text kerberos authentication.Andrew Bartlett2001-11-111-33/+10
| | | | | | | | | | This should remove some confusion from the ./configure, but does not affect the 'real' kerberos support currently residing in smbd/sesssetup.c. This code is vunerable to a spoofed KDC, and is best replaced by --with-pam and the pam_krb5 module. This module includes measures to prevent such spoofing. Andrew Bartlett
* Fix popt library checkingJim McDonough2001-10-231-2/+3
|
* Add popt for parsing commandline optionsJim McDonough2001-10-231-0/+30
|
* - fixed link order of krb5 libsAndrew Tridgell2001-10-221-2/+2
| | | | - accept a wide range of principal names in session setup
* don't need KRB5_DIR defineAndrew Tridgell2001-10-201-1/+0
|
* fix linking of k5crypto library on openbsdAndrew Tridgell2001-10-161-2/+6
|
* fixed finding the resolv libraryAndrew Tridgell2001-10-161-14/+7
|
* include more libs needed for kerberos5 on some systems (eg. solaris)Andrew Tridgell2001-10-151-59/+13
| | | | removed some no longer needed i18n stuff from configure.in
* fixed the --with-krb5=dir option.Andrew Tridgell2001-10-141-8/+9
| | | | thanks to monyo for pointing out the problem
* first step in converting the head branch to use lang_tdb.c insteadAndrew Tridgell2001-10-111-10/+1
| | | | of gettext for internationalisation support. There is more to do
* initial kerberos/ADS/SPNEGO support in libsmb and smbclient. ToAndrew Tridgell2001-10-111-0/+8
| | | | | | | | | | 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
* Fixed CUPS detection - patch from Michael Sweet.Jeremy Allison2001-09-281-3/+3
| | | | Jeremy.
* OpenSSL merge from 2.2Gerald Carter2001-09-261-14/+27
|
* Finish Jeremy's passdb merge :-).Andrew Bartlett2001-09-261-2/+33
| | | | | | (fix up configure.in for default (smbpasswd) option) Rerun autoconf.
* Fixup passdb stuff to add new nisplus and ldap backends.Jeremy Allison2001-09-251-22/+22
| | | | Jeremy.
* now --with-i18n-swat works to install some international filesMotonobu Takahashi2001-09-251-2/+7
| | | | | | | | | used by SWAT into $swatdir/$ln/{help,images,include} we have still points which needs to discuss, that is how to archive and install lots of HTML help files and Using Samba files. -- monyo
* Fix up the ./configure for the BSDs:Andrew Bartlett2001-09-251-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.
* Change ./configure.developer to stay in effect across aAndrew Bartlett2001-09-251-1/+5
| | | | | | './config.status --recheck' by making it a real configure option. reran autoconf
* Added SWAT i18n feature:Motonobu Takahashi2001-09-241-1/+80
| | | | | | | | | | | | | | | | | | | | | | | | | | | | TO enable configure with --with-i18n-swat to support this gettext is integrated and a new directories name "po" and "intl" are created. now these languages are supported: en - English (default) ja - Japanese po - Polish tr - Turkish To add your language, to create ${your_language}.po by translating source/po/en.po into your language is needed. some of html and image files of various language version are not included yet, though message catalogue files are installed. you need to copy files manually under ${swatdir}/lang/$ln/{help,images,included,using_samba} And also added a option to intall manual pages: of various lang version To enable configure with --with-manlangs but manual pages themself are not included yet.
* fixed the Makefile so we don't rebuild libsmbclient and build_env.hAndrew Tridgell2001-09-221-1/+8
| | | | (and thus smbd) every time
* Attempt to make quotas work with RH7.1, and with other Linuxen... This isJeremy Allison2001-09-211-0/+20
| | | | | *HARD*, dammit ! Jeremy.
* smbmount fixes from Urban.Jeremy Allison2001-09-201-3/+10
| | | | Jeremy.
* Add the ability to display Samba's build options with smbd -b and as a level 4Andrew Bartlett2001-09-191-2/+8
| | | | | | | | | | | | | | | | | DEBUG(). Also included are details like build date/time, location and compiler. This should get most of the options we set, except those that don't affect smbd, like WITH_PAM_SMBPASSWD or WITH_WINBINDD. This work due to Vance Lankhaar <vlankhaar@hotmail.com> Some work needs to be done to make it only rebuild when needed (ie smbd being rebuilt) but its in pretty good shape already. Also fix up some printf() -> d_printf(). Andrew Bartlett
* Fixed up Solaris 64 bit configure.Jeremy Allison2001-09-151-1/+4
| | | | Jeremy.
* merges from 2.2Gerald Carter2001-09-141-2/+1
|
* - enable MSDFS by default, there seems no reason not to have it enabledAndrew Tridgell2001-09-121-18/+0
| | | | | | | | by default in Samba 3.x - got rid of some unused parameters in Makefile.in - declare DEBUGLEVEL in debug.h rather than in each file
* Tweak the building rules under Solaris with CC.Richard Sharpe2001-09-111-0/+1
|
* Some small changes to configure to remove things like -X4 etc on compiles.Richard Sharpe2001-09-111-4/+3
|
* Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett2001-09-071-2/+1
| | | | | | | | | | 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).
* variable name changed to --with-profiling-dataHerb Lewis2001-09-051-1/+1
|
* the next step in our error code handling changeAndrew Tridgell2001-09-031-17/+16
| | | | | | | | - 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
* fixed typoGerald Carter2001-08-261-1/+1
|
* typoGerald Carter2001-08-241-1/+1
|