summaryrefslogtreecommitdiff
path: root/source3/configure
AgeCommit message (Expand)AuthorFilesLines
1998-11-20acconfig.h configure configure.in include/config.h.in: Added -lsec and -lsecu...Jeremy Allison1-176/+583
1998-11-20Fixed stupid blunder where I renamed getpwanam to getpwnam.Jeremy Allison1-1/+1
1998-11-19Makefile.in: Added passing of CPPFLAGS into Makefile.Jeremy Allison1-404/+415
1998-11-19Sync up with 2.0 code.Jeremy Allison1-392/+468
1998-11-19Changes to make the default prefix /usr/local/samba - as it was in 1.9.18p10.Jeremy Allison1-435/+602
1998-11-18Added OSF1 changes to HEAD (-lsecurity etc.)Jeremy Allison1-140/+187
1998-11-18Fixed problem with HAVE_NETGROUP being used on platformsJeremy Allison1-1/+1
1998-11-17Added the same open()/fopen()/creat()/mmap() -> sys_XXX calls.Jeremy Allison1-2/+2
1998-11-17- group database API. oops and oh dear, the threat has been carried out:Luke Leighton1-1/+1
1998-11-16Updates to handle glob.h - was causing problems on SCO 5.0.4John Terpstra1-1/+1
1998-11-14compile with optimisation by default on all compilersAndrew Tridgell1-394/+398
1998-11-14Removed acconfig.h configure configure.in include/config.h.in: Made smbwrappe...Jeremy Allison1-406/+441
1998-11-13Makefile.in configure configure.in include/config.h.in: Changes for DGUX and ...Jeremy Allison1-522/+657
1998-11-13fixed compile for FreeBSDAndrew Tridgell1-374/+370
1998-11-03Makefile.in configure configure.in include/proto.h smbd/noquotas.c smbd/quota...Jeremy Allison1-385/+413
1998-10-29looks like someone forgot to commit these...Alexandre Oliva1-1/+1
1998-10-23don't enable smbsh/smbwrapper on systems where we can't work out howAndrew Tridgell1-375/+390
1998-10-15Fixed crypt problems on IRIX with prototype.Jeremy Allison1-2/+2
1998-10-15config: Fix crypt prototype on RedHat Linux.Jeremy Allison1-238/+273
1998-10-08auto-detect the right flag for the compiler to produce PIC codeAndrew Tridgell1-365/+430
1998-10-08removed lukes acl check in configure (not needed)Andrew Tridgell1-280/+247
1998-10-07added aclent_t autoconf test (defines as an int if it doesn't exist).Luke Leighton1-363/+398
1998-10-07fix the SEEKDIR_RETURNS_VOID testAndrew Tridgell1-104/+105
1998-10-07detect __sys_llseek()Andrew Tridgell1-2/+2
1998-10-07more OSF1 changes as well as changes to allow us to use the standardAndrew Tridgell1-251/+287
1998-10-07test whether seekdir() returns void or notAndrew Tridgell1-102/+137
1998-10-07- no getdents on OSF1Andrew Tridgell1-2/+2
1998-10-07reran autoconfAndrew Tridgell1-1/+1
1998-10-07some changes for OSF1 support in smbwrapper (just preliminary changes,Andrew Tridgell1-412/+418
1998-10-06added a wrapper for fork()Andrew Tridgell1-1/+1
1998-10-05set HOST_OS after canonical system testAndrew Tridgell1-7/+7
1998-10-05reran autoconf for IRIX changesAndrew Tridgell1-364/+377
1998-10-05test for creat64()Andrew Tridgell1-1/+1
1998-10-05IRIX uses -shared for shared libray creation.Andrew Tridgell1-360/+361
1998-10-05test for loff_t and offset_t to support llseek() on Solaris and Linux.Andrew Tridgell1-242/+308
1998-10-05revert 64-bit file support; it's hard-coded alreadyAlexandre Oliva1-330/+240
1998-10-05added 64-bit file supportAlexandre Oliva1-240/+330
1998-10-05added pread pread64 pwrite pwrite64 and open64Andrew Tridgell1-126/+291
1998-10-05tests for readdir64Andrew Tridgell1-1/+1
1998-10-05reran autoconfAndrew Tridgell1-126/+236
1998-10-04bin/cvsignore: deleted, so that bin can be removed from the repositoryAlexandre Oliva1-0/+4
1998-10-04more solaris 2.5 fixups. It now seems to be working pretty well.Andrew Tridgell1-260/+520
1998-10-04fixed some stuff for Linux that porting to Solaris brokeAndrew Tridgell1-331/+335
1998-10-04started basic support for solaris 2.5 in smbwrapper.Andrew Tridgell1-127/+403
1998-09-29get away with dummy and .dummy filesAlexandre Oliva1-11/+2
1998-09-28Changes to test in configure if capabilities are enabled on a system.Jeremy Allison1-569/+994
1998-09-28Two changes in this ball...Michael Warfield1-981/+593
1998-09-28automated generation of .dummy files for each subdirectory;Alexandre Oliva1-10/+11
1998-09-26Added Kerberos4 support patches from Johan Hedin <johanh@fusion.kth.se>Jeremy Allison1-319/+390
1998-09-25Makefile.in: Fixed bug with continuation line causing proto to fail.Jeremy Allison1-119/+216