Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add support for detecting method of listing encryption types (MIT v Heimdal) | Jim McDonough | 2003-02-19 | 1 | -0/+3 | |
| | ||||||
* | Patch from vorlon@debian.org to split out our -lacl dependency to only smbd | Andrew Bartlett | 2003-02-18 | 1 | -4/+11 | |
| | | | | and vfstest. | |||||
* | People were being tripped up by the fact that we havn't updated acconfig.h | Andrew Bartlett | 2003-02-17 | 1 | -0/+3 | |
| | | | | | | | as we don't need it for autoconf 2.53. Remove it from CVS, and assert the newer autotools in configure.in Andrew Bartlett | |||||
* | Third-party configuration scripts may produce undesirable additions to ↵ | Alexander Bokovoy | 2003-02-15 | 1 | -0/+8 | |
| | | | | | | | | | | | | | CFLAGS/CPPFLAGS and LIBS/LDFALGS. In particular, they often don't check where the appropriate libraries were installed and pass -I/usr/include and -L/usr/lib as part of CFLAGS/LDFLAGS. While the latter isn't dangerous, passing system include directory through -I lead to change of its status in CPP from system to user-defined in many cases. This patch cleans up CFLAGS/CPPFLAGS from errorenous -I/usr/include and LIBS/LDFLAGS from -L/usr/lib. This is done as two m4 macros which are called before AC_OUTPUT. | |||||
* | When checking for tgetent, include libtinfo from recent Ncurses as well | Alexander Bokovoy | 2003-02-15 | 1 | -1/+1 | |
| | ||||||
* | Add support for krb5-config from recent MIT and Heimdal. And fallback to ↵ | Alexander Bokovoy | 2003-02-15 | 1 | -1/+16 | |
| | | | | traditional guessing only if krb5-config was not found. | |||||
* | Fixes for HPUX only having limited POSIX lock range from Michael Steffens ↵ | Jeremy Allison | 2003-02-12 | 1 | -2/+2 | |
| | | | | | | <michael.steffens@hp.com> Jeremy. | |||||
* | As metze mentioned, this is the proper way to find perl... | Andrew Bartlett | 2003-02-10 | 1 | -0/+1 | |
| | | | | Andrew Bartlett | |||||
* | Try to allow old and new heimdal installs | Jim McDonough | 2003-02-04 | 1 | -5/+14 | |
| | ||||||
* | Try to get build working on systems with krb runtime but not devel libs. | Jim McDonough | 2003-02-03 | 1 | -2/+2 | |
| | | | | Let's not assume that because one dir exists the whole shebang is there... | |||||
* | NetBSD also supports dynamic libs | Jelmer Vernooij | 2003-02-01 | 1 | -1/+1 | |
| | ||||||
* | Fix kerberos compile after the tpot massicre :-). | Jeremy Allison | 2003-01-30 | 1 | -6/+26 | |
| | | | | Jeremy | |||||
* | Straus VOS detection patches from Paul Green | Gerald Carter | 2003-01-30 | 1 | -0/+24 | |
| | ||||||
* | patch from Paul Green to only build libsmbclient.so on platforms that ↵ | Gerald Carter | 2003-01-28 | 1 | -10/+21 | |
| | | | | support shared libraries | |||||
* | One more try to fix the GNU Make dependency | Richard Sharpe | 2003-01-27 | 1 | -16/+51 | |
| | ||||||
* | Commit just a little more infrastructure for HAVE_GETDIRENTRIES | Richard Sharpe | 2003-01-24 | 1 | -1/+1 | |
| | ||||||
* | More fixes getting us closer to full Heimdal compile.... | Jeremy Allison | 2003-01-21 | 1 | -0/+15 | |
| | | | | Jeremy. | |||||
* | Merge in more of the SuSE patches for Heimdal. These changes show how | Jeremy Allison | 2003-01-19 | 1 | -0/+4 | |
| | | | | | | to add a function without an explicit #ifdef HEIMDAL which I'm trying to avoid. Jeremy. | |||||
* | Enable dynamic loading of RPC modules. See docs/textdocs/RPC_PLUGGIN.txt ↵ | Jim McDonough | 2003-01-17 | 1 | -1/+54 | |
| | | | | for instructions. | |||||
* | More Heimdal changes. Still not compiling with Heimdal yet... | Jeremy Allison | 2003-01-16 | 1 | -1/+1 | |
| | | | | Jeremy. | |||||
* | Fist part of fixes to make us compile with Heimdal. Don't explicitly | Jeremy Allison | 2003-01-16 | 1 | -1/+7 | |
| | | | | | | detect for now, I still have vague hopes of hiding the differences between MIT and Heimdal with a compatibility layer.... Jeremy. | |||||
* | Fix bug where the existence of config.cache would cause functions like | Martin Pool | 2003-01-15 | 1 | -14/+3 | |
| | | | | | | | yp_get_default_domain to be misdetected. According to the autoconf manual we need to check for libraries before looking for functions in them. | |||||
* | IRIX uses libns_winbind.so instead of libnss_winbind.so | Herb Lewis | 2003-01-15 | 1 | -1/+8 | |
| | ||||||
* | Fix typo in comment. | Martin Pool | 2003-01-13 | 1 | -1/+1 | |
| | ||||||
* | For some reason, the configure tests for sendfile support in FreeBSD | Richard Sharpe | 2002-12-27 | 1 | -6/+7 | |
| | | | | were broken. This works for 4.3 and 4.6.2. | |||||
* | Remove FILE_MACRO as __FILE__ is ANSI C. | Tim Potter | 2002-12-04 | 1 | -7/+0 | |
| | ||||||
* | Make sure we have a default st_blocksize. | Jeremy Allison | 2002-12-04 | 1 | -12/+15 | |
| | | | | Jeremy. | |||||
* | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 2002-12-04 | 1 | -4/+17 | |
| | | | | Jeremy. | |||||
* | Defaulting python breaks the clean target it python isn't installed. | Tim Potter | 2002-12-03 | 1 | -6/+3 | |
| | ||||||
* | Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to | Tim Potter | 2002-12-03 | 1 | -4/+4 | |
| | | | | be used. | |||||
* | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 2002-12-01 | 1 | -6/+9 | |
| | | | | Andrew Bartlett | |||||
* | Fix up smbwrapper target. | Tim Potter | 2002-11-29 | 1 | -0/+2 | |
| | ||||||
* | merging changes from SAMBA_3_0 relating to RPM packaging | Gerald Carter | 2002-11-27 | 1 | -8/+6 | |
| | ||||||
* | Here's a bit of a cleanup of the {configure,Makefile}.in files. I've | Tim Potter | 2002-11-22 | 1 | -40/+21 | |
| | | | | | | | | | | | | | | | | | | now combined all the ad-hoc AC_SUBST variables into three generalised ones: EXTRA_BIN_PROGS Additional programs to install in ${prefix}/sbin EXTRA_SBIN_PROGS Additional programs to install in ${prefix}/bin EXTRA_ALL_TARGETS Additional targets to build by default SHLIB_PROGS Shared library objects (pam, winbind) to build We also build some extra stuff by default: the python extensions (if --with-python specified), smbmount related binaries (if --with-smbmount specified), and the samba torture suite. The idea behind this is to have everything that is configured built by default to detect breakage as soon as possible when people make low level changes. | |||||
* | If you don't specify --with-python, we assume "python" anyhow, because | Martin Pool | 2002-11-21 | 1 | -1/+11 | |
| | | | | the extensions are not built until you specifically "make python_ext". | |||||
* | Remove the assumption that all Solaris has -lsendfile. | Andrew Bartlett | 2002-11-15 | 1 | -1/+1 | |
| | | | | Andrew Bartlett | |||||
* | patch from aedil@alchar.org to correctly detect solaris workshop CC's ability | Andrew Bartlett | 2002-11-15 | 1 | -3/+10 | |
| | | | | | | to build shared libs (but not with .po suffix). Andrew Bartlett | |||||
* | Rename pdb_mysql and pdb_xml to 'mysql' and 'xml' | Jelmer Vernooij | 2002-11-15 | 1 | -4/+4 | |
| | ||||||
* | When testing for /usr/include/heimdal, don't include /usr/heimdal/include | Andrew Bartlett | 2002-11-15 | 1 | -2/+2 | |
| | | | | instead :-) | |||||
* | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't ↵ | Jelmer Vernooij | 2002-11-13 | 1 | -0/+1 | |
| | | | | exist (e.g. in SuSE 8.1) (by metze) | |||||
* | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 2002-11-13 | 1 | -3/+4 | |
| | | | | the libs they depend on are available | |||||
* | Don't build Makefile.in in examples/VFS/ | Jelmer Vernooij | 2002-11-13 | 1 | -1/+1 | |
| | ||||||
* | Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and | Andrew Bartlett | 2002-11-13 | 1 | -2/+2 | |
| | | | | rerun autoconf | |||||
* | - Add some more warning flags for --enable-developer. | Andrew Bartlett | 2002-11-13 | 1 | -2/+16 | |
| | | | | - patch from SUSE for hiemdal headers in /usr/include/heimdal | |||||
* | Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile | Jelmer Vernooij | 2002-11-05 | 1 | -1/+1 | |
| | ||||||
* | Add support to build plugins in source/ | Jelmer Vernooij | 2002-11-05 | 1 | -0/+11 | |
| | ||||||
* | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 2002-11-05 | 1 | -4/+0 | |
| | | | | without configuring with python. | |||||
* | Add FIXME about --with-python | Martin Pool | 2002-11-04 | 1 | -0/+4 | |
| | ||||||
* | Applied Buchan Milne's patches. | John Terpstra | 2002-10-31 | 1 | -1/+1 | |
| | ||||||
* | added a timegm() function for systems that don't have it | Andrew Tridgell | 2002-10-30 | 1 | -1/+1 | |
| |