summaryrefslogtreecommitdiffstats
path: root/source/configure
Commit message (Expand)AuthorAgeFilesLines
* Configure fixes for QNX and NCR.Jeremy Allison1998-12-221-2/+2
* Rather large (I'm afraid) tidyup of the setuid handling code.Jeremy Allison1998-12-221-1/+1
* make sure we include sys/mman.h if availableAndrew Tridgell1998-12-171-1/+1
* acconfig.h configure configure.in include/config.h.in: Added krb5 libs code b...Jeremy Allison1998-12-161-519/+583
* acconfig.h configure configure.in include/config.h.inJeremy Allison1998-12-151-129/+164
* Fixed missing include of smbw.h.Jeremy Allison1998-12-111-1/+1
* Added configure fixes for UNIXWare and tidyups for SINIX.Jeremy Allison1998-12-111-285/+263
* Fixed configure bug with RedHat 5.1 where it uses setresgid even thoughJeremy Allison1998-12-111-1/+1
* HPUX fix. This looks like a big change but isn't actually, most of theJeremy Allison1998-12-101-507/+537
* Added defines for HPUX large file support.Jeremy Allison1998-12-101-497/+507
* configure.in: Fixed setresgid check - should use AC_TRY_RUN not AC_TRY_COMPILE.Jeremy Allison1998-12-081-369/+377
* reran autoconfAndrew Tridgell1998-12-071-2/+2
* Added RELIANTUNIX define for specific header file order includes for largeJeremy Allison1998-12-061-146/+150
* Fixes to get Solaris 2.6/2.7 large file support.Jeremy Allison1998-12-061-510/+517
* Samba 2.0 wasn't building on Linux-alpha - so I addedJeremy Allison1998-12-031-366/+440
* configure.in: Removed net/route.h from include checks.Jeremy Allison1998-12-011-1/+1
* Makefile.in: Implemented andrej's private and swat file changes.Jeremy Allison1998-12-011-497/+767
* Makefile.in: Added 'maintainer mode' fixes.Jeremy Allison1998-11-251-258/+1323
* Added lib/doscalls.c : This file collects all the calls that use dos_to_unix()Jeremy Allison1998-11-241-1/+1
* cconfig.h configure configure.in include/config.h.in: Changed autoconf to be ...Jeremy Allison1998-11-201-176/+583
* Fixed stupid blunder where I moved getpwanam to getpwnam. Ooops.Jeremy Allison1998-11-201-1/+1
* Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1998-11-191-404/+415
* Fixes for autoconf on HPUX. Includes ANSI -Ae flag test for HPUXJeremy Allison1998-11-191-392/+468
* Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1998-11-191-406/+460
* Added auto detection of the (broken IMHO) typedefs for int32 and uint32Jeremy Allison1998-11-191-363/+476
* Added some of the fixes needed for OSF1 (Digital UNIX).Jeremy Allison1998-11-181-139/+186
* Added fixes to stop HAVE_NETGROUPS being defined on systems thatJeremy Allison1998-11-181-1/+1
* Changed (most) open()/fopen()/creat()/mmap() calls to use sys_XXX() instead.Jeremy Allison1998-11-171-2/+2
* Added fixes from HEAD into 2.0 branch.Jeremy Allison1998-11-161-395/+399
* Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1998-11-141-406/+441
* Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1998-11-131-522/+657
* fixed compile for FreeBSDAndrew Tridgell1998-11-131-374/+370
* Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1998-11-031-385/+413
* looks like someone forgot to commit these...Alexandre Oliva1998-10-291-1/+1
* don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1998-10-231-375/+390
* Fixed crypt problems on IRIX with prototype.Jeremy Allison1998-10-151-2/+2
* config: Fix crypt prototype on RedHat Linux.Jeremy Allison1998-10-151-238/+273
* auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1998-10-081-365/+430
* removed lukes acl check in configure (not needed)Andrew Tridgell1998-10-081-280/+247
* added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1998-10-071-363/+398
* fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell1998-10-071-104/+105
* detect __sys_llseek()Andrew Tridgell1998-10-071-2/+2
* more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1998-10-071-251/+287
* test whether seekdir() returns void or notAndrew Tridgell1998-10-071-102/+137
* - no getdents on OSF1Andrew Tridgell1998-10-071-2/+2
* reran autoconfAndrew Tridgell1998-10-071-1/+1
* some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1998-10-071-412/+418
* added a wrapper for fork()Andrew Tridgell1998-10-061-1/+1
* set HOST_OS after canonical system testAndrew Tridgell1998-10-051-7/+7
* reran autoconf for IRIX changesAndrew Tridgell1998-10-051-364/+377