summaryrefslogtreecommitdiff
path: root/source3/include/config.h.in
AgeCommit message (Expand)AuthorFilesLines
2001-09-19Reran autoconf, autoheaderAndrew Bartlett1-0/+10
2001-09-15Fixed up Solaris 64 bit configure.Jeremy Allison1-1/+2
2001-09-14merges from 2.2Gerald Carter1-1/+1
2001-09-07Change the description on --with-pam_smbpass to make it clearer - some peopeAndrew Bartlett1-2/+22
2001-09-06Removed 18 duplicate #undef entries.Tim Potter1-21/+0
2001-09-03the next step in our error code handling changeAndrew Tridgell1-2/+10
2001-08-23Fixed detection of CUPS. We need to check for the presence of the cupsTim Potter1-2/+2
2001-08-20a bunch of fixes from the sflight to seattleAndrew Tridgell1-1/+1
2001-08-10Added Mike Davidsons Tru64 ACL patch.Jeremy Allison1-1/+1
2001-08-02Put HPUX on mmap blacklist.Jeremy Allison1-0/+1
2001-07-26Fix from Michael Davidson <md@caldera.com> for DEC OSF/1 ACLs (ie.Jeremy Allison1-1/+2
2001-07-25a better test for unix domain socketsAndrew Tridgell1-3/+1
2001-07-25added a --with-libiconv=BASEDIR/ option to allow easier use of anAndrew Tridgell1-1/+4
2001-07-16Fix from bernd@arresum.inka.de for broken krb configure.Jeremy Allison1-1/+1
2001-07-04The big character set handling changeover!Andrew Tridgell1-1/+2
2001-07-02Not all OSs have setbuffer, so we better check for it.Andrew Bartlett1-0/+3
2001-06-29Ensured all the system calls in msdfs.c go through the vfs layer.Jeremy Allison1-0/+6
2001-06-26Add check for working AF_LOCAL sockets, which are borkenMartin Pool1-1/+5
2001-06-25fixed usage of socklen_t and also tidied up SIG_ATOMIC_T, using a typedef ins...Andrew Tridgell1-1/+2
2001-06-18Added patches to remove Linux specific XFS ACLs. These are now handled by theJeremy Allison1-4/+0
2001-06-06Added getconf flags for RH7.1 lfs support. Changed while() to a for()Jeremy Allison1-3/+3
2001-06-04Compile fix for wbinfo on solaris.Tim Potter1-0/+3
2001-05-30- added AC_HAVE_DECL() macro to aclocal.m4, so we can easily addAndrew Tridgell1-0/+4
2001-05-22Try to fix build by adding autoconf tests for pam headers.Jeremy Allison1-0/+3
2001-05-03Fixed SHM_R/SHM_W warnings by moving sys/ipc.h and sys/shm.h into includes.hJeremy Allison1-0/+6
2001-04-28- added test for vasprintfAndrew Tridgell1-0/+3
2001-04-28added asprintf testAndrew Tridgell1-0/+3
2001-04-27C99 test for snprintfAndrew Tridgell1-0/+1
2001-04-25Re-ran autoheader; autoconf to fix pam_smb build.Jeremy Allison1-0/+5
2001-04-17AIX ACLs donated by IBM.Jeremy Allison1-0/+1
2001-04-14Added POSIX_ACL support for *BSD. Patch from jedgar@fxp.org. ChangedJeremy Allison1-0/+1
2001-04-14configure:Jeremy Allison1-0/+6
2001-04-13Merge of Andrew's changes in 2.2.Jeremy Allison1-6/+0
2001-04-11To stop people complaining about the mktemp call, move it into lib/util.c. Th...Jeremy Allison1-0/+1
2001-04-03Added XFS ACLs on Linux. Code from John Trostel <jtrostel@connex.com>.Jeremy Allison1-0/+5
2001-03-31configure configure.in include/config.h.in lib/replace.c: Added test and repl...Jeremy Allison1-0/+3
2001-03-18much better readline support from Simo Sorce, with some mods from meAndrew Tridgell1-0/+3
2001-02-25rpc_client/cli_netlogon.c: Fixed incorrect printf.Jeremy Allison1-0/+2
2001-01-11Fixed typo with acl_set_fd() not needing an ACL_TYPE_T parameter.Jeremy Allison1-0/+1
2000-12-07Added better configure test for POSIX ACLs. Fixed stupid typo in sysacls.cJeremy Allison1-0/+3
2000-12-07Working code to read POSIX ACLs on a Linux system using the bestbitsJeremy Allison1-0/+1
2000-12-06Changed to sourceforge tdb code. This includes spinlocks (so we now haveJeremy Allison1-0/+5
2000-10-26TDB password backend support written by Simo Sorce <simo.sorce@polimi.it>Gerald Carter1-0/+1
2000-10-21Fixes from David Lee for utmp handling.Jeremy Allison1-0/+32
2000-10-07Fix for yp_get_default_domain from Neil Hoggarth <neil.hoggarth@physiol.ox.ac...Jeremy Allison1-0/+1
2000-06-20Fixes for IRIX kernel oplocks and systems that don't have nss.hJeremy Allison1-0/+3
2000-06-15added support for kernel level share modes. These are a (small) hack,Andrew Tridgell1-0/+1
2000-06-14allow the notify implementation to choose the select timeout changeAndrew Tridgell1-0/+1
2000-06-12totally rewrote the async signal, notification and oplock notificationAndrew Tridgell1-0/+3
2000-06-08- changed HAVE_KERNEL_OPLOCKS to HAVE_KERNEL_OPLOCKS_IRIXAndrew Tridgell1-1/+2