Age | Commit message (Expand) | Author | Files | Lines |
2002-12-04 | Fix for 64 bit issues with oplocks and allocation size. | Jeremy Allison | 1 | -4/+17 |
2002-12-03 | Defaulting python breaks the clean target it python isn't installed. | Tim Potter | 1 | -6/+3 |
2002-12-03 | Fixes for EXEEXT - must use \$ signs when you want an actual $ sign to | Tim Potter | 1 | -4/+4 |
2002-12-01 | Patch from Paul Green to detect exe extensions, needed for Stratus VOS. | Andrew Bartlett | 1 | -6/+9 |
2002-11-29 | Fix up smbwrapper target. | Tim Potter | 1 | -0/+2 |
2002-11-27 | merging changes from SAMBA_3_0 relating to RPM packaging | Gerald Carter | 1 | -8/+6 |
2002-11-22 | Here's a bit of a cleanup of the {configure,Makefile}.in files. I've | Tim Potter | 1 | -40/+21 |
2002-11-21 | If you don't specify --with-python, we assume "python" anyhow, because | Martin Pool | 1 | -1/+11 |
2002-11-15 | Remove the assumption that all Solaris has -lsendfile. | Andrew Bartlett | 1 | -1/+1 |
2002-11-15 | patch from aedil@alchar.org to correctly detect solaris workshop CC's ability | Andrew Bartlett | 1 | -3/+10 |
2002-11-15 | Rename pdb_mysql and pdb_xml to 'mysql' and 'xml' | Jelmer Vernooij | 1 | -4/+4 |
2002-11-15 | When testing for /usr/include/heimdal, don't include /usr/heimdal/include | Andrew Bartlett | 1 | -2/+2 |
2002-11-13 | small patch to makesure we fallback to <xfs/xqm.h> if <linux/xqm.h> doesn't e... | Jelmer Vernooij | 1 | -0/+1 |
2002-11-13 | Only add modules/pdb_xml.so and modules/pdb_mysql.so to the 'modules' target if | Jelmer Vernooij | 1 | -3/+4 |
2002-11-13 | Don't build Makefile.in in examples/VFS/ | Jelmer Vernooij | 1 | -1/+1 |
2002-11-13 | Undo the new --enable-developer flags that caused breakage on gcc != 3.2, and | Andrew Bartlett | 1 | -2/+2 |
2002-11-13 | - Add some more warning flags for --enable-developer. | Andrew Bartlett | 1 | -2/+16 |
2002-11-05 | Don't generate ../examples/pdb/mysql/Makefile and ../examples/pdb/xml/Makefile | Jelmer Vernooij | 1 | -1/+1 |
2002-11-05 | Add support to build plugins in source/ | Jelmer Vernooij | 1 | -0/+11 |
2002-11-05 | Fix mysterious error message when running 'make python_{ext,install}' | Tim Potter | 1 | -4/+0 |
2002-11-04 | Add FIXME about --with-python | Martin Pool | 1 | -0/+4 |
2002-10-31 | Applied Buchan Milne's patches. | John Terpstra | 1 | -1/+1 |
2002-10-30 | added a timegm() function for systems that don't have it | Andrew Tridgell | 1 | -1/+1 |
2002-10-21 | Remove obsolete acconfig.h - we now use comments in AC_DEFINE() | Jelmer Vernooij | 1 | -208/+207 |
2002-10-21 | Recognize FreeBSD5 correctly (not as being sysv...) | Jelmer Vernooij | 1 | -2/+3 |
2002-10-05 | Turn on sendfile detection by default in HEAD and 3.0. | Jeremy Allison | 1 | -3/+4 |
2002-10-03 | Patch from Steve Langasek <vorlon@netexpress.net>: | Andrew Bartlett | 1 | -4/+8 |
2002-10-01 | Fix Solaris sendfile detection. Add small fixes to sendfile code. | Jeremy Allison | 1 | -2/+6 |
2002-09-30 | Added Solaris sendfile patch + configure tests from Pierre Belanger <belanger... | Jeremy Allison | 1 | -0/+66 |
2002-09-27 | Readd the 2.2 --with-ldapsam paramaters so as to allow a smooth upgrade path to | Andrew Bartlett | 1 | -0/+17 |
2002-09-25 | Actually pick up the kerberos libs in RedHat - the previous shell construct | Andrew Bartlett | 1 | -4/+4 |
2002-09-23 | * fix getpass check | Gerald Carter | 1 | -20/+19 |
2002-09-21 | Merge back Richard's FreeBSD sendfile fixes. | Jeremy Allison | 1 | -7/+13 |
2002-09-20 | allow --with-krb5 to override the location of the kerberos libs on | Andrew Tridgell | 1 | -12/+18 |
2002-09-18 | HPUX sendfile is now detected correctly. | Jeremy Allison | 1 | -1/+55 |
2002-09-17 | Added --with-ldap (default=yes) option. We should now be able to | Tim Potter | 1 | -8/+27 |
2002-09-17 | Added --with-ads option, defaults to yes. If you run ./configure | Tim Potter | 1 | -46/+68 |
2002-09-17 | Default to "python" for --with-python option. This saves having to run | Tim Potter | 1 | -1/+8 |
2002-09-17 | Added FreeBSD sendfile configure tests. Richard please test... | Jeremy Allison | 1 | -2/+31 |
2002-09-17 | Attempt to make broken Linux sendfile work.... Still in progress. | Jeremy Allison | 1 | -1/+3 |
2002-09-17 | Added autoconf detection for sendfile for Linux. lib/sendfile.c code | Jeremy Allison | 1 | -0/+72 |
2002-09-09 | Python's setup.py does not need to be munged by configure.in -- it is | Martin Pool | 1 | -1/+1 |
2002-09-09 | Add --with-python=PYTHONNAME configure option, so that the libraries | Martin Pool | 1 | -0/+13 |
2002-09-09 | Merge tpot's Python patch. ./configure now writes to the Python | Martin Pool | 1 | -1/+1 |
2002-09-07 | configure.in: | Simo Sorce | 1 | -1/+1 |
2002-09-06 | Make it possible to actually build these modules - process the Makefile.in at | Andrew Bartlett | 1 | -1/+1 |
2002-09-06 | Detect and use syslog.h or sys/syslog.h corretly. Fixes lack of prototype for | Andrew Bartlett | 1 | -0/+1 |
2002-08-28 | Put in intermediate version of new SAM system. It's not stable yet, code | Jelmer Vernooij | 1 | -0/+16 |
2002-08-27 | avoid using libtool for VFS modules | Simo Sorce | 1 | -1/+4 |
2002-08-25 | Steve Langasek <vorlon@netexpress.net> has again attempted to simplify Samba's | Andrew Bartlett | 1 | -1/+2 |